Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
keyboard stop working in x
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
nikc
n00b
n00b


Joined: 29 Apr 2003
Posts: 23

PostPosted: Thu Feb 19, 2004 3:17 am    Post subject: keyboard stop working in x Reply with quote

when I run xstart or gdm my keyboard stops responding, its just a regular ps/2 kbd. It works fine while at the command-line. I have just installed the GRP gentoo from Nov 2003.
Back to top
View user's profile Send private message
Mos
n00b
n00b


Joined: 17 Mar 2003
Posts: 48
Location: Brussels, Belgium

PostPosted: Fri Feb 20, 2004 12:11 am    Post subject: Reply with quote

It's probably related to X.
Check your /var/log/XFree86.0.log for lines with "(EE)" at the front. What do they tell?
Back to top
View user's profile Send private message
nikc
n00b
n00b


Joined: 29 Apr 2003
Posts: 23

PostPosted: Fri Feb 20, 2004 12:35 am    Post subject: Reply with quote

I dont see anything with (EE); here is the output if anyone would like to see

XFree86.0.log

plus the XF86Config File for you viewing pleasure
XF86Config

also to clarify the Keyboard goes totaly dead no light no ability to jump to other tty.
the Motherboard is a MSI Nforce2 Ultra 400


Last edited by nikc on Fri Feb 20, 2004 12:48 am; edited 1 time in total
Back to top
View user's profile Send private message
Catach
Apprentice
Apprentice


Joined: 06 Nov 2003
Posts: 268
Location: Australia

PostPosted: Fri Feb 20, 2004 12:37 am    Post subject: Reply with quote

nikc wrote:
I dont see anything with (EE); here is the output if anyone would like to see

http://pandaproject.hn.org:81/Xfree86.txt


change the permissions on that file, and post your /etc/X11/XF86Config file to the forums.
_________________
Zak: Luke's making a 3D interface for Linux"
Jon G: "Yeah, Luke's making a 3D user interface with Logowriter"
Jon H: "He's only got 99 shapes to work with"
Jon G: "And they're all turtles."
Back to top
View user's profile Send private message
nikc
n00b
n00b


Joined: 29 Apr 2003
Posts: 23

PostPosted: Fri Feb 20, 2004 12:52 am    Post subject: Reply with quote

those links should work now if not ill post the whole thing here.

Here is some version info.
Code:
Linux version 2.4.20-gentoo-r6 (root@cdimage) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)) #1 Tue Feb 17 11:52:32 EST 2004

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pfeifer-r1_pre4 i686 [ELF]
Build Date: 13 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present



UPDATE:was installing gpm once started keyboard broke; seems to die when using usb mouse and trying to load it

UPDATE2: Tried PS/2 mouse gpm no lockup mouse keybord ok

anyone know how to get usb mouse working
Back to top
View user's profile Send private message
Catach
Apprentice
Apprentice


Joined: 06 Nov 2003
Posts: 268
Location: Australia

PostPosted: Fri Feb 20, 2004 4:04 am    Post subject: Reply with quote

nikc wrote:
those links should work now if not ill post the whole thing here.

Here is some version info.
Code:
Linux version 2.4.20-gentoo-r6 (root@cdimage) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)) #1 Tue Feb 17 11:52:32 EST 2004

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pfeifer-r1_pre4 i686 [ELF]
Build Date: 13 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present


UPDATE:was installing gpm once started keyboard broke; seems to die when using usb mouse and trying to load it

UPDATE2: Tried PS/2 mouse gpm no lockup mouse keybord ok

anyone know how to get usb mouse working


still cant read those files: could be the firewall i'm behind at uni. Make sure your XF86config file when using USB mouse looks like:

Section "InputDevice"
Identifier "Mouse0"
Option "protocol" "IMPS/2"
Option "device" "/dev/input/mice" (or wherever the usb mouse is, use 'cat /dev/input/mice' and move the mouse to see if it generates any input)
Option "ZAxisMapping" "4 5" (for mouse scroll wheel if you have one)
EndSection

The most important thing is IMPS/2 protocol, as if it is wrong and Xfree can't detect the mouse, it will sometimes hard lock/crash, and also lock the keyboard aswell.

may need to post those files for me :)
_________________
Zak: Luke's making a 3D interface for Linux"
Jon G: "Yeah, Luke's making a 3D user interface with Logowriter"
Jon H: "He's only got 99 shapes to work with"
Jon G: "And they're all turtles."
Back to top
View user's profile Send private message
nikc
n00b
n00b


Joined: 29 Apr 2003
Posts: 23

PostPosted: Fri Feb 20, 2004 3:02 pm    Post subject: Reply with quote

Thanks I used you advise to get the mouse to acually work. Here is my code from XF86Config for my MS Wireless Inteli Mouse Explorer

Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/usbmouse"
        Option      "ZAxisMapping" "4 5"
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum