Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Mar 2007 16:31:32 +0100
From:      Aniruddha <mailing_list@planet.nl>
To:        Harrison Peter CSA BIRKENHEAD <PETER.HARRISON@DWP.GSI.GOV.UK>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help needed syncing Palm Treo 650 with FreeBSD
Message-ID:  <45F17DD4.7090401@planet.nl>
In-Reply-To: <0740B9A6C3639441850D84E94767945C01E58F09@DMM00038.link2.gpn.gov.uk>
References:  <0740B9A6C3639441850D84E94767945C01E58F09@DMM00038.link2.gpn.gov.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Harrison Peter CSA BIRKENHEAD wrote:
> You may want to check out devfs.rules(5) for changing permissions on 
> hotplug devices.
> That said, I do use a similar entry in usbd.conf to spawn pppd when I connect my Tungsten E. With that I find I need to add a "sleep 2;" to the beginning of the 'attach' line or the following command fails because the device nodes aren't set up quickly enough.
>
> HTH.
>
> Peter Harrison 
>
>
>
>   

Thanks for your help :-) . You mean like this?

device "Palm"
       devname  "ucom[0-9]*"
       sleep 2; attach "chmod 0666 /dev/ucom* /dev/ttyU* /dev/cuaU*"/





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F17DD4.7090401>