Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Hardware] wacom's weird problem on Debian bookworm

Need help with peripherals or devices?
Post Reply
Message
Author
kyon
Posts: 6
Joined: 2022-11-13 10:53

[Hardware] wacom's weird problem on Debian bookworm

#1 Post by kyon »

First let me describe the whole thing, then I will give my hardware info below
Problems:
I am using a latest weekly-build debian testing dvd image(contain non-free firmware) to install
If I install debian with Gnome,Xfce(based on GTK), then update my GPU driver from default Nouveau to Nvidia by

Code: Select all

sudo apt install -y nvidia-driver
Reboot, my wacom works fine(cursor can move follow my wacom pen)
if I install debian with KDE/LXQT(based on QT), update GPU use same method above, weird things happen. after reboot, wacom not works automaticlly(cursor don't move), but if I re-plug in wacom's USB,now it works fine.
Environment:
Operating System: Debian GNU/Linux
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 6.0.0-4-amd64 (64-bit)
Graphics Platform: X11
Processors: 24 × 12th Gen Intel® Core™ i9-12900K
Memory: 62.6 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7D31
System Version: 2.0
My debug info:
I debug with lsmod, in both 'work' and 'non-work' situation, here is the diff info
non-work
Module| Size | Used by
joydev 28672 2
evdev 28672 33

work
Module| Size | Used by
joydev 28672 3
evdev 28672 36

dmesg | grep -i fail
[ 2.202111] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 3.036530] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-hr-b0-72.ucode (-2)
[ 3.036537] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-so-a0-hr-b0-72.ucode (-2)
[ 3.036538] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-72.ucode failed with error -2
[ 3.037804] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 3.037809] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 3.202732] thermal thermal_zone1: failed to read out thermal zone (-61)
[ 8.347521] scsi 10:0:0:1: Failed to get diagnostic page 0x1
[ 8.347522] scsi 10:0:0:1: Failed to bind enclosure -19
[ 8.347797] scsi 12:0:0:1: Failed to get diagnostic page 0x1
[ 8.347798] scsi 12:0:0:1: Failed to bind enclosure -19
[ 8.919852] bluetooth hci0: firmware: failed to load intel/ibt-1040-4150.sfi (-2)
[ 8.919863] bluetooth hci0: firmware: failed to load intel/ibt-1040-4150.sfi (-2)
[ 8.919866] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-1040-4150.sfi (-2)
I don't figure out what problems really is, if need addition info pls let me know

kyon
Posts: 6
Joined: 2022-11-13 10:53

Re: [Hardware] wacom's weird problem on Debian bookworm

#2 Post by kyon »

problem solved, after I use another usb interface for my wacom, it works fine directly after reboot

Post Reply