Two Finger Scrolling With Pre-2005 Apple Laptops

windows

Guest
Any one who resently bought a pre- 2005 ibook or powerbook is by now aware that there is a new laptop out with many new features including two finger scrolling on the touchpad<br /><br />i found a way to make my older powerbook do this by loading a newer driver. it is quite easy. The only problem is that every time I reboot my machine, I need to reload the driver.<br /><br />I am having trouble writing an applescript or shell script to do this for me at start up.<br /><br />These are the commands I need to run:<br /><br />------------------------------------------------------------------------<br />cd <working directory><br />]sudo chown -R root:wheel ./AppleADBMouse.kext<br />sudo kextunload -b com.apple.driver.AppleADBMouse && \<br />sudo kextload ./AppleADBMouse.kext<br />------------------------------------------------------------------------<br /><br />This is the web site were you can get the driver.<br /><br /><a href="http://www-users.kawo2.rwth-aachen.de/~razzfazz/" target="_blank">http://www-users.kawo2.rwth-aachen.de/~razzfazz/</a><br /><br />thanks,<br /><br />im@geek
</div>
 
Top