Open solsticedhiver opened 3 years ago
This also happened to me on a rpi2B on Ubuntu 20.10 with 5.8.0-1011-raspi. I reverted 3325543 and it worked.
3325543 is assuming all arm rpi are soft-float. this is wrong.
$ readelf -a /lib/libc.so.6 | grep VFP
Tag_FP_arch: VFPv3-D16
Tag_ABI_VFP_args: VFP registers
The last line seems to imply I have hard-float arch on archlinux-arm (armv7h aka rpi3b) and CFLAGS in /etc/makepkg.conf
use -mfloat-abi=hard
@solsticedhiver Yet the driver cannot be compiled with -mfloat-abi=hard
: https://github.com/aircrack-ng/rtl8812au/issues/802#issuecomment-754014418
Builds and works on ArchLinuxARM (RPI 4B) without specifying -mfloat-abi=
at all.
On archlinux-arm with kernel 5.4.83-3-ARCH, and with driver from commit r1137 aka 2686ea8, I always got now the following stacktrace. This was working fine with r1110 aka f4d84c9