**** BEGIN LOGGING AT Thu May 10 03:00:02 2018 May 10 04:10:08 The backslashes mean that the command continues on the next line May 10 04:14:02 @mayltonfnds how is your kernel config doing wrt checking for lxc? May 10 05:15:12 I do remember there's fix for @mayltonfnds error.. let me search my backlog May 10 05:22:38 Found it.. May 10 05:23:49 If you have too many conflicting cgroups error, you need to set CONFIG_NR_CPUS to number of cpu cores in your device.. i.e 4 if phone is quad core. May 10 10:11:51 pitelpan was added by: pitelpan May 10 10:42:59 @mayltonfnds, @dohniks May 10 10:44:06 @mayltonfnds, A more detailed log May 10 10:44:11 @mayltonfnds, . May 10 10:45:26 try what bhushan said May 10 10:46:12 I will, thanks May 10 10:58:46 @dohniks, Is it symbolic or something? I have to remove them to get the command to work. May 10 11:00:03 @dohniks, [Edit] Is it symbolic or something, or does the webpage need them? I have to remove them to get the command to work. May 10 11:04:13 @bhushanshah, It's already set here May 10 11:05:08 Hm fun May 10 11:05:21 Can you point me to defconfig? May 10 11:06:58 Let me commit latest changes May 10 11:10:01 https://github.com/maylton/android_kernel_leeco_msm8996/blob/halium-7.1/arch/arm64/configs/lineage_x2_defconfig May 10 11:12:06 try `CONFIG_CGROUP_SCHEDTUNE=n` May 10 11:14:23 ok May 10 11:21:12 @zoomer296, The backslashes make it possible to put one command in multiple lines. May 10 11:23:13 @bhushanshah, kernel failed to build May 10 11:23:55 What's error? May 10 11:24:05 Might be it needs more config options disabled May 10 11:24:43 https://paste.ubuntu.com/p/YfMXtx5xZ8/ May 10 11:27:19 Bummer okay May 10 11:28:05 @mayltonfnds, sorry, did you look here? May 10 11:30:24 try `cgroup_disable=schedtune` in cmdline May 10 11:31:42 nothing happened May 10 11:32:05 Now i try to build again? May 10 11:32:22 um I mean May 10 11:32:28 sorry I was confusing May 10 11:32:54 revert =n change and add cgroup_disable... in kernel cmdline (hybris-boot or halium-boot) May 10 11:33:32 do you mean defconfig? May 10 11:33:48 @bhushanshah, disable this May 10 11:33:52 or well revert this May 10 11:34:20 and then add `cgroup_disable=schedtune` in TARGET_KERNEL_CMDLINE in device tree and then rebuild hybris-boot May 10 11:34:56 Oh, got it May 10 11:35:02 @JBBgameich, On the webpage I assume? When copied and pasted it doesn't work. May 10 11:35:14 it does work May 10 11:35:17 essentially May 10 11:35:43 sudo apt install foo \ … bar\ May 10 11:35:50 is equivalant to sudo apt install foo bar May 10 11:36:06 but I kinda agree that \ should be removed from documentation May 10 11:36:12 makes copy pasting much easier May 10 11:36:32 PRs welcome :P May 10 11:41:15 I've never had it work by copy pasting. I've always had to remove the backslashes. May 10 11:42:44 Also.. Use proper terminal emulator :P May 10 11:43:19 @bhushanshah, Wouldn't you need a second backslash in the second line to kick off the third line? May 10 11:44:03 @bhushanshah, I've used several. Which one do you use? May 10 11:45:00 @zoomer296, I use termite and Konsole depending on machine I am May 10 11:45:35 Copy pasting working depends lot on clipboard behavior as well in specific app May 10 11:45:41 Anyway May 10 11:45:53 We are going OT here May 10 11:46:03 I would gladly accept a pull request to remove slash lines May 10 11:48:54 @bhushanshah, Does it look like this? TARGET_KERNEL_CONFIG := lineage_x2_defconfig, cgroup_disable=schedtune May 10 11:49:15 Nah May 10 11:49:21 Cmdline May 10 11:49:29 And not config May 10 11:50:06 Oh, sorry May 10 11:50:28 I have to separate it with coma, right? May 10 11:50:43 setup_wizard_mrkl was added by: setup_wizard_mrkl May 10 11:50:43 Hello May 10 11:52:43 hi May 10 11:58:19 @bhushanshah, Now it builded sucessfully May 10 11:58:28 =) May 10 12:13:12 @bhushanshah, do we have a way to commit kernel cmd lines to halium repo? May 10 12:13:34 The cmdline can be added to the device tree May 10 12:20:26 you here https://github.com/LineageOS/android_device_asus_flo/blob/lineage-15.1/BoardConfigCommon.mk#L33 May 10 12:20:42 and then fork and add to manifest? May 10 12:20:58 you *mean* here? May 10 13:07:31 @bhushanshah, It didn't fix the problem =( May 10 13:09:41 @mayltonfnds you ping'd? May 10 13:09:47 :) May 10 13:10:09 πŸ˜… May 10 13:10:32 Well, I think the command didn't fix my problem May 10 13:11:26 @dohniks, but I noticed here that this phone has a different line for each BOARD_KERNEL_CMDLINE May 10 13:11:38 I didn't do that May 10 13:12:14 I wrote the command just after those previously added using a "," to separate it May 10 13:12:33 ah sorry for the confusion. my message was addressed at @JBBgameich May 10 13:12:54 no need for a comma May 10 13:14:40 (Photo, 1280x719) https://irc.ubports.com/TG5uTEB5.png So it should look like this? May 10 13:15:32 sounds good May 10 13:16:17 rebuilding... May 10 13:17:07 @mayltonfnds, Also, be aware that some bootloaders will overwrite the kernel cmdline with their own stuff May 10 13:17:19 This can be annoying if youever want to inject own stuff May 10 13:17:40 I didn't know that, thanks =) May 10 13:17:59 So yeah verify that `cat /proc/cmdline` contains your added option when you boot system May 10 13:19:09 ok May 10 14:17:42 Hey, that worked. Thank you so much guys! May 10 14:17:54 Every day a new advance May 10 14:18:13 I may get halium work until next year πŸ˜‚πŸ˜‚ May 10 14:20:47 You're awesome! May 10 15:12:58 πŸ‘ May 10 18:56:06 biga_biga was added by: biga_biga May 10 20:22:59 Hi. Been working on Samsung Galaxy S3. After building hybris-boot and system image I got the "kernel too old" error. Downloaded kernel 4.17-rc4 source, compiled and tried to flash with heimdall, command: May 10 20:23:04 heimdall flash β€”kernel zImage β€”verbose May 10 20:23:13 Got the following error message: May 10 20:23:30 Downloading device's PIT file... … WARNING: Empty bulk transfer after receiving packet failed. Continuing anyway... … PIT file download successful. … ERROR: Partition "kernel" does not exist in the specified PIT. … Ending session... May 10 20:23:44 Ideas? May 10 20:27:23 No idea actually but shouldnt this partition be called 'boot'? May 10 20:29:01 I just don't know. I extracted the PIT file and it says 'boot' somewhere in it, but nowhere 'kernel' and apparently that's what heimdall is looking for. May 10 20:30:15 you can't just flash a newer kernel to your halium build May 10 20:30:23 you have to include it in your tree to build a boot image with it May 10 20:30:27 it doesn't work that way :P May 10 20:30:52 Also I don't think 4.17 is android capable May 10 20:31:10 Wasn't 4.13 the latest and newest android kernel? Or maybe 4.9? May 10 20:31:55 @vanyasem, OK. But can I somehow incorporate a compiled kernel into a build I already have, or does the source code have to be merged before compiling halium? May 10 20:32:29 @aribk, you have to build a kernel compatible with your device, generic one won't work :P May 10 20:32:32 @VeryOriginalUsername, https://www.kernel.org/ May 10 20:32:43 @aribk, you can't just use a generic kernel with android devices May 10 20:32:48 it doesn't work like that okay May 10 20:33:16 @vanyasem, and more specifically with your unique device May 10 20:33:34 I used my i9300_defconfig and cross-compiled with UBER toolchain. May 10 20:33:58 (Photo, 720x1280) https://irc.ubports.com/aiRH6ZeP.png May 10 20:34:03 4.14 on caf May 10 20:34:36 @aribk, No, the binaries used for hardware compatibility will not work. May 10 20:35:37 @UniversalSuperBox, Is this where the so-called vendor blobs come in? May 10 20:35:42 @aribk, Yes it should be boot May 10 20:45:59 @aribk, Yes May 10 20:46:33 @UniversalSuperBox, Thanks! May 10 20:47:36 @vanyasem, Well in case of Samsung S3 there is light at the end of the tunnel, someone is mainlining this πŸ˜† May 10 20:48:32 @Flohack, Note II as well. May 10 23:04:22 Hello. Guys, do I have to have wifi working in order to move on? May 10 23:04:34 I mean, Halium can't find my wifi module May 10 23:04:52 Do I have to fix it first before moving on to other aspects? May 10 23:05:14 It'll make things easier May 10 23:07:48 Ok May 10 23:08:22 So, I don't have the folder /sys/module/wlan May 10 23:08:36 Do you have a broadcom chip May 10 23:09:54 I'm not sure May 10 23:10:01 My phone is a snap820 May 10 23:10:18 Does it have anything to do with wifi chip? May 10 23:11:09 Not always. Your manufacturer could have been a breakout. May 10 23:13:29 I can't find this information anywhere May 10 23:13:41 Er... I'm not sure either May 10 23:24:24 Does this mean something? 01:00.0 Class 0280: 168c:003e cnss_wlan_pci May 10 23:24:35 Are you sure that it doesn't work May 10 23:24:39 Have you tried firing nmtui May 10 23:25:04 I tried nmcli d May 10 23:25:30 okay. so it didn't work righT? May 10 23:25:31 [Edit] okay. so it didn't work right? May 10 23:25:44 i don't really have time to assist you now, just making sure May 10 23:25:55 Yes May 10 23:26:03 No wlan is shown May 10 23:27:22 anything interesting in dmesg? May 10 23:27:44 I'll check May 10 23:50:04 My gosh, I'm on halium documentation πŸ˜…πŸ˜‚ May 11 00:09:54 https://paste.ubuntu.com/p/kR44VJGJRk/ May 11 00:10:04 this error keeps showing up. What's it? May 11 00:12:19 This is the log for WiFi: https://paste.ubuntu.com/p/59gGVYZx7Y/ May 11 00:13:16 Lights and vibration are working, but video and wifi are not. May 11 00:19:53 I found this: [ 0.527320] wlan_en_vreg: no parameters May 11 00:20:25 and this: [ 3.872847] wlan_en_vreg: disabling May 11 00:24:44 Full dmesg output: https://paste.ubuntu.com/p/n53j3cWXFN/ May 11 00:25:47 oh May 11 00:25:47 :) May 11 00:26:38 hey =) May 11 00:40:19 (Document) https://irc.ubports.com/CgRgG3Hp.txt May 11 00:40:27 This is my last_kmsg **** ENDING LOGGING AT Fri May 11 03:00:03 2018