[Bug]: compiling/building the driver fails on Arch 6.13.1-arch1-1 at os_dep/linux/os_intfs.o: error: expected ‘,’ or ‘;’ before ‘VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver’ #49
Labels
bug
Something isn't working
Checklist
Is Secure Boot enabled?
No
uname
Linux buster 6.13.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 02 Feb 2025 01:02:29 +0000 x86_64 GNU/Linux
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 046d:c08b Logitech, Inc. G502 SE HERO Gaming Mouse Bus 001 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) Bus 001 Device 005: ID 2357:0101 TP-Link RTL8812AU Archer T4U 802.11ac Bus 001 Device 006: ID 1a2c:497a China Resource Semico Co., Ltd AFFFA0319 Bus 001 Device 008: ID 2717:ff80 Xiaomi Inc. Mi/Redmi series (RNDIS) Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
rfkill
0: hci0: Bluetooth Soft blocked: no Hard blocked: no
dkms
iw
git status
install-driver.sh
What happened?
Hi! Since i couldn't connect to the internet after a recent update, i did what i usually do and:
-Tried to remove the rtl8812au driver using the uninstall script
-Uinstalled everything else in DKMS
-Updated everything with
sudo pacman -Syu
-Reinstalled DKMS
-Tried to install rtl8812au with the install script again
But already when i was uninstalling i had issues. DKMS status said that the rtl8812au was "broken" and running the uninstall script i was told that it was missing the symbolic link. I then had to purge/remove rtl8812au.ko from
/lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8xxxu
directly, and after runningsudo depmod -a
the driver seemed to be succesfully removed when i ranDKMS status
.As you can see, running the install-driver.sh script says that the build failed. I then ran make clean and make directly to have a more detailed look.
make clean
gives me:make
gives me:This seems like a bug no? But maybe i messed something up by trying to uninstall directly. I don't quite know where to go from here though.
Kind regards, and thanks for the amazing work!
The text was updated successfully, but these errors were encountered: