DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Symptom Mouse and keyboard are dead on X. Keyboard is OK on console, mouse, ?? so two mice were checked, both dead.
So far Xorg.0.log reads: Hotplugging is on drivers kbd and mouse are disabled.
So, following this thread, hotplug is disabled. Then Xorg.0.log says that module kbd and mouse are missing...
However, xserver-xorg-input-kbd and -mouse DO exist, and corresponding modules DO sit under /usr/lib/xorg/modules.
And ati modules (which sit under /usr/lib/xorg/modules) are correctly loaded, so modules path is supposed to be good.
Then, completely lost, just hoping good star alignment, installed xserver-xorg-video-fbdev, (log says it is missing), things went well.
It's generally better to use evdev these days, instead of the old kbd & mouse drivers. It's designed to automatically handle all basic input devices. make sure you have it installed, and try switching to it if you're still configured for the old types.
Hi, not sure if this will help, because it's a slightly different case: I did a fresh wheezy install a few days ago and my keyboard and mouse were unresponsive on X (I could use the keyboard on the virtual console, however). The solution was to remove the directory /run from the system (what I did was to move it inside /root, just in case, and reboot, then when I checked that everything was fine, I removed it). It's a bug with udev, if I'm not wrong.
How are you configuring X? If you have an xorg.conf, then you need to check the section of it that configures your drivers, as shown in your archwiki link. It also tells you how you can check your current configuration by using:
"setxkbmap -print -verbose 10"
Other than that I really couldn't tell you offhand, as it's been a while since I've had to fool with it. I go conf-less these days and let X configure itself. I wasn't aware, for example, that they've created a new InputClass section to take over from InputDevice.
Hi, not sure if this will help, because it's a slightly different case: I did a fresh wheezy install a few days ago and my keyboard and mouse were unresponsive on X (I could use the keyboard on the virtual console, however). The solution was to remove the directory /run from the system (what I did was to move it inside /root, just in case, and reboot, then when I checked that everything was fine, I removed it). It's a bug with udev, if I'm not wrong.
Regards.
I installed wheezy and had the same trouble -- renamed /run to /old-run and now the system seems to work fine. I'm interested, though, what kind of impact renaming that directory might have ... can it just stay that way indefinitely?
After dist-upgrade, mouse and keyboard are dead even with xorg.conf (auto add OFF).
Before dist-upgrade Xorg.log used to say:
Code:
[ 23244.805] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
.
.
[ 23249.774] (II) config/udev: Adding input device HID 04d9:2082 (/dev/input/mouse2)
[ 23249.775] (II) No input driver/identifier specified (ignoring)
[ 23249.778] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 23249.778] (II) No input driver/identifier specified (ignoring)
[ 23249.778] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
So, I was trying to reconfigure udev, without any luck.
After dist-upgrade Xorg.log says
Code:
[ 30314.116] (II) config/udev: Adding input device HID 04d9:2082 (/dev/input/mouse2)
[ 30314.117] (II) AutoAddDevices is off - not adding device.
[ 30314.144] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 30314.144] (II) AutoAddDevices is off - not adding device.
[ 30314.147] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
And mouse and keyboard are dead!!
Without xorg.conf, mouse and keyboard are dead, and log looks like before dist-upgrade, (I have not yet checked line by line)
Symptom went worse, however, there is a clue among upgraded packages.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.