[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] Handspring visor and Linux part 2
When last we left our heros, they were speaking of:
> Ok, no further sucess; I still have the same error message. I tried the
> tail thingy but I didn't get any output to the console. Any other
> sugestions.?
I think your problem quite possibly lies here:
> > listen usb {
> > device: "dev/ttyUSB1";
> > }
Try:
listen serial {
device: "/dev/ttyUSB1";
}
instead. The ttyUSB ports are USB ports being treated as serial
ports, so you have to make coldsync think they're serial ports as well.
Make sure you have the usb-serial support compiled into your kernel (or
modules available) as well.
JF
--
Justin Ferguson - Geek of All Trades - Technical Solutions Consultant
http://www.thedotin.net/jferg <jferg@lusars.net> <JFerg at The Dot in .Net>
I should never have learnt C. There's a limit to how dangerous you can
get with Perl. -- Simon Cozens in the Monastery
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.