>>>>> "Kevin" == Kevin Fitzgerald <[EMAIL PROTECTED]> writes:


Kevin> Anyway. I'm trying to get my Palm Tungsten to sync with
Kevin> Evolution. I am using Fedora core 3. Evolution uses gnome pilot
Kevin> to do the actual communicating. I have created a file
Kevin> /dev/pilot and chmod 777 'd it THat obviously needs to be a
Kevin> link to somewhere. I tailed /var/log/messages and got the
Kevin> following lines about my Palm:

/dev/ttyUSB1 is the right one; but there are some issues with some
kernel versions.

Kevin> So I then did an ln -s /dev/pilot /dev/ttyUSB0 With no luck,
Kevin> then same with ttyUSB1. Can anyone out there shed a little
Kevin> light on what I'm missing?

That should be the other way around.  You may have overwritten
/dev/ttyUSB[01] now.

Do
        rm -f /dev/ttyUSB[01] /dev/pilot
        mknod /dev/ttyUSB0 c 180 0 
        mknod /dev/ttyUSB1 c 180 1
        ( cd /dev; ln -s ttyUSB1 pilot; )

Make sure that /dev/ttyUSB1 is mode crw-rw--- and in a group that
you're in.

Things'll probably work then.

Oh, and BTW, please don't send html email to this list -- stick to
plain text.

-- 
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
The technical we do immediately,  the political takes *forever*
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to