Thursday, 2020-05-21

T42<edp_17> @ankaos : show me the full log.06:29
piggzrinigus:  got a bit stuck with FP, might be my hw or device .... looking forward to helping you build it, but ill also try on a new port im about to start09:43
riniguspiggz: that's a bummer, it will have to wait few days. I will have to fix an issue with the map imports first (bicycle rooting got broken for some)10:15
rinigusafter that I will look into it.10:15
riniguspiggz: meanwhile, try to not to forget where you are with it10:16
piggzrinigus: sure10:31
T42<Verevka86> Can someone here help to understand why my mobile internet does not work in hybris-9.0?10:41
*** superpro1 is now known as superprower12:08
T42<edp_17> Guys, can somebody help me why the SIM card is not detected on my Note 4, please?12:14
T42<edp_17> logcat -b: https://paste.ubuntu.com/p/NNBSJ5bYxN/12:14
T42<edp_17> ofono status: https://paste.ubuntu.com/p/MRFCFnxX6x/12:14
T42<edp_17> full journalctl: https://paste.ubuntu.com/p/WMnzMjDyz7/12:14
T42<edp_17> Thank you!12:14
T42<birdzhang> @edp_17 do you have rild process?12:30
T42<edp_17> The 'ps ax' shows me that '/system/bin/rild' is running13:02
T42<elros34> it's not enough to check whether it is running. If you compare pid for every 'pgrep -af ril' or logs the you will notice that it constantly crash13:10
T42<edp_17> Yes, I have seen that but am not sure why and how to fix.13:12
T42<elros34> mif: misc_open: usb: init_comm fail(-19) could be important but with partial logs it's hard to guess when it even start to fail at boot time13:17
T42<edp_17> How do you mean partial logs? I though these are full logs. If you let me know how I can get full logs, I will do it right now.13:20
T42<elros34> that should be obious if you look at journal first messages, compare them with messages after reboot13:22
T42<ankaos> @edp_17 [@ankaos : show me the full log.], https://paste.ubuntu.com/p/Gg8D4h8gRR/13:24
T42<edp_17> I rebooted now. Can you let me know what logs I should retrieve for you, please?13:24
T42<ankaos> ril not work.13:24
T42<ankaos> bootloop :D :D13:24
T42<elros34> @edp_17 I am unlikly will be able to help you with ril but if you are posting logs then do it properly: shortly after reboot, so it contains all informations but not too early so all errors are included:  journalctl --no-page or sometimes journalctl --no-tail -f could be better.13:27
T42<edp_17> Thanks! I always wanted to provide proper logs but unfortunately I was struggling on what the proper log means. Now I made a comment what you said. 👍13:30
T42<edp_17> After the reboot, here is the output of '/usr/libexec/droid-hybris/system/bin/logcat': https://paste.ubuntu.com/p/dDWmct65zx/13:31
T42<edp_17> output of '/usr/libexec/droid-hybris/system/bin/logcat -b radio': https://paste.ubuntu.com/p/G9Pm4JztP5/13:31
T42<edp_17> output of 'journalctl --no-tail -f': https://paste.ubuntu.com/p/6sfrn6X3bg/13:32
T42<edp_17> and dmesg: https://paste.ubuntu.com/p/5Q8DbTtnqS/13:32
T42<edp_17> I have outputted them into a file then I copied them to pastebin. I am not sure this is sufficient or I need to provide something else too.13:33
T42<ankaos> https://paste.ubuntu.com/p/nymtYtyjHV/ '/usr/libexec/droid-hybris/system/bin/logcat':  @elros3413:35
T42<ankaos> https://paste.ubuntu.com/p/mjhYkQx63W/ output of '/usr/libexec/droid-hybris/system/bin/logcat -b radio13:36
T42<edp_17> @ankaos : I would be the happiest person if I could help. I am still trying to learn and struggling to understand how rild and other stuff work. Sorry.13:38
T42<ankaos> where rilde is wrong here.13:39
T42<ankaos> I also have a language problem. When the sim card is inserted it becomes bootloop.13:39
T42<edp_17> I have a quick and dirty solution: don't put SIM in. 😁13:40
T42<ankaos> (Sticker, 512x469) https://irc.thaodan.de/.imgstore/tUeWBlGh0i.webp13:41
T42<ankaos> @edp_17 [I have a quick and dirty solution: don't put S …], that there would be no point in the assembly13:42
T42<ankaos> https://paste.ubuntu.com/p/Dgn25Q774R/ [arch/arm64/kernel/cpu_errata.o] error @edp_1713:53
T42<edp_17> @ankaos : Please submit the full log not just a piece of it. Try to compile the hybris-hal with command 'make hybis-hal' and grab all the lines from console.13:56
T42<ankaos> @edp_17 [@ankaos : Please submit the full log not just …], https://paste.ubuntu.com/p/7mXHDh3PPX/13:58
T42<ankaos> https://review.lineageos.org/c/LineageOS/android_kernel_xiaomi_sdm845/+/238925/2/arch/arm64/kernel/cpu_errata.c#26 testing14:02
T42<edp_17> @ankaos : Give me the github url of your kernel, please?14:02
T42<ankaos> @edp_17 [@ankaos : Give me the github url of your kerne …], https://github.com/LineageOS/android_kernel_xiaomi_msm8953/tree/lineage-16.014:04
T42<edp_17> And what is your device?14:09
T42<ankaos> tissot (mi a1)14:09
T42<edp_17> Do you need 'CONFIG_PSCI_BP_HARDENING'? What is it doing?14:17
T42<ankaos> ı dont have `CONFIG_PSCI_BP_HARDENING`14:24
T42<edp_17> I can see here: https://github.com/LineageOS/android_kernel_xiaomi_msm8953/blob/lineage-16.0/arch/arm64/configs/tissot_defconfig#L7114:25
T42<edp_17> Isn't this what you use?14:25
T42<ankaos> @edp_17 [Isn't this what you use?], but delete CONFIG_PSCI_BP_HARDENING14:29
T42<edp_17> Try something else. Put back the original kernel defconfig and compile it. Then, when it compiles use the mer-kernel-check and fix the ERRORs. This is how I successfully made the hybris-hal for my Note 4.14:31
T42<ankaos> @edp_17 [Try something else. Put back the original kern …], okey.14:41
piggzrepo syncing hte next port....may take a while17:47
T42<ankaos> @edp_17 [Try something else. Put back the original kern …], net/key/af_key.o: file not recognized: File truncated19:59
T42<ankaos> @edp_17 [Try something else. Put back the original kern …], maybe problem config_modules=y20:44
T42<ankaos> @edp_17 [Try something else. Put back the original kern …], I found problem. Config_modules=y this is problem.22:26
T42<ankaos> used config_modules=m22:39
T42<ankaos> tisso-low-16.0 out kernel config https://paste.ubuntu.com/p/pMdHDyvSyg/23:45

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