From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 09:51:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DF53106566B for ; Wed, 23 Jul 2008 09:51:42 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 06BF58FC08 for ; Wed, 23 Jul 2008 09:51:41 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuoFAGGchkhR9ckV/2dsb2JhbACBWrBy Received: from 21.201-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.201.21]) by relay.skynet.be with ESMTP; 23 Jul 2008 11:51:21 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m6N9mo6C001516; Wed, 23 Jul 2008 11:48:50 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: Andrew Falanga Date: Wed, 23 Jul 2008 11:48:47 +0200 User-Agent: KMail/1.9.7 References: <340a29540807220721r10e36a99v1a2fa74e2bb2dfa0@mail.gmail.com> <44bq0qc7b1.fsf@be-well.ilk.org> <200807222220.10176.af300wsm@gmail.com> In-Reply-To: <200807222220.10176.af300wsm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807231148.49746.tijl@ulyssis.org> Cc: freebsd-questions@freebsd.org Subject: Re: Has anyone used libusb for accessing usb devices here? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 09:51:42 -0000 On Wednesday 23 July 2008 06:20:09 Andrew Falanga wrote: > On Tuesday 22 July 2008 08:38:58 Lowell Gilbert wrote: >> "Andrew Falanga" writes: >>> I'd like to know if anyone here on the list has ever used libusb >>> (http://libusb.sourceforge.net) for accessing usb devices. I >>> successfully compiled and installed it on my FreeBSD 7 laptop but >>> when I run a test program no USB HUBs are found. The same test on >>> a Fedora box works fine. I was wondering what the magic is for >>> FreeBSD since the web site claims the package works on FreeBSD. >> >> libusb is in ports, and a number of other ports use it. >> (See "make search key=libusb".) >> That should provide a variety of working examples. > > Ok, I've installed from the ports collection this time (at home now > on my 6.2p11 box) and I'm seeing busses in my computer. However, > when I plug in my USB thumb drive, a Sandisk Cruizer Micro that the > kernel does see as da0 (verified in /var/log/messages), I don't get > any devices shown. I'm not entirely sure, but it's possible it only shows ugen devices.