X-Original-To: alpine-user@lists.alpinelinux.org Received: from perdizione.investici.org (perdizione.investici.org [94.23.50.208]) by lists.alpinelinux.org (Postfix) with ESMTP id D86C0F84E1C for ; Mon, 21 Jan 2019 02:15:14 +0000 (UTC) Received: from sabotaggio.investici.org (sabotaggio-vpn.investici.org [172.16.1.3]) by perdizione.investici.org (Postfix) with ESMTP id 5048C140164 for ; Mon, 21 Jan 2019 02:15:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1548036913; bh=+uN8bNI6D9LBSPrCg+LzxLkvhF4nJKqX3lejUG9nMEM=; h=Date:From:To:Subject:In-Reply-To:References; b=mDisGzvkm9cEQdhbzcMU4VlXTXuaq7fSNI5lVM5dRw6AQObnniDbMORTfRGkbex0w g0kyXzAmOKihavhtRLlCUKmyrWP9IZyVwjk5lwA9hgc4+teb4UEtGFdb9vlClCRe3b qHnC5AErAD160Dfrnxn1JnQlbTLAwXwsxKgwEFqw= Received: from [91.121.170.222] (sabotaggio [91.121.170.222]) (Authenticated sender: gallefray@inventati.org) by localhost (Postfix) with ESMTPA id B5ADB1C006D for ; Mon, 21 Jan 2019 02:15:11 +0000 (UTC) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 21 Jan 2019 02:15:10 +0000 From: fao_ To: alpine-user@lists.alpinelinux.org Subject: Re: [alpine-user] Wacom tablet has stopped working - SOLVED In-Reply-To: <99401d86bb472eda8246d8dd4cd286c6@inventati.org> References: <99401d86bb472eda8246d8dd4cd286c6@inventati.org> Message-ID: X-Sender: finnoleary@inventati.org User-Agent: Roundcube Webmail Hi, just for the record and to avoid the problem from xkcd://979 (my thread is one of two threads that comes up when searching for this problem), I fixed it by doing three things: 1) Downloading the latest source release of input-wacom from here: https://github.com/linuxwacom/input-wacom/releases and compiling and installing it (details are in the repo's wiki). 2) Downloading the latest source release of xf86-input-wacom from here: https://github.com/linuxwacom/xf86-input-wacom/releases and compiling and installing it (details are in the repo's wiki). 3) Adding 'wacom' to the end of /etc/modules 4) Rebooting. Interestingly enough the serial bus error has not gone away, the Xorg log still shows an I/O error on /dev/ttyS0, but the tablet now works and there is more information wrt. connecting and disconnecting the tablet in `dmesg -w`'s output (and the tablet now shows up in xsetwacom's output). So to me it looks like it's now bypassing the old method of communicating. It is worth noting that the kernel module shipped with Alpine: wacom_w8001, is actually a driver for communcating with *old* wacom tablets. -- - fao_ PGP fingerprint: 739B 6C5C 3DE1 33FA "Too enough is always not much!" On 2019-01-08 5:36 am, fao_ wrote: > 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/ttyS0the only >> 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. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---