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:

  1. a folder called "dpa_mt7601u_linuxap_3.0.0.1_20130802"
  2. 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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User