Celeb Glow
updates | March 23, 2026

psmouse serio 1 error

I am having these "psmouse" errorsdmesg | grep -i psmouse [ 13.463294] psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5 [ 13.943488] psmouse serio1: Failed to enable mouse on isa0060/serio1 [ 18.454190] psmouse serio1: Failed to enable mouse on isa0060/serio1I do not know how to disable/blacklist this psmouse and how to fix this error because when I power off my laptop this error gets a lot of time to vanish (or the error itself or a blinking dash) I am on a dell xps 15 7590 runnnig ubuntu 20.04 on 5.4 kernel thank you all

1 Answer

We have many ways to disable/blacklist psmouse.

One is to edit the /etc/default/grub file:

sudo nano /etc/default/grub

You can type:

module_blacklist=psmouse

or

modprobe.blacklist=psmouse

Save the modifications, run the command update-grub with root privileges as:

sudo update-grub

Finally reboot.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy