| Ubuntu This forum is for the discussion of Ubuntu 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-06-2009, 06:16 AM
|
#1
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Rep:
|
Keyboard and USB mouse not working at login screen
Hi,
I'm on a LG E500-VAP36P, with 3gb RAM, 250 Gb SATA HDD (Kubuntu Hardy kernel 2.6.27-9-generic), and my keyboard and my usb mouse don't work at the login screen. My touchpad works and my keyboard works in command-line session.
What can I do to solve this problem?
This is my xorg.conf. I also attach a relevant part of my syslog.
Quote:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "ATI Mobility Radeon HD2600"
Driver "radeon"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Synaptics Touchpad"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "DontZap" "false"
EndSection
|
|
|
|
|
06-06-2009, 10:51 AM
|
#2
|
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Debian GNU/Linux with XFCE and packages from "testing"
Posts: 377
Rep:
|
Did you try to remove the "ServerLayout" and "InputDevice" sections from your Xorg.conf? Xorg should automatically detect and use such devices.
|
|
|
|
06-06-2009, 12:24 PM
|
#3
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Original Poster
Rep:
|
If I remove that part I lose my touchpad as well.
Could it be a missing module?
Trying this I also notice that my NumLock light doesn't toggle when I press NumLock key - not sure if this was helpful
Last edited by ANO1453; 06-06-2009 at 12:46 PM.
Reason: More info
|
|
|
|
06-06-2009, 01:08 PM
|
#4
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Original Poster
Rep:
|
I guess I found an important part of the problem. Checking some logs I found this on Xorg.0.log:
Quote:
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x3bc0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7
|
It disables my mouse and keyboard! Why? How can I change this?
|
|
|
|
06-06-2009, 01:23 PM
|
#5
|
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Debian GNU/Linux with XFCE and packages from "testing"
Posts: 377
Rep:
|
I just did a google search for "xorg AllowEmptyInput" and found on the Ubuntu forum that enabling the "evdev" module might solve this. It seems there is something wrong with HAL so Xorg needs its own drivers, but I'm not sure.
|
|
|
|
06-06-2009, 02:42 PM
|
#6
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Original Poster
Rep:
|
I added
Quote:
|
Option "AllowEmptyInput""no"
|
to the ServerLayout section of my xorg.conf.
The keyboard now works, but when I logged in I got this message:
Quote:
The following installation problem was detected while trying to start KDE:
No write access to '/home/namex/.ICEauthority'
KDE is unable to boot.
|
followed by another message:
Quote:
|
Could not start kmserver. Check your installation.
|
|
|
|
|
06-06-2009, 02:52 PM
|
#7
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Original Poster
Rep:
|
Solved:
Found a solution here.
|
|
|
|
06-06-2009, 04:50 PM
|
#8
|
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Debian GNU/Linux with XFCE and packages from "testing"
Posts: 377
Rep:
|
And what about your mouse?
If it doesn't work, did you try the "evdev" module?
|
|
|
|
06-07-2009, 05:04 AM
|
#9
|
|
Member
Registered: Dec 2008
Location: Portugal
Distribution: Kubuntu 8.04.2
Posts: 52
Original Poster
Rep:
|
The "AllowEmptyInput" made xorg to disable my mouse and my keyboard. With this disabled, both work.
Now I have a dependencies problem to fix, nothing to do with this, however, just the remnants of a failed upgrade.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:26 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|