[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] Re: Can't open USB device with Palm Zire
* Christophe Beauregard <christophe.beauregard@sympatico.ca> [2006-02-11 18:56 -0500]:
> On Friday 10 February 2006 12:16, Marc Tardif wrote:
>
> > This is the output I get from dmesg when attempting to sync my Palm:
> >
> > usb 2-1: new full speed USB device using uhci_hcd and address 4
> > visor 2-1:1.0: Handspring Visor / Palm OS converter detected
> > usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB0
> > usb 2-1: Handspring Visor / Palm OS converter now attached to ttyUSB1
> > usb 2-1: USB disconnect, address 4
>
> Oh... README.libusb does say that the visor module shouldn't be loaded when
> using coldsync's libusb support.
I have downloaded the coldsync-3.0-pre4.tar.gz tarball and I can't find
the file README.libusb. Where can I find this file?
> That could be part of the problem...
I have tried to disable the visor module by adding it to my blacklist
file:
# grep visor /etc/hotplug/blacklist
visor
I then started coldsync like before and watched the outout in
/var/log/messages:
usb 2-2: new full speed USB device using uhci_hcd and address 15
usb 2-2: USB disconnect, address 15
So, the visor module doesn't seem to be loaded anymore but I still
checked lsmod just in case:
# lsmod | egrep '(usb|visor)'
usbcore 111360 3 ehci_hcd,uhci_hcd
However, I still can't get coldsync to sync with my Palm Zire. This is
the output I get when running coldsync with the same options as before
(I stripped what seemed to be redundant):
# coldsync -p /dev/ttyUSB1 -t libusb -d IO:5 -d sync:5 -d misc:5 -d net:5 -v -v -v -mI
...
Opening device [/dev/ttyUSB1]
Please press the HotSync button.
pconn_libusb_open: Can't open USB device.
Error: Can't open connection.
Freeing sync_config 0x80a3858
ColdSync terminating normally
Any other ideas? Should other kernel modules be loaded instead of visor?
--
Marc Tardif