**** BEGIN LOGGING AT Thu Nov 28 02:59:58 2019 Nov 28 06:36:11 Human Rights was added by: Human Rights Nov 28 07:05:47 @intel777 [try adding … /data /data emmc defaults defaults … at the end of fs …], No, that didn't help either. Apparently the breakdown needs to be solved somehow differently. Nov 28 07:22:28 A7medal7arith was added by: A7medal7arith Nov 28 07:34:35 nitin_3 was added by: nitin_3 Nov 28 10:15:33 <窦昊磊> (Photo, 528x610) https://irc.ubports.com/9ihNlSPz.png 😏联系😏contact😏: @conjio Nov 28 10:17:25 @NotKit I guess there is admin stuff to do here Nov 28 10:17:48 thanks Nov 28 12:56:11 paveldave was added by: paveldave Nov 28 12:56:24 Is it ubports group? Nov 28 12:58:17 @paveldave [Is it ubports group?], @ubports Nov 28 12:58:56 @EmilSMN [@ubports], Thanks!!.. So what's this group all about? Nov 28 13:02:10 @paveldave [Thanks!!.. So what's this group all about?], This group is about Halium, the basis shared by multiple distributions (such as Ubuntu Touch) to run on hardware with Android kernel and drivers. … Basically: porting to new Android devices Nov 28 13:02:42 @paveldave [Thanks!!.. So what's this group all about?], [Edit] This group is about Halium, the basis shared by multiple distributions (such as Ubuntu Touch) to run on hardware with Android kernel and drivers. … Basically: porting to new Android devices (hard, not user-friendly) Nov 28 13:02:52 @paveldave [Thanks!!.. So what's this group all about?], [Edit] This group is about Halium, the basis shared by multiple distributions (such as Ubuntu Touch) to run on hardware with Android kernel and drivers. … Basically: porting to new Android devices (time-consuming, not user-friendly) Nov 28 13:03:08 @Nic264 [This group is about Halium, the basis shared by multiple distributions (such as …], So i hope i can learn here how to port for my device also Nov 28 13:05:17 Diving in this hole is one way ticket. Couple days and you can't sleep without seeing you device boots in linux. Nightmares about kernel panics and broken LXC containers, boot in Telnet rescue. Kernel parameters will be your tail forever. Nov 28 13:05:49 Just kidding 😁 Nov 28 13:06:04 @paveldave [So i hope i can learn here how to port for my device also], You will want to begin here: https://docs.halium.org/en/latest/ Nov 28 13:06:56 @Nic264 [You will want to begin here: https://docs.halium.org/en/latest/], Ok thank u sir Nov 28 13:33:37 @intel777 [CONFIG_KERNEL_LZO=y], I fix this problem. Delete config Nov 28 15:45:18 Fla was added by: Fla Nov 28 16:00:31 @intel777 [Diving in this hole is one way ticket. Couple days and you can't sleep without s …], Its so true! Nov 28 16:00:55 I am obsessed now with ofono patches for Samsung since a few days ^^ Nov 28 17:10:21 I rebuilt my hybris-boot and systemimage with another kernel folder because the previous one didn't work.. and now, after flashing it.. it doesn't get detected in `ip link show` or `lsusb` or in this command: `while : ; do lsusb -v 2>/dev/null | grep -Ee 'iSerial +[0-9]+ +[^ ]' ; done | uniq`. Anyone has encountered this? Nov 28 17:16:51 I am sure that the cable has no problem, since device is detected fine while it's booted in TWRP. Nov 28 17:25:42 have you redone config modifications like DEVTMFPS? Nov 28 17:26:16 I did check my defconfig with mer-kernel-check but let me check if DEVTMPFS is on. Nov 28 17:26:58 It is indeed on. Nov 28 20:26:29 Mohmmed Al mujtba was added by: Mohmmed Al mujtba Nov 28 20:43:29 I have an issue while building `halium-boot`. `/home/rixchy/halium/kernel/samsung/exynos5420/arch/arm/mach-exynos/pm_domains5.c:463:45: error: 'exynos5_device_g3d' undeclared (first use in this function) … exynos_pm_add_platdev(&exynos54xx_pd_g3d, &exynos5_device_g3d);` Nov 28 21:50:26 undeclared function again Nov 28 21:50:53 Sorry to bother, I have another error, just didn't send it. Nov 28 21:51:09 It was fixed by enabling a CONFIG since the function was in ifdef block. Nov 28 21:51:29 no, I mean, you just have to do what you already did Nov 28 21:51:52 These are the new errors, and I cannot find the CONFIG because they aren't if defined in any file using `grep`. `error: implicit declaration of function 'otg_control'` Nov 28 21:53:24 do you have arch/arm/plat-samsung/devs.c file? Nov 28 21:53:31 in your kernel directory Nov 28 21:53:44 or arm64 where /arch/arm Nov 28 21:54:10 @intel777 [do you have arch/arm/plat-samsung/devs.c file?], I do. Nov 28 21:54:42 ok, so find … ```#ifdef CONFIG_MALI_T6XX``` Nov 28 21:55:20 @intel777 [ok, so find … #ifdef CONFIG_MALI_T6XX], This worked for.. Nov 28 21:55:20 you must see something like … ``` … static struct resource g3d_resource[] … ```` Nov 28 21:55:22 [Edit] you must see something like … ```static struct resource g3d_resource[]``` Nov 28 21:55:42 @rixchy [I have an issue while building halium-boot. `/home/rixchy/halium/kernel/samsung/ …], But I already fixed this. Nov 28 21:55:57 oh sorry Nov 28 21:56:00 just Nov 28 21:56:02 nevermind Nov 28 21:56:12 Okay- Nov 28 21:56:20 @rixchy [These are the new errors, and I cannot find the CONFIG because they aren't if de …], This one's the issue. Nov 28 21:57:12 I am sure that some config disabled this, because being a ducking nub, I set almost all of the configs to "m" because my halium-boot wasn't fitting into the boot partition. Nov 28 21:57:30 And then, the `mka halium-boot` complained. Nov 28 21:57:58 [Edit] And then, the `mka halium-boot` complained about the configs not support the `m` as their value, so I fixed them. And now, here I got this. Nov 28 21:58:11 [Edit] And then, the `mka halium-boot` complained about the configs not supporting the `m` as their value, so I fixed them. And now, here I got this. Nov 28 21:58:53 Try this, maybe … https://andrewkelley.me/post/a-better-way-to-implement-bit-fields.html Nov 28 21:59:06 there is code in the midle of page Nov 28 21:59:19 ```OtgControl: struct { … ...``` Nov 28 21:59:46 have no idea where to put it tho Nov 28 23:49:01 @dohbee [then you should be able to port starting from the AOSP kernel/device trees, sort …], Where on aosp website do I pull up my device? Nov 28 23:52:46 @dohbee [then you should be able to port starting from the AOSP kernel/device trees, sort …], [Edit] Where on aosp website do I pull up my device tree/kernel? Nov 29 00:21:20 Wherever the manufacturer published them Nov 29 00:22:48 Wouldn't it generally be a better idea to get Lineage 14 working before porting Halium just so that you know everything works beforehand? Nov 29 02:10:13 Cgroup v1 systemd controller: missing … Cgroup v1 freezer controller: missing … Cgroup namespace: required … how to enable this ? Nov 29 02:48:37 There are some kernel configurations that need to be changed to enable that Nov 29 02:49:02 I don't remember them off the top of my head but iirc fixing them is a part of the guide **** ENDING LOGGING AT Fri Nov 29 02:59:58 2019