You can make the mouse work by adding the kernel parameter "i8042.noloop".
This was tested on RedHat Linux 5.3 using grub as boot loader.
How to do this?
Testing first to make sure this works:
- After PC starts, and before Linux is starting, press escape to go to go to grub menu
- On menu, Press "e" to start editing.
- Find the line starting like "kernel..." and press "e" to edit this line. Go to the end of line and enter "i8042.noloop" without the quotes. Make sure there is a space after the last parameter and the new. The line, after editing, should now look like "kernel /vmlinuz-2.6.18-128.el5 ro root=LABEL=/ rhgb quiet i8042.noloop"
- Press Enter to accept the editing.
- Press "b" to boot with the updated kernel parameter
Making a permanent change once happy the above is working
- On a command prompt, edit file /boot/grub/menu.lst (vi /boot/grub/menu.lst)
- Find the line starting like "kernel..." and enter "i8042.noloop" at the end of line without the quotes. Make sure there is a space after the last parameter and the new. The line should now look like "kernel /boot/vmlinuz-2.6.18-128.el5 ro root=LABEL=/ rhgb quiet i8042.noloop"
- Save the file and reboot PC
No comments:
Post a Comment