I want to disable internal keyboard of my laptap, then I followed this answer and this doc (because it's Ubuntu and Wayland)
so I created a .rules
includes:
KERNELS=="input2",
ATTRS{name}=="AT Translated Set 2 keyboard",
ENV{LIBINPUT_IGNORE_DEVICE}="1"
finally I reboot Ubuntu. But I found I can't use mouse and external keyboard too.(seems like it disabled all input devices...)
How should I fix it?
my ubuntu is in U disk, so I can open it in VMware, but still can't use mouse and keyboard.
and I didn't config ssh on it, so seems couldn't access by using other machine
Is there some ways can make my mouse and keyboard work again?