*** amccarthy is now known as Guest1211 | 02:13 | |
*** amccarthy_ is now known as amccarthy | 02:13 | |
*** spiiroin_ is now known as spiiroin | 06:47 | |
T42 | <adampigg> Forwarded from adampigg: | 12:43 |
---|---|---|
*** amccarthy is now known as Guest1255 | 13:53 | |
*** amccarthy_ is now known as amccarthy | 13:53 | |
T42 | <adampigg> Mal: you've done something with SDL rotation? | 14:47 |
mal | @adampigg yes, why? | 14:49 |
T42 | <adampigg> Mal: some discussion about something similar on the fanclub channel, involving installing a patched liblipstick-qt5.so | 15:19 |
mal | we have been thinking how difficult it would be to rotate the buffer in compositor so rendering could be easily without any hacks | 16:40 |
mal | that is something I have been planning on testing if I'm bored enough :) | 16:41 |
T42 | <edp_17> Can I get a little help with wifi, please? It doesn't turn on. | 22:47 |
T42 | <edp_17> Error messages: in journal "Can't set: technology is NULL" in logcat "Failed to get WLAN MAC address" | 22:47 |
T42 | <edp_17> logcat: https://paste.ubuntu.com/p/bTd7DSCDwj/ | 22:47 |
T42 | <edp_17> journal: https://paste.ubuntu.com/p/PHb3p3VGmb/ | 22:47 |
T42 | <edp_17> It looks like firmware has loaded as this is in journal : "Loaded firmware wlan/prima/WCNSS_qcom_wlan_nv.bin" | 22:48 |
mal | @edp_17 are you sure there is no typo in your fixup-mountpoints? | 23:00 |
mal | "Timed out waiting for device dev-mmcblk0p322.device" | 23:01 |
mal | that 322 looks wrong, should it be 32 or 22? | 23:01 |
mal | check the block devices on running device to see what that should be by looking also at fstab, and then first manually fix the mnt-product-persist.mount and see if something changes | 23:02 |
T42 | <edp_17> mal : This is fixup-mountpoints : https://github.com/edp17/hybris-boot/commit/fd3fdca22ec43740ebc132b75fffc0715293f166#diff-329376091ebec7ebcd34ea57469b41fcd999ebf5ccd4cd2e3b77a311fcb5db2eR924 | 23:03 |
T42 | <edp_17> I think there is no typo and there is no mmcblk0p322 only mmcblk0p32 | 23:03 |
mal | hmm, check that mount service I mentioned | 23:03 |
T42 | <edp_17> Okay, thanks. | 23:04 |
mal | does it contain correct path | 23:04 |
T42 | <edp_17> Yes, you are correct. That is wrong in mnt-product-persist.mount : https://paste.ubuntu.com/p/2yfm6P4H2K/ | 23:05 |
mal | change it and reboot | 23:05 |
mal | @edp_17 wait | 23:06 |
mal | I know the issue | 23:06 |
T42 | <edp_17> Too late. :) | 23:06 |
T42 | <edp_17> It's rebooted. | 23:06 |
mal | the reason is that the path is really block/bootdevice/by-name/persist2 and since fixup has persist before persist2 it matches the persist first and replaces it with 32 resulting in 322 | 23:07 |
mal | so fixup should have persist2 before persist | 23:08 |
T42 | <edp_17> Oh, okay, I'll fix that. | 23:08 |
mal | and therefore the device in that mount service you fixed should be 33 not 32 | 23:08 |
mal | because persist2 is 33 and persist is 32 | 23:09 |
T42 | <edp_17> I change it to 33 on device and reboot. | 23:09 |
mal | you can see that is uses both of those for different mounts https://github.com/LineageOS/android_device_motorola_sdm632-common/blob/lineage-20/rootdir/etc/fstab.qcom | 23:10 |
T42 | <edp_17> Thanks. What issue will it fix? Wifi? | 23:11 |
mal | not sure, it might | 23:17 |
mal | those persist mounts can contain some needed configuration files or something | 23:17 |
Thaodan | I think it contains firmware values and such it's like /var/lib for Android | 23:18 |
T42 | <edp_17> Wifi still doesn't turn on. | 23:21 |
T42 | <edp_17> journal: https://paste.ubuntu.com/p/4W6vV9Phcj/ | 23:21 |
T42 | <edp_17> logcat: https://paste.ubuntu.com/p/KMGTBy3Bbc/ | 23:21 |
T42 | <edp_17> Looks like persist are mounted correctly: https://paste.ubuntu.com/p/NgvgrjxzzY/ | 23:22 |
mal | one thing to test could be building wlan driver as module | 23:26 |
Thaodan | Firmware doesn't load? kernel: wcnss: no space available for smd frame looks interesting. | 23:27 |
T42 | <edp_17> Also there is: Loaded firmware wlan/prima/WCNSS_qcom_wlan_nv.bin | 23:27 |
T42 | <edp_17> I'll try to build wifi as module. | 23:28 |
Thaodan | that's looks related: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/410 | 23:28 |
Thaodan | I don't think the driver being builtin is the issue. | 23:28 |
mal | Thaodan: some references to that error say it's not critical, check the channel logs | 23:29 |
Thaodan | mal: ok | 23:29 |
mal | Thaodan: https://piggz.co.uk/sailfishos-porters-archive/index.php?log=2016-08-18.txt#line79 | 23:29 |
mal | that error does seem familiar to me | 23:30 |
T42 | <edp_17> dmesg: https://paste.ubuntu.com/p/M7QVyNCfcB/ | 23:31 |
mal | quite many failing things in journal | 23:33 |
T42 | <edp_17> Would like to fix them one by one. | 23:34 |
T42 | <edp_17> In defconfig, I don't have CONFIG_BCMDHD but I do have CONFIG_PRIMA_WLAN and CONFIG_PRONTO_WLAN. | 23:35 |
mal | pronto-wlan is the one | 23:39 |
T42 | <edp_17> I set all to m. :D | 23:40 |
mal | only set pronto | 23:40 |
T42 | <edp_17> Okay. | 23:40 |
T42 | <edp_17> Yeah, CONFIG_BCMDHD is removed but the other two kept in .config | 23:41 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!