View previous topic :: View next topic |
Author |
Message |
zogle n00b


Joined: 03 Oct 2005 Posts: 65 Location: the states
|
Posted: Wed May 24, 2006 7:20 pm Post subject: PS/2 keyboard |
|
|
..... my PS/2 keyboard (and mouse).... wont work after 2006.0 boot !!!!!!!!!!!! ... the installation is complete ... boots up completely ... i just cant type my username or anything for that matter ...
i also noticed i can't seem to use the vga or video options at boot ...
am i missing modules ??? or something ??? _________________ everything is a function of time.
"i was pricking my finger before you knew what the fam was" |
|
Back to top |
|
 |
jedsen Apprentice

Joined: 15 Oct 2004 Posts: 276 Location: Sacramento, California, USA
|
Posted: Thu May 25, 2006 3:32 am Post subject: |
|
|
Here's a section of my xorg.conf:
Quote: |
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection
|
A common problem is that X is configured for a mouse device at /dev/mouse0. Change this to /dev/input/mice. |
|
Back to top |
|
 |
nixnut Bodhisattva


Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Thu May 25, 2006 5:00 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
 |
zogle n00b


Joined: 03 Oct 2005 Posts: 65 Location: the states
|
Posted: Thu May 25, 2006 5:51 pm Post subject: |
|
|
thanks... but i dont even get to emerge xorg yet ... i cant even log in
experienced the same error when i use the 2006.0 livecd ... i can't even type anythin ... =T _________________ everything is a function of time.
"i was pricking my finger before you knew what the fam was" |
|
Back to top |
|
 |
jedsen Apprentice

Joined: 15 Oct 2004 Posts: 276 Location: Sacramento, California, USA
|
Posted: Thu May 25, 2006 8:02 pm Post subject: |
|
|
Sorry about that, I read it too quickly.
Like you said, it might be the kernel config. If you compiled your own, make sure these options are enabled:
Device Drivers -> Input device support -> Generic userland interaces
Quote: | CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
|
These options are enabled by default, but check just to be sure.
Good luck. |
|
Back to top |
|
 |
zogle n00b


Joined: 03 Oct 2005 Posts: 65 Location: the states
|
Posted: Sat May 27, 2006 8:02 pm Post subject: |
|
|
thanks ... i manually configured .. 3 times .. =T .. then i genkernel'ed it .. then i bought a new USB keyboard .. and USB seems to work .. so its def the PS/2 ports .. i also noticed this .. while booting from the 2006.0 livecd .. an error at the top of my screen
Can't read CTR while initializing i8042
?? dunno .. but still sounds like some module is not loaded/loading .. =T .. the easy way out is to just use USB .. but .. being the kind of person i am .. i would like to find the solution ..
any suggestions would be greatly appreciated .. thanks again _________________ everything is a function of time.
"i was pricking my finger before you knew what the fam was" |
|
Back to top |
|
 |
GTVincent Tux's lil' helper

Joined: 26 Oct 2002 Posts: 91 Location: Las Vegas, NV
|
Posted: Sat Jul 22, 2006 9:30 pm Post subject: |
|
|
zogle wrote: | thanks ... i manually configured .. 3 times .. =T .. then i genkernel'ed it .. then i bought a new USB keyboard .. and USB seems to work .. so its def the PS/2 ports .. i also noticed this .. while booting from the 2006.0 livecd .. an error at the top of my screen
Can't read CTR while initializing i8042
?? dunno .. but still sounds like some module is not loaded/loading .. =T .. the easy way out is to just use USB .. but .. being the kind of person i am .. i would like to find the solution ..
any suggestions would be greatly appreciated .. thanks again |
I fixed this by disabling USB in the BIOS. It's a known bug that I have only been bitten by on amd64. |
|
Back to top |
|
 |
eco751 n00b

Joined: 23 Jul 2006 Posts: 3
|
Posted: Sun Jul 23, 2006 9:14 am Post subject: |
|
|
jedsen wrote: | Sorry about that, I read it too quickly.
Like you said, it might be the kernel config. If you compiled your own, make sure these options are enabled:
Device Drivers -> Input device support -> Generic userland interaces
Quote: | CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
|
These options are enabled by default, but check just to be sure.
Good luck. | Thanks... Your post solved a similar problem I was just having after foolishly disabling the AT keyboard input and compiling a new kernel for the first time.  |
|
Back to top |
|
 |
|