David A. Desrosiers wrote:
On Wed, 2007-08-22 at 23:25 -0400, Pete Holsberg wrote:Installed jpilot and it run but doesn't make the connection via /dev/pilot. ThePDA times out.What do your udev rules look like? Which physical device does your Palm present itself as? (0 or 1?) There's a detailed README I wrote on getting this to work properly: http://www.pilot-link.org/README.usb And if you want to try using libusb (faster sync, no kernel module): http://www.pilot-link.org/README.libusb Good luck! I don't get a 1:1 correspondence to what you wrote, impressive as it is. In kern.log, I see (when I connect the TREO tot the cable): Aug 23 17:45:26 linux kernel: [117652.389706] usb 2-1: new full speed USB device using uhci_hcd and address 57 Aug 23 17:45:26 linux kernel: [117652.563492] usb 2-1: configuration #1 chosen from 1 choice Aug 23 17:45:26 linux kernel: [117652.568350] visor 2-1:1.0: Handspring Visor / Palm OS converter detected Aug 23 17:45:26 linux kernel: [117652.568697] usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB0 Aug 23 17:45:26 linux kernel: [117652.568814] usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB1 When I hit the Hot Sync button, I get Aug 23 17:46:15 linux kernel: [117701.459636] usb 2-1: USB disconnect, address 57 Aug 23 17:46:15 linux kernel: [117701.459940] visor ttyUSB0: Handspring Visor / Palm OS converter now disconnected from ttyUSB0 Aug 23 17:46:15 linux kernel: [117701.460038] visor ttyUSB1: Handspring Visor / Palm OS converter now disconnected from ttyUSB1 Aug 23 17:46:15 linux kernel: [117701.460058] visor 2-1:1.0: device disconnected Aug 23 17:46:16 linux kernel: [117702.218275] usb 2-1: new full speed USB device using uhci_hcd and address 58 Aug 23 17:46:16 linux kernel: [117702.391552] usb 2-1: configuration #1 chosen from 1 choice Aug 23 17:46:16 linux kernel: [117702.396452] visor 2-1:1.0: Handspring Visor / Palm OS converter detected Aug 23 17:46:16 linux kernel: [117702.396839] usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB0 Aug 23 17:46:16 linux kernel: [117702.396954] usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB1 When I then try pilot-dlpsh -p /dev/ttyUSB1 I get ERROR: Specify exactly one of -c or -i I'm using Xubuntu 7.04 Thanks. |