Saturday, 2022-05-28

T42<cryptodas> You're right, thanks! I have just built kernel with unchanged config and it behaves same as android kernel.00:10
T42<cryptodas> Sadly, I changed via `ARCH=arm64 make menuconfig` only erroneous params reported by mer_verify_kernel_config script...00:10
T42<elros34> bear in mind your kernel may have bugs triggered when you enable/disable kernel configs. It wouldn't be the first time00:17
deathmist@cryptodas it's CONFIG_VT=y that makes it crash, I see HTC U11 has MSM8998 SoC so it should be the same issue as for me00:59
deathmistsee https://github.com/ubports/porting-notes/wiki/Halium-9#qualcomm-devices-with-linux-kernel-44-panic-with-config_vt-enabled, should be same reverts you need00:59
deathmistobviously you should confirm first that CONFIG_VT=n stops it from immediately rebooting01:00
deathmistfor RNDIS (telnet/SSH access) you likely have to set CONFIG_USB_CONFIGFS_F_GSI=n and CONFIG_USB_CONFIGFS_RNDIS=y01:01
deathmistthere may be a way to get the default GSI ConfigFS function to do something but I never bothered01:02
T42<cryptodas> "confirm first that CONFIG_VT=n stops it..." β€” that's it, thank you!01:24
T42<jude> π–§π–Ύπ—…π—…π—ˆ π–Ύπ—π–Ύπ—‹π—’π—ˆπ—‡π–Ύ, 𝖨 π—ƒπ—Žπ—Œπ— 𝗆𝖺𝖽𝖾 𝗆𝗒 π—Œπ–Ύπ–Όπ—ˆπ—‡π–½ 𝗐𝗂𝗍𝗁𝖽𝗋𝖺𝗐𝖺𝗅 π—ˆπ–Ώ 𝗆𝗒 π—‰π—‹π—ˆπ–Ώπ—‚π— π—π—‚π—π—π—ˆπ—Žπ— π—Œπ—π—‹π–Ύπ—Œπ—Œ π—ˆπ—‹ 𝖽𝖾𝗅𝖺𝗒 𝖺𝗇𝖽 π—‡π—ˆ 𝖾𝗑𝗍𝗋𝖺 π–Ώπ–Ύπ–Ύπ—Œ 𝖺𝗍𝗍𝖺𝖼𝗁 π—π—ˆ 𝗂𝗍 𝗂𝖿 π—’π—ˆπ—Ž 𝖺𝗋𝖾 𝗂�08:09
T42<jude> https://t.me/joinchat/wZkaFwtVPidlZDk008:09
T42<Verevka86> Mic fix 😊 I did something like in this patch11:37
T42<Verevka86> https://github.com/mer-hybris/droid-src-sony/commit/192c24657c67d245a91c01ee31444af6c72280f7 (re @Verevka86: Hello, does anyone h...)11:37
T42<cryptodas> Thanks to deathmist, after applying patches and setting13:31
T42<cryptodas> ```13:31
T42<cryptodas> CONFIG_USB_CONFIGFS_RNDIS=y13:31
T42<cryptodas> CONFIG_USB_CONFIGFS_F_GSI=n```13:31
T42<cryptodas> 13:31
T42<cryptodas> I see in dmesg:13:31
T42<cryptodas> ```13:31
T42<cryptodas> [ 4149.766241] usb 1-9: Product: Always13:31
T42<cryptodas> [ 4149.766245] usb 1-9: Manufacturer: Mer Boat Loader13:31
T42<cryptodas> [ 4149.766250] usb 1-9: SerialNumber: Mer13:31
T42<cryptodas> [ 4149.770196] rndis_host 1-9:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-9, RNDIS device, 76:d5:88:c3:4b:9a13:31
T42<cryptodas> [ 4155.258504] usb 1-9: USB disconnect, device number 2113:31
T42<cryptodas> [ 4155.258681] rndis_host 1-9:1.0 usb0: unregister 'rndis_host' usb-0000:00:14.0-9, RNDIS device13:31
T42<cryptodas> <New USB device strings>13:31
T42<cryptodas> [ 4156.018156] usb 1-9: Product: U1113:31
T42<cryptodas> [ 4156.018160] usb 1-9: Manufacturer: HTC13:31
T42<cryptodas> [ 4156.018164] usb 1-9: SerialNumber: FA79B1800083```13:31
T42<cryptodas> 13:31
T42<cryptodas> This output comes with hybris-recovery flashed (as I understand, I need it to get telnet). If I flash hybris-boot the only difference is `Product: Refusing`13:31
ThaodanWhich kernel version?13:34
ThaodanYou can also try CONFIG_USB_CONFIGFS_RNDIS=y13:34
Thaodanif GSI doesn't work13:35
T42<elros34> no you do not need recovery for telnet, see you probably hit this line: https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L36113:35
T42<cryptodas> 4.4.177 kernel13:37
T42<cryptodas> CONFIG_USB_CONFIGFS_RNDIS is already set, that made me see these messages in dmesg13:37
Thaodanoh yeah13:38
Thaodanthe gsi think confused me13:38
T42<elros34> so with "Refusing" you should be able to telnet at 23 port and check diagnosis.log13:40
T42<cryptodas> I get "USB disconnect" in ~2 seconds after "Mer Boat Loader" so I guess telnet is not there. Nevertheless I managed to go further noticing what can be written to diagnosis.log in init script: it was CONFIG_AUTOFS4_FS not reported by mer_verify_kernel_config.14:04
T42<cryptodas> Now I got `Product: init-debug in real rootfs` and have init.log in sfos rootfs, will examine it14:04
T42<TheVancedGamer> One thing confuses me14:08
T42<TheVancedGamer> Why does initial telnet say "Mer *Boat* loader?14:08
ThaodanIt is a pun14:09
T42<TheVancedGamer> Oh, I see14:09
T42<TheVancedGamer> Because I saw that on my phone while debugging, and I never understood why14:10
voidanix[m]Does anybody have experience with devices not using little cores? irqbalance is not enabled but i'm not sure it actually makes that much of a difference14:45
voidanix[m]Battery life is suffering because of the prime/gold cores14:45
Thaodanon A11? Irqbalance should be there.14:47
T42<cryptodas> Ok, in init.log I got this error:15:55
T42<cryptodas> `can't create /etc/udhcpd.conf: nonexistent directory`15:55
T42<cryptodas> In sfos rootfs `/etc/udhcpd.conf` is symlink to `/run/usb-moded/udhcpd.conf` and `/run/usb-moded/` doesn't exist15:55
Thaodandoes usb-moded not start?15:56
T42<cryptodas> How can I check it?16:01
Thaodandid you enable persistant journal?16:11
deathmisthttps://github.com/mer-hybris/hadk-faq#persistent-journalctl16:14
T42<cryptodas> Forgot after last flashing. Ok, I understood what to do, will write later16:14
T42<elros34> init.log at 2323 is not really usefull unless it failed to start preinit16:26
voidanix[m]@Thaodan yes that's on A11, it keeps crashing with the error mentioned here https://github.com/sonyxperiadev/bug_tracker/issues/76017:17
voidanix[m]I remember irqbalance working without that defconfig option...17:17
voidanix[m]On AOSP, that is17:18
Thaodanvoidanix[m]: but what was sdm84517:19
voidanix[m]sm8150 also complains about def_timer_ms missing17:20
ThaodanMight wort to add to the bug then17:43
VerevkaHello, how can I access obs to support sfos updates for my device?18:19
piggzVerevka: ping lbt to create an account for you18:25
Verevkapiggz: i contacted him, he only gave me access to bugs.merproject.org.18:28
Verevkabuild.sailfishos.org authentication failed :(18:30
piggzVerevka: username is case sensitive18:41
piggztry that18:41
VerevkaUnfortunately not, I checked several times :(18:59
T42<elros34> @Verevka86 do you have account on forum.sailfishos.org? I am not sure but I think it could be used also to access obs or was it only planned to support it?19:30
T42<Verevka86> Now I entered the login and password, the account was created, but how will this help me with obs? (re @elros34: @Verevka86 do you ha...)19:34
T42<elros34> I had impression that this accounts are shared and you can use it to obs too but maybe I am wrong.19:35
T42<Verevka86> Unfortunately, it is not19:39
ThaodanAccounts are shared between mer bugzilla and sailfish obs I think.20:23

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