replace in the file /usr/lib/udev/rules.d/wacom.conf the config line with:
Code: Select all
SUBSYSTEM=="tty|pnp", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf*", RUN+="/usr/bin/start-stop-daemon --start --quiet --pidfile /run/wacom-inputattach-%k.pid --make-pidfile --background --exec /usr/bin/isdv4-serial-inputattach -- /dev/%k"
Code: Select all
sudo udevadm control --reload-rules
sudo udevadm trigger
it might be useful to make this change permanently to nemesis since it is needed using openrc instead of systemd (who knows why it was left that way by artix).