Thank you @Coiby Xu (coiby) and Von (straeker) and everyone else for
your work. The standalone patch #217 is working perfectly on a fresh
Ubuntu 20.10, installed with secure boot (5.8.0-25-generic). No suspend
problems.

@PEDRO PORTO BUARQUE DE GUSMAO (pedropgusmao), Piotr Tomaszewski
(nfm886): To make the module work under secure boot, the module needs to
be signed first before inserting. Just skip the signing if you don't use
secure boot but don't want to rebuild the whole kernel:

- Download the standalone module from #217

- Install "build-essential" package (if it is missing) which is needed to build 
the module:
$ sudo apt install build-essential 

- "make" the module as in #211

- Sign the module before inserting:
$ kmodsign sha512 \
    /var/lib/shim-signed/mok/MOK.priv \
    /var/lib/shim-signed/mok/MOK.der \
    i2c-hid.ko    

- Insert and copy the module and update grub and initramfs as in #228

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1887190

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to