**** BEGIN LOGGING AT Sun Jun 03 03:00:02 2018 Jun 03 11:59:25 so uhm, how am I supposed to wake it from blank screen? Jun 03 12:00:58 even normally, I sometimes get the Android overlay blinking in (charging icon and/or blackness), which can be recovered for a split second when on the login screen, no apparent way to recovery (other than hard reboot by holding Esc for 10 seconds) when logged in Jun 03 12:03:31 after reboot it's random whether I'll get blinking overlay, or apparently normal functionality -- until the screen gets blanked Jun 03 12:47:01 What are the chances MTK releases the Linux drivers for the CPU? Jun 03 13:58:55 Houoin_Kyouma: what do you mean? have you looked at the kernel git tree? Jun 03 14:14:36 Has anyone had issues with the bluetooth on their gemini not wanting to stay connected to a headset? Jun 03 15:53:34 What are the chances MTK releases the Linux drivers for the CPU? Jun 03 18:33:00 Anyone know which version o ExaGear desktop is needed to work on the gemini? They are having a buy1 get 1free sale currently. Jun 03 19:01:01 the armv8 should work Jun 03 19:01:36 https://en.wikipedia.org/wiki/ARM_Cortex-A72 Jun 03 19:07:13 Captain_Harlock[, armv8 Jun 03 19:08:18 means it's possible to get it for 18.73 when splitting the costs? Jun 03 19:45:31 update: I could not get the linaro gcc 7.2.1 toolchain to build a bootable kernel Jun 03 19:51:06 MonkeyofDoom, that's unfortunate Jun 03 19:51:23 any pros of using 7.2.1 toolchain over older one to build 3.18 kernel? Jun 03 19:52:41 no, I just get the creeps using known-buggy software ;) Jun 03 19:53:09 I'll try a few other toolchains eventually and see if I can roughly bisect Jun 03 19:53:40 in the meantime I'd like to actually finish my changes to the LED, backlight, and battery drivers since those will improve the debian experience Jun 03 20:11:00 battery would be surely interesting Jun 03 20:11:48 I wonder how doable is forward-porting SoC specific drivers either for MediaTek 4.4 fork or mainline Jun 03 20:31:09 a lot of work, but certainly doable Jun 03 20:31:17 I think mainline is the only reasonable target Jun 03 20:31:57 I haven't looked at MediaTek's 4.4 fork, but a) it's 4.4 and b) it's MediaTek ;) Jun 03 20:32:20 their driver devs seem to have some very strange ideas about how to write kernel code Jun 03 20:33:43 generally they seem to abstract over SoC product lines, rather than over actual hardware components, making it impossible to reuse their drivers for other systems with the same components without significant rewrites Jun 03 20:34:34 the Linux Way is to expose hardware component functionality through standard interfaces and only consider configurations like products/SoCs at the devicetree level, which is generally a lot saner Jun 03 20:35:05 the mtk way ends up with nonsense like battery drivers that have tacked-on code for "oh what if there's a second battery" Jun 03 20:45:56 hmmmmm Jun 03 20:46:11 does the gemini actually have a mt6323 PMIC? Jun 03 20:47:42 it has an upstream driver (https://github.com/torvalds/linux/blob/master/drivers/regulator/mt6323-regulator.c) which we could maybe just backport verbatim rather than trying to deal with the `battery_common.c` nonsense mtk provides Jun 03 20:54:55 MonkeyofDoom, are there likely to be lots of non-MediaTek systems with same components though? Jun 03 20:55:03 except for maybe touchscreen/LCD/etc Jun 03 20:57:43 as for mt6323, I can't confirm, but commit says MT7623 has it, which is rougly same age as ours Helio X2x, so either same or similar chip is likely Jun 03 21:04:30 TheKit: no clue, but there's no reason not to make things properly flexible Jun 03 21:05:14 what I can't understand more is basically them having separate kernel fork for every SoC Jun 03 21:05:40 (e. g. our kernel generally doesn't include code for other SoCs) Jun 03 21:06:07 it's insane Jun 03 21:06:22 maybe they scale development with separate teams per SoC Jun 03 21:06:30 (that never communicate with each other) Jun 03 21:09:42 no, they have common code Jun 03 21:10:09 and their overall custom code architecture over them is very similar Jun 03 21:11:08 ah Jun 03 21:11:18 not sure then Jun 03 23:00:56 Hey guys can anyone clue me in to how to use headphones in linux? Jun 03 23:07:27 Ah, think they weren't plugged in properly :) Jun 03 23:10:34 Oh no, it is coming out of both headphones and speakers :( Jun 03 23:24:38 does pavucontrol do anything? Jun 03 23:28:46 Funny you should say, I was just installing it Jun 03 23:36:04 It doesnt help **** ENDING LOGGING AT Mon Jun 04 03:00:00 2018