Good day,
I have been struggling for hours now and fail to get the correct advice from the internet.
HW: I have a raspberry pi 3, Edimax EW-7811UAC
the chipset and this usb wifi dongle is also specifically referencend on the Arch Wiki
the driver is not part of the latest kernel, but there seems to be good support for linux drivers from the manufacturer and plenty of drivers on the AUR available.
$this->bbcode_second_pass_code('', 'uname -r
4.9.25-1-ARCH')
$this->bbcode_second_pass_code('', 'pacman -Qi linux-raspberrypi
Name : linux-raspberrypi
Version : 4.9.25-1
Description : The Linux Kernel and modules - Raspberry Pi
Architecture : armv7h')
from dmesg:
$this->bbcode_second_pass_code('', '
[ 5.395791] usb 1-1.2: Product: Edimax AC600 USB
[ 5.395797] usb 1-1.2: Manufacturer: Realtek
[ 5.395803] usb 1-1.2: SerialNumber: 00e04c000001')
and also reported by lsusb
$this->bbcode_second_pass_code('', 'lsusb
Bus 001 Device 006: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 005: ID 1a2c:0b2a China Resource Semico Co., Ltd
Bus 001 Device 004: ID 7392:a812 Edimax Technology Co., Ltd
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub')
I have tried various different packages from the AUR for the Realtek 8812au chipset, but all yield the same result.
After running makepkg -cs the tar.xz file is created
$this->bbcode_second_pass_code('', 'pacman -U rtl8812au_rtl8821au-dkms-git-4.3.20.r16.d716b38-1-armv7h.pkg.tar.xz')
yields:
$this->bbcode_second_pass_code('', ':: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes...
(1/1) installing rtl8812au_rtl8821au-dkms-git [######################] 100%
:: Running post-transaction hooks...
(1/2) Install DKMS modules
==> No kernel 4.10.13-1-ARCH modules. You must install them to use DKMS!
(2/2) Arming ConditionNeedsUpdate...
')
the linux-headers package installed:
$this->bbcode_second_pass_code('', 'pacman -Qi linux-armv7-headers
Name : linux-armv7-headers
Version : 4.10.13-1')
Am I missing something? Does the version of linux-headers and the linux-raspberrypi need to be the same.
From another forum thread:
$this->bbcode_second_pass_quote('', 'I')nstalling a dkms package does nothing but stick the source on your machine. dkms is a daemon that will build the module for each new kernel version. But if you don't start the daemon, it isn't going to do a damn thing.