Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2004 10:41:43 -0800
From:      John-Mark Gurney <gurney_j@efn.org>
To:        jitendra pande <jpande_techinfo@yahoo.com>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: Problem with usb in FreeBSD 4.8....help!!!
Message-ID:  <20040328184143.GO567@funkthat.com>
In-Reply-To: <20040328105352.53698.qmail@web42001.mail.yahoo.com>
References:  <20040328105352.53698.qmail@web42001.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
jitendra pande wrote this message on Sun, Mar 28, 2004 at 02:53 -0800:
> On the other hand with freeBSD 4.8 there exist some static device node /dev/ugen0, /dev/ugen0.x where x =1-16 within the /dev file system.
>  
> My application uses libusb for iinteracting with the usb devices...libusb on freeBSD 4.8 tries to find /debv/ugen0, /dev/ugen1 and so on....hence couldn't able to detect more then one device.
>  
> It would really be great if someone can help me in resolving the issue Any idea why this changes in the behavior with  FreeBSD 4.8 and FreeBSD 5.0

man MAKEDEV
cd /dev; MAKEDEV ugen1

This is in the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics-devices.html

That should resolve the issue.

Note that this question should of been directed to either -questions or
-stable.  -arch is for disscussions of the architecture of FreeBSD-current
and beyond.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



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