Find the answer to your Linux question:
Results 1 to 5 of 5
Does anyone know how to disable a keyboard on Ubuntu?...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    3

    Disabling a Keyboard

    Does anyone know how to disable a keyboard on Ubuntu?

  2. #2
    Just Joined!
    Join Date
    Aug 2010
    Posts
    3
    Can somebody tell me if it's even possible, at least?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  4. #4
    Just 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.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open /etc/default/grub file with root privileges.
    Press Alt+F2 and type this
    Code:
    gksu gedit /etc/default/grub
    Add i8042.nokbd option in GRUB_CMDLINE_LINUX_DEFAULT line.
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nokbd"
    Save file and execute sudo update-grub command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...