Re: Problem with usb in FreeBSD 4.8....help!!!

From: John-Mark Gurney (gurney_j_at_efn.org)
Date: 03/28/04

  • Next message: Kris Kennaway: "Re: Is MTX_CONTESTED evil?"
    Date: Sun, 28 Mar 2004 10:41:43 -0800
    To: jitendra pande <jpande_techinfo@yahoo.com>
    
    

    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."
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Kris Kennaway: "Re: Is MTX_CONTESTED evil?"