Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant find PS/2 mouse
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
TchaTcha
n00b
n00b


Joined: 29 Aug 2006
Posts: 30
Location: Sao Carlos - SP - Brazil

PostPosted: Fri Nov 10, 2006 11:51 pm    Post subject: Cant find PS/2 mouse Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54827
Location: 56N 3W

PostPosted: Sat Nov 11, 2006 12:01 am    Post subject: Reply with quote

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
View user's profile Send private message
dxq
n00b
n00b


Joined: 21 Aug 2005
Posts: 60

PostPosted: Sat Nov 11, 2006 12:02 am    Post subject: Reply with quote

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
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sat Nov 11, 2006 12:17 am    Post subject: Reply with quote

check (edit: to be sure somehow it was compiled as module)
Code:
modprobe psmouse
Back to top
View user's profile Send private message
TchaTcha
n00b
n00b


Joined: 29 Aug 2006
Posts: 30
Location: Sao Carlos - SP - Brazil

PostPosted: Sat Nov 11, 2006 1:09 am    Post subject: Reply with quote

/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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54827
Location: 56N 3W

PostPosted: Sat Nov 11, 2006 1:16 am    Post subject: Reply with quote

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
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sat Nov 11, 2006 1:17 am    Post subject: Reply with quote

For info try both of these
Code:
dmesg | grep mouse
dmesg | grep mice
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