Friday, 2023-01-13

*** amccarthy is now known as Guest121102:13
*** amccarthy_ is now known as amccarthy02:13
*** spiiroin_ is now known as spiiroin06:47
T42<adampigg> Forwarded from adampigg:12:43
*** amccarthy is now known as Guest125513:53
*** amccarthy_ is now known as amccarthy13: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.so15:19
malwe have been thinking how difficult it would be to rotate the buffer in compositor so rendering could be easily without any hacks16:40
malthat 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
malthat 322 looks wrong, should it be 32 or 22?23:01
malcheck 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 changes23:02
T42<edp_17> mal : This is fixup-mountpoints : https://github.com/edp17/hybris-boot/commit/fd3fdca22ec43740ebc132b75fffc0715293f166#diff-329376091ebec7ebcd34ea57469b41fcd999ebf5ccd4cd2e3b77a311fcb5db2eR92423:03
T42<edp_17> I think there is no typo and there is no mmcblk0p322 only mmcblk0p3223:03
malhmm, check that mount service I mentioned23:03
T42<edp_17> Okay, thanks.23:04
maldoes it contain correct path23:04
T42<edp_17> Yes, you are correct. That is wrong in mnt-product-persist.mount : https://paste.ubuntu.com/p/2yfm6P4H2K/23:05
malchange it and reboot23:05
mal@edp_17 wait23:06
malI know the issue23:06
T42<edp_17> Too late. :)23:06
T42<edp_17> It's rebooted.23:06
malthe 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 32223:07
malso fixup should have persist2 before persist23:08
T42<edp_17> Oh, okay, I'll fix that.23:08
maland therefore the device in that mount service you fixed should be 33 not 3223:08
malbecause persist2 is 33 and persist is 3223:09
T42<edp_17> I change it to 33 on device and reboot.23:09
malyou 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.qcom23:10
T42<edp_17> Thanks. What issue will it fix? Wifi?23:11
malnot sure, it might23:17
malthose persist mounts can contain some needed configuration files or something23:17
ThaodanI think it contains firmware values and such it's like /var/lib for Android23: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
malone thing to test could be building wlan driver as module23:26
ThaodanFirmware 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.bin23:27
T42<edp_17> I'll try to build wifi as module.23:28
Thaodanthat's looks related: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/41023:28
ThaodanI don't think the driver being builtin is the issue.23:28
malThaodan: some references to that error say it's not critical, check the channel logs23:29
Thaodanmal: ok23:29
malThaodan: https://piggz.co.uk/sailfishos-porters-archive/index.php?log=2016-08-18.txt#line7923:29
malthat error does seem familiar to me23:30
T42<edp_17> dmesg: https://paste.ubuntu.com/p/M7QVyNCfcB/23:31
malquite many failing things in journal23: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
malpronto-wlan is the one23:39
T42<edp_17> I set all to m. :D23:40
malonly set pronto23:40
T42<edp_17> Okay.23:40
T42<edp_17> Yeah, CONFIG_BCMDHD is removed but the other two kept in .config23:41

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