Code: Select all
sudo apt-get install firmware-realtek
wget http://www.element14.com/community/servlet/JiveServlet/download/44948-8-97488/r8712u_ko.zip
unzip r8712u_ko.zip
sudo cp lib /
sudo depmod
Code: Select all
root@raspberrypi:/home/pi# lsmod
Module Size Used by
fuse 49036 1
r8712u 122036 0
Code: Select all
root@raspberrypi:/home/pi# iwlist wlan0 scan
wlan0 No scan results
geordish wrote:I've been busy trying to set this adaptor up also.
I've been following the instructions from here:
http://elinux.org/RPi_Peripherals#Wirel ... ebian_6.29
At the point where downloading the firmware, I did the following instead:
I then rebooted.Code: Select all
sudo apt-get install firmware-realtek wget http://www.element14.com/community/servlet/JiveServlet/download/44948-8-97488/r8712u_ko.zip unzip r8712u_ko.zip sudo cp lib / sudo depmod
When the pi came backup, I issuedSo far, so good... Continued on the tutorialCode: Select all
root@raspberrypi:/home/pi# lsmod Module Size Used by fuse 49036 1 r8712u 122036 0
However...Trying to bring up the interface doesn't work either.Code: Select all
root@raspberrypi:/home/pi# iwlist wlan0 scan wlan0 No scan results
These instructions should get you some of the way!