nattyg Posted October 19, 2017 Posted October 19, 2017 I wonder if anyone can help. I have downloaded the latest build for my odroid-xu4 and have the kernel version 4.9.51-odroidxu4. The trouble is I cannot find any where the kernel headers for this particular version. The kernel headers that come with the dist is 4.9.31-odroidxu4 and when I do apt-get kernel-headers-$(uname -r) or apt-get kernel-headers-next I get version 5.0.33 and I cannot seem to download the version that I need to compile drivers. Anyone know where the version 4.9.51-odroidxu4 linux headers are? Thanks
Igor Posted October 19, 2017 Posted October 19, 2017 14 minutes ago, nattyg said: Anyone know where the version 4.9.51-odroidxu4 linux headers are? At this particular moment accessible only from the beta repository. You can switch to it or install headers from here: https://beta.armbian.com/pool/main/l/linux-4.9.57-odroidxu4/ Add. Actually, install all those packages.
nattyg Posted October 19, 2017 Author Posted October 19, 2017 Thanks. That location is showing the headers as version 5.34.171020. I am guessing that when I download these I should install the linux-image next and boot to that kernel instead (if that is the kernel?)
Igor Posted October 19, 2017 Posted October 19, 2017 Yes. Or more simple way - go to armbian-config, switch to beta, update and install headers.
nattyg Posted October 20, 2017 Author Posted October 20, 2017 Hi, Thank you for this. I have managed to compile the driver and that worked and said installed. But the driver is loading. I have run lshw and the device is showing up as UNCLAIMED. *-usb:1 UNCLAIMED description: Generic USB device product: 802.11ac WLAN Adapter vendor: Realtek ... capabilities: usb-2.10 configuration: maxpower=500mA speed=480Mbit/s
Igor Posted October 20, 2017 Posted October 20, 2017 This tells me absolutely nothing. armbianmonitor -u is what you need to type before anything else and ... 3rd party drivers/hardware is not our problem.
nattyg Posted October 20, 2017 Author Posted October 20, 2017 nat@adroidxu4:/lib/modules/4.9.57-odroid/kernel/drivers/net/wireless/rtl8812au I tried to download drivers from your site to detect this but none seemed to work. Just wondering if this is a realtek issue and I should look at other makes.
Igor Posted October 20, 2017 Posted October 20, 2017 Drivers for 8812au are a part of this kernel and they work. At least with the one, I have around or official from Hardkernel. They actually provided and fixed this driver. Download the latest stable image and it must work out of the box. No need to install anything. Just make sure your PSU is powerful enough and/or use an external powered USB3 hub.
nattyg Posted October 20, 2017 Author Posted October 20, 2017 Thank you. my power supply has 5v .. 4A 20W. I will look at trying a external usb device and see if that works instead.
Igor Posted October 20, 2017 Posted October 20, 2017 And please read my post again. If you don't supply logs, I am not helping you anymore because you are wasting my time. It could be some stupid problem, which manifests in the logs ...
Recommended Posts