-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XP-Pen Star 06C (Diagnostics) #488
Comments
Hello, I've recently got a XP-Pen Star 06 tablet. The only difference is that it is wireless whereas yours is cabled. |
Hi! |
Hello. I too am trying to get the Star 6 Wireless to work with DIGImend. I have tried to build the driver using DKMS on Manjaro - I checked out the tag v10 and then cherry-picked the PR adding support for Star 6, then built this following the instructions in the readme. There were no errors, as far as I could tell. But the Star wasn't detected by
the hid_steam is a Steam Controller. I don't know what mac_hid is. I think the other two are DIGImend. If not, please point me to some reading about how to load the driver correctly after building with DKMS on Manjaro. |
I have an XP-Pen Star 06. I'm presuming it's the C version, since it's USB. I'll see how far I can get this to work. |
@hendursaga, I've tried to make it work. The easy part is getting the surface and pen buttons to function properly (just add several lines of code like I did in PR). The problem was in getting other buttons and a ring to work. I've tried to poke around, but due to the lack of knowledge I've failed. |
Recently I've got a XP-Pen Star 06C (Note: that's a USB tablet and doesn't work on v10 release).
It's not mentioned in the list of known tablets, so there are some diagnostics attached to the issue (to be correct they were uploaded to Google Drive).
Collected diagnostics: Star06C_V2_Diagnostics.zip
P.S.
The archive contains several repetitions for pen_coords,pen_buttons and pen_pressure.
P.P.S.
I know that tablet does not work in Linux and Windows (except its dial and 6 buttons), but somehow it does work in Haiku and (at least) in one UEFI BIOS. But when I was collecting data, I found some strange magic. After running
uclogic-probe
with root privileges I discovered that the tablet had begun operating properly. So I'm just curious why such thing happens?(Note: without running uclogic-probe I can see that Debian shows three readable /dev/hidraw* files)
Upd (09.10.2021): It seems that after reading only one string descriptor via
libusb_get_string_descriptor()
the tablet starts working properly. At least the main part of it.Upd (02.06.2023): Here is my PR, where I've just added several lines with descriptors. Maybe it will be helpful
The text was updated successfully, but these errors were encountered: