|
From: Aaron A. S. <sk...@gm...> - 2018-05-17 23:20:33
|
Hi Anna,
I downloaded v0.40.0 from Github and tested the latest Intuos Small
with Blutetooth using its
Bluetooth connection on a fresh install of Ubuntu 18.04 using Xorg
(not Wayland). The device
worked for me, meaning the pen moved the cursor and sent pressure
readings to applications.
Here are the commands I used (from the wiki [1]).
$ cd Downloads/
$ tar -xvf input-wacom-0.40.0.tar.bz2
$ cd input-wacom-0.40.0/
$ if test -x ./autogen.sh; then ./autogen.sh; else ./configure;
fi && make && sudo make install || echo "Build Failed"
$ modinfo wacom | grep version
$ sudo rmmod wacom
$ sudo modprobe wacom
If the problem persists after following the steps above, please also
test on different hardware if possible.
Also, I do see that the device is not displayed in Gnome's Wacom
control panel. This is frequently a problem with
Ubuntu distributions and new Wacom devices, as Ubuntu's version of
libwacom often lags behind upstream. If you
were also saying you had this problem you will want to install
libwacom [2]. Let me know off list if you need help with
that.
Best,
Aaron
[1] https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
[2] https://github.com/linuxwacom/libwacom/wiki
On Thu, May 17, 2018 at 3:11 AM, Anna Simon <sim...@gm...> wrote:
> Thanks for the answer. I have attached 2 text files with the dmesg output,
> one on Ubuntu Budgie 18.04 (regular installation) and one on Mint 18.3 (live
> system on pendrive). My tablets serial number is at the ent of the texts I
> think. Also the important lines are probably at the very end. I was not sure
> where the relevant lines begin. The exact model is CTL-4100WLE.
> First I connected with the USB cable, then I detached the cable and
> connected with bluetooth, that's what you see in the output.
>
> Regards form Vienna
> Anna
>
> Gesendet mit BlueMail
> Am 17. Mai 2018, um 01:28, Ping Cheng <pin...@gm...> schrieb:
>>
>> Hi Anna,
>>
>> Can you post the relevant lines in your dmesg for us to take a look?
>> Please include the product ID so we could test the exact device as yours.
>>
>> In fact, I tested an Intuos M on Ubuntu 16.04. Bluetooth worked, with and
>> without updating to input-Wacom driver...
>>
>> Cheers,
>> Ping
>>
>> On Wed, May 16, 2018 at 10:05 AM, Anna Simon <sim...@gm...> wrote:
>>>
>>> Hi,
>>> I am writing to this list because my Wacom Intuos S Bluetooth does not
>>> work in Ubuntu 16.10 and 18.04 when connected via Bluetooth (newest model).
>>> It works just fine when connected via USB. I tried to compile the newest
>>> driver following your online instructions but the only result was that it
>>> stopped working completely.
>>> The device shows up as a bluetooth device, however it does not show up
>>> as Wacom tablet in the Budgie system settings.
>>> Thanks in advance for the help
>>> Anna
>>>
>>>
>>> Gesendet mit BlueMail
>>>
>>> ------------------------------ ------------------------------
>>> ------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ______________________________ _________________
>>> Linuxwacom-discuss mailing list
>>> Lin...@li...
>>> https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
>>>
>>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Linuxwacom-discuss mailing list
> Lin...@li...
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
>
|