Hello Proxmox Community,
I am experiencing an issue while attempting to install the RTL8814AU driver on my Proxmox system. Below are the details of my setup and the problem:
Thank you in advance for your support.
Best regards,
paperlefthand
I am experiencing an issue while attempting to install the RTL8814AU driver on my Proxmox system. Below are the details of my setup and the problem:
- Operating System:
Proxmox VE PMX 6.8.4-2 (2024-04-10T17:36Z) x86_64 GNU/Linux - apt repositories Configured:
- deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
- deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription
- Steps Taken:
- Cloned the RTL8814AU driver repository from https://github.com/aircrack-ng/rtl8814au.
- Ran
maketo build the driver.
- Encountered Error: During the build process, an error related to the missing
net/ipx.hfile occurred.-
Code:
# make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.4-2-pve/build M=/tmp/rtl8814au modules make[1]: Entering directory '/usr/src/linux-headers-6.8.4-2-pve' CC [M] /tmp/rtl8814au/core/rtw_br_ext.o /tmp/rtl8814au/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory 20 | #include <net/ipx.h> | ^~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:243: /tmp/rtl8814au/core/rtw_br_ext.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.8.4-2-pve/Makefile:1926: /tmp/rtl8814au] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.8.4-2-pve' make: *** [Makefile:2353: modules] Error 2
-
- Additional Attempts: I used
apt-file search net/ipx.hto try and locate the package containingnet/ipx.h, but no packages were found.
- Which package should I install to obtain the net/ipx.h header file on Proxmox?
- Are there any specific dependencies or steps required to build the RTL8814AU driver on Proxmox VE PMX 6.8.4-2?
- Is there an alternative method to install this driver on Proxmox without encountering this issue?
Thank you in advance for your support.
Best regards,
paperlefthand