I’ve been having trouble with my Wacom tablet. The system has been through a number of upgrades and, after a recent update, refused to boot. In looking through documentation I found the dnf autoremove command. A test run “dnf autoremove --store=Documents --assumeno” returned a list of 431 files - about 2GB - of supposedly no longer used files. While some of these show they’ve been around since F30-something, a lot of them show they belong to F42 which is what I’m currently running.
so - dumb question - How reliable is the autoremove option? Should I start with only the pre-f42 files or just do them all at once?
At least to me, these three topics sound as if they are unrelated to each other:
System doesn’t (or didn’t?) boot after a recent update.
Problems (which kind?) with your Wacom tablet.
Cleaning up packages that are no longer needed from the system with dnf autoremove.
How did the “refused to boot” issue manifest itself?
What kind of problems are you experiencing with the Wacom tablet?
The dnf autoremove operation should be safe and reliable. Posting the list of packages that would get removed should let others help you find out if anything vital would get removed (it shouldn’t).
However, dnf autoremove should not affect either issue 1) (problem booting) nor issue 2) (drawing tablet).
After a recent update - couldn’t get into my system, I had to use rescue image, the fix seemed to be to delete PackageKit-Qt5. At any rate, I got back in, had GUI, everything seemed to work much as it had before that particular update.
Wacom tablet/stylus has had “issues” since upgrading to F40(?) but only under KDE/Plasma. It seems to work fine under Gnome. It also worked okay on a virtual F43 KDE image.
Apparent buffer overflows (get out of a program and the cursor just keeps wandering around the screen, selecting/highlighting various items)
In Stitchmastery, I can select a color/stitch using the stylus but can’t fill in any data. Sometimes if I select a space on the right of the chart and the color appears on the left & it will only fill one square.
Sometimes when I try to select another application window (go from Firefox to Office) the system won’t respond to the stylus but will answer the mouse.
The autoremove option was an attempt to see if there might be other old files “interfering” with the tablet. After removing the files, I rebooted and still have the same issue with the tablet. Tablet works fine under F42 Gnome with Xorg.
If you are able to spend time finding relevant error messages you can often find much better solutions than simply reinstalling. Start by proving enough detail to allow others with similar hardware to reproduce the issue. Please mention your Wacom model and also post the output from running inxi -Fzxx in a terminal. If your Wacom device is connected USB, try starting journalctl —no-hostame —follow in a terminal and look for errors when the USB connector is plugged in.
Some Wacom devices emulate simple generic devices, but require Wacom software for full functionality. Have you installed any Wacom packages? In the past, Wacom support has helped me with Linux issues.
Edit: type inxf → inxi (may need to be installed with sudo dnf install inxi)
I have an old Bamboo Fun model CTH-661. I’ve used it for years without any noticeable problem. It’s plugged into a USB slot - I unplugged it to get the journal entry.
I tried running inxf -Fzxx I get an error from bash “inxf command not found.”
journalctl —-no-hostname —follow gave me:
an 19 12:53:40 kernel: usb 1-5: USB disconnect, device number 3
Jan 19 12:53:44 kernel: usb 1-5: new full-speed USB device number 10 using xhci_hcd
Jan 19 12:53:44 kernel: usb 1-5: New USB device found, idVendor=056a, idProduct=00d3, bcdDevice= 1.06
Jan 19 12:53:44 kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 19 12:53:44 kernel: usb 1-5: Product: CTH-661
Jan 19 12:53:44 kernel: usb 1-5: Manufacturer: Wacom Co.,Ltd.
Jan 19 12:53:44 kernel: wacom 0003:056A:00D3.0007: hidraw0: USB HID v1.00 Mouse [Wacom Co.,Ltd. CTH-661] on usb-0000:00:14.0-5/input0
Jan 19 12:53:44 kernel: input: Wacom Bamboo 2FG 6x8 Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:056A:00D3.0007/input/input
27
Jan 19 12:53:44 kernel: wacom 0003:056A:00D3.0008: hidraw1: USB HID v1.00 Device [Wacom Co.,Ltd. CTH-661] on usb-0000:00:14.0-5/input1
Jan 19 12:53:44 kernel: input: Wacom Bamboo 2FG 6x8 Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:056A:00D3.0008/input/in
put31
Jan 19 12:53:44 kernel: input: Wacom Bamboo 2FG 6x8 Pad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:056A:00D3.0008/input/input
32
Jan 19 12:53:44 mtp-probe[16633]: checking bus 1, device 10: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5”
Jan 19 12:53:44 mtp-probe[16633]: bus: 1, device: 10 was not an MTP device
Jan 19 12:53:44 kded6[2171]: kf.notifications: Failed to notify “Created too many similar notifications in quick succession”
Jan 19 12:53:44 mtp-probe[16659]: checking bus 1, device 10: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5”
Jan 19 12:53:44 mtp-probe[16659]: bus: 1, device: 10 was not an MTP device
Jan 19 12:53:54 systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=
/sys/class/bluetooth).
No Wacom-specific software is installed. Since tablet support was added to the kernel some years back, there hasn’t been any need for it. I don’t think Wacom offers support for the Bamboo Fun any more.
Sorry – command should have been inxi and may need to be installed. https://linux-hardware.org/?id=usb:056a-00d3 shows that your model is detected a few systems, but is not shown as “working” on any of them, so yours seems be in the same category.
What does libwacom-list-local-devices show? man libwacom-list-local-devices has a link to the github site for libwacom. You may find the README document helpful. You may need to install the libwacom-utils package so you can verify that your device is listed: