

try udev-079 and baselayout 1.11.14-r1, also try synaptics-0.14.4-r2 if applicableskerb1 wrote:I think the issue is here is that the 2.6.15 kernels must have changed some API because now my
/dev/input/eventX devices are not being created as they were for < 2.6.15 kernels. Seems like
this is a bug in the kernel code. It would seem like this is the same problem that KeyserZero had
but I have evdev build into the kernel directly.


Code: Select all
(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics no synaptics event device found (checked 17 nodes)
**snip**
(EE) Synaptics no synaptics touchpad detected and no repeater device
(EE) Synaptics Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics"
(II) UnloadModule: "synaptics"
did you tell the x server (though xorg.conf) that this is the right device to use ? Is this the first time it happens to you ?event3, however, gives output when I use my trackpad.

Code: Select all
(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics no synaptics event device found (checked 17 nodes)
(**) Option "Device" "/dev/input/event3"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "50"
(**) Option "RightEdge" "840"
(**) Option "TopEdge" "30"
(**) Option "BottomEdge" "320"
(**) Option "FingerLow" "12"
(**) Option "FingerHigh" "20"
(**) Option "MaxTapTime" "120"
(**) Option "RTCornerButton" "3"
(**) Option "LTCornerButton" "2"
(**) Option "TapButton1" "0"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
Query no Synaptics: 000000
(EE) Synaptics no synaptics touchpad detected and no repeater device
(EE) Synaptics Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics"
(II) UnloadModule: "synaptics"
Code: Select all
/usr/src/linux/.configCode: Select all
make menuconfig
Code: Select all
CONFIG_ADB_TRACKPAD_ABSOLUTE=yCode: Select all
cat /proc/bus/input/devices
Code: Select all
cd /usr/src/linux
patch -p1 -i /your/path/to/adbsyn_evonly_0.4-2.6.24-rc1.diffCode: Select all
-> Device Drivers │
│ -> Macintosh device drivers (MACINTOSH_DRIVERS [=y]) │
│ -> Support for ADB input devices (keyboard, mice, ...) (INPUT_ADBHID [=y])Code: Select all
Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "RightEdge" "1670"
Option "TopEdge" "280"
Option "LeftEdge" "300"
Option "BottomEdge" "950"
Option "FingerLow" "2"
Option "FingerHigh" "2"
Option "EmulateMidBottonTime" "75"
Option "ClickTime" "10"
Option "EdgeMotionMinZ" "100"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "1"
Option "EdgeMotionMaxSpeed" "400"
Option "MaxTapMove" "4"
Option "MaxTapTime" "80"
Option "VertScrollDelta" "40"
Option "HorizScrollDelta" "40"
Option "MinSpeed" "0.25"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.06"
Option "LeftRightScrolling" "on"
Option "LockedDrags" "off"
Option "RTCornerButton" "3"
Option "RBCornerButton" "2"
Option "LTCornerButton" "2"
Option "TapButton1" "0"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "1"
Option "SHMConfig" "on"
EndSection

i agree, i´m running gentoo for three or four years on my alubook and i had no idea this was possible with software. I always assumed one needed some special hardware ( like latest powerbooks with appletouch) to work with synaptics, but apparently i was wrong. Will test this asap.I don't understand how it is that after searching through numerous forum posts/bug reports/blog posts about Gentoo on Alu PB G4s, this patch was never mentioned