Thanks! I'll try that out ASAP and hopefully get it working.
Once its working on Wheezy it'll be time to get Raspbmc happening!
The message you see indicates the driver is not the right one for the version of linux you have. What image are you using? What is the output of the command uname -a?waffleShirt wrote:Try as I might I still get no love. I even used your auto install script Engman. The device seems to be detected fine but no wlan0 device ever gets created. When I check dmesg I always see the "8192cu disagrees about version of symbol module_layout" error that I have noticed a few other people having.
Code: Select all
sudo wget http://dl.dropbox.com/u/80256631/8192cu-2012xxyy.tar.gz -O 8192cu-2012xxyy.tar.gz
tar -zxf 8192cu-2012xxyy.tar.gz
sudo install -p -m 644 8192cu.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -aCode: Select all
$ lsusb
Bus 001 Device 004: ID 0586:341f ZyXEL Communications Corp. NWD2205 802.11n Wireless N Adapter [Realtek RTL8192CU]
$lsmod
Module Size Used by
bnep 7912 2
rfcomm 25240 4
bluetooth 118996 10 bnep,rfcomm
fuse 49036 1
8192cu 409936 0
$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
$ iwlist wlan0 scan
wlan0 No scan results

Just a tip:But the Pi hangs when I insert the USB device . Any ideas ?