From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 10:51:54 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4818F1065670 for ; Thu, 12 Feb 2009 10:51:54 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB4C8FC22 for ; Thu, 12 Feb 2009 10:51:52 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id BDC043F130; Thu, 12 Feb 2009 10:51:51 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.3/8.14.3) with ESMTP id n1CApniJ001879; Thu, 12 Feb 2009 10:51:49 GMT (envelope-from phk@critter.freebsd.dk) To: Hans Petter Selasky From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 12 Feb 2009 11:25:55 +0100." <200902121125.57378.hselasky@c2i.net> Date: Thu, 12 Feb 2009 10:51:49 +0000 Message-ID: <1878.1234435909@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Max Laier , freebsd-current@freebsd.org Subject: Re: @188498: u3g works, Xorg does not X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2009 10:51:54 -0000 In message <200902121125.57378.hselasky@c2i.net>, Hans Petter Selasky writes: >Before enabling hald and USB2 at the same time, read the USB wiki: > >http://wiki.freebsd.org/USB I added the following two lines to libmap.conf: libusb-0.1.so libusb20.so libusb-0.1.so.8 libusb20.so.1 But that does not seem to help much. hald(8) does not seem to be linked (dynamically) against libusb ? critter# ldd /usr/local/sbin/hald | grep -i usb critter# So is it statically linked ? In that case the Wiki should state that libmap.conf is not going to help. Why doesn't the wiki have a libmap.conf examble btw ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.