Sunday, 2025-08-03

*** xmn_ is now known as xmn18:37
T42<Igor> https://pastebin.com/jZiSBxx821:48
T42<Igor> 21:48
T42<Igor> why is there no new rndis device registered? normally i'd see one but here... it's just not there?21:48
T42<Igor> obvious issue in ramdisk but debugging will be a pita without at least telnet21:48
T42<Igor> i was even thinking of it being an usb superspeed issue but happens on usb2 as well21:49
malis there no interface in ifconfig output? it might not be named usb, it is also known that in some cases the usb interface is missing ip address so if you see the usb interface without ip then set it to 192.168.2.2 for example22:27
T42<Igor> No new interfaces. Only my lo and eth physicals.22:37
malhmm22:38
malwhich device and android base?22:38
T42<Igor> Galaxy S20 Ultra and its a 21 based port (re @SailfishFreenodeIRCBridgeBot: <mal>which device an...)22:39
T42<Igor> i expect breakage, but the ramdisk should be common, no?22:40
malI had issues with usb on a samsung device before, but it was just missing mac address but the interface was there22:40
malwas the usb connected all the time during boot?22:40
T42<Igor> yep22:41
maland reconnecting does nothing?22:41
T42<Igor> in android and in recovery i can get a nice stable usb connection22:41
T42<Igor> reconnecting does nothing more, it does re enumerate but no interface22:41
malwhich usb defconfig options do you have enabled? check for rndis related ones22:42
malwhich soc vendor is that? some qcom platfrom or something else?22:43
T42<Igor> samsung exynos, 9830 (re @SailfishFreenodeIRCBridgeBot: <mal>which soc vendo...)22:43
maldid you check what usb function it uses in android or recovery? https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L222 something like these22:45
T42<Igor> yep, ive got configfs_rndis enabled. But it also has something called usb_android_samsung_composite whatever that may be. Need to research22:45
T42<Igor> Thanks mal, ill check it out tomorrow. Too late to think today22:46
malyeah, check what it uses in android or recovery and if it's something different you can try to hack the init script, it's in $ANDROID_ROOT/hybris/hybris-boot/init-script, the you just need to rerun "make hybris-boot" to get a new kernel image for testing22:47
T42<Igor> beautiful, thanks so much for the help and goodnight :)22:47
malalso another option to get info is to mount sdcard in the init-script and dump logs and other info into files on sdcard and then after boot check the files in computer22:49
malalso about the reason for it failing to boot, check that the fixup-mountpoints is correct, it might be that userdata mounting failed which caused the error "Failed to boot init in real rootfs"22:50
malso recheck that the entries in fstab in your device repo and in fixup match so it can correctly replace the paths22:51

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