You are not logged in.

#1 2020-08-01 13:06:23

justm3
Member
Registered: 2019-11-12
Posts: 37

EVIOCSKEYCODE mouse log

Hi all.
I get the following repeated 48 times filling the journal everytime the laptop boots.

It is caused by a wireless mouse logitech or a ms mouse wireless (tried both)

Avoiding to repeat the message multiple times here is what I get with journalctl -p 3 -xb

systemd-udevd[227]: event5: Failed to call EVIOCSKEYCODE with scan code 0xc0183, and key code 226: Invalid argument

udevadm info /dev/input/event5 output

P: /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/0003:046D:C51B.0002/0003:046D:0080.0003/input/input11/event5
N: input/event5
L: 0
S: input/by-path/pci-0000:00:1d.1-usb-0:1:1.1-event-mouse
S: input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/0003:046D:C51B.0002/0003:046D:0080.0003/input/input11/event5
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=11206480
E: KEYBOARD_KEY_c0183=media
E: KEYBOARD_KEY_c1001=chat
E: KEYBOARD_KEY_c1002=camera
E: KEYBOARD_KEY_c1003=audio
E: KEYBOARD_KEY_c1004=video
E: KEYBOARD_KEY_c1005=images
E: KEYBOARD_KEY_c100a=documents
E: KEYBOARD_KEY_c100b=rewind
E: KEYBOARD_KEY_c100c=fastforward
E: KEYBOARD_KEY_c100f=f14
E: KEYBOARD_KEY_c1010=f15
E: KEYBOARD_KEY_c1011=channeldown
E: KEYBOARD_KEY_c1012=channelup
E: KEYBOARD_KEY_c1013=camera
E: KEYBOARD_KEY_c1014=coffee
E: KEYBOARD_KEY_c1015=record
E: KEYBOARD_KEY_c1016=sound
E: KEYBOARD_KEY_c1017=ejectcd
E: KEYBOARD_KEY_c1018=config
E: KEYBOARD_KEY_c1019=f14
E: KEYBOARD_KEY_c101a=f15
E: KEYBOARD_KEY_c101b=f16
E: KEYBOARD_KEY_c101c=cyclewindows
E: KEYBOARD_KEY_c101f=zoomout
E: KEYBOARD_KEY_c1020=zoomin
E: KEYBOARD_KEY_c1021=zoomreset
E: KEYBOARD_KEY_c1023=close
E: KEYBOARD_KEY_c1027=menu
E: KEYBOARD_KEY_c1028=angle
E: KEYBOARD_KEY_c1029=shuffle
E: KEYBOARD_KEY_c102a=back
E: KEYBOARD_KEY_c102b=cyclewindows
E: KEYBOARD_KEY_c102d=www
E: KEYBOARD_KEY_c1031=connect
E: KEYBOARD_KEY_c1032=cancel
E: KEYBOARD_KEY_c1041=help
E: KEYBOARD_KEY_c1042=wordprocessor
E: KEYBOARD_KEY_c1043=spreadsheet
E: KEYBOARD_KEY_c1044=presentation
E: KEYBOARD_KEY_c1045=undo
E: KEYBOARD_KEY_c1046=redo
E: KEYBOARD_KEY_c1047=print
E: KEYBOARD_KEY_c1048=save
E: KEYBOARD_KEY_c1049=prog1
E: KEYBOARD_KEY_c104a=prog2
E: KEYBOARD_KEY_c104b=prog3
E: KEYBOARD_KEY_c104c=prog4
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c51b
E: ID_REVISION=4600
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.1-usb-0:1:1.1
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_1_1_1
E: LIBINPUT_DEVICE_GROUP=3/46d/80:usb-0000:00:1d.1-1
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.1-event-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse

lsusb gives the following.

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 005: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 007 Device 004: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 007 Device 003: ID 413c:8126 Dell Computer Corp. Wireless 355 Bluetooth
Bus 007 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. OV2640 Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

If I remove the mouse (either one in use) the journal comes with no reports.
If I use a wired usb mouse I get a  clear journal
BTW this is also happening on another box I run (not only on laptop).
Lastly no matter what the reports, any mouse would work fine. Same goes for the touchpad (I installed synaptics but made no difference).

Any ideas how to get rid of this journal flooding message?
Tks in advance

EDIT: I tested both mice on
4.9 with no log reported (debian)
4.19 same logs (arch and debian)
5.4 lts same logs (arch)

Last edited by justm3 (2020-08-01 18:02:20)

Offline

Board footer

Powered by FluxBB