Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 21:07:07 +0100
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        kermus <kermus@gmail.com>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: Unknown USB device: vendor 0x051d product 0x0002 bus uhub0
Message-ID:  <5153516B.8090402@bitfrost.no>
In-Reply-To: <1364413599689-5799470.post@n5.nabble.com>
References:  <4E256BC3.9000500@gmx.com> <201107191334.56281.hselasky@c2i.net> <4E256D4C.10707@gmx.com> <201107191348.10280.hselasky@c2i.net> <4E257671.1080901@gmx.com> <1364413599689-5799470.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/27/13 20:46, kermus wrote:
> hi!
>
> i'm struggling exact same type problem with Nas4Free(freeBSD Nas) and APC
> Smart-UPS
>
> is there any workaround or fix for this message flood

Hi there!

/usr/src/etc/devd.conf: action "logger Unknown USB device: vendor ...

You probably can get rid of those messages by editing /etc/devd.conf and 
comment out this:

# Various logging of unknown devices.
nomatch 10 {
         match "bus" "uhub[0-9]+";
         action "logger Unknown USB device: vendor $vendor product 
$product \
                 bus $bus";
};

Then restart devd or reboot.

--HPS




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