lord2y / rtl8192eu-arm-linux-driver

Raspberry Pi Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
62 stars 19 forks source link

Doesn't work with kernel 5.15 #14

Open JsBergbau opened 2 years ago

JsBergbau commented 2 years ago

According to https://github.com/aircrack-ng/rtl8188eus/issues/150 support for file/headers net/ipx.h has been dropped in recent kernel versions. Driver can be installed with sudo apt install firmware-realtek, but has to be removed from blacklist(s) in /etc/modprobe.d than it works out of the box.

scornelissen85 commented 2 years ago

For rtl8192eu, https://github.com/Mange/rtl8192eu-linux-driver should be used as it supports ARM now.

mike-goldfinger commented 9 months ago

Thanks JsBergbau Thanks to your tip, the 2001:3319 D-Link Corp. DWA-131 Wireless N Nano Adapter (Rev. E1) now works on the Raspberry Pi 3B+ with Linux 6.1.21-v7+ armv7l:

sudo rm /etc/modprobe.d/blacklist-rtl8xxxu.conf

And then simply plug in the device (no need to reboot), and it works .