mal | thevancedgamer: not yet | 17: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 devices | 18:49 |
Mister_Magister | I bet you can't connect to a car bluetooth tho xd | 18:50 |
T42 | <TheVancedGamer> guess whar | 18:50 |
T42 | <TheVancedGamer> I can now | 18:50 |
Mister_Magister | no | 18:50 |
T42 | <TheVancedGamer> yes | 18:50 |
Mister_Magister | magic | 18:51 |
T42 | <TheVancedGamer> 8 sleepless nights | 18:51 |
T42 | <TheVancedGamer> and beers | 18:51 |
T42 | <abranson> Big if true ;) | 18:52 |
Mister_Magister | i can't connect neither to my old windows based car bt nor my new android based car bt on any of my devices | 18:52 |
Mister_Magister | big sad | 18:52 |
T42 | <adampigg> the BT in my meganne -sort of works sometimes- .. but the janky android radio on my van works ok | 18:54 |
T42 | <abranson> It's probably more the car than the phone though | 18:55 |
mal | bluetooth has always been a mess in cars and phones also | 18:56 |
T42 | <TheVancedGamer> I've been experimenting with the 6.1 stack and it seems to have considerably helped | 18:57 |
mal | I built the kernel now, need to install on device and test overnight | 18:57 |
mal | @TheVancedGamer was there something special needed from userspace to get wlan working again with the new driver | 19:09 |
mal | probing the driver didn't seem to be enough | 19:10 |
T42 | <TheVancedGamer> I did need to fix the WCNSS config path | 19:11 |
T42 | <TheVancedGamer> did you pull that commit too> | 19:11 |
mal | I did pull all the commits | 19:11 |
T42 | <TheVancedGamer> can you post dmesg and log of qcacld? | 19:12 |
mal | hmm, it seems there is wrong path Attempting to load firmware wlan/qca_cld/wlan/WCNSS_qcom_cfg.in | 19:14 |
mal | the path is wlan/qca_cld/WCNSS_qcom_cfg.ini | 19:14 |
mal | so the patch seems to break it | 19:15 |
T42 | <TheVancedGamer> ah, I forgot, LineageOS vendor fixed the path instead | 19:15 |
Mister_Magister | mal: how about 3.4 fix | 19:15 |
T42 | <TheVancedGamer> we use Fairphone vendor where it's like that | 19:15 |
mal | Mister_Magister: need to have another look soon | 19:15 |
mal | @TheVancedGamer not good, kernel crashes when enabling wlan | 19:45 |
mal | nothing useful in pstore | 19:54 |
T42 | <TheVancedGamer> interesting | 19:58 |
T42 | <TheVancedGamer> wait | 19:59 |
T42 | <TheVancedGamer> are you sure module isn't conflicting with modules in vendor? | 19:59 |
mal | hmm | 20:00 |
T42 | <TheVancedGamer> also I removed the ability to manually turn on WLAN | 20:02 |
T42 | <TheVancedGamer> it auto-loads when module loads | 20:03 |
mal | hmm, why? | 20:05 |
T42 | <TheVancedGamer> I was running into lots of race condition when enabling WLAN in init | 20:05 |
T42 | <TheVancedGamer> so I decided to let the module handle it | 20:05 |
mal | I only have modules in /lib/modules | 20:11 |
T42 | <TheVancedGamer> what about /vendor/lib/modules? | 20:11 |
mal | nope | 20:13 |
mal | no such folder | 20:13 |
T42 | <TheVancedGamer> hm, interesting | 20:13 |
T42 | <TheVancedGamer> and you actually have /dev/wlan? | 20:13 |
mal | I have wlan0 interface in ifconfig | 20:16 |
T42 | <TheVancedGamer> yeah so it worked | 20:16 |
mal | but if I toggle wlan on from UI then kernel crashes | 20:16 |
T42 | <TheVancedGamer> does the UI toggle block/unblock with rfkill or something else? | 20:17 |
mal | well device reboots but I assume it's kernel crash | 20:17 |
mal | it does rfkill afaik | 20:17 |
T42 | <TheVancedGamer> it works perfectly here with UT | 20:17 |
mal | rfkill unblock from terminal is enough to cause device to reboot | 20:18 |
T42 | <TheVancedGamer> interesting | 20:18 |
mal | May 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, 0x0 | 20:20 |
mal | May 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:0 | 20:20 |
mal | May 02 23:17:53 Fairphone5 kernel: [kworke][0x13c37eddf][20:17:53.211294] wlan: [67:E:QDF] cds_get_context: Module ID 65 context is Null | 20:20 |
mal | May 02 23:17:53 Fairphone5 kernel: [kworke][0x13c37fb86][20:17:53.211476] wlan: [67:F:DP] cdp_ipa_set_uc_tx_partition_base invalid instance | 20:20 |
mal | those are last message in dmesg | 20:20 |
mal | not sure if normal | 20:20 |
T42 | <TheVancedGamer> "Module ID 65 context is null" is concerning | 20:22 |
T42 | <TheVancedGamer> it got a nullptr while fetching global hdd_ctx | 20:22 |
mal | several of those in dmesg | 20:24 |
T42 | <TheVancedGamer> is it loading wlan firmware properly? | 20:24 |
mal | seems to load fine | 20:27 |
mal | @TheVancedGamer I think this might be the actual error: QDF ASSERT in qdf_mc_timer_get_current_state Line 120 | 21:27 |
mal | but not sure how it even can reach that | 21:28 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!