View previous topic :: View next topic |
Author |
Message |
TchaTcha n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Aug 2006 Posts: 30 Location: Sao Carlos - SP - Brazil
|
Posted: Fri Nov 10, 2006 11:51 pm Post subject: Cant find PS/2 mouse |
|
|
Hello folks, my Gentoo is almost complete and working =)
Now, this problems ended my sources of trouble solving sites and I am still with it =(
I have a notebook Compaq Presario 1200, and i have a touchpad built-in that works fine and i have a logitech PS/2 mouse plugged in. Now, in Windows the ps/2 and the touchpad both work and live in peace.
In Gentoo the ps/2 mouse just dont exist!
I tried to find it in every device (/dev) no use =(
The only hint i may give is the syslog-ng text
Quote: |
Nov 10 21:21:55 NoteMaig Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Nov 10 21:21:55 NoteMaig PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Nov 10 21:21:55 NoteMaig serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 10 21:21:55 NoteMaig serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 10 21:21:55 NoteMaig mice: PS/2 mouse device common for all mice
Nov 10 21:21:55 NoteMaig logibm.c: Didn't find Logitech busmouse at 0x23c
Nov 10 21:21:55 NoteMaig input: PC Speaker as /class/input/input0
Nov 10 21:21:55 NoteMaig input: AT Translated Set 2 keyboard as /class/input/input1
Nov 10 21:21:55 NoteMaig atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly.
Nov 10 21:21:55 NoteMaig Synaptics Touchpad, model: 1, fw: 4.6, id: 0xf42a1, caps: 0x80471b/0x0
Nov 10 21:21:55 NoteMaig input: SynPS/2 Synaptics TouchPad as /class/input/input2
Nov 10 21:21:55 NoteMaig RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
|
I have all mouse drivers specially the ps/2 drivers built-in Kernel.
Any ideias?
Thank
Tchatcha |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54827 Location: 56N 3W
|
Posted: Sat Nov 11, 2006 12:01 am Post subject: |
|
|
TchaTcha,
The mouse will appear on /dev/input/mice
do Code: | cat /dev/input/mice | and move the rodent about. You should get jibberish in the xterm.
Press ctrl-c when you have seen enough.
If your trminal is in a mess, type reset and press return.
If that works, your kernel is in good shape and the problem is in xorg.conf _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dxq n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/127374223343d04dae20320.jpg)
Joined: 21 Aug 2005 Posts: 60
|
Posted: Sat Nov 11, 2006 12:02 am Post subject: |
|
|
What do you have in /dev/input ??
It is probably either /dev/input/mouse0 or mouse1. _________________ .
"The known is finite, the unknown is infinite; intellectually we stand on an islet in the midst of an
illimitable ocean of inexplicability. Our business in every generation is to reclaim a little more land." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
whig l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 27 Nov 2004 Posts: 973 Location: New Zealand
|
Posted: Sat Nov 11, 2006 12:17 am Post subject: |
|
|
check (edit: to be sure somehow it was compiled as module)
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TchaTcha n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Aug 2006 Posts: 30 Location: Sao Carlos - SP - Brazil
|
Posted: Sat Nov 11, 2006 1:09 am Post subject: |
|
|
/dev/psaux there is the touchpad
/dev/input/mice there is the touchpad too!
/dev/input/mouse0 there is still the touchpad!!
My touchpad is taking over my /dev! =)
I looked every single device on /dev and subfolder =( moving the ps/2 mouse every try, no work =(
(obs. never do a cat tty0!!!!)
I tried modprobe psmouse, answer was:
FATAL: Module psmouse not found
Tcha |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54827 Location: 56N 3W
|
Posted: Sat Nov 11, 2006 1:16 am Post subject: |
|
|
TchaTcha,
Your kernel is missing the PS/2 mouse driver.
/dev/input/mice is the events from all pointing devides. The touchpad should be on /dev/input/eventX or some of its facilities will be lost.
This means you need the event interface in the kernel.
You should also have /dev/input/mouse0 and /dev/input/mouse1 for the touchpad and PS/2 mouse. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
whig l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 27 Nov 2004 Posts: 973 Location: New Zealand
|
Posted: Sat Nov 11, 2006 1:17 am Post subject: |
|
|
For info try both of these
Code: | dmesg | grep mouse
dmesg | grep mice |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|