Re: FreeBSD - support for DisplayLink devices?

2009-11-20 Thread Torfinn Ingolfsen
On Thu, 19 Nov 2009 11:08:55 +1300
Andrew Thompson thom...@freebsd.org wrote:

 libdlo mentioned in the original email is a  userland driver using
 libusb. It should just work.

I've tried with just './configure' and
./configure --includedir=/usr/local/include
./configure --includedir=/usr/local/include --libdir=/usr/local/lib

but all bombs out with this:
checking for usb_open in -lusb... no
checking for usb_get_driver_np... no
configure: error: Can't find libusb. On ubuntu, try sudo apt-get install 
libusb-dev

 Note for FreeBSD 7 and below you will need to install the devel/libusb
 port.

libusb in ports is currently at version 0.1.12_4, I don't know if that
affects anything, but the libdlo page says  libusb (0.13).
-- 
Regards,
Torfinn Ingolfsen

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Torfinn Ingolfsen
On Wed, 18 Nov 2009 22:32:23 +0100
Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote:

 Today I got a UM-70[5] monitor made by Lilliput, this is
 what /var/log/messages says when I connectd it to my 7.2-stable
 machine: 

Oh, I forgot to tell the age of this -stable:
ti...@kg-v2$ uname -a
FreeBSD kg-v2.kg4.no 7.2-STABLE FreeBSD 7.2-STABLE #1: Fri Oct 30
19:46:58 CET 2009 r...@kg-v2.kg4.no:/usr/obj/usr/src/sys/V2  amd64
-- 
Regards,
Torfinn Ingolfsen

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Torfinn Ingolfsen
On Wed, 18 Nov 2009 22:47:19 +0100
Hans Petter Selasky hsela...@c2i.net wrote:

 Is there are userland driver using libusb for your device?

I don't know, really. I haven't finished googling yet. :-)

So far I've got this:
http://libdlo.freedesktop.org/wiki/
http://mulchman.org/blog/?tag=displaylink
-- 
Rgds,
Torfinn Ingolfsen

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Andrew Thompson
On Wed, Nov 18, 2009 at 10:47:19PM +0100, Hans Petter Selasky wrote:
 On Wednesday 18 November 2009 22:44:04 Torfinn Ingolfsen wrote:
  On Wed, 18 Nov 2009 22:32:23 +0100
 
  Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote:
   Today I got a UM-70[5] monitor made by Lilliput, this is
   what /var/log/messages says when I connectd it to my 7.2-stable
   machine:
 
  Oh, I forgot to tell the age of this -stable:
  ti...@kg-v2$ uname -a
  FreeBSD kg-v2.kg4.no 7.2-STABLE FreeBSD 7.2-STABLE #1: Fri Oct 30
  19:46:58 CET 2009 r...@kg-v2.kg4.no:/usr/obj/usr/src/sys/V2  amd64
 
 Is there are userland driver using libusb for your device?


libdlo mentioned in the original email is a  userland driver using
libusb. It should just work.

Note for FreeBSD 7 and below you will need to install the devel/libusb
port.


Andrew
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org