Friday, 2025-05-02

malthevancedgamer: not yet17:40
T42<abranson> thevancedgamer: side effect of the rockpool BT LE experiments?18:48
T42<abranson> rockwork sorry!18:48
T42<TheVancedGamer> @abranson yup, had to backport the new BT stack which also considerably helped with BT suspend and compatibility with newer BT devices18:49
Mister_MagisterI bet you can't connect to a car bluetooth tho xd18:50
T42<TheVancedGamer> guess whar18:50
T42<TheVancedGamer> I can now18:50
Mister_Magisterno18:50
T42<TheVancedGamer> yes18:50
Mister_Magistermagic18:51
T42<TheVancedGamer> 8 sleepless nights18:51
T42<TheVancedGamer> and beers18:51
T42<abranson> Big if true ;)18:52
Mister_Magisteri can't connect neither to my old windows based car bt nor my new android based car bt on any of my devices18:52
Mister_Magisterbig sad18:52
T42<adampigg> the BT in my meganne -sort of works sometimes- .. but the janky android radio on my van works ok18:54
T42<abranson> It's probably more the car than the phone though18:55
malbluetooth has always been a mess in cars and phones also18:56
T42<TheVancedGamer> I've been experimenting with the 6.1 stack and it seems to have considerably helped18:57
malI built the kernel now, need to install on device and test overnight18:57
mal@TheVancedGamer was there something special needed from userspace to get wlan working again with the new driver19:09
malprobing the driver didn't seem to be enough19:10
T42<TheVancedGamer> I did need to fix the WCNSS config path19:11
T42<TheVancedGamer> did you pull that commit too>19:11
malI did pull all the commits19:11
T42<TheVancedGamer> can you post dmesg and log of qcacld?19:12
malhmm, it seems there is wrong path Attempting to load firmware wlan/qca_cld/wlan/WCNSS_qcom_cfg.in19:14
malthe path is wlan/qca_cld/WCNSS_qcom_cfg.ini19:14
malso the patch seems to break it19:15
T42<TheVancedGamer> ah, I forgot, LineageOS vendor fixed the path instead19:15
Mister_Magistermal: how about 3.4 fix19:15
T42<TheVancedGamer> we use Fairphone vendor where it's like that19:15
malMister_Magister: need to have another look soon19:15
mal@TheVancedGamer not good, kernel crashes when enabling wlan19:45
malnothing useful in pstore19:54
T42<TheVancedGamer> interesting19:58
T42<TheVancedGamer> wait19:59
T42<TheVancedGamer> are you sure module isn't conflicting with modules in vendor?19:59
malhmm20:00
T42<TheVancedGamer> also I removed the ability to manually turn on WLAN20:02
T42<TheVancedGamer> it auto-loads when module loads20:03
malhmm, why?20:05
T42<TheVancedGamer> I was running into lots of race condition when enabling WLAN in init20:05
T42<TheVancedGamer> so I decided to let the module handle it20:05
malI only have modules in /lib/modules20:11
T42<TheVancedGamer> what about /vendor/lib/modules?20:11
malnope20:13
malno such folder20:13
T42<TheVancedGamer> hm, interesting20:13
T42<TheVancedGamer> and you actually have /dev/wlan?20:13
malI have wlan0 interface in ifconfig20:16
T42<TheVancedGamer> yeah so it worked20:16
malbut if I toggle wlan on from UI then kernel crashes20:16
T42<TheVancedGamer> does the UI toggle block/unblock with rfkill or something else?20:17
malwell device reboots but I assume it's kernel crash20:17
malit does rfkill afaik20:17
T42<TheVancedGamer> it works perfectly here with UT20:17
malrfkill unblock from terminal is enough to cause device to reboot20:18
T42<TheVancedGamer> interesting20:18
malMay 02 23:17:53 Fairphone5 kernel: [kworke][0x13c197f53][20:17:53.107420] wlan: [8:E:QDF] copy_fw_abi_version_tlv: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x020:20
malMay 02 23:17:53 Fairphone5 kernel: [kworke][0x13c37d628][20:17:53.210978] wlan: [67:E:QDF] ready_extract_init_status_tlv: ready_extract_init_status_tlv:020:20
malMay 02 23:17:53 Fairphone5 kernel: [kworke][0x13c37eddf][20:17:53.211294] wlan: [67:E:QDF] cds_get_context: Module ID 65 context is Null20:20
malMay 02 23:17:53 Fairphone5 kernel: [kworke][0x13c37fb86][20:17:53.211476] wlan: [67:F:DP] cdp_ipa_set_uc_tx_partition_base invalid instance20:20
malthose are last message in dmesg20:20
malnot sure if normal20:20
T42<TheVancedGamer> "Module ID 65 context is null" is concerning20:22
T42<TheVancedGamer> it got a nullptr while fetching global hdd_ctx20:22
malseveral of those in dmesg20:24
T42<TheVancedGamer> is it loading wlan firmware properly?20:24
malseems to load fine20:27
mal@TheVancedGamer I think this might be the actual error: QDF ASSERT in qdf_mc_timer_get_current_state Line 12021:27
malbut not sure how it even can reach that21:28

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!