Stew Benedict wrote:

...
On my Lombard, the trackpad is adb, not sure on the newer machines. Does

dmesg | grep usb
show anything?

[root@powerbook root]# dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xd58d2000, IRQ 28
usb-ohci.c: usb-00:0e.0, Lucent Microelectronics USB
usb.c: new USB bus registered, assigned bus number 1
usb.c: registered new driver hiddev
usb.c: registered new driver hid
usb.c: USB device 2 (vend/prod 0x545/0x8080) is not claimed by any active
driver.
input1: USB HID v0.01 Mouse [Logitech USB-PS/2 Mouse] on usb1:3.0

Someone else on IRC reported success with X, and no mention of mouse
issues. Perhaps it's just your X config?

Stew Benedict


hi stew,

it's really weird. the startmessages look pretty ok:
__________________

dmesg | grep usb

usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xdb0cd000, IRQ 27
usb-ohci.c: usb-10:18.0, Apple Computer Inc. KeyLargo/Pangea USB
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: USB OHCI at membase 0xdb0cf000, IRQ 28
usb-ohci.c: usb-10:19.0, Apple Computer Inc. KeyLargo/Pangea USB (#2)
usb.c: new USB bus registered, assigned bus number 2
usb.c: registered new driver hiddev
usb.c: registered new driver hid
input4: USB HID v0.01 Mouse [Logitech] on usb2:2.0
_________________

here is my /etc/X11/XF86Config-4:
___________________

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection
______________________

and that's from my /dev:

/dev/usbmouse -> /dev/input/mice

something wrong?
and what i experienced lately is, the mouse and the pad of the ibook works on the textconsole...
what can be wrong than?

cheers,
wolfgang





Reply via email to