View previous topic :: View next topic |
Author |
Message |
NATmonster n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Southpark/avatar7.gif)
Joined: 22 Jan 2005 Posts: 8
|
Posted: Sat Jan 22, 2005 11:47 pm Post subject: cordless kb & mouse combo: PS/2 Mouse isn't working.. |
|
|
-_-- this is getting me so frustrated... yes... i've read a lot of the posts i found... and followed some, and screwed up something else even... okay....
i have logitech navigator duo, nasty sh*t always running out of battery... i connected the mouse using the PS/2 connector, and keyboard is on USB.... it's working fine under windows... but not fine under gentoo... no idea what to do next.. i've tried the menu config stuff over and over again.. i think i am not far from screwing something else over.... *sigh*.... it's such a pain trying ![Confused :?](images/smiles/icon_confused.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jerri Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/859090875412bbca2a518e.jpg)
Joined: 03 Apr 2003 Posts: 353
|
Posted: Sun Jan 23, 2005 12:13 am Post subject: |
|
|
Try posting your kernel config file. Use this to get rid of comments / spaces: Code: | cat /usr/src/linux/.config | sed -s '/#/d' | sed '/^$/d' |
also, how are you testing to see if your mouse in fact works? are you trying to start an X session, gpm, something else? perhaps the log files can reveal something. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NATmonster n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Southpark/avatar7.gif)
Joined: 22 Jan 2005 Posts: 8
|
Posted: Sun Jan 23, 2005 4:16 am Post subject: |
|
|
well, the cursor manages to show up in gnome... and i can even press ctrl to see a box highlighting cursor position. but it just doensn't move.. i am sure the cordless connection is fine. just something else is wrong... i have to use mouse keys... ...brb... let me boot back to lini and grab that log file... ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NATmonster n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Southpark/avatar7.gif)
Joined: 22 Jan 2005 Posts: 8
|
Posted: Sun Jan 23, 2005 4:47 am Post subject: |
|
|
got the.... config file... a little t00 big...
so.. i linked it there... i have no idea with all the abbreviations...
http://www.eng.uwaterloo.ca/~m8wang/2.txt ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cylgalad Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Sun Jan 23, 2005 11:16 am Post subject: |
|
|
If it's a Logitech you should certainly only plug the usb or plug both PS/2, I don't think it's a good idea to plug both usb and a PS/2, besides PS/2 was invented to plug kbd & mice.[/i] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UB|K l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/100531530650f357e511dc9.jpg)
Joined: 27 May 2004 Posts: 786 Location: Villeurbanne, France
|
Posted: Sun Jan 23, 2005 3:50 pm Post subject: |
|
|
cylgalad wrote: | If it's a Logitech you should certainly only plug the usb or plug both PS/2, I don't think it's a good idea to plug both usb and a PS/2, besides PS/2 was invented to plug kbd & mice. |
Logitech cordless have only on ps2 connector for mouse (at least mine). Try to unplug the ps2 connector and leave only usb.
Also, make sure that the right module is loaded (it's usbhid ->> CONFIG_USB_HID in menuconfig)
it seems to be correct in your kernel config so try the command "dmesg | grep HID" which should give something like:
Code: | drivers/usb/input/hid-core.c: v2.0:USB HID core driver
input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:10.3-1
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:10.3-1 |
if you get that, maybe the problem is with xorg's config so try Jerri's solution with gpm to make sure of that.
edit: watching your kernel's config makes me think you should try to clean it a little bit ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|