首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Wacom Cintiq Express键遥控器没有响应- 16.04

Wacom Cintiq Express键遥控器没有响应- 16.04
EN

Ask Ubuntu用户
提问于 2016-10-09 05:19:16
回答 2查看 3.9K关注 0票数 0

我有一个WacomCintiq27HDTouch。我的系统是64位AMD运行Ubuntu16.04/64。

快捷键遥控器上的键似乎没有发送事件给我重新映射。

X认识到它是存在的:

代码语言:javascript
复制
xsetwacom list
Wacom Cintiq 27QHD touch Pen stylus id: 9   type: STYLUS    
Wacom Express Key Remote Pad pad    id: 10  type: PAD       
Wacom Cintiq 27QHD touch Finger touch   id: 11  type: TOUCH     
Wacom Cintiq 27QHD touch Pen eraser id: 15  type: ERASER    

@host:/dev/input/by-id# ls -l usb-Wacom_Co._Ltd._ExpressKey_Remote-event-mouse usb-Wacom_Co._Ltd._ExpressKey_Remote-mouse
lrwxrwxrwx 1 root root 10 Oct  9 10:44 usb-Wacom_Co._Ltd._ExpressKey_Remote-event-mouse -> ../event13
lrwxrwxrwx 1 root root  6 Oct  9 10:44 usb-Wacom_Co._Ltd._ExpressKey_Remote-mouse -> ../js1
@host:/dev/input/by-id# ls -l ../event13 ../js1
crw-rw-r-- 1 root input 13, 77 Oct  9 10:44 ../event13
crw-rw-r-- 1 root input 13,  1 Oct  9 10:44 ../js1

运行xev不会报告来自远程的事件,但是会记录来自触摸屏、手写笔等的事件。

X识别各种关键属性:

代码语言:javascript
复制
xsetwacom -s --get "Wacom Express Key Remote Pad pad" "all"
Property 'Wacom Tablet Area' does not exist on device.
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "1" "key +1 -1 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "2" "+Shift_L +equal -equal -Shift_L "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "3" "+3 -3 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "8" "+8 -8 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "9" "+minus -minus "
.
.
.
Property 'Wacom Pressure Recalibration' does not exist on device.

对如何让这件事起作用有什么建议吗?

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2016-10-10 22:31:43

这里有一个软线,但你可能没有注意到它插入到你的Cintiq上的USB端口。看起来是这样的:

http://www.antcgi.com/Blog/wp-content/uploads/2015/09/27QHD_USBDongle.jpg

由于您的wacom_remote sysfs目录中没有列出任何序列号(

代码语言:javascript
复制
cd /sys; sudo find . -iname "wacom_remote" | xargs ls

我可以看到,你的狗狗和你的遥控器之间的配对已经被打破了。有一种方法可以将遥控器从命令行(

代码语言:javascript
复制
sudo echo * > unpair_remote

(在wacom_remote目录中),但是您不太可能这样做。如果使用多个遥控器,一个遥控器可以“对”对第一个遥控器的配对,但我不知道除了这两种方法之外,配对是如何丢失的。FYI遥控器有能力与多达5个遥控器配对。

无论如何,要修复您的设备,请按照以下链接中的说明进行:

http://wacom.com/en/support/faqs/cintiq-27qhd-and-cintiq-27qhd-touch/how-do-i-pair-the-expresskey-remote

或者使用google对这些指令的缓存:

http://webcache.googleusercontent.com/search?q=cache:DHL00PhaQQsJ:wacom.com/en/support/faqs/cintiq-27qhd-and-cintiq-27qhd-touch/how-do-i-pair-the-expresskey-remote&num=1&client=ubuntu&hl=en&gl=us&strip=1&vwsrc=0

票数 0
EN

Ask Ubuntu用户

发布于 2018-01-26 13:02:54

由于Aaron Skomara提供的链接已经失效,我将给出我在亚洲wacom网站上找到的解决方案:

  • 只要连接遥控器,把它放在左边,然后按下电源开关,直到它闪烁。
  • 在终端中键入xsetwacom list,遥控器就会出现!
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/834748

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档