<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3232&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3232</link>
		<description><![CDATA[The most recent posts in Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface.]]></description>
		<lastBuildDate>Thu, 26 Dec 2019 16:39:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19137#p19137</link>
			<description><![CDATA[<p>I think the first thing to try would be the backports kernel. That&#039;s easy to do or undo, and it won&#039;t hurt anything. I&#039;d try it with the ascii version of the xserver package.</p><p>The only difference I can find between the jessie version and ceres version of xserver-xorg-input-wacom is in the wacom.conf file. There&#039;s no difference between the ascii and ceres versions of 70-wacom.conf. </p><p>The udev rules file is the same (jessie/ceres), and the pkgconfig file was moved and is only different in the version listed within.</p><div class="codebox"><pre><code>(jessie) -xserver-xorg-input-wacom: /usr/share/X11/xorg.conf.d/50-wacom.conf
(ceres) +xserver-xorg-input-wacom: /usr/share/X11/xorg.conf.d/70-wacom.conf</code></pre></div><p>Sorry I don&#039;t know what to do with this information, but here are the diffs. </p><div class="codebox"><pre class="vscroll"><code>$ diff -u 50-wacom.conf 70-wacom.conf 
--- 50-wacom.conf	2019-12-26 11:19:49.159183000 -0500
+++ 70-wacom.conf	2019-12-26 11:21:26.183183000 -0500
@@ -1,24 +1,69 @@
+# Some of the below input classes appear 3x times, once for each of
+# &quot;tablet&quot;, &quot;touchscreen&quot;, and &quot;touchpad&quot; to ensure that the Wacom
+# driver is not accidentally bound to other types of hardware that
+# Wacom has made which are not handled by the wacom driver (e.g the
+# Wacom Bluetooth Keyboard)
+#
+# https://sourceforge.net/p/linuxwacom/bugs/294/
+
 Section &quot;InputClass&quot;
-        Identifier &quot;Wacom USB device class&quot;
+        Identifier &quot;Wacom USB tablet class&quot;
         MatchUSBID &quot;056a:*&quot;
         MatchDevicePath &quot;/dev/input/event*&quot;
+        MatchIsTablet &quot;true&quot;
         Driver &quot;wacom&quot;
 EndSection
 
 Section &quot;InputClass&quot;
-        Identifier &quot;Wacom PnP device class&quot;
-        MatchPnPID &quot;WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9&quot;
+        Identifier &quot;Wacom USB touchscreen class&quot;
+        MatchUSBID &quot;056a:*&quot;
         MatchDevicePath &quot;/dev/input/event*&quot;
+        MatchIsTouchscreen &quot;true&quot;
         Driver &quot;wacom&quot;
 EndSection
 
 Section &quot;InputClass&quot;
-	Identifier &quot;Wacom class&quot;
+        Identifier &quot;Wacom USB touchpad class&quot;
+        MatchUSBID &quot;056a:*&quot;
+        MatchDevicePath &quot;/dev/input/event*&quot;
+        MatchIsTouchpad &quot;true&quot;
+        Driver &quot;wacom&quot;
+EndSection
+
+Section &quot;InputClass&quot;
+	Identifier &quot;Wacom tablet class&quot;
+	MatchProduct &quot;Wacom|WACOM|PTK-540WL|ISD-V4&quot;
+	MatchDevicePath &quot;/dev/input/event*&quot;
+	MatchIsTablet &quot;true&quot;
+	Driver &quot;wacom&quot;
+EndSection
+
+Section &quot;InputClass&quot;
+	Identifier &quot;Wacom touchscreen class&quot;
+	MatchProduct &quot;Wacom|WACOM|PTK-540WL|ISD-V4&quot;
+	MatchDevicePath &quot;/dev/input/event*&quot;
+	MatchIsTouchscreen &quot;true&quot;
+	Driver &quot;wacom&quot;
+EndSection
+
+Section &quot;InputClass&quot;
+	Identifier &quot;Wacom touchpad class&quot;
 	MatchProduct &quot;Wacom|WACOM|PTK-540WL|ISD-V4&quot;
 	MatchDevicePath &quot;/dev/input/event*&quot;
+	MatchIsTouchpad &quot;true&quot;
 	Driver &quot;wacom&quot;
 EndSection
 
+# Serial Wacom devices should always be one of tablet, touchscreen, or
+# touchpad so we can safely get away with just one match section in
+# these cases
+Section &quot;InputClass&quot;
+        Identifier &quot;Wacom PnP device class&quot;
+        MatchPnPID &quot;WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9&quot;
+        MatchDevicePath &quot;/dev/input/event*&quot;
+        Driver &quot;wacom&quot;
+EndSection
+
 Section &quot;InputClass&quot;
 	Identifier &quot;Wacom serial class&quot;
 	MatchProduct &quot;Serial Wacom Tablet&quot;
@@ -56,4 +101,3 @@
 	Driver &quot;wacom&quot;
 	Option &quot;Button2&quot; &quot;3&quot;
 EndSection
-</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 26 Dec 2019 16:39:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19137#p19137</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19136#p19136</link>
			<description><![CDATA[<p>if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi &amp;&amp; make &amp;&amp; sudo make install || echo &quot;Build Failed&quot;</p><p><a href="https://github.com/linuxwacom/input-wacom" rel="nofollow">https://github.com/linuxwacom/input-wacom</a></p><p>Thanks but have just fixed the problem by downloading the source code from github and autogen using above commands </p><p>Will try the other workaround though Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (NickWilliamsPoetArtist)]]></author>
			<pubDate>Thu, 26 Dec 2019 16:35:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19136#p19136</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19135#p19135</link>
			<description><![CDATA[<div class="quotebox"><cite>NickWilliamsPoetArtist wrote:</cite><blockquote><div><p>if am not mistaken (and I know I may be wrong) this unstable version has support for serial wacom tablets and runs as a systemd service</p></div></blockquote></div><p>Looks that way, yes.</p><p>Fortunately the unit file is pretty simple:</p><div class="codebox"><pre><code>empty@E485:~ $ systemctl cat wacom-inputattach@ --no-p                                 
# /usr/lib/systemd/system/wacom-inputattach@.service
[Unit]
Description=inputattach for Wacom ISDv4-compatible serial devices

[Service]
Type=simple
ExecStart=/usr/bin/isdv4-serial-inputattach /dev/%I
Restart=on-success
empty@E485:~ $</code></pre></div><p>You could try the conversion script supplied by the sysvinit maintainers, which results in this init script:</p><div class="codebox"><pre><code>### BEGIN INIT INFO
# Provides:       wacom-inputattach@${device}
# Required-Start: $remote_fs
# Required-Stop:  $remote_fs
# Default-Start:  2 3 4 5
# Default-Stop:   0 1 6
# Description:    inputattach for Wacom ISDv4-compatible serial devices
### END INIT INFO
DESC=&quot;wacom-inputattach@${device}&quot;
DAEMON=/usr/bin/isdv4-serial-inputattach
DAEMON_ARGS=&quot;/dev/${device}&quot;
PIDFILE=/run/wacom-inputattach@${device}-sysd2v.pid
START_ARGS=&quot;--background --make-pidfile&quot;</code></pre></div><p>Replace <strong>${device}</strong> with the actual name assigned to the tablet under /dev</p><p>Save that file to <strong>/etc/init.d/wacom-inputattach@${device}</strong> (with ${device} replaced) and then use</p><div class="codebox"><pre><code># update-rc.d wacom-inputattach@${device} defaults</code></pre></div><p>And again, ${device} needs to be substituted with the correct name.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 26 Dec 2019 16:24:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19135#p19135</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19134#p19134</link>
			<description><![CDATA[<p>which is why it is possible for xsetwacom to see no tablet at all whilst lsusb sees the tablet</p>]]></description>
			<author><![CDATA[dummy@example.com (NickWilliamsPoetArtist)]]></author>
			<pubDate>Thu, 26 Dec 2019 15:50:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19134#p19134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19133#p19133</link>
			<description><![CDATA[<p>Thanks had seen the 4.19 kernel ( the xserver file in question is xserver-xorg-input-wacom 0.34.99.1-1+b1 whose files include </p><p>/.<br />/lib<br />/lib/systemd<br />/lib/systemd/system<br />/lib/systemd/system/wacom-inputattach@.service<br />/lib/udev<br />/lib/udev/rules.d<br />/lib/udev/rules.d/69-wacom.rules<br />/usr<br />/usr/bin<br />/usr/bin/isdv4-serial-debugger<br />/usr/bin/isdv4-serial-inputattach<br />/usr/bin/xsetwacom<br />/usr/include<br />/usr/include/xorg<br />/usr/include/xorg/Xwacom.h<br />/usr/include/xorg/isdv4.h<br />/usr/include/xorg/wacom-properties.h<br />/usr/include/xorg/wacom-util.h<br />/usr/lib<br />/usr/lib/x86_64-linux-gnu<br />/usr/lib/x86_64-linux-gnu/pkgconfig<br />/usr/lib/x86_64-linux-gnu/pkgconfig/xorg-wacom.pc<br />/usr/lib/xorg<br />/usr/lib/xorg/modules<br />/usr/lib/xorg/modules/input<br />/usr/lib/xorg/modules/input/wacom_drv.so<br />/usr/share<br />/usr/share/X11<br />/usr/share/X11/xorg.conf.d<br />/usr/share/X11/xorg.conf.d/70-wacom.conf<br />/usr/share/doc<br />/usr/share/doc/xserver-xorg-input-wacom<br />/usr/share/doc/xserver-xorg-input-wacom/changelog.Debian.amd64.gz<br />/usr/share/doc/xserver-xorg-input-wacom/changelog.Debian.gz<br />/usr/share/doc/xserver-xorg-input-wacom/copyright<br />/usr/share/man<br />/usr/share/man/man1<br />/usr/share/man/man1/xsetwacom.1.gz<br />/usr/share/man/man4<br />/usr/share/man/man4/wacom.4.gz</p><p>if am not mistaken (and I know I may be wrong) this unstable version has support for serial wacom tablets and runs as a systemd service</p>]]></description>
			<author><![CDATA[dummy@example.com (NickWilliamsPoetArtist)]]></author>
			<pubDate>Thu, 26 Dec 2019 15:46:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19133#p19133</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19132#p19132</link>
			<description><![CDATA[<p>4.19 kernel is in ascii-backports</p><p>What wacom package are you talking about? The only one I see is xserver-xorg-input-wacom which is still at version 0.34.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 26 Dec 2019 14:53:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19132#p19132</guid>
		</item>
		<item>
			<title><![CDATA[Wacom Intuos S CTL4100 056a:0374 3rd generation USB interface]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19131#p19131</link>
			<description><![CDATA[<p>Hi, recently attempted to set up a new wacom Intuos S CTL4100 usb wacom tablet on my devuan system, lsusb sees the device as does dmesg yet gnome control center wacom tablet setup doesn&#039;t, I noticed via internet research upon the problem that the device concerned requires kernel image version 4.10 and input-wacom version 2.6.30 (yes recognize that this particular kernel image is not yet available for devuan, so understood there and no problem) question arises though, since there appears where the input-wacom Xorg package on my system (may need to uninstall and return to the stable version as I upgraded it to the ceres version (yep also aware of that)) seems to be a systemd service rather than a module driver for an init sysv kernel module etc ... read a few other forums discussing this particular device which appears to have system recog problems for example xsetwacom doesn&#039;t see the device even though lsusb sees it) so my question is (as it is obvious to me that the xorg input-wacom driver requires a init sysv framework (as in devuan there is no systemd emulator (not that a systemd emulator that fools systemd based software into running under the sysinit framework wouldn&#039;t be helpful)) Has anyone any idea how to fool the xorg into recognizing this device and running it without systemd in the devuan tradition ? perhaps udev script code etc ?</p><p>All the best</p><p>Happy winter festival and Happy new year afterwards </p><p>Nick</p>]]></description>
			<author><![CDATA[dummy@example.com (NickWilliamsPoetArtist)]]></author>
			<pubDate>Thu, 26 Dec 2019 14:01:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19131#p19131</guid>
		</item>
	</channel>
</rss>
