chromeos-kernel-linux-surface icon indicating copy to clipboard operation
chromeos-kernel-linux-surface copied to clipboard

linux-surface kernel for chromiumos.

Results 7 chromeos-kernel-linux-surface issues
Sort by recently updated
recently updated
newest added

Would these kernel modifications work on Chrome OS Flex or is the kernel locked? Trying to get keyboard and touchscreen working on Surface Laptop 1. Thanks.

I can compress the modules: ``` CONFIG_MODULE_COMPRESS=y CONFIG_MODULE_COMPRESS_GZIP=y ``` but Chromium OS will not load the compressed modules (fail to boot).

enhancement

surface3-spi uses PIO on both general and minimal config on chromeos-4.19 by default. Why? ```bash $ echo "file drivers/spi/spi-pxa2xx.c +p" | sudo tee /sys/kernel/debug/dynamic_debug/control $ dmesg -xw # then make...

Surface 3

> ~~**Not bootable on SB1 !!!**. It reboots on chrome logo. (But works well on Surface 3... why?)~~ ~~I released this binary anyway because it works with Surface 3. I'll...

bug (upstream Linux)

First thanks a lot for your work and effort. I managed to get my Surface Pro 7 going with your kernel. Wifi and Bluetooth are not working correctly, I tried...

Surface Pro 7
Surface Laptop 3 (Intel)
wifi/bt (AX201)
chromeos-5.4

To adjust the backlight on Surface 3, we need to build `i915` as not built-in but module. Maybe the cause of this problem is that `i915` will be loaded too...

wontfix

It seems that in order to get chrome://flags/ page working, we need to take TPM ownership. Until we can take the ownership from Windows, use software TPM. See: `https://github.com/imperador/chromefy/issues/40` Related...

bug