acron
April 24th, 2009, 06:11 PM
Hi there,
after upgrading to jaunty may MacBook suffers from the bug described here.
https://bugs.launchpad.net/linux/+bug/337935
The short story is that usbhid is loaded before bcm5974 and grabs the touchpad instead of bcm5974 which should control the touchpad.
Removing usbhid and bcm5974 and inserting first bcm5974 and then usbhid fixes the issue.
Still the supposed walkaround to blacklist usbhid by adding
blacklist usbhid
to /etc/modprobe.d/blacklist.conf
and adding the following
bcm5974
usbhid
to /etc/modules does not work for me.
What can be the problem here? Any hints how I could debug this issue?
Greetings from Germany
acron
after upgrading to jaunty may MacBook suffers from the bug described here.
https://bugs.launchpad.net/linux/+bug/337935
The short story is that usbhid is loaded before bcm5974 and grabs the touchpad instead of bcm5974 which should control the touchpad.
Removing usbhid and bcm5974 and inserting first bcm5974 and then usbhid fixes the issue.
Still the supposed walkaround to blacklist usbhid by adding
blacklist usbhid
to /etc/modprobe.d/blacklist.conf
and adding the following
bcm5974
usbhid
to /etc/modules does not work for me.
What can be the problem here? Any hints how I could debug this issue?
Greetings from Germany
acron