X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by lists.alpinelinux.org (Postfix) with ESMTP id B1912F85A99 for ; Wed, 9 Jan 2019 17:27:32 +0000 (UTC) Received: by mail-io1-f44.google.com with SMTP id t24so6667046ioi.0 for ; Wed, 09 Jan 2019 09:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GioCsHiOncMxcEVm4d4cCXusaT9w8x6hSQZ0XTMgeHg=; b=AP79KMcGeeq3Qqk4qMj1rReXnHInhfsafC0WqVKD5FZhY6ItRbK1CW5enud0Oa12/b my4ePMrxqcOJ0dgRocR2BCfFwUvtcQsxhKTxGOuksqaPIIY4/R4c5h+kIvlNmEPTOTIf vNhWlw+z/7icoKBLbQUP2RU37k+Kqr2WM21lFeckV0wlDPZZmajT7o5QexkHKggBYk0h 94Zueq45yvmLMiJ3ZG2YRUMnQ9kbPQGZBV/KVSaJR5akU9T9Zfd3fC4imcINYp0/TnwA ctz/+stjilJTgCigAOsDcd+br5tJuumC1hH/j5OLwC5Ga0JwcbCc0G/Ol0Egv4FmGQQf R/lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GioCsHiOncMxcEVm4d4cCXusaT9w8x6hSQZ0XTMgeHg=; b=S3X2CgThtpNqjvV9Q6h0v8xaZW+5tXJV833nvO8utU/MSnoMpZw+GgD3yLhAqkRbju m4VwuCXy+dv0B/7nHxVYvUFe1IozokIILZ6iEoUSF6cY52anXD19vaP9FUTZSakxrmhJ uXaTJga8Yq5lXZjD4mFCokHa3TkHai1+e74MfuYJXYgV8qhS7/FBJeMZhaANzuxv+7Mj U111e/e6eVu77OhhRelSkqyQQmYZbQUomgEHysZ9tQSXO2Np2vsDByirASMOShErdmPw XMKE74wbx2mWbs02fbdwO3vdD6Mwj/IFolqll8oPqBkDLsYWBJVZZi0B/M3j7+tpXHEu FnTA== X-Gm-Message-State: AJcUukdPcpj2/hAVtEV3hB+UZY+Ay8Pf6QGZiQtTEie0m6THzecMir8C KCojbZKhjcmStyZ0pdoIl08WgK+vxNOMyXjORzs= X-Google-Smtp-Source: ALg8bN4HjrrYDkcXMlNTg5+EC+tNZzu9955pO11vPs9WVLyEu38FzfoT3KJobmM2cCZVDeihjQ4/c7k2flTPjh1kYyA= X-Received: by 2002:a6b:1490:: with SMTP id 138mr4653927iou.103.1547054852214; Wed, 09 Jan 2019 09:27:32 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <99401d86bb472eda8246d8dd4cd286c6@inventati.org> In-Reply-To: <99401d86bb472eda8246d8dd4cd286c6@inventati.org> From: PICCORO McKAY Lenz Date: Wed, 9 Jan 2019 13:27:18 -0400 Message-ID: Subject: Re: [alpine-user] Wacom tablet has stopped working To: fao_ Cc: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000ea15ea057f09c617" --000000000000ea15ea057f09c617 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable i have similar problems,but nomadays there's a older versin of alpine today i do not havbe anymore that device and i remenber that the tablet working but the problem is the stylus lagging and firmware/kernel modules try to check the kernel modules around wacom* changes, there's an acient wacom_serial module and a newer wacom and wacom_w8001, that lasted are equivalent to the firts and must provide access to hardware serial.. adn i guest in your case.. then to try to enable the pen must use inputattach as does in geento forums/docs (due the systemd crap there's no much info around.. neither in alpine wiki) so due that pooor documentation best choice to see are geento forums (not exactly about wacom tables, but similar ...) El mar., 8 de ene. de 2019 a la(s) 01:36, fao_ (finnoleary@inventati.org) escribi=C3=B3: > > Hi, > Today after a few months of disuse, I decided to plug in my wacom > tablet. > The light comes on, and the tablet seems to detect the pen, however the > cursor does not move. This bug is present when using the USB cable and > when > using the wireless dongle. > > After some digging, it seems that the tablet is detected by the kernel, > the > default udev rules are run, and Xorg attempts to load the driver. > However, > it fails to open the serial console because: > > > (EE) Serial Wacom Tablet WACf004: Error opening /dev/ttyS0 (I/O error) > > Running statserial gives me: > > > $ sudo statserial /dev/ttyS0 > > statserial: TIOCMGET failed: I/O error > > (Indeed, I get the same result from all of /dev/ttyS*) > > `dmesg` doesn't seem to have anything particularly interesting in it, > but > I've attached both dmesg and Xorg.0.log in case there's something useful > there I'm not seeing. > > Removing the `xf86-input-wacom` package and relying on libinput to > provide > access to the tablet, seems to produce the same bug. > > I'm not sure where to go from here, so any advice that you can give will > probably be useful. > > Thanks in advance. > > -- > - fao_ > PGP fingerprint: 739B 6C5C 3DE1 33FA > "Too enough is always not much!" --000000000000ea15ea057f09c617 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
i have similar prob= lems,but nomadays there's a older versin of alpine
today i do = not havbe anymore that device and i remenber that
the tablet working b= ut the problem is the stylus lagging and firmware/kernel modules

try to check the kernel modules around wacom* change= s, there's an acient wacom_serial module and a newer wacom and wacom_w8= 001, that lasted are equivalent to the firts and must provide access to har= dware serial.. adn i guest in your case..

then to try to enable the = pen must use inputattach as does in geento forums/docs (due the systemd cra= p there's no much info around.. neither in alpine wiki) so due that poo= or documentation best choice to see are geento forums (not exactly about wa= com tables, but similar ...)



El mar., 8 de ene. de 2019= a la(s) 01:36, fao_ (finnolear= y@inventati.org) escribi=C3=B3:

Hi,
Today after a few months of disuse, I decided to plug in my wacom
tablet.
The light comes on, and the tablet seems to detect the pen, however the
cursor does not move. This bug is present when using the USB cable and
when
using the wireless dongle.

After some digging, it seems that the tablet is detected by the kernel, the
default udev rules are run, and Xorg attempts to load the driver.
However,
it fails to open the serial console because:

> (EE) Serial Wacom Tablet WACf004: Error opening /dev/ttyS0 (I/O error)=

Running statserial gives me:

> $ sudo statserial /dev/ttyS0
> statserial: TIOCMGET failed: I/O error

(Indeed, I get the same result from all of /dev/ttyS*)

`dmesg` doesn't seem to have anything particularly interesting in it, <= br> but
I've attached both dmesg and Xorg.0.log in case there's something u= seful
there I'm not seeing.

Removing the `xf86-input-wacom` package and relying on libinput to
provide
access to the tablet, seems to produce the same bug.

I'm not sure where to go from here, so any advice that you can give wil= l
probably be useful.

Thanks in advance.

--
- fao_
PGP fingerprint: 739B 6C5C 3DE1 33FA
"Too enough is always not much!"
--000000000000ea15ea057f09c617-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---