Feb
13
2014
RaspBMC – wireless drivers
ZyAIR G-220 802.11bg
Firmware is required to be installed for device operation:
Add a “non-free” component to /etc/apt/sources.list for your Debian version, for example:
# Debian 7 "Wheezy"
deb http://http.debian.net/debian/ wheezy main contrib non-free
deb http://http.debian.net/debian/ wheezy main contrib non-free
Update the list of available packages and install the zd1211-firmware package:
sudo apt-get update && sudo apt-get install zd1211-firmware
nmcli dev
nmcli dev wifi list
Connect the device to your system. The zd1211rw kernel module is automatically loaded for supported devices.
Configure your wireless interface as appropriate.
ISY IWL2000
lsusb
sudo update-usbids
echo 'install 8192cu /sbin/modprobe --ignore-install 8192cu; /bin/echo "050d 11f2" > /sys/bus/usb/drivers/rtl8192cu/new_id' | sudo tee /etc/modprobe.d/rtl8192cu.conf
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="050d", ATTR{idProduct}=="11f2", RUN+="/sbin/modprobe 8192cu"' | sudo tee /etc/udev/rules.d/10-wlan-stick.rules