Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 18:57:31 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        tzu-yau Lin <lintzuyau@gmail.com>
Subject:   Re: How to add a USB vender in sys/dev/usb/usbdevs
Message-ID:  <200903121857.32241.hselasky@c2i.net>
In-Reply-To: <bbb4ce600903120948k78cd98ddwa790a91478a0f87f@mail.gmail.com>
References:  <bbb4ce600903120948k78cd98ddwa790a91478a0f87f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903121857.32241.hselasky>