8192cu wifi now working in Pi2
November 29, 2016 —
BarryK
There is so much controversy over the 8192cu wifi chip. The Raspberry Pi kernel source developers are using 3rd-party source from Realtek and have disabled the 'rtlwifi' driver provided in the mainstream kernel.
There is a proposal to revert that, that is, dump the 3rd-party driver:
https://github.com/raspberrypi/linux/pull/1468
The problem is, that 3rd-party driver does not work in Quirky. Apparently it works in Raspbian. Scanning for networks works, but cannot establish a connection.
I have this wifi dongle, with "0bda:8176" interface, requiring the 8192cu driver:
http://www.hardkernel.com/main/products/prdt_info.php?g_code=G137447734369
I found another source, that has been reported to work OK. This is also source from Realtek:
https://github.com/osmc/rtl8192cu-osmc
I had to hack the 'Makefile' a little bit, to get it to compile.
Yep, it works, using it now.
Comments
This is the rtl8192cu-osmc source, with hacked 'Makefile' so will compile on the Pi2:http://distro.ibiblio.org/quirky/quirky6/sources/alphabetical/r/rtl8192cu-osmc-master-20161026.tar.gz
Tags: linux