T42 | <hacker12455> now it says no nv name again | 00:07 |
---|---|---|
T42 | <hacker12455> maybe I needed to keep that modules.conf? | 00:09 |
T42 | <elros34> in your latest log you have initialization other way around than in that systemd service. At 11s module is loaded and at 19s wcnss_wlan is touched | 00:12 |
T42 | <hacker12455> except I tried that the correct way around now and it does not work | 00:13 |
T42 | <hacker12455> let me make that modules.conf file again | 00:13 |
T42 | <elros34> so maybe wcnss service timing is also important provided you have such a process | 00:14 |
mal | maybe the module needs to be loaded early and then touch to wcnss_wlan later | 00:15 |
mal | also note that you either have modules.conf or you modprobe, you don't do both | 00:15 |
T42 | <hacker12455> don't ask me how but I need both | 00:18 |
mal | then one of those is not doing anything | 00:19 |
mal | because you can't load the same module a second time if didn't unload it first | 00:20 |
T42 | <hacker12455> just saying what I'm seeing | 00:21 |
mal | so you have tried manually doing on different boots: first touch and then modprobe, and on another boot modprobe then touch, is there any difference? both without modules.conf | 00:40 |
mal | and by manually I mean you disable the systemd service also | 00:40 |
Thaodan | shouldnt loading modules be done in /usr/lib/modules-load.d? | 01:05 |
T42 | <hacker12455> will try that in the morning (re @SailfishFreenodeIRCBridgeBot: <mal>so you have tri...) | 01:08 |
Mister_Magister | mal: still here or you going to sleep? | 01:59 |
T42 | <diablo765> I have a question, in some repositories of my device there is only the kernel and the sell, there is no ice, I have a question, in some repositories of my device there is only the kernel and the I sell, there is no devicw ... It is necessary | 17:20 |
T42 | <b100dian> what's sell, vendor? | 17:21 |
mal | Mister_Magister: is there some help you need? | 17:55 |
Mister_Magister | mal: yeah with selinux i believe | 18:04 |
Mister_Magister | mal: i booted my 17.1 port but if i start dhi it reboots | 18:04 |
Mister_Magister | not even kernel panic, just reboot | 18:04 |
Mister_Magister | ill give u journal in a sec | 18:07 |
Mister_Magister | mal: like for example i can't execute bootctl because selinux prevents me | 18:09 |
mal | Mister_Magister: so you have selinux enabled and the configs correctly in /etc/selinux/ ? | 18:20 |
Mister_Magister | mal: yep i even replaced symlinks with actual files | 18:22 |
Mister_Magister | mal: https://paste.opensuse.org/93443830 | 18:30 |
Mister_Magister | also there's a ton of binder: 3496:3496 transaction failed 29189/-22, size 32-0 line 3115 | 18:30 |
Mister_Magister | couldn't find any solution for that in logs | 18:30 |
mal | where are the selinux errors? | 18:34 |
mal | Mister_Magister: did you make selinux permissive in kernel command line? | 18:35 |
Mister_Magister | mal: i did selinux=1 | 18:37 |
Mister_Magister | rcupdate.rcu_expedited=1 androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 firmware_class.path=/vendor/firmware_mnt/image loop.max_part=7 selinux=1 androidboot.verifiedbootstate=orange androidboot.keymaster=1 | 18:37 |
Mister_Magister | root=PARTUUID=80ab3dd7-e98f-a937-c4d7-fb9148a77547 androidboot.bootdevice=1d84000.ufshc androidboot.serialno=J8AZB7606537CBZ SB=Y androidboot.baseband=msm LCD=535C86D5 LCD_ID1=61 StageID=A2 PanelOverride=0 msm_drm.dsi_display0=dsi_panel_AUO_H618DAX01_video_display: dbg=n klog=n PRJ=ZS620KL HW=MP RF=TW CPU=0x00A2008B UNLOCKED=Y RDUNLOCK=Y bat_reload_cond=0 androidboot.slot_suffix=_a skip_initramfs rootwait ro init=/init | 18:37 |
Mister_Magister | androidboot.dtbo_idx=30 androidboot.dtb_idx=4 | 18:37 |
Mister_Magister | its somewhere in there | 18:37 |
Mister_Magister | mal: the audit thingies in log | 18:38 |
mal | Mister_Magister: I mean androidboot.selinux=permissive | 18:38 |
Mister_Magister | oh | 18:38 |
mal | audit things are not errors, you can silence those with audit=0 in kernel commandline | 18:38 |
Mister_Magister | "Do not disable selinux, set it to 1 from kernel cmdline and make it permissive" | 18:39 |
Mister_Magister | i didn't get the "make it permissive" | 18:39 |
Mister_Magister | rebuilding kernal | 18:43 |
T42 | <b100dian> what is the usual way to 'serialize' a systemd service after an android one? | 19:01 |
T42 | <b100dian> I am sometimes having ofono starting before qcrild | 19:02 |
T42 | <b100dian> and I believe that makes ril initialization fail. How would one wait for an android service to be up in systemd? | 19:02 |
T42 | <b100dian> here's my take: https://github.com/sailfishos-on-tucana/droid-config-tucana/commit/b18d831b43b0db6a032cb1e1c4673d7a44bbdfff | 19:06 |
Mister_Magister | delay hack | 19:10 |
Mister_Magister | :D | 19:10 |
T42 | <diablo765> A question, at the time of initializing the repository of the device is necessary, the device in vendor and the kernel, because in some the vendor does not appear | 19:10 |
T42 | <diablo765> ? | 19:10 |
Mister_Magister | @b100dian i would say good enough | 19:11 |
Mister_Magister | if it works it works | 19:11 |
T42 | <b100dian> Actually I think ConditionPathExists was to be in [Unit], re-trying. It may have worked accidentally | 19:12 |
Mister_Magister | @b100dian well ye you lack unit and installs, you might add Before=ofono.service too | 19:12 |
T42 | <b100dian> Mister_Magister do you have experience with a such delay initialization in another port? | 19:13 |
Mister_Magister | ye we been delay hacking for some time now | 19:13 |
Mister_Magister | let me see if i can find something | 19:13 |
T42 | <b100dian> but not just 'sleep', that I think I have for pulse:P but waiting on something like a file being present | 19:14 |
Mister_Magister | you add soemthing like this https://github.com/VerdandiTeam/droid-config-titan/blob/master/sparse/usr/lib/systemd/system/sensors-delay-hack.service | 19:14 |
Mister_Magister | beforer ofono.service | 19:15 |
Mister_Magister | but like i said if yours work then its good enough | 19:16 |
Mister_Magister | its hack anywy | 19:16 |
Mister_Magister | doesn't matter how you make it | 19:16 |
Mister_Magister | there is not proper way of hacking it | 19:16 |
T42 | <b100dian> No, it doesn't:) I did make a link to it in ofono.service.wants/ but I am not getting to a proper way to wait for a file to be present.. | 19:18 |
Mister_Magister | ah its because you lack installs probably | 19:19 |
Mister_Magister | see the [Install], add wanted by the same target that ofono uses | 19:19 |
Mister_Magister | and add before ofono.service | 19:20 |
Mister_Magister | mal: should i worry about 3412:3412 transaction failed 29189/-22? | 19:20 |
Mister_Magister | also mal current status of systemctl https://paste.opensuse.org/9da28bab | 19:21 |
Mister_Magister | mal: and selinux still prevents me from executing /usr/libexec/droid-hybris/system/bin/bootctl | 19:21 |
Mister_Magister | keymaster is segfaulting hmm | 19:22 |
Mister_Magister | but hey its not rebooting since i added permissive | 19:23 |
Mister_Magister | progress :) | 19:23 |
Mister_Magister | but ye i think next step is fixing keymaster | 19:23 |
Mister_Magister | i remember having issues with keymaster on 16.0 but bloody hell i can't remember what it was | 19:25 |
Mister_Magister | hmm i think it lacked the os verrsion and patch level in kernel but i have them and they match vendor i think | 19:26 |
Mister_Magister | so that shouldn't be an issue | 19:26 |
Mister_Magister | lol i rebooted phoen and got ui | 19:34 |
Mister_Magister | magic :D i just unmasked dhi | 19:34 |
Mister_Magister | you love to see it | 19:35 |
Mister_Magister | fingerprint works, ofono works, bluetooth works, love it | 19:36 |
Mister_Magister | mal: think i can handle it from here on out but i'll call you if i need you :D | 19:37 |
Mister_Magister | mal: oh ye still can't execute droid-bootctl | 19:37 |
mal | hmm | 19:38 |
Mister_Magister | mal: oh wait no my bad i can execute it | 20:03 |
Mister_Magister | but i have Error marking as having booted successfully: Operation not permitted | 20:04 |
T42 | <Rebecca Rogers> Ellen you're a real lady of your world I just received $15,000 dollar in my wallet account and all process has been done thank you very much greeting. | 21:55 |
T42 | <Rebecca Rogers> 👇👇👇👇 | 21:55 |
T42 | <Rebecca Rogers> https://t.me/joinchat/iq2D-3fjMAwyZGI0 | 21:55 |
T42 | <adampigg> Mal: i assume on the groundsy laptop has completely stopped responding, its now trying to build hidl-gen | 22:20 |
mal | @adampigg even ubuntu has hidl-gen packaged, not sure which distro you use | 22:28 |
T42 | <adampigg> Mal: trying proper version from android build system | 22:28 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!