Hi all,
I've installed TC in different versions (3.1, 3.4.1 and 3.7.1) but I can't get working my 3-button wheel mouse, attached to the PS/2 port.
The mouse works well, if I use Damn Small Linux (V 4-4-10, kernel 2.4.xx) on the same machine.
After 'asking' Google I could find some tricks to check, if the mouse delivers any kind of data. But neither
cat /dev/psaux nor
cat /dev/input/mice nor
cat /dev/input/mouse0
did show any data output on the terminal. (These 'cats' for instance work well on several Ubuntu-PCs using different mice and touch pads.)
It seems, that the mouse is not recognized during boot-time, although 'dmesg' reports
...
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
...
So do I have to load any appropriate drivers manually via 'modprobe'? And if so, what is the correct driver?
Or does it be possible, that the kernel has problems with the chipset used in my relatively old PC?
Thank you for your answers in advance!