[linux] Re: Slackware & gpm

Rob Sterenborg rob op sterenborg.info
Zo Okt 22 18:36:39 CEST 2006


>> Hi.
>> 
>> Ik krijg met Slackware 11 (kernel 2.6.17 en gpm 1.20.1) de muis niet
>> aan het werk op de console. Dezelfde muis met Slackware 10 (kernel
>> 2.4.32 en gpm 1.19.6) werkt dezelfde config wel.
>> 
>> Veel valt er ook niet aan te configgen:
>> /usr/sbin/gpm -m /dev/mouse -t imps2
>> 
>> /dev/mouse is een symlink naar /dev/psaux op beide installs.
>> 
>> Heeft iemand een idee waar het probleem kan zitten? Volgens Google
>> werkt 
>> 
> Is PS/2 ondersteuning onderdeel van je kernel, of is de module
> daarvoor geladen? Heb je de autops2 optie geprobeert?

Je bedoelt "gpm ... -t autops2"? Bij mij is dat geen optie.


# cat .config
...
CONFIG_SERIO_PCIPS2=m
...
CONFIG_INPUT_MOUSE=y 
CONFIG_MOUSE_PS2=m
...

# grep -i "\(mouse\|ps2\)" .config
(Deze .config is van de Slackware 2.6.17.13 die op DVD staat.)
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
...
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
...
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
...

# lsmod | grep ps
psmouse                40712  0 
pcips2                  5376  0 

# dmesg
...
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
...

# grep gpm messages
...
Oct 22 17:15:50 kshira gpm: Killed gpm(18137).
Oct 22 17:15:52 kshira gpm[18140]: *** info [startup.c(95)]: 
Oct 22 17:15:52 kshira gpm[18140]: Started gpm successfully. Entered
daemon mode.
Oct 22 17:15:52 kshira gpm[18140]: *** info [mice.c(1766)]: 
Oct 22 17:15:52 kshira gpm[18140]: imps2: Auto-detected intellimouse
PS/2
...


Maar geen werkende muis...


Grt,
Rob




More information about the Linux mailing list