From owner-freebsd-usb@FreeBSD.ORG Sun Jul 10 17:57:59 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9F72106564A for ; Sun, 10 Jul 2011 17:57:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 037CF8FC0A for ; Sun, 10 Jul 2011 17:57:58 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=yfIOS+81wnQIz0UwZPDdWOvE/jQxEvyI9Z1xC25I9wc= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=ZfJIrywH-b0A:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=w6RbqzLyAAAA:20 a=e5mUnYsNAAAA:8 a=wUcvmEzn7RFAr9-94IAA:9 a=-RqMlB_rt1dwOZ5IIGEA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 151899403; Sun, 10 Jul 2011 19:57:56 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 10 Jul 2011 19:56:03 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20110710194410.4ff1f096.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20110710194410.4ff1f096.torfinn.ingolfsen@broadpark.no> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107101956.03740.hselasky@c2i.net> Cc: Subject: Re: FreeBSD 8.2 and DisplayLink devices? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2011 17:57:59 -0000 On Sunday 10 July 2011 19:44:10 Torfinn Ingolfsen wrote: > Hi, > > Has anybody done any work on DisplayLink devices for FreeBSD? > I have a small monior, Lilliput UM-70[1], which uses DisplayLink. > The last time I tested it was when FreeBSD 7.2 was hot. :) > > Today I blew the dust off the monitor and connected it to a test machine: > root@kg-v7# uname -a > FreeBSD kg-v7.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #7: Sat Jul 9 23:00:31 > CEST 2011 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > > It shows up fine: > root@kg-v7# usbconfig -d 0.3 > ugen0.3: at usbus0, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON from /var/log/messages: > Jul 10 18:57:44 kg-v7 root: Unknown USB device: vendor 0x17e9 product > 0x02a9 bus uhub2 Jul 10 18:57:44 kg-v7 kernel: ugen0.3: at > usbus0 > > But I don't have anything to actually use it. I downloaded > libdlo-0.1.2.tar.gz (found at thw libdlo wiki[2]) and tried to get it > working: > ./configure > ./configure --includedir=/usr/local/include > ./configure --includedir=/usr/local/include --libdir=/usr/local/lib > ./configure --includedir=/usr/include --libdir=/usr/lib > > all results in "configure: error: Can't find libusb. On ubuntu, try sudo > apt-get install libusb-dev". > > Any hints on getting this working? > > References: > 1) http://sites.google.com/site/tingox/lilliput_um70 > 2) http://libdlo.freedesktop.org/wiki/ Try to: setenv CFLAGS "-I/usr/local/include" export CFLAGS Before configure. --HPS