Open oscarsantillana opened 1 year ago
GRUB_CMDLINE_LINUX_DEFAULT="quiet CONFIG_TOUCHSCREEN_SILEAD=y"
This is not a kernel command line parameter.
You need to set this when recompiling the kernel, and normally you'd build it as a module anyway (CONFIG_TOUCHSCREEN_SILEAD=m
).
But that shouldn't be needed - Debian has the module enabled by default since kernel 6.1.
I don't really know why it's not working though, the log indicates it's loading the correct file.
Hello,
I am facing this error when loading silead module in a Trekstor Suftab 7.0 with bios version TREK.G.WI71C.JGBMRBA04
I am running debian 12
These are the steps I have followed:
I have copied the firmware here
and added the grub the following parameter
Any ideas what step I have missed? My understanding is that there is no need to recompile the kernel.
Thanks in advance