Logitech wireless mouse not working

Greetings Manjaro community. I tried to use my old logitech vx nano wireless mouse with my Thinkpad, running the newest stable build of Manjaro linux, but after i connected the mouse for the first time, it worked for a couple of seconds but has stopped working since. It is working on other devices. I also tried installing solaar, which recognised the reciever and the model of the mouse, but still didnt help. According to the kernel log the reciever is correctly being recognised:

[  870.034875] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  870.034882] usb 1-2: Product: USB Receiver
[  870.034887] usb 1-2: Manufacturer: Logitech
[  870.038398] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C526.0007/input/input30
[  870.042366] hid-generic 0003:046D:C526.0007: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[  870.044361] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C526.0008/input/input31
[  870.102867] hid-generic 0003:046D:C526.0008: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input1

The input-log doesnt show any mouse movements when i move the mouse, like it is not even connected. After running libinput debug-events:

-event16  DEVICE_ADDED            Logitech USB Receiver             seat0 default group5  cap:p left scroll-nat scroll-button
-event17  DEVICE_ADDED            Logitech USB Receiver Consumer Control seat0 default group5  cap:kp scroll-nat

And libinput list-devices :

Kernel:           /dev/input/event16
Group:            5
Seat:             seat0, default
Capabilities:     pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           Logitech USB Receiver Consumer Control
Kernel:           /dev/input/event17
Group:            5
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

…which is? All that is shown is the USB receiver.


Tip: When pasting terminal output on Discourse forums, one can either…

  • Use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    type or paste code here
    ```

  • Use HTML:

    <pre><code>
    type or paste code here
    </pre></code>

Please edit your post accordingly.