Motion Computing m1400 - Wacom 触摸屏无法识别

Motion Computing m1400 - Wacom 触摸屏无法识别

一年前我买了一台 Motion Computing(基本上是 Gateway)m1400 平板电脑,现在它是一个运行了一段时间的项目。

从第一天起我就一直在为这台机器而苦苦挣扎,但经过一番努力之后,我终于全新安装了 Xubuntu 12.04。

唯一剩下的问题是 Ubuntu 似乎无法识别 Wacom 数字转换器屏幕。

collin@Molly:~$ lspci
00:00.0 主机桥:英特尔公司 82852/82855 GM/GME/PM/GMV 处理器至 I/O 控制器 (rev 02)
00:00.1 系统外设:英特尔公司 82852/82855 GM/GME/PM/GMV 处理器至 I/O 控制器 (rev 02)
00:00.3 系统外设:英特尔公司 82852/82855 GM/GME/PM/GMV 处理器至 I/O 控制器 (rev 02)
00:02.0 VGA 兼容控制器:英特尔公司 82852/855GM 集成图形设备(rev 02)
00:02.1 显示控制器:英特尔公司 82852/855GM 集成图形设备(rev 02)
00:1d.0 USB 控制器:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 控制器 #1 (rev 03)
00:1d.1 USB 控制器:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 控制器 #2 (rev 03)
00:1d.2 USB 控制器:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI 控制器 #3 (rev 03)
00:1d.7 USB 控制器:英特尔公司 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI 控制器 (rev 03)
00:1e.0 PCI 桥:英特尔公司 82801 移动 PCI 桥(修订版 83)
00:1f.0 ISA 桥:英特尔公司 82801DBM (ICH4-M) LPC 接口桥 (rev 03)
00:1f.1 IDE 接口:英特尔公司 82801DBM (ICH4-M) IDE 控制器 (rev 03)
00:1f.3 SMBus:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 控制器 (rev 03)
00:1f.5 多媒体音频控制器:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 音频控制器 (rev 03)
00:1f.6 调制解调器:英特尔公司 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 调制解调器控制器 (rev 03)
02:00.0 FireWire(IEEE 1394):德州仪器 TSB43AB22A IEEE-1394a-2000 控制器(PHY/链路)[iOHCI-Lynx]
02:01.0 以太网控制器:Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 网络控制器:Intel Corporation PRO/Wireless 2200BG [Calexico2] 网络连接 (rev 05)
02:04.0 CardBus 桥:ENE Technology Inc CB1410 Cardbus 控制器(rev 01)

经过一番谷歌搜索,我发现我的问题是需要安装Linux Wacom 驱动程序最终,我发现这些司机现在包括在 12.04 中,但无论如何,我尝试编译它们并在运行 ./configure 后得到以下内容:

未找到软件包‘xorg-server’
未找到包“xproto”
未找到包‘xext’
未找到包“kbproto”
未找到包“inputproto”
未找到包“randrproto”

如果您
以非标准前缀安装的软件。

或者,您可以设置环境变量 XORG_CFLAGS
和 XORG_LIBS 以避免需要调用 pkg-config。
有关更多详细信息,请参阅 pkg-config 手册页。

所以我又被难住了。我本来以为这不是什么问题,因为数字化仪在之前的 10.04 安装中开箱即用,但这次我花了几个小时试图找到解决方案。

任何帮助将不胜感激。

答案1

我在使用运动计算 M1300 时也遇到过类似的问题,这几乎让我抓狂。您大约两个月前就问过这个问题,虽然这个答案可能来得有点晚,但无论如何我希望它能有所帮助。

那么我们开始吧:

首先: 您无需安装任何驱动程序。它已经安装在你的 Xubuntu 12.04 中。你只需要在 Xorg.conf 中配置触控笔。看看这篇文章:

http://ubuntuforums.org/archive/index.php/t-1840911.html

解决方案在最后,其中写道:


I also tried installing and patching inputattach but that doesn't seem to work
   either...
   Well that argues it is ISDV4. I'd feel better if we saw an ISDV4 product ID though.  
   Good you checked that out.


   OK, this assumes your xorg.conf is empty. If instead there is something in it, 
   probably to do with your Intel integrated video chipset, please post it. You'll 
   still add the Wacom sections but we'll need to change the "ServerLayout":
  

   Section "InputDevice"
   Driver "wacom"
   Identifier "stylus"
   Option "Device" "/dev/ttyS4"
   Option "Type" "stylus"
   Option "Button2" "3"
   EndSection

   Section "InputDevice"
   Driver "wacom"
   Identifier "eraser"
   Option "Device" "/dev/ttyS4"
   Option "Type" "eraser"
   EndSection

   Section "ServerLayout"
   Identifier "X.org Configured"
   InputDevice "stylus"
   InputDevice "eraser"
   EndSection
Before you change anything if you have an xorg.conf first back it up. Backing up and restoring xorg.conf from the command line is discussed in Old serial tablet driver part II. on "HOW TO Set Up a Wacom Serial Tablet".

Use:

gksudo gedit /etc/X11/xorg.conf

您所要做的就是:

  1. 在终端窗口中输入“dmesg | grep ttyS”。您将得到类似以下内容的信息:

    “ 0:11:终端S0在 I/O 0x3f8 (irq=4) 处是 16550A”

    请注意,“ttyS0”的值可能与您输入的值不同。

    记下获取到的“ttySX”。

  2. 创建 xorg.conf 文件(如果已存在),或者修改它,如文章中所示,用步骤 1 中获得的“ttySX”值替换“ttyS4”。

  3. 重新启动并享受。

在我的特定情况下,问题在于我认为触控笔无法工作,因为它对于新发行版来说太旧了。在命令行执行“dmesg | grep ttyS”的结果让我认为我的 M1300 的 Wacom 平板电脑型号是旧的串行 ISD4。这种 Wacom 平板电脑不受新 ubuntu 发行版的支持。但阅读该帖子后,我发现 Motion Computing M1300 和 M1400 有完全受支持的 ISDV4 Wacom 平板电脑,但需要在 xorg.conf 文件中进行配置。

相关内容