[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: trackpad on powerbook



On 11 Feb 2005 at 08h02, John Harrold wrote:

Hi, 

> I tried Ubuntu and the mouse didn't work there either. I managed to
> open a terminal and look at the xorg.conf file. It appeared as though
> the track pad was using /dev/psaux (according to ubuntu).

That's wrong...

Do you have something like that in your dmesg log ?

adb: starting probe task...
adb devices: [2]: 2 c4 [3]: 3 1 [7]: 7 1f
ADB keyboard at 2, handler 1
Detected ADB keyboard, type ISO, swapping keys.
input: ADB keyboard on adb2:2.c4/input
input: ADB Powerbook buttons on adb7:7.1f/input
ADB mouse at 3, handler set to 4 (trackpad)
input: ADB mouse on adb3:3.01/input
adb: finished probe task...
...
mice: PS/2 mouse device common for all mice

What does your kernel config look like ? (/boot/config-something, or
/proc/config.gz)

$ zgrep "\(ADB\|INPUT\|MOUSE\)" /proc/config.gz | grep -v ^#
CONFIG_ADB=y
CONFIG_ADB_PMU=y
CONFIG_ADB_MACIO=y
CONFIG_INPUT_ADBHID=y
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=m
CONFIG_INPUT_KEYBOARD=y
CONFIG_INPUT_MOUSE=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=m
CONFIG_USB_HIDINPUT=y

-- 
Colin



Reply to: