LINUX.ORG.RU

Убедись, что у тебя установлен пакет x86-input-wacom, посмотри в Xorg.0.log, там должно быть написано, если он загружается.

Xenius ★★★★★
()
Последнее исправление: Xenius (всего исправлений: 2)
Ответ на: комментарий от Xenius

посмотри в Xorg.0.log

В этом файле ничего про wacom нет

mio ★★
() автор топика

Обнови федору

anonymous
()

Работает в свежих ядрах. Его поддержку только в декабре добавили. Плюс, надо кеды пропатчить, чтобы они тоже этот планшет поддерживать начали.

anonymous
()

kde показывает что планшет не найден

нужен kcm_tablet скорее всего. как можно свежее- тогда systemsettings его найдет.

у меня в сусе с этим пакетом бывали проблемы.

pyometra ★★★★★
()

Новые intuosы начали поддерживаться совсем недавно, надо с linuxwacom скачать исходники модуля ядра и подсунуть вместо дистрибутивного, или ядро обновить на самое свежее.

dn2010 ★★★★★
()
Ответ на: комментарий от dn2010

Еще надо его в /usr/share/kde4/apps/wacomtablet/data/wacom_devicelist добавить, если хочешь пользоваться КДЕ-шным графическим конфигуратором планшета. Иначе kcm_tablet будет ругаться, что не знает такого планшета, и не даст менять/сохранять настройки

anonymous
()
Ответ на: комментарий от mio

Имхо самая правильная политика. Нафига обновляться, если критичного для тебя в изменениях ничего нет?

yars068 ★★★★
()
27 января 2015 г.

Ну и на случай, если ссылка не будет работать:

Long version:

For 13.10, if you accept to forego the new things added to x86-input-wacom (at this time: 14 Dec 2013, looking at changelogs, it's some stuff about better touch behavior) you can simplify it a lot.

Basic information is still from the main answer, and from here, with a slight difference.

1) Download the last version of input-wacom kernel driver. It should be at least 0.20.0, otherwise the tablet will not be detected, from here: http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/input-wacom/. In date 2013-12-14, the newest is input-wacom-0.20.0.tar.bz2.

2) be sure to have the build dependencies installed. Upgrade your system if you have not, so you have the last kernel. If it says that a reboot is needed, reboot before continuing (this is to avoid to build against a wrong kernel).

sudo apt-get install build-essential libX11-dev libxi-dev x11proto-input-dev xserver-xorg-dev libxrandr-dev libncurses5-dev autoconf libtool
sudo apt-get install linux-headers-generic

Notice that if uname -r tell you that you have a special kernel (ending not in -generic, but -rt, or -lowlatency, or whatever, you should modify the second apt-get accordingly)

2) uncompress the driver in a directory of your choice. Move the downloaded file in that direcory, cd to it, and

tar xjvf input-wacom-0.20.0.tar.bz2

3) a directory input-wacom-0.20.0 is created. cd to it and compile the drivers:

cd  input-wacom-0.20.0
./configure --prefix=/usr

if there are no errors, at the end you have a message starting with:

  BUILD ENVIRONMENT:
       linux kernel - yes 3.7
      kernel source - yes /lib/modules/3.11.0-14-generic/build

Your wacom.ko is available under 
    /home/romano/software/wacom/input-wacom-0.20.0/3.7
[...more stuff...]

You have kernel 3.11.something, not 3.7 --- do not worry. It's ok.

4) Install the driver.

sudo cp ./3.7/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
sudo depmod -a

If you had not the tablet connected since the last reboot (i.e. you had no kernel module wacom.ko loaded), a reboot is not needed. You can just plug your tablet and go. Otherwise, reboot.

NOTICE: Every time the kernel is updated, you need to repeat step 3 and 4 (*)(you better add a

make clean 

in the driver directory before the ./configure step to rebuild all anew).

(*) you have to do the installation AFTER rebooting in the new kernel, because otherwise the uname -r tricks will install the module in the wrong place...

hikkikamori
()

Друзья, подскажите что делать.

у тебя же КДЕ. в нём усё работает, доказано 146%, це ж не гнум.

anonymous
()
Ответ на: комментарий от hikkikamori

Наверное автор уже разобрался

Ядро обновил, все заработало

mio ★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.