* 2.5 bk, input driver and dell i8100 nib+pad
@ 2002-11-06 15:29 James H. Cloos Jr.
2002-11-06 16:48 ` James H. Cloos Jr.
2002-11-06 17:04 ` David Woodhouse
0 siblings, 2 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-06 15:29 UTC (permalink / raw)
To: linux-kernel; +Cc: linuxconsole-dev
Trying out 2.5, I've got only a partially working mouse. The usb
mouse is fully functional, as are both sets of buttons on the
notebook. The mouse pad works, but the nib is ignored.
Of course, I only ever use the nib and only noticed that the pad was
working by accident.
I seem to recall a similar post some time back, but cannot find it in
my archives.
Any ideas?
I do need to reboot into 2.4 and clone my bk clone from the sbp2 disk
to the internal disk (ohci1394 is b0rked ATM) to see the .config I
ended up with....
The relevant X config is:
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "ps/2"
Option "Vendor" "AutoDetected"
Option "Emulate3Buttons" "on"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "USBmouse"
Option "Device" "/dev/input/mice"
Option "Name" "AutoDetected"
Option "Protocol" "IMPS/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "USBmouse" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-06 15:29 2.5 bk, input driver and dell i8100 nib+pad James H. Cloos Jr.
@ 2002-11-06 16:48 ` James H. Cloos Jr.
2002-11-06 17:04 ` David Woodhouse
1 sibling, 0 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-06 16:48 UTC (permalink / raw)
To: linux-kernel; +Cc: linuxconsole-dev
Here is the input-relevant section of the .config that lets the pad
work but not the nib:
CONFIG_MODULES=y
CONFIG_KMOD=y
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_UINPUT=y
CONFIG_BUSMOUSE=y
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_LONG_TIMEOUT=y
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_UHCI_HCD_ALT=m
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
CONFIG_USB_AIPTEK=m
CONFIG_USB_WACOM=m
CONFIG_USB_POWERMATE=m
CONFIG_USB_XPAD=m
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-06 15:29 2.5 bk, input driver and dell i8100 nib+pad James H. Cloos Jr.
2002-11-06 16:48 ` James H. Cloos Jr.
@ 2002-11-06 17:04 ` David Woodhouse
2002-11-06 17:36 ` James H. Cloos Jr.
2002-11-07 4:18 ` James H. Cloos Jr.
1 sibling, 2 replies; 10+ messages in thread
From: David Woodhouse @ 2002-11-06 17:04 UTC (permalink / raw)
To: James H. Cloos Jr.; +Cc: linux-kernel, linuxconsole-dev
cloos@jhcloos.com said:
> Trying out 2.5, I've got only a partially working mouse. The usb
> mouse is fully functional, as are both sets of buttons on the
> notebook. The mouse pad works, but the nib is ignored.
> Of course, I only ever use the nib and only noticed that the pad was
> working by accident.
> I seem to recall a similar post some time back, but cannot find it in
> my archives.
http://lists.insecure.org/lists/linux-kernel/2002/Oct/7774.html
I've since been playing with the docs for the SuperIO chip but I'm not
convinced we can actually talk to all four PS/2 ports individually unless
we reflash the 8051 firmware on it, which I don't really want to play with.
--
dwmw2
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-06 17:04 ` David Woodhouse
@ 2002-11-06 17:36 ` James H. Cloos Jr.
2002-11-07 4:18 ` James H. Cloos Jr.
1 sibling, 0 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-06 17:36 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-kernel, linuxconsole-dev
>>>>> "David" == David Woodhouse <dwmw2@infradead.org> writes:
>> Of course, I only ever use the nib and only noticed that the pad
>> was working by accident.
>> I seem to recall a similar post some time back, but cannot find it
>> in my archives.
David> http://lists.insecure.org/lists/linux-kernel/2002/Oct/7774.html
I'll give that a try. Thanks.
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-06 17:04 ` David Woodhouse
2002-11-06 17:36 ` James H. Cloos Jr.
@ 2002-11-07 4:18 ` James H. Cloos Jr.
2002-11-07 7:16 ` David Woodhouse
1 sibling, 1 reply; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-07 4:18 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-kernel, linuxconsole-dev
>>>>> "David" == David Woodhouse <dwmw2@infradead.org> writes:
>> Trying out 2.5, I've got only a partially working mouse. The usb
>> mouse is fully functional, as are both sets of buttons on the
>> notebook. The mouse pad works, but the nib is ignored.
David> http://lists.insecure.org/lists/linux-kernel/2002/Oct/7774.html
The patch in the referenced post did not fix this for me in 2.5 bk
current. The nib continued to do nothing.
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-07 4:18 ` James H. Cloos Jr.
@ 2002-11-07 7:16 ` David Woodhouse
2002-11-07 10:11 ` James H. Cloos Jr.
0 siblings, 1 reply; 10+ messages in thread
From: David Woodhouse @ 2002-11-07 7:16 UTC (permalink / raw)
To: James H. Cloos Jr.; +Cc: linux-kernel, linuxconsole-dev
cloos@jhcloos.com said:
> The patch in the referenced post did not fix this for me in 2.5 bk
> current. The nib continued to do nothing.
You need to reboot or suspend and resume, Just unloading and reloading the
psmouse module isn't sufficient.
--
dwmw2
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-07 7:16 ` David Woodhouse
@ 2002-11-07 10:11 ` James H. Cloos Jr.
2002-11-07 10:30 ` David Woodhouse
0 siblings, 1 reply; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-07 10:11 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-kernel, linuxconsole-dev
>>>>> "David" == David Woodhouse <dwmw2@infradead.org> writes:
>> The patch in the referenced post did not fix this for me in 2.5 bk
>> current. The nib continued to do nothing.
David> You need to reboot or suspend and resume, Just unloading and
David> reloading the psmouse module isn't sufficient.
Of course; I even incremented my EXTRAVERSION for the new kernel, and
the import and compile was done in a fresh clone....
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-07 10:11 ` James H. Cloos Jr.
@ 2002-11-07 10:30 ` David Woodhouse
2002-11-07 13:48 ` James H. Cloos Jr.
2002-12-11 1:31 ` James H. Cloos Jr.
0 siblings, 2 replies; 10+ messages in thread
From: David Woodhouse @ 2002-11-07 10:30 UTC (permalink / raw)
To: James H. Cloos Jr.; +Cc: linux-kernel, linuxconsole-dev
cloos@jhcloos.com said:
> Of course; I even incremented my EXTRAVERSION for the new kernel, and
> the import and compile was done in a fresh clone....
Weird. Does it come back to life if you suspend to RAM and resume? Does the
'mouse' get detected as a Synaptics Touchpad by the changed psmouse.c?
--
dwmw2
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-07 10:30 ` David Woodhouse
@ 2002-11-07 13:48 ` James H. Cloos Jr.
2002-12-11 1:31 ` James H. Cloos Jr.
1 sibling, 0 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-07 13:48 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-kernel, linuxconsole-dev
>>>>> "David" == David Woodhouse <dwmw2@infradead.org> writes:
David> Weird. Does it come back to life if you suspend to RAM and
David> resume? Does the 'mouse' get detected as a Synaptics Touchpad
David> by the changed psmouse.c?
I have to do a new compile with the csets from overnight for the htree
bug before I can test that. But from /var/log I see:
kernel: input: PS/2 Synaptics TouchPad on isa0060/serio1
with the patch and w/o the patch I had:
kernel: input: PS/2 Generic Mouse on isa0060/serio1
so that part of it at least was fixed.
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.5 bk, input driver and dell i8100 nib+pad
2002-11-07 10:30 ` David Woodhouse
2002-11-07 13:48 ` James H. Cloos Jr.
@ 2002-12-11 1:31 ` James H. Cloos Jr.
1 sibling, 0 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-12-11 1:31 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-kernel, linuxconsole-dev
>>>>> "|" == David Woodhouse <dwmw2@infradead.org> writes:
|> Weird. Does it come back to life if you suspend to RAM and resume?
|> Does the 'mouse' get detected as a Synaptics Touchpad by the
|> changed psmouse.c?
I've some more data on this. I'd had been some time until I was able
to get a 2.5 to boot enough to run X....
Anyway, at 2.5.50 + a few csets, I had a spot where gpm could see the
nib iff /dev/mouse was symlinked to /dev/input/mice (c 13 63) but not
if it was linked to /dev/psaux (c 10 1) as it had been.
I hoped from that that X would also work, but I've not been able to
replicate that success even with gpm. I don't know what magic insmod
made the difference (I wasn't trying to get it to work at the time,
just accidently hit the nib while at run level 3 and saw the gpm
cursor...).
As for a susend/resume cycle, this box has never been happy to do that.
-JimC
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-12-11 1:24 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-06 15:29 2.5 bk, input driver and dell i8100 nib+pad James H. Cloos Jr.
2002-11-06 16:48 ` James H. Cloos Jr.
2002-11-06 17:04 ` David Woodhouse
2002-11-06 17:36 ` James H. Cloos Jr.
2002-11-07 4:18 ` James H. Cloos Jr.
2002-11-07 7:16 ` David Woodhouse
2002-11-07 10:11 ` James H. Cloos Jr.
2002-11-07 10:30 ` David Woodhouse
2002-11-07 13:48 ` James H. Cloos Jr.
2002-12-11 1:31 ` James H. Cloos Jr.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.