Open danielshub opened 2 years ago
I am out of my league here ...
I have a NanoPi R5S running dietpi (https://dietpi.com/) which is basically a paired down Debian Bullseye for an Arm chip. I have a D-Link DWA-181 (https://www.dlink.com/en/products/dwa-181-ac1300-mu-mimo-wi-fi-nano-usb-adapter)
Bus 007 Device 003: ID 2001:331e D-Link Corp. 802.11ac NIC
I had some problems building the driver in that make fails because it cannot find the Linux headers
Linux DietPi 5.10.110 #81 SMP Mon Jul 4 15:26:21 CST 2022 aarch64 GNU/Linux
but everything seems fine when I run
I see the rtl8822bu.ko file in /lib/modules/5.10.110/extra/ and it shows up in lsmod. The issue is that ip does not detect any wifi adapters.
Hi, any logs in dmesg?
dmesg
I am out of my league here ...
I have a NanoPi R5S running dietpi (https://dietpi.com/) which is basically a paired down Debian Bullseye for an Arm chip. I have a D-Link DWA-181 (https://www.dlink.com/en/products/dwa-181-ac1300-mu-mimo-wi-fi-nano-usb-adapter)
lsusb
Bus 007 Device 003: ID 2001:331e D-Link Corp. 802.11ac NIC
I had some problems building the driver in that make fails because it cannot find the Linux headers
uname -a
Linux DietPi 5.10.110 #81 SMP Mon Jul 4 15:26:21 CST 2022 aarch64 GNU/Linux
but everything seems fine when I run
make KSRC=/lib/modules/5.10.0-13-arm64/build
make install
/sbin/modprobe rtl8822bu
lsmod
ip add
I see the rtl8822bu.ko file in /lib/modules/5.10.110/extra/ and it shows up in lsmod. The issue is that ip does not detect any wifi adapters.