Hello,
I’ve been trying to use the developer image from a sdcard of the available releases of buster (359, 528 and 660).
The image works, I can boot from the sdcard. However, in all versions there is no usable kernel module for the wireless interface.
When I try to load the module, there seems to be a mismatch of kernel version:
root@linaro-developer:~# modprobe wcn36xx
modprobe: ERROR: …/libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file ‘/lib/modules/4.9.56-linaro-lt-qcom/modules.dep.bin’
modprobe: FATAL: Module wcn36xx not found in directory /lib/modules/4.9.56-linaro-lt-qcom
root@linaro-developer:~#
root@linaro-developer:~#
root@linaro-developer:~# ls -l /lib/modules/
total 4
drwxr-xr-x 3 root root 4096 Feb 7 2018 4.14.0-qcomlt-arm64
root@linaro-developer:~#
root@linaro-developer:~#
root@linaro-developer:~# uname -a
Linux linaro-developer 4.9.56-linaro-lt-qcom #3 SMP PREEMPT Mon Nov 12 14:56:55 CST 2018 aarch64 GNU/Linux
root@linaro-developer:~#
Any suggestion?