You are not logged in.

#1 2011-09-24 12:06:42

delerious010
Member
From: Montreal
Registered: 2008-10-07
Posts: 72

Macbook Air 4.2 : Synaptics refuses to load

I can't quite seem to get my synaptics to load as a device driver for my touchpad. Each time, it unloads itself with the following errors :

[  2708.893] (--) Apple Inc. Apple Internal Keyboard / Trackpad: no supported touchpad found
[  2708.893] (EE) Apple Inc. Apple Internal Keyboard / Trackpad Unable to query/initialize Synaptics hardware.

Took a little while, but I've finally managed to get my Synaptics driver loading consistently for my touchpad :
/etc/X11/xorg.conf.d/10-synaptics.conf

Section "InputClass"
  Identifier "touchpad catchall"
  Driver "synaptics"
  # Note : MatchIsTouchpad "on" wouldn't give me squat
  MatchIsKeyboard "off"
  MatchProduct "Apple Internal Keyboard"
  MatchDevicePath "/dev/input/event*"
<snip>
EndSection

I've double checked my touchpad input device :

cat /proc/bus/input/devices | grep mouse
sudo cat /dev/input/event6

I've tried both the standard synaptics driver as well as the xf86-input-synaptics-clickpad and both have the same result. Essentially Synaptics loads, doesn't like my touchpad and commits suicide :
/var/log/Xorg.0.log

[  2708.820] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard
 / Trackpad (/dev/input/event6)
[  2708.820] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev pointer catchall"
[  2708.821] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "touchpad catchall"
[  2708.821] (II) LoadModule: "synaptics"
[  2708.821] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2708.821] (II) Module synaptics: vendor="X.Org Foundation"
[  2708.821]    compiled for 1.10.4, module version = 1.4.1
[  2708.821]    Module class: X.Org XInput Driver
[  2708.821]    ABI class: X.Org XInput driver, version 12.2
[  2708.821] (II) Using input driver 'synaptics' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[  2708.821] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2708.821] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[  2708.821] (**) Option "Device" "/dev/input/event6"
[  2708.853] (--) Apple Inc. Apple Internal Keyboard / Trackpad: invalid x-axis range.  defaulting to 1615 - 5685
[  2708.853] (--) Apple Inc. Apple Internal Keyboard / Trackpad: invalid y-axis range.  defaulting to 1729 - 4171
[  2708.853] (--) Apple Inc. Apple Internal Keyboard / Trackpad: invalid pressure range.  defaulting to 0 - 256
[  2708.853] (--) Apple Inc. Apple Internal Keyboard / Trackpad: invalid finger width range.  defaulting to 0 - 16
<snip options>
[  2708.893] (--) Apple Inc. Apple Internal Keyboard / Trackpad: no supported touchpad found
[  2708.893] (EE) Apple Inc. Apple Internal Keyboard / Trackpad Unable to query/initialize Synaptics hardware.
[  2708.936] (EE) PreInit returned 11 for "Apple Inc. Apple Internal Keyboard / Trackpad"
[  2708.936] (II) UnloadModule: "synaptics"
[  2708.936] (II) Unloading synaptics

Any ideas would be greatly appreciated

Offline

#2 2011-09-25 22:59:00

dibon
Member
From: Norway
Registered: 2010-07-05
Posts: 4

Re: Macbook Air 4.2 : Synaptics refuses to load

I have this problem as well. Hope a fix is posted soon!

Offline

Board footer

Powered by FluxBB