The UPnP Media Renderer (Appendix)
Raspberry Pi configuration (cont'd)
Once rebooted, download the right driver (according to the new kernel version) from here.
For example, if your $(uname -r)
is equal to 3.12.32+, you need to download this version of the driver: 8188eu-20141107.tar.gz.
Then follow the instructions to install the driver (unpack, install and load the module):
tar -zxvf 8188eu-20141107.tar.gz
(as root)
install -p -m 644 8188eu.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
insmod /lib/modules/$(uname -r)/kernel/drivers/net/wireless/8188eu.ko
depmod -a
Now you've to enable your wireless connection. Install the wireless-tools and wpasupplicant packages (as root): apt-get install udev wireless-tools wpasupplicant
Then configure your /etc/network/interfaces properly (i.e. with wpa2). An example could be this one below: