Thread: Treo 750p
View Single Post
Old June 22nd, 2007   #5
panthar
First Cup of Ubuntu
 
Join Date: Jul 2005
Beans: 3
Lightbulb Re: Treo 750p

I just got a Treo 755p and to make it work, I created the file:

Code:
/etc/udev/rules.d/10-custom.rules
Inside this file, I entered:

Code:
SUBSYSTEM=="usb", ATTR{idProduct}=="0061", ATTR{idVendor}=="0830", RUN+="/sbin/modprobe visor"
This loads up the correct palm module so when the symlink step of udev gets triggered, it links /dev/pilot to the correct node. I have tested this and the pilot tools work correctly using /dev/pilot (tried pilot-read-todos, etc)
panthar is offline   Reply With Quote