You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make use of gslx680_ts_acpi module, the original upstream module silead_ts has to be disabled. The kernel build script of Ubuntu is unhappy about a module that disappears. Is there a way to keep the old module too?
There is a way to put the old module into ignore list, if it's totally outdated. Is it completely useless?
The text was updated successfully, but these errors were encountered:
There are few ways, though they are not the best idea.
Remove the entry in Makefile for the silead_ts config, and remove my added dependencies on gslx680_ts_acpi on Kconfig. You can now say Y on both driver, but due to removed Makefile entry, silead_ts will not build.
Completely replace the gslx680_ts_acpi to silead_ts. This is the most straightforward idea, but I don't want to remove anything from the base kernel, that's why I didn't do it as I rather disable it.
Don't use Ubuntu build script (Seems not an option for you)
Btw, what do you mean Ubuntu is unhappy about a module that disappears, do you mean just putting N on the silead_ts will have the kernel failed to build?
In order to make use of
gslx680_ts_acpi
module, the original upstream modulesilead_ts
has to be disabled. The kernel build script of Ubuntu is unhappy about a module that disappears. Is there a way to keep the old module too?There is a way to put the old module into ignore list, if it's totally outdated. Is it completely useless?
The text was updated successfully, but these errors were encountered: