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
I have a Chuwi Surbook and I install an Ubuntu Gnome 16.04 LTS. Everything works fine on the first kernel:
# uname -r
4.13.0-41-generic
But after an apt update the kernel is 4.13.0-43-generic don't work with the acpi driver.
So I have try to go back on the first kernel by doing
apt purge linux-image-4.13.0-43-generic
But it still no work. Here the result of my dmesg:
[ 142.265170] gslx680 i2c-MSSL1680:00: gsl_ts_probe: got a device named MSSL1680:00 at address 0x40, IRQ 143, flags 0x0
[ 142.413973] gslx680 i2c-MSSL1680:00: Direct firmware load for silead_ts.fw failed with error -2
[ 142.413985] gslx680 i2c-MSSL1680:00: gsl_ts_probe: failed to load firmware: -2
[ 142.414455] gslx680: probe of i2c-MSSL1680:00 failed with error -2
The text was updated successfully, but these errors were encountered:
ThiBsc
changed the title
Touchscreen not working after update
Touchscreen not working after update (Chuwi surbook mini)
Nov 15, 2018
ThiBsc
changed the title
Touchscreen not working after update (Chuwi surbook mini)
Touchscreen not working after kernel update (Chuwi surbook mini)
Nov 15, 2018
Hi,
I have a Chuwi Surbook and I install an Ubuntu Gnome 16.04 LTS. Everything works fine on the first kernel:
# uname -r 4.13.0-41-generic
But after an
apt update
the kernel is 4.13.0-43-generic don't work with the acpi driver.So I have try to go back on the first kernel by doing
But it still no work. Here the result of my
dmesg
:The text was updated successfully, but these errors were encountered: