MichaIng
MichaIng
Nasty, seems to be an issue with Linux v5.10 headers: https://github.com/aircrack-ng/rtl8812au/issues/762 Ah, I mixed it up and built it on NanoPi R4S with "edge" kernel v5.18. I'll try to apply...
This did it: ```sh sudo ln -s module.lds.S /usr/src/linux-headers-5.10.123-meson64/scripts/module.lds sudo make dkms_remove sudo make dkms_install sudo modprobe 88XXau ``` But it says: ``` Good news! Module version v5.6.4.2_35491.20191025 for 88XXau.ko...
```sh sudo make dkms_remove sudo apt -y install linux-dtb-edge-meson64 linux-headers-edge-meson64 linux-image-edge-meson64 linux-u-boot-odroidn2-edge . /usr/lib/u-boot/platform_install.sh sudo write_uboot_platform "$DIR" "$(lsblk -no PKNAME "$(findmnt -no SOURCE /)")" sudo reboot # after reboot sudo...
Ah sorry, it's "edge", not "next" in the package names. I edited it above.
`write_uboot_platform` is part of the sourced script the line before on the instructions. However/obviously, likely it is not needed. Older U-Boot usually works with newer kernel as well. So the...
The sysfs GPIO API ia deprecated in favour of libgpio, but AFAIK Armbian is enabling it again with a future kernel release. Are you sure that the missing pins are...
Jep WiringPi is an alternative. On Odroids we pull sources from the Hardkernel fork you linked, to have board specifics included. _On Odroid M1 it even uses libgpio as backend,...
You are right, the lines reported by libgpio don't seem to be related to the GPIO numbers at all. I enabled I2CA and couldn't see a difference in what `gpioinfo`...
> You may not be aware, but WiringPi is basically wrapper to sysfs. I wasn't, though I could have guessed. Makes sense that Hardkernel moved it to libgpio backend for...
Many thanks for your report. > ping: connect: Cannot assign requested address This is the error you see when you disable IPv6? Actually it should then skip this check (after...