Sample Header Ad - 728x90

how to make mouse and keyboard work again after disabled all input devices

0 votes
1 answer
223 views
I want to disable internal keyboard of my laptap, then I followed [this answer](https://unix.stackexchange.com/a/702857/573951) and [this doc](https://wiki.archlinux.org/title/Dell_XPS_13_(9343)#Disable_the_touchscreen) (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?
Asked by ask (1 rep)
Oct 21, 2023, 11:57 AM
Last activity: Oct 22, 2023, 07:12 AM