change in kernel config file
illoai at gmail.com
illoai at gmail.com
Sun Apr 12 22:30:01 UTC 2009
2009/4/12 Robert Huff <roberthuff at rcn.com>:
>
> With respect to the changes in the USB stack:
> The old system was built in early February, before the new code
> went in. The config file has:
>
> device uhci
> device ohci
> device ehci
> device usb
> device ukbd
> device ums
>
> Do I need to change anything? (Pointers for explanations are
> good.)
> And is there a quick-but-dirty way to figure out which ports
> use libusb? I'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.
--
--
More information about the freebsd-questions
mailing list