You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building for Odroid N2 on a RPi4 running mainline ArchArm 5.11.4-1-ARCH kernel. I'm trying to build with the following options: ./build.sh build n2 -e minimal DISABLE_MALIGL=1 CHEWITT_KERNEL=1
Pacman creates the tar.xz package without a hitch but the DKMS build fails with this: ==> dkms install --no-depmod -m rtl88xxau -v r1155.c0ce817 -k 5.12.0-rc7-7-ARCH Error! Bad return status for module build on kernel: 5.12.0-rc7-7-ARCH (aarch64) Consult /var/lib/dkms/rtl88xxau/r1155.c0ce817/build/make.log for more information.
I would like to show the log here but I can't find a rtl88xxau folder under /home/username/alarm-image-generator/mods/var/lib/dkms/ or under the RPI4 host's /var/lib/dkms
The text was updated successfully, but these errors were encountered:
It seems that driver hasn´t been ported yet to the 5.12 kernel. In that case using TOBETTER_KERNEL (5.11) will be the solution until that driver is ported, or maybe introducing a flag to disable that wifi driver.
I'm building for Odroid N2 on a RPi4 running mainline ArchArm 5.11.4-1-ARCH kernel. I'm trying to build with the following options:
./build.sh build n2 -e minimal DISABLE_MALIGL=1 CHEWITT_KERNEL=1
Pacman creates the tar.xz package without a hitch but the DKMS build fails with this:
==> dkms install --no-depmod -m rtl88xxau -v r1155.c0ce817 -k 5.12.0-rc7-7-ARCH Error! Bad return status for module build on kernel: 5.12.0-rc7-7-ARCH (aarch64) Consult /var/lib/dkms/rtl88xxau/r1155.c0ce817/build/make.log for more information.
I would like to show the log here but I can't find a rtl88xxau folder under /home/username/alarm-image-generator/mods/var/lib/dkms/ or under the RPI4 host's /var/lib/dkms
The text was updated successfully, but these errors were encountered: