Firmware Linux – Realtek 8188 (rtl8188eu)
Op deze pagina vind je drivers onder Linux voor apparaten met een Realtek 8188 (rtl8188eu) chipset.
Installeren van de firmware
De firmware is hier te downloaden:
https://github.com/lwfinger/rtl8188eu
Het gaat om het .BIN bestand, deze moet in de folder /lib/firmware/rtlwifi geplaatst worden.
1) Als je Raspberry Pi achter het internet zit is het eenvoudig te downloaden met wget , met het commando sudo WGET en:
https://github.com/lwfinger/rtl8188eu/raw/master/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--2015-05-05 12:09:13-- https://github.com/lwfinger/rtl8188eu/raw/master/rtl8188eufw.bin Resolving github.com (github.com)... 192.30.252.129 Connecting to github.com (github.com)|192.30.252.129|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/lwfinger/rtl8188eu/master/rtl8188eufw.bin [following] --2015-05-05 12:09:16-- https://raw.githubusercontent.com/lwfinger/rtl8188eu/master/rtl8188eufw.bin Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 13904 (14K) [application/octet-stream] Saving to: `/lib/firmware/rtlwifi/rtl8188eufw.bin' 100%[===================================================================================================================>] 13,904 --.-K/s in 0.001s 2015-05-05 12:09:18 (26.2 MB/s) - `/lib/firmware/rtlwifi/rtl8188eufw.bin' saved [13904/13904] |
De firmware is op de plaats gezet, als je nu het USB apparaat loskoppelt en weer koppelt, wordt de firmware geladen!