software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu
i purchased lb-link wireless usb adapter model:bl-wn151. came cd software run on windows. cd had folder called "linux driver".
i'm new linux , i'm not sure how can install linux driver on cd machine. contents of folder(linux driver) are:- a folder called "dpa_mt7601u_linuxap_3.0.0.1_20130802"
- another folder called "dpa_mt7601u_linuxsta_3.0.0.3_20130313"
i tried code below, everytime typed second line of code output be:
remote: repository not found
fatal: repository https://github.com/porjo/mt7601.git/ not found
sudo apt-get -y install build-essential git git clone https://github.com/porjo/mt7601.git cd mt7601/src make sudo make install sudo mkdir -p /etc/wireless/rt2870sta/ sudo cp rt2870sta.dat /etc/wireless/rt2870sta/ sudo modprobe mt7601usta
Comments
Post a Comment