我正在尝试让Bamboo Pad在 Ubuntu 14.04 上工作
lsusb所有“howtogetyourwacomtabletworking”指南都是为旧版本的 Ubuntu(低于 14.04 版本)设计的。这意味着总有一些步骤不起作用。
...为了说明这种恼人的情况,一些指南建议安装wacom-dkms软件包。
sudo add-apt-repository ppa:doctormo/wacom-plus sudo apt-get update sudo apt-get install wacom-dkms
但是,该 PPA 中没有“wacom-dkms”包,事实上,根本没有 14.04 的包(正如我从 @mikewhatever 那里知道的,虽然我对 PPA 是什么一无所知)。所以我开始相信(经过几个小时的谷歌搜索如何解决这个问题)14.04 上可能没有驱动程序。
这是什么意思?
这是我运行的完整脚本。
ladislav@Skynet:~/Plocha$ cd input-wacom-0.23.0
ladislav@Skynet:~/Plocha/input-wacom-0.23.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes …Run Code Online (Sandbox Code Playgroud)