Heinz Sporn wrote:
> Am Freitag, den 30.12.2005, 02:34 -0800 schrieb Jessica Rasku:
>
>>I'm trying to setup my PDA and it just refuses to sync. Using
>>pilot-xfer I will get a cannot bind to port error:
>>
>>[EMAIL PROTECTED] ~ $ until [ -e /dev/pilot ]; do sleep 1; done; pilot-xfer\
>>-l
>> No $PILOTPORT specified and no -p <port> given.
>> Defaulting to '/dev/pilot'
>>
>> Unable to bind to port: /dev/pilot
>> Please use --help for more information
>>
>
>
> Funny coincidence - had the same problem today.
>
> My Palm is a Tungsten E without a craddle - just an USB cable. To be
> able to use that I need a couple of things:
>
> 1. Kernel
> CONFIG_USB_SERIAL=m
> CONFIG_USB_SERIAL_GENERIC=y
> CONFIG_USB_SERIAL_VISOR=m
>
> 2. Loading modules in /etc/modules.autoload.d/kernel-2.6 with
>
> visor vendor=0x0830 product=0x0060
>
> That'll both load visor and usbserial.
>
> 3. UDEV
> In /etc/udev/rules.d/10-visor.rules:
> KERNEL=="ttyUSB[0-9]*", NAME="tts/USB%n", GROUP="usb", MODE="0666"
> BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB[13579]",
> SYMLINK="pilot", MODE="0666", GROUP="usb"
>
> In /etc/udev/permissions.d/10-visor.permissions
> ttyUSB*:root:usb:0666
> tts/[0-9]*:root:usb:0666
> tts/USB[0-9]*:root:usb:0666
> pilot:root:usb:0666>
Thank you, this worked for me. Just re-wrote the udev rules and
permissions got it working. Not quite sure what wasn't quite right, but
I got it working. Thank you very much.
Jessica
--
[email protected] mailing list