From owner-freebsd-usb@FreeBSD.ORG Sun Jul 10 17:44:12 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 BB79F106566B for ; Sun, 10 Jul 2011 17:44:12 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from eterpe-smout.broadpark.no (eterpe-smout.broadpark.no [80.202.8.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB0D8FC15 for ; Sun, 10 Jul 2011 17:44:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ignis-smin.broadpark.no ([80.202.8.11]) by eterpe-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LO4000CCP9NHIE0@eterpe-smout.broadpark.no> for freebsd-usb@FreeBSD.org; Sun, 10 Jul 2011 19:44:11 +0200 (CEST) Received: from kg-v2.kg4.no ([80.203.92.230]) by ignis-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LO400ANXP9MAYD0@ignis-smin.broadpark.no> for freebsd-usb@FreeBSD.org; Sun, 10 Jul 2011 19:44:11 +0200 (CEST) Date: Sun, 10 Jul 2011 19:44:10 +0200 From: Torfinn Ingolfsen To: freebsd-usb@FreeBSD.org Message-id: <20110710194410.4ff1f096.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Cc: Subject: 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:44:12 -0000 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/ -- Torfinn