These messages can be filtered out of syslog.  The basic instructions
are here:

http://www.giacintosblog.splinder.com/post/15040472/Ubuntu%3A+Palliativo+per+il+bug+

You need to install syslog-ng, and add to /etc/syslog-ng/syslog-ng.conf:

filter f_bluetooth_error {
    facility(kern) and match("hci_scodata_packet");
};

and change these lines:

filter f_auth { facility(auth, authpriv) and not filter(f_bluetooth_error); };
filter f_syslog { not facility(auth, authpriv) and not 
filter(f_bluetooth_error); };
filter f_kern { facility(kern) and not filter(f_bluetooth_error); };

It keeps the log lines out of /var/log, but they still show up with
dmesg.

-- 
syslog is flooded with messages after connecting bluetooth usb dongle
https://bugs.launchpad.net/bugs/39414
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to