Quote:
Originally Posted by Yvon
I no longer have WiFi...
|
I can't say with certainty, but WiFi is usually implemented in a kernel module which has to exactly match the kernel in the boot image.
Code:
adb shell
lsmod
...
wlan
...
If you don't see anything, it's not loaded.
I don't know where yours is, but mine is /vendor/lib/modules/qca_cld3_wlan.ko
Code:
modinfo /vendor/lib/modules/qca_cld3_wlan.ko
...
vermagic: 4.19.157-perf-g351a76a7468f SMP preempt mod_unload modversions aarch64
...
uname -u
Linux localhost 4.19.157-perf-g67951f32e775-dirty #7 SMP PREEMPT Fri Jan 24 19:53:05 CST 2025 aarch64