LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-23-2023, 08:05 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
does anyone know how to set up a huion h950p tablet ( on slackware)


I*'ve been trying everything I've found so far on the internet on this and this is the latest try and still nothing.
using
/digimend-kernel-drivers-11/


added the rules file
Code:
then your `/etc/X11/xorg.conf.d/50-tablet.conf` should look like this:

    Section "InputClass"
        Identifier "Tablet"
        Driver "wacom"
        MatchDevicePath "/dev/input/event*"
        MatchUSBID "1234:abcd"
    EndSection
modified the example to my tablet
Code:
For example, if `xsetwacom list` produces this output:

    HID 256c:006e Pad pad                   id: 9   type: PAD
    HID 256c:006e Pen stylus                id: 10  type: STYLUS

you can assign Ctrl-Z ("Undo") key combination to the fifth button on the
tablet frame this way:

    xsetwacom set "HID 256c:006e Pad pad" button 9 key Ctrl Z
still nothing
Code:
$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 003 Device 002: ID 5986:2115 Acer, Inc Integrated Camera
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 256c:006d HUION Huion Tablet_H950P
Bus 001 Device 002: ID 3151:1000 YICHIP Wireless Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ xsetwacom --list devices
HUION Huion Tablet_H950P stylus 	id: 12	type: STYLUS    
HUION Huion Tablet_H950P Pad pad	id: 13	type: PAD       
HUION Huion Tablet_H950P Touch Strip pad	id: 14	type: PAD       
HUION Huion Tablet_H950P Dial pad	id: 15	type: PAD       


$ sudo xsetwacom --set "HID 256c:006d Pad pad" button 9 key ctrl Z
Cannot find device 'HID 256c:006d Pad pad'.
 
Old 01-27-2023, 12:27 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,420

Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
This is sitting on zero threads for a long time, which tells you something.

To my mind, this is all about drivers. I would forget slackware much as you may love it, and see what Lineage has to offer. What you're going to find is one difficulty after another, mostly over drivers. There's also a lot of java about in Android. How's your java? Frankly this may be more of a job for a dev team than a single owner.
 
Old 01-28-2023, 01:16 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
Quote:
Originally Posted by business_kid View Post
This is sitting on zero threads for a long time, which tells you something.

To my mind, this is all about drivers. I would forget slackware much as you may love it, and see what Lineage has to offer. What you're going to find is one difficulty after another, mostly over drivers. There's also a lot of java about in Android. How's your java? Frankly this may be more of a job for a dev team than a single owner.
I've found 3rd party drivers for it but it too requires rebuilding the kernel to load the mods as far as i can tell, and I don't have a good understanding on this, dacut something like to build the kernel over, and an option to use dkms which I looked up and most everyone put down dkms for slackware .. I mostly need it to map the tablet as it works out of box just not able to set the function keys.

Ubuntu - why is everyone making that a (windows defacto knock off) standard. this table has source code I installed but still it isn't working like that which those people should now how to develop for linux better if they are going to put out the source code and not just a deb .

still I don't know what the hold back is preventing that source code from working on a different distro, what does Ubuntu have that slack doesn't to get it to work? ( that maybe an arbitrary question, just me thinking out loud)

Last edited by BW-userx; 01-28-2023 at 01:21 PM.
 
Old 01-30-2023, 09:55 AM   #4
biker_rat
Member
 
Registered: Feb 2010
Posts: 414

Rep: Reputation: 249Reputation: 249Reputation: 249
This guys howto (link below)?
https://mpariente.github.io/fastmp/m...ith-linux.html
 
Old 01-30-2023, 02:39 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
Quote:
Originally Posted by biker_rat View Post
thanks, I already did all of that and more and even though lsusb sees it using xsetwacom says it does not see the device.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Stupid question - Kubuntu 20.04 detecting Huion 420 tablet, but can't draw with it redd9 Linux - Hardware 2 05-31-2020 09:29 PM
Does anyone know how to set screen resolution? darkstarbyte Linux - Software 6 07-19-2011 06:14 AM
Does anyone know if guardian can be set to block brute force attacks and only brute f abefroman Linux - Software 2 06-05-2008 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration