a couple hours ago I did the routine apt update/upgrade to my RPi4 which runs some services in my home along with an AP based on a TP-Link usb adapter which uses a external driver from here
Code: Select all
https://github.com/ivanovborislav/rtl88x2bu
The problem is that the headers of the new kernel couldn't be found under build directory because it didn't exist at all under/lib/modules/6.1.19-v8+/
Looking under /usr/src/ I wasn't able to find the 64 bit headers anywhere. The directories under /usr/src are the following:
Code: Select all
drwxr-xr-x 26 root root 4096 Mar 19 01:18 linux-headers-6.1.19+
drwxr-xr-x 25 root root 4096 Mar 19 00:32 linux-headers-6.1.19-v7+
drwxr-xr-x 25 root root 4096 Mar 19 00:32 linux-headers-6.1.19-v7l+
Code: Select all
Invalid architecture in ELF header: 40
I need your help!
Thanks in advance