Jump to content

How To Install WiFi USB


ayeah

Recommended Posts

hi im newbie OrangePI,

 

how to make WiFiUSB work 

Bus 002 Device 002: ID 148f:7601 Ralink Technology, Corp.
 
I try this step https://github.com/pvaret/rtl8192cu-fixesbut get error on this cmd  sudo apt-get install git linux-headers-generic build-essential dkms
 
Cloning into 'rtl8192cu-fixes'...
remote: Counting objects: 438, done.
remote: Total 438 (delta 0), reused 0 (delta 0), pack-reused 438
Receiving objects: 100% (438/438), 1.80 MiB | 240.00 KiB/s, done.
Resolving deltas: 100% (223/223), done.
Checking connectivity... done.
root@orangepipc:~# sudo dkms add ./rtl8192cu-fixes
sudo: dkms: command not found
root@orangepipc:~# sudo apt-get install git linux-headers-generic build-essential dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
 
E: Package 'linux-headers-generic' has no installation candidate
 
please somebody help?!
Link to comment
Share on other sites

You followed wrong how-to. Check our manual section and search forum if you are here first time.

 

# this is needed now since there are some problems, otherwise this is not needed

cd /usr/src/linux-headers-$(uname -r)

make m=scripts

#

 

return to source dir and execute 

make ARCH=arm

or just

make

is usually all you need to do if you use Armbian.

Link to comment
Share on other sites

Also, I don't think RTL8192 would be any help here, as you mentioned "148f:7601 Ralink".

This driver is part of the Mainline, but I don't think it is part of Legacy.

/lib/modules/4.4.5-sunxi/kernel/drivers/net/wireless/mediatek/mt7601u/mt7601u.ko

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines