Try checking dmesg. Look for a line like this:

port 2, is for HotSync use and is bound to ttyUSB1

It's easier to feed the contents of dmesg into a file and grep for USB
or Pilot or something.

dmesg > dmesg.txt
then:
grep USB dmesg.txt

See what you find.

<<JAV>>



On Sat, 2003-03-08 at 00:09, Richard S. Crawford wrote:
> I'm trying to get my new Palm m515 to talk to my Linux box.  It's a USB
> sync, so I know I ought to point /dev/pilot at one of my USB ports. 
> Trouble is, I have four such ports, and I don't know which one is
> reflected by which device in my /dev directory.  So I assume that I need
> to point /dev/pilot at /dev/ttyUSB0 or ttyUSB1 or some such thing.
> 
> My system already has a USB mouse which works perfectly; I assume that
> it's talking to /dev/ttyUSB0 but I'm not sure.  How do I find that out,
> and how do I figure out which USB device I should point my /dev/pilot
> symlink at?
> 
> -- 
> Slainte,
> Richard S. Crawford
> AIM: Buffalo2K / Y!: rscrawford / ICQ: 11640404
> http://www.mossroot.com http://www.stonegoose.com
> "It is only with our heart that we can see clearly.  What is essential
> is
> invisible to the eye."  --Antoine de Saint Exupery
> 
> 
> 





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to