Keyboard/Mouse Not Working

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
viking777

Re: Keyboard/Mouse Not Working

Post by viking777 »

If it was shut down incorrectly then boot from the live cd, enter a terminal and run

Code: Select all

sudo fdisk -l
From this you should be able to determine the device address of your linux partition if you don't already know it. The clue is to look for the word 'Linux' at the end of the line and then look at the address at the beginning of the line. It will probably be something like "/dev/sda2". Once you have determined this run

Code: Select all

e2fsck -p /dev/sda2
substituting /dev/sda2 for whatever the correct address is. This will repair the file system for you. When this is complete remove the live cd, reboot and see if that has fixed it.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Hardware Support”