|
| View previous topic :: View next topic |
| Author |
Message |
extraspecialbitter
|
Posted: Fri Jun 13, 2008 2:20 am Post subject: jpilot on BLAG 89K |
|
|
I've copied the /etc/udev/rules.d/10-visor.rules file from my BLAG 70K system to my 89K system, after which it stopped working. Here is the file:
| Code: | [root@tulum]# cat 10-visor.rules
BUS=="usb", SYSFS{product}=="Palm Handheld*", KERNEL=="ttyUSB*", MODE=="0666", SYMLINK+="pilot" |
Here is the relevant text from /var/log/messages:
| Code: | Jun 12 21:56:17 tulum kernel: usb 4-1: USB disconnect, address 22
Jun 12 21:56:17 tulum kernel: usb 4-1: new full speed USB device using uhci_hcd and address 23
Jun 12 21:56:18 tulum kernel: usb 4-1: configuration #1 chosen from 1 choice
Jun 12 21:56:18 tulum kernel: usb 4-1: New USB device found, idVendor=0830, idProduct=0061
Jun 12 21:56:18 tulum kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Jun 12 21:56:18 tulum kernel: usb 4-1: Product: Palm Handheld
Jun 12 21:56:18 tulum kernel: usb 4-1: Manufacturer: Palm, Inc.
Jun 12 21:56:18 tulum kernel: usb 4-1: SerialNumber: PalmSN12345678
|
No errors per se, but the sync consistently times out. :^(
|
|
|
 |
jebba
|
Posted: Fri Jun 13, 2008 3:05 am Post subject: |
|
|
Ok, well the path to the device may have changed, but i didn't see it in your /var/log/messages output.
See if something like `lsusb` can find the correct /dev for it then update your visor udev script. Was the original visor script done by you or from f7?
Something like this should *really* be reported upstream as it is usually a pretty easy one line fix for them and helps tons. (like after we figure it out)
|
|
|
 |
extraspecialbitter
|
Posted: Fri Jun 13, 2008 11:41 pm Post subject: |
|
|
I pulled this config file from my BLAG 70K partition, but I believe I found the magic formula on the Fedora Forum, where I definitely should have posted first. I will do that right now and post the resolution once I get it.
|
|
|
 |
extraspecialbitter
|
Posted: Sat Jun 14, 2008 1:21 am Post subject: Resolved |
|
|
Interestingly, I found a resolution by running "gnome-pilot", which showed the device to be "usb:" instead of /dev/pilot. I got rid of 10-visor.rules, changed the "serial device" under jpilot Preferences from /dev/pilot to usb: and the sync worked perfectly.
|
|
|
 |
jebba
|
Posted: Sat Jun 14, 2008 12:12 pm Post subject: |
|
|
ah cool :)
|
|
|
 |
|
|
|