Results 1 to 5 of 5
Does anyone know how to disable a keyboard on Ubuntu?...
- 08-27-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Disabling a Keyboard
Does anyone know how to disable a keyboard on Ubuntu?
- 08-28-2010 #2Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Can somebody tell me if it's even possible, at least?
- 08-28-2010 #3
Hi and Welcome !
Which version of Ubuntu are you using?
Press c to edit GRUB Menu at startup and add "i8042.nokbd" at end of kernel line. Check if it works.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-29-2010 #4Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Is there a way to enter grub from within Ubuntu? I can't type in the command line, as it fills with random signs.
- 08-29-2010 #5
Open /etc/default/grub file with root privileges.
Press Alt+F2 and type this
Add i8042.nokbd option in GRUB_CMDLINE_LINUX_DEFAULT line.Code:gksu gedit /etc/default/grub
Save file and execute sudo update-grub command.Code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nokbd"
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote