Gregor Riepl

Results 244 comments of Gregor Riepl

Can you post your ACPI DSDT please?

https://wiki.archlinux.org/index.php/DSDT#Recompiling_it_yourself You only need to follow steps 1. and 2.

That most likely means you've got the wrong firmware for your device. Which one did you use? And which driver?

The driver that ships with Linux is called `silead.ko` and needs special care to work with yet unsupported tablets. Please read the README for instructions.

Sorry, I misunderstood... Perhaps the vendor compiled the driver directly into the kernel, or it's only in the initrd... Did you check which modules are loaded in Android?

Did you find the Windows driver? If yes, please submit it via a PR, including a readme. We'll worry about conversion later. Thanks!

Can you prepare a readme similar to [this one](https://raw.githubusercontent.com/onitake/gsl-firmware/master/firmware/chuwi/hibook/README.md) and post it into [a gist](https://gist.github.com/)? Thanks!

Thanks I'll add these to the repo. I can't help with adding kernel support however, you'll have to experiment yourself.

@Yes21 If possible, please use the silead driver that ships with the Linux kernel. It requires some manual work if your device isn't supported yet. The README describes what you...

You shouldn't have to do any of that, as long as you have the kernel header package and its dependencies installed. What does this command print? ``` apt policy linux-headers-amd64...