Installation:
- Download and extract the image
- Write the image to an SD card (on Windows use Win32 Disk Imager)
insmod /lib/modules/wlan.ko ifconfig wlan0 up iwlist wlan0 scan wpa_passphrase myssid my_very_secret_passphrase >> /etc/wpa_supplicant/wpa_supplicant.conf /etc/init.d/networking restart # you can also use 'service networking restart'
echo wlan >> /etc/modules
echo -e "d\nn\np\n1\n81921\n\nw" | sudo fdisk /dev/mmcblk0 reboot sudo resize2fs /dev/mmcblk0p1
Comment