On Sat, Feb 23, 2008 at 04:28:10PM +0000, Rodolfo Medina wrote: > > > # udev.conf > > > > # The initial syslog(3) priority: "err", "info", "debug" or its > > # numerical equivalent. For runtime debugging, the daemons internal > > # state can be changed with: "udevcontrol log_priority=<value>". > > udev_log="err" > > > Changing the line: > > udev_log="err" > > into: > > udevcontrol log_priority=0 > > eliminates the undesired message when plugging in the usb pendrive. But then > my bluetooth-usb adaptor is not recongnized by the system any more, and when I > unplug it the following message appears: > > usb 1-2: can't set config #1, error -110 > > . How can I fix that? >
OK, log priority=0 probably means "don't report anything" which means nothing will notice when something is hotplugged: not good. However, now you're on the right track. See what the __lowest__ log level (go with names not numbers for consistancy with syslog.conf) will work. Then tweak syslog.conf so that only higher level messages go to the console. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]