View Single Post
Old 03-23-2025, 03:24 AM   #4
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,981
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by Yvon View Post
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
Renate is offline   Reply With Quote