Maximilian Luz
Maximilian Luz
@heapwolf I think the last error can be fixed by blacklisting `intel_lpss` via the kernel boot parameter `modprobe.blacklist=intel_lpss_pci` (as suggested in https://github.com/jakeday/linux-surface/issues/589#issuecomment-545522548).
I think you need to add the `modprobe ...` to the `linux ...` line, for example after `splash`
Thank you! I'll try to test a patch to fix the intel-lpss-pci/boot issue and include it in the repo if it works. See https://github.com/qzed/linux-surface-kernel/issues/12 for some additional links (this bug...
@xdumaine Thanks!
@heapwolf Thanks!
@heapwolf I assume you've got the 13"/intel model? If so, can you upload an acpidump (`sudo acpidump > acpidump.out`)?
Could someone with the 15" model post the output of `cat /sys/bus/acpi/devices/MSHW0110/path` and `/sys/bus/acpi/devices/MSHW0124/path`?
@xdumaine Ah yeah sorry forgot the `:00` suffix. Thanks!
@mistay AFAIK in the current state only the touchpad will work. Without going into too much detail: Both touchpad and keyboard work over HID reports, so they're the same as...