| 60 | == Binairy Wifi Driver installeren == |
| 61 | |
| 62 | {{{ |
| 63 | pi@raspberrypi:~ $ wget https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz |
| 64 | converted 'https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz' (ANSI_X3.4-1968) -> 'https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz' (UTF-8) |
| 65 | --2016-03-22 20:39:10-- https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz |
| 66 | Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 45.58.74.165 |
| 67 | Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|45.58.74.165|:443... connected. |
| 68 | HTTP request sent, awaiting response... 200 OK |
| 69 | Length: 746473 (729K) [application/octet-stream] |
| 70 | Saving to: '8812au-4.1.18-v7-846.tar.gz' |
| 71 | |
| 72 | 8812au-4.1.18-v7-846.tar.gz 100%[=======================================================>] 728.98K 1.49MB/s in 0.5s |
| 73 | |
| 74 | 2016-03-22 20:39:12 (1.49 MB/s) - '8812au-4.1.18-v7-846.tar.gz' saved [746473/746473] |
| 75 | |
| 76 | pi@raspberrypi:~ $ ls |
| 77 | 8812au-4.1.18-v7-846.tar.gz |
| 78 | pi@raspberrypi:~ $ gunzip 8812au-4.1.18-v7-846.tar.gz |
| 79 | pi@raspberrypi:~ $ ls |
| 80 | 8812au-4.1.18-v7-846.tar |
| 81 | pi@raspberrypi:~ $ tar xvf 8812au-4.1.18-v7-846.tar |
| 82 | 8812au.ko |
| 83 | 8812au.conf |
| 84 | install.sh |
| 85 | pi@raspberrypi:~ $ ls |
| 86 | 8812au-4.1.18-v7-846.tar 8812au.conf 8812au.ko install.sh |
| 87 | pi@raspberrypi:~ $ sudo ./install.sh |
| 88 | sudo cp 8812au.conf /etc/modprobe.d/. |
| 89 | sudo install -p -m 644 8812au.ko /lib/modules/4.1.18-v7+/kernel/drivers/net/wireless |
| 90 | sudo depmod 4.1.18-v7+ |
| 91 | |
| 92 | Reboot to run the driver. |
| 93 | |
| 94 | If you have already configured your wifi it should start up and connect to your |
| 95 | wireless network. |
| 96 | |
| 97 | If you have not configured your wifi you will need to do that to enable the wifi. |
| 98 | pi@raspberrypi:~ $ sudo reboot |
| 99 | }}} |