How to add a USB vender in sys/dev/usb/usbdevs

Hans Petter Selasky hselasky at c2i.net
Thu Mar 12 10:55:04 PDT 2009


On Thursday 12 March 2009, tzu-yau Lin wrote:

> vendor DAVICOM          0x0fe6  Davicom
>
> I re-bulid my kernel and reload if_udav, 

In FreeBSD-7 you need to load if_udav before the kernel is loaded, else ugen 
will grab the device.

Try this:

echo "if_udav_load=YES" >> /boot/loader.conf

cat /boot/loader.conf


--HPS


More information about the freebsd-usb mailing list