Open jkd2016 opened 4 years ago
Hi @jkd2016
Did you connect your smartpad to another device i.e Android tablet?
I didn't figure out where exactly it store device but you may try to do the next: rm -rf /home/$USER/.local/share/tuhi rm -rf /home/$USER/.cache/tuhi
PS: I am using live mode with flatpack install. After that run tuhi live: ./tuhi-live.py --flatpak-compatibility-mode
Works fine! Even pressure works (Tested in GIMP and Krita)
e6 / 06 / b9 0a 36 b3 93 6f
is the command that sends the uuid to the device for authorization. If that fails it's usually because the device has since changed the UUID (usually by being paired with some other host). Tuhi should detect this and prompt you to re-pair but it doesn't seem to work reliably.
I didn't figure out where exactly it store device but you may try to do the next:
$HOME/.local/share/tuhi/12:34:56:AB:DC:EF/settings.ini
- removing that file should be enough.
Thanks Alexander and Peter!
Actually I figured out a few months ago that removing the tuhi configuration files resolved the issue.
Nice work in reverse engineering the tablet protocol by the way. The tablet is indispensable with 'live mode' in combination with MyPaint for writing equations during online discussions with colleagues.
Regards, John.
Hello again,
I'm have a new problem with the 'live' tool.
The application 'tuhi.devel' works fine. However when I run 'tuhi.live' I get:
dropping privileges
No-one is handling org.freedesktop.tuhi1, attempting to start a daemon
INFO: Connected to the Tuhi daemon
10:54:51 INFO: tuhi: E0:46:6C:7E:FE:F4: device without config, must be registered first
I've tried rebooting and removing the tuhi configuration files but nothing seems to work. It worked fine in the past and nothing obvious has changed since the last session.
Regards, John.
10:54:51 INFO: tuhi: E0:46:6C:7E:FE:F4: device without config, must be registered first
That just means that the tool cannot find the configuration files for the device. If you registered as user but you're running as root, that may be the issue?
I have a Wacom Bamboo Slate. Tuhi was working fine for a few days in both normal and live mode.
Now suddenly it has stopped working. I've reinstalled Tuhi from scratch and removed and re-paired the tablet.
Here is the last few lines of the log from tuhi.server:
The problem appears to be to do with "Exception: DeviceError.AUTHORIZATION_ERROR" which I wasn't seeing before.
The tablet works fine with Tuhi on my colleague's laptop in live mode, so I don't think the problem is with the tablet itself.
Thanks, John.