You are not logged in.

#1 2023-02-07 16:00:54

Roslax
Member
Registered: 2023-01-31
Posts: 18

razermouse - tainting kernel/stop working [SOLVED]

Hi!
This is the result of sudo dmesg | grep razer
what does this error mean? i am having some problems with my deathadder v3 pro wireless and while investigating the cause i found this.
[    4.547183] razermouse: loading out-of-tree module taints kernel.
[    4.547234] razermouse: module verification failed: signature and/or required key missing - tainting kernel
[    5.237285] razermouse 0003:1532:00B7.0007: input,hidraw6: USB HID v1.11 Mouse [Razer Razer DeathAdder V3 Pro] on usb-0000:04:00.0-7.1/input0
[    5.674212] razermouse 0003:1532:00B7.0008: input,hidraw7: USB HID v1.11 Keyboard [Razer Razer DeathAdder V3 Pro] on usb-0000:04:00.0-7.1/input1
[    5.940595] razermouse 0003:1532:00B7.0009: input,hidraw8: USB HID v1.11 Keyboard [Razer Razer DeathAdder V3 Pro] on usb-0000:04:00.0-7.1/input2

This is video shows my issue:
https://youtu.be/wDlPVwJFAGY
The cursor basically stops working and happens also when pressing ctrl and moving cursor on terminal i don't know how to describe it but in some cases it just stops working.
For the rest of things like gaming etc... works fine. Should it be related to kde?
i am trying so hard to find a fix because is very annoying. Can you help me?

Last edited by Roslax (2023-02-08 23:40:39)

Offline

#2 2023-02-07 16:21:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,296

Re: razermouse - tainting kernel/stop working [SOLVED]

The message means nothing, the kernel considers it taint if you load an external module which this is by definition. On it's own that message has no meaning or issue. It primarily means kernel developers on kernel.org will deny helping you with the module since it isn't by them. 

Have you tried behaviour without the module loaded? I'd assume it's only relevant for "advanced" features and not an actual requirement to use the devices, as basic functionality should get covered by usbhid anyway.

Since this is a wireless device and symptoms sound like wireless device issues, one general thing you can try is disabling USB autosuspend by adding

usbcore.autosuspend=-1

to your kernel parameters.

Offline

#3 2023-02-07 17:24:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

The cursor basically stops working and happens also when pressing ctrl and moving cursor on terminal

and the video shows him swinging the cursor wildly when it comes to a dead stop.

Is this a wayland or org KDE session?

echo $XDG_SESSION_TYPE

Does the cursor also stop producing output in "sudo evtest" when this happens?

Offline

#4 2023-02-07 20:35:25

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

it's a wayland session and about "sudo evtest" i don't know there are more input called "DeathAdder v3".
This is the output:
https://imgur.com/a/eTh4dso
(Taking a screenshot i discovered that happens also there.)

Last edited by Roslax (2023-02-07 20:45:04)

Offline

#5 2023-02-07 21:24:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

1st, don't paste images of text. Post the text.
2nd, you need to select the device there (it does show up as 4 devices?), move the mouse and see whether that produces output. If yes, it's the correct device.
3rd, please try KDE on X11

Offline

#6 2023-02-07 21:52:11

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

I tried it on x11 and does the same thing.I Found the right device and when the cursor stops it just doesn't update the output and when i move the mouse it starts reproduce  it again.
I'm not an expert sorry if my answers are unclear.

Last edited by Roslax (2023-02-07 21:55:10)

Offline

#7 2023-02-07 22:27:20

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

Means the mouse stops to send input events.
Try to  disable usb autosuspend.
Do you use a 2.4GHz wifi connection?
Is there a parallel windows installation?
The mouse has a "hypershift" button for resolution switching? Does that have any impact?
Does this happen with a less… errr… elaborate rodant?

Offline

#8 2023-02-08 14:53:50

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

I've already tried to disable usb autosuspend but didn't work and yes the usb adapter uses 2.4ghz connection and there's no parallel windows installation.
Before this i used various logitech wireless mouse which had that same problem too i don't know if this information can help.(wired mouse works perfectly)

Last edited by Roslax (2023-02-08 14:54:09)

Offline

#9 2023-02-08 15:08:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

Not whether the adapter uses 2.4GHz (that'S pretty much a given), but whether you use 2.4GHz WILAN as well.
Can you plug the adapter into a different usb slot (preferably on the other side)?

Offline

#10 2023-02-08 15:19:15

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

It looks fixed.Why is it working?

Last edited by Roslax (2023-02-08 15:19:39)

Offline

#11 2023-02-08 15:29:20

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

Looks fixed after doing *what*?

Offline

#12 2023-02-08 15:30:05

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

I moved the adapter to the usb behind the computer.

Offline

#13 2023-02-08 15:42:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,153

Re: razermouse - tainting kernel/stop working [SOLVED]

Radio interference from a wifi or bluetoot dongle.
In case it remains stable and in general, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#14 2023-02-08 16:05:32

Roslax
Member
Registered: 2023-01-31
Posts: 18

Re: razermouse - tainting kernel/stop working [SOLVED]

Alright,i'll try it for a bit of hours and mark it as resolved.Thanks you!

Offline

Board footer

Powered by FluxBB