**** BEGIN LOGGING AT Sat Feb 17 03:00:01 2018 Feb 17 03:21:03 The mer kernel config checker reports that config_netprio_cgroup should be set, but my kernel has config_cgroup_net_prio. I'm guessing this is the right one? Maybe detection of that should be added Feb 17 04:10:55 @UniversalSuperBox I booted with selinux=0, ssh doesn't start now. It crashes in qualcom's encryption module: https://gist.github.com/rockybulwinkle/ec6abe5a8465670cd8cb0b4cccb6a89d Feb 17 06:01:16 @Qiangong2, If you use halium, you need to connect to internet and then use this commands: . /etc/environment … echo "deb http://repo.halium.org/caf xenial main" >> /etc/apt/sources.list.d/halium-caf.list … apt-get update … apt-get dist-upgrade Feb 17 09:59:21 fekz115 was added by: fekz115 Feb 17 10:13:42 @Qiangong2, Check output of logcat - you know where to find? Feb 17 10:13:51 The adreno error is rather a warning, just ignore it Feb 17 14:01:04 @JBBgameich when trying build libhybris i has error … checking for WAYLAND_CLIENT... no … so i must intall wayland right ? if yes how ? Feb 17 16:51:18 If you are building from a debian package, run `apt build dep .` before Feb 17 17:23:12 i used qemu-user-static, got this error now … checking android-config.h usability... no Feb 17 17:23:26 configure: error: required header file is missing Feb 17 17:24:26 oh find pb, android-header wrong path Feb 17 17:41:14 @UniversalSuperBox I think my device does need SE Linux. Another device using the same CPU as mine, the HTC 10, has it enabled in the kernel config and does not disable it in the cmd line Feb 17 18:05:13 So I'm still trying to figure out why that mount --move fails... https://gist.github.com/rockybulwinkle/7c55931ac62f6cafdba4cd29ba38a7bb Feb 17 18:26:08 I changed it to a mount --bind and that seems to be working for now. Now I'm trying to figure out why it can't find some of the block devices... I checked the paths myself, they do seem to actually be there... Feb 17 18:26:10 https://gist.github.com/rockybulwinkle/4e1e38782b0454fbbeda49f733267966 Feb 17 19:06:49 yes, the block device definitely exists.. what is going on with my mounts??? Feb 17 19:36:25 I decided to try hybris-boot again, I'm getting much further than I did before! Feb 17 19:40:51 Should the graphics test output anything to the screen, or is it all internal? Feb 17 20:35:05 When I try to test the wifi at https://docs.halium.org/en/latest/porting/debug-build/wifi.html I get "no such device" when I write to fwpath Feb 17 21:03:10 @rockybulwinkle, Try … ```nmtui``` Feb 17 21:11:31 I'm not sure which interface is wifi. I have bond0 rndis0 sit0 lo rmnet_ip0. Feb 17 21:18:02 I'm suspecting I don't even have the wifi interface yet. Googling around doesn't suggest any of them are wifi. The HTC 10 has a MSM8996 like my ZTE Axon 7. The HTC 10 uses the BCMDHD driver but that doesn't appear in my kernel config. Should it be there? Feb 17 21:18:29 [Edit] I'm suspecting I don't even have the wifi interface yet. Googling around doesn't suggest any of them are wifi. The HTC 10 has a MSM8996 like my ZTE Axon 7. The HTC 10 uses the BCMDHD driver but that doesn't appear in menuconfig. Should it be there? Feb 17 21:28:45 It'll be wlan0 Feb 17 21:29:01 ok, I guess I don't have it. My graphics isn't working yet either. Feb 17 21:29:03 Your phone may have the broadcom chip or another one Feb 17 21:29:22 I would find it odd the lineageos kernel sources wouldn't have the broadcom driver built in Feb 17 21:29:27 if it used it Feb 17 22:23:39 Well I copied the HTC BCMDHD driver into my kernel. I can't insmod though because my rootfs doesn't have that. Is that meant to be done in the recovery only? Feb 18 00:16:36 hello, I successfully created `ubports-boot.img`, `system.img` and when I tried to flash an ubports-rootfs and system.img on my `tenshi` (bq aquaris U Plus) I was reported of the following courios error: Feb 18 00:16:41 https://pastebin.com/YKkWjTVL Feb 18 00:17:47 It looks to me like it doesn't want to overwrite a link file that already exists. Feb 18 00:18:10 maybe try moving /data/system.img ? **** ENDING LOGGING AT Sun Feb 18 03:00:00 2018