You are not logged in.

#1 2016-12-17 11:43:08

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

[SOLVED] Ugee M708 stopped working

I can't say for sure exactly when this happened, but my Ugee M708 gfx tablet has become completely unresponsive. It was working just fine last time I used it, and to rule out a H/W fault I tested on an old Mint liveDVD where it worked.

By unresponsive, I mean there's absolutely nothing. Not even pointer movement.

Kernel modules are loaded:

lsmod | grep uclogic
hid_uclogic            16384  0
hid                   114688  4 hid_generic,usbhid,hid_kye,hid_uclogic
usbcore               208896  17 uvcvideo,dvb_usb_af9015,usbhid,snd_usb_audio,usb_storage,ehci_hcd,ohci_pci,usblp,xhci_pci,snd_usbmidi_lib,dvb_usb_v2,btusb,uas,ohci_hcd,hid_uclogic,xhci_hcd,ehci_pci

xinput sees it

xinput 
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Corsair Corsair M30 Gaming Mouse        	id=8	[slave  pointer  (2)]
⎜   ↳ UC-LOIC TABLET 1060                     	id=11	[slave  pointer  (2)]
⎜   ↳ CM Storm Trigger gaming Keyboard        	id=13	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ UC-LOIC TABLET 1060                     	id=9	[slave  keyboard (3)]
    ↳ UC-LOIC TABLET 1060                     	id=10	[slave  keyboard (3)]
    ↳ CM Storm Trigger gaming Keyboard        	id=12	[slave  keyboard (3)]
    ↳ Afatech DVB-T 2                         	id=14	[slave  keyboard (3)]
    ↳ Afatech AF9015 reference design         	id=15	[slave  keyboard (3)]
    ↳ HP Webcam HD 2300                       	id=16	[slave  keyboard (3)]
    ↳ UC-LOIC TABLET 1060                     	id=17	[slave  keyboard (3)]
    ↳ CM Storm Trigger gaming Keyboard        	id=18	[slave  keyboard (3)]

and dmesg knows when it's disconnected and reconnected:

[Sat Dec 17 11:41:45 2016] usb 5-4: USB disconnect, device number 3
[Sat Dec 17 11:41:49 2016] usb 5-4: new full-speed USB device number 4 using ohci-pci
[Sat Dec 17 11:41:49 2016] input: UC-LOIC TABLET 1060 as /devices/pci0000:00/0000:00:02.0/usb5/5-4/5-4:1.0/0003:5543:0081.000A/input/input28
[Sat Dec 17 11:41:49 2016] hid-generic 0003:5543:0081.000A: input,hidraw6: USB HID v1.11 Mouse [UC-LOIC TABLET 1060] on usb-0000:00:02.0-4/input0
[Sat Dec 17 11:41:49 2016] input: UC-LOIC TABLET 1060 as /devices/pci0000:00/0000:00:02.0/usb5/5-4/5-4:1.1/0003:5543:0081.000B/input/input29
[Sat Dec 17 11:41:49 2016] hid-generic 0003:5543:0081.000B: input,hiddev0,hidraw7: USB HID v1.11 Mouse [UC-LOIC TABLET 1060] on usb-0000:00:02.0-4/input1
[Sat Dec 17 11:41:49 2016] input: UC-LOIC TABLET 1060 as /devices/pci0000:00/0000:00:02.0/usb5/5-4/5-4:1.2/0003:5543:0081.000C/input/input30
[Sat Dec 17 11:41:50 2016] hid-generic 0003:5543:0081.000C: input,hidraw8: USB HID v1.11 Keyboard [UC-LOIC TABLET 1060] on usb-0000:00:02.0-4/input2

Any ideas?

TIA

EDIT: Did an xev test - absolutely nothing. It's like it doesn't exist.

Last edited by Roken (2016-12-23 06:51:07)


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#2 2016-12-19 23:22:00

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: [SOLVED] Ugee M708 stopped working

OK, this gets stranger. I downloaded the lastest Mint DVD and booted. The old version has problems with graphics etc. Burned and booted from the DVD. Tablet working. Experimentally, I did a live install of Krita and tested. On Arch, even with the tablet working, I had no pressure sensitivity in Krita. Mint Live DVD, I have pressure sensitivity.

I checked loaded modules on Mint, and there was only hid_generic and hidusb, so I blacklisted the uclogic and kye modules on Arch. No change, it works on a Mint Live DVD, and it may as well not exist on Arch.

Now, it did work before (though as I say, I had no pressure in Krita, which I now know is possible), but I'm very baffled.

Any clues where to look would be gratefully received, now. The only difference not explored that I can think of is kernel (I'm on 4.8.13-1 right now), but since it was loading the modules before I blacklisted them, and since everything else tells me the tablet is there (other than actually doing anything with it) I'm tempted to think not.

A little out of my depth on debugging this now.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#3 2016-12-21 21:08:03

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: [SOLVED] Ugee M708 stopped working

I hate to say it, but without even a suggestion or request for more information (and even the request may get me on the right track), this is the only deal breaker I've encountered with Arch. If I can't fix, I may be back on Mint by NY sad


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#4 2016-12-23 06:52:33

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: [SOLVED] Ugee M708 stopped working

The latest kernel update appears to have fixed, though it surprises me since I tried a kernel downgrade a full generation with no luck.

Removing all the wizardpen guff seems to have gotten me pressure sensitivity in Krita, too, which is a bonus.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

Board footer

Powered by FluxBB