You are not logged in.

#1 2014-08-02 11:13:18

aditya3098
Member
From: In front of the computer
Registered: 2014-05-01
Posts: 53
Website

Mouse errors in log

I have been noticing some stuff in dmesg, seems to be related to my mouse, however, my mouse works just fine. My issue, is that my console gets filled with this stuff (yes, the ttys) and it is REALLY irritating:

[  710.936312] usb 1-1.1: USB disconnect, device number 11
[  712.403151] usb 1-1.1: new low-speed USB device number 12 using ehci-pci
[  712.493309] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C05A.000A/input/input21
[  712.493567] hid-generic 0003:046D:C05A.000A: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[  727.252580] usb 1-1.3: reset high-speed USB device number 5 using ehci-pci
[  786.520095] usb 1-1.1: USB disconnect, device number 12
[  787.987573] usb 1-1.1: new low-speed USB device number 13 using ehci-pci
[  788.078079] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C05A.000B/input/input22
[  788.078287] hid-generic 0003:046D:C05A.000B: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[  841.094139] usb 1-1.1: USB disconnect, device number 13
[  842.560624] usb 1-1.1: new low-speed USB device number 14 using ehci-pci
[  842.651122] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C05A.000C/input/input23
[  842.651318] hid-generic 0003:046D:C05A.000C: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[  895.668185] usb 1-1.1: USB disconnect, device number 14
[  897.133646] usb 1-1.1: new low-speed USB device number 15 using ehci-pci
[  897.224181] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C05A.000D/input/input24
[  897.224407] hid-generic 0003:046D:C05A.000D: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[  910.978800] usb 1-1.3: reset high-speed USB device number 5 using ehci-pci

If someone can solve it, great. But at lease tell me how I can stop the stuff from popping up in the console.

Offline

#2 2014-08-02 14:26:28

mkoskar
Member
Registered: 2014-07-16
Posts: 64
Website

Re: Mouse errors in log

aditya3098 wrote:

But at lease tell me how I can stop the stuff from popping up in the console.

Boot with following kernel parameters:

quiet loglevel=3

From "linux/Documentation/kernel-parameters.txt":

quiet [KNL] Disable most log messages

loglevel=   All Kernel Messages with a loglevel smaller than the
        console loglevel will be printed to the console. It can
        also be changed with klogd or other programs. The
        loglevels are defined as follows:

        0 (KERN_EMERG)      system is unusable
        1 (KERN_ALERT)      action must be taken immediately
        2 (KERN_CRIT)       critical conditions
        3 (KERN_ERR)        error conditions
        4 (KERN_WARNING)    warning conditions
        5 (KERN_NOTICE)     normal but significant condition
        6 (KERN_INFO)       informational
        7 (KERN_DEBUG)      debug-level messages

Last edited by mkoskar (2014-08-02 14:27:26)

Offline

#3 2014-08-02 15:27:25

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,846

Re: Mouse errors in log

Is this a wired mouse?  I bet you have a bad cable.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2014-08-07 12:51:58

aditya3098
Member
From: In front of the computer
Registered: 2014-05-01
Posts: 53
Website

Re: Mouse errors in log

Yeah its wired. The kernel loglevel setting fixed the error, so I don't really care now.

Offline

Board footer

Powered by FluxBB