From owner-freebsd-questions@FreeBSD.ORG Sun Apr 12 22:30:01 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 380EF1065670 for ; Sun, 12 Apr 2009 22:30:01 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-qy0-f132.google.com (mail-qy0-f132.google.com [209.85.221.132]) by mx1.freebsd.org (Postfix) with ESMTP id D33D48FC16 for ; Sun, 12 Apr 2009 22:30:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by qyk38 with SMTP id 38so401465qyk.3 for ; Sun, 12 Apr 2009 15:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sH8FrAMaSIM/WAxQZGO398B1EI5CSZ9Y1TVjm3ql4bY=; b=fUudPnE8hXEfa9cgJTtvS7uYgT7PSug3+Egp9kn0KIWJiIxyxGcK/YQtNyfas87RG3 hO9kFS/hWMSKdTQu4PZ6UdaM8uTbfe859J6ryLgxfi7rmzmHFXjkEsE4+pktmHAffLQE UkxbNVcNgzjK4Io+Q8t3/L6TgjVyWIe9uB7mY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xiBFzKXUwnARunskf3Dn5qGpnkBpiIFxYjRAaSSH6Ahaqws2wPeeGP6IBHUWWzuyoV vfBDKEkbftxLH1fiLcWuxSQnmsK4V+s4VdLGy5+3DaN6QZx09lG8yx+NY15ccEIfszhe eU1zUM3u3deB3g/O1bOdcscX+eULohbSEozWU= MIME-Version: 1.0 Received: by 10.229.84.78 with SMTP id i14mr1504978qcl.67.1239573693006; Sun, 12 Apr 2009 15:01:33 -0700 (PDT) In-Reply-To: <18914.17060.49732.156686@jerusalem.litteratus.org> References: <18914.17060.49732.156686@jerusalem.litteratus.org> Date: Sun, 12 Apr 2009 18:01:32 -0400 Message-ID: From: "illoai@gmail.com" To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: change in kernel config file 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: Sun, 12 Apr 2009 22:30:01 -0000 2009/4/12 Robert Huff : > > =A0 =A0 =A0 =A0With respect to the changes in the USB stack: > =A0 =A0 =A0 =A0The old system was built in early February, before the new= code > went in. =A0The config file has: > > device =A0 =A0 =A0 =A0 =A0uhci > device =A0 =A0 =A0 =A0 =A0ohci > device =A0 =A0 =A0 =A0 =A0ehci > device =A0 =A0 =A0 =A0 =A0usb > device =A0 =A0 =A0 =A0 =A0ukbd > device =A0 =A0 =A0 =A0 =A0ums > > =A0 =A0 =A0 =A0Do I need to change anything? =A0(Pointers for explanation= s are > good.) > =A0 =A0 =A0 =A0And is there a quick-but-dirty way to figure out which por= ts > use libusb? =A0I'm already set to rebuild devel/libusb. > I don't rightly know to your first query, sorry. As to libusb: -CURRENT does not need (actually needs to not have) devel/libusb since its functionality(?) is part of the base system now (post feb09). What I did: pkg_delete -f libusb pkgdb -F (this detected the dependancies as obsolete perfectly) cd /usr/src && make delete-old && make delete-old-libs (caue canem! ^^stuff might break after this^^. Badly) rebuild everything that used to depend on libusb (I guess running pkg_info -R /var/db/pkg/libusb\* > fruitbatexpress.txt would be prudent prior to pkg_delete . . . ) NB: this is not a tutorial and is probably missing some stuff. Please be careful, and always use protection. Always. --=20 --