[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] clie CL10/U FreeBSD support
> > Then I downloaded the source and compiled and installed it.
> > That is version 2.2.5. In either case I get the same error.
> >
> > I don't know what this command does, but while I have been digging
> > I saw someone using it;
> >
> > bash-2.03$ echo foo < /dev/ugen0
> > bash: /dev/ugen0: Device not configured
> > bash-2.03$
> >
> > Maybe that means that work needs to be done separate from coldsync?
> >
> > I have enabled
> >
> > # USB com devices
> > device ucom
> > device uplcom
> > device uvscom
> > device uvisor
> >
> > in my kernel. I don't know what else to do to configure ugen0.
> >
>
> Why not use the /dev/ucom0 device? Make sure that you've created device
> nodes for it (cd /dev ; sh MAKEDEV ucom0) and then use that instead of
> ugen using the serial protocols.
That would be fine.
So I remade the ucom0 node;
su-2.03# sh MAKEDEV ucom0
bash-2.03$ ls -ld /dev/ucom0
crw-rw---- 1 uucp dialer 138, 128 Oct 26 23:57 /dev/ucom0
I changed .coldsyncrc to;
listen usb {
device: "/dev/ucom0";
}
And changed the end of usbd.conf to;
device "Sony Palm"
vendor 0x082d
product 0x0100
release 0x0100
attach "/usr/local/bin/coldsync -md -t serial -s ${DEVNAME}"
I restarted usbd and then tried;
su-2.03# coldsync -md /dev/ucom0
new_PConnection: unknown listen type -1.
I also tried;
su-2.03# echo foo < /dev/ucom0
su: /dev/ucom0: Device not configured
su-2.03#
for what is's worth.
BTW should I have my clie plugged in?
--
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.