I have my Pi running Raspbmc and all is fine. However, I now need to get the device running on wireless.
I have a RTL8188CU usb wireless adpater, so some searching provided information to change the driver as per the following steps:
wget http://dl.dropbox.com/u/80256631/8192cu-20120701.tar.gz
tar xfv 8192cu-20120701.tar.gz
sudo mv 8192cu.ko /lib/modules/3.1.9+/kernel/drivers/net/wireless/
sudo insmod /lib/modules/3.1.9+/kernel/drivers/net/wireless/8192cu.ko
Now I can pass sudo iwlist wlan0 scanning and it returns a list of the access points it can see, but I cant get it to connect to any of them.
The instructions then say to follows step 2/3 in this post: http://forum.stmlabs.com/showthread.php?tid=732 and create a name.ini file. Did that, didnt connect.
I just dont know what else I can do to diagnose why it wont connect to all of the 3 routers I have tried? Any ideas?