前几天我买了一台全新的 Wacom Intuos CTH480,做了一些研究,找到了如何获取驱动程序的方法,但最后./config
我得到了这个
BUILD ENVIRONMENT:
linux kernel - yes
kernel source - no
We could not find the kernel development environment to build the driver.
Please install the kernel source or the kernel development package and try again.
user@ChrUbuntu:~/Desktop/input-wacom-0.20.0$
我真的想让它工作,我尝试安装内核,但没有任何效果。如果你能具体说明如何让它工作,因为我对 ubuntu 不是 100% 熟悉,像这样吗?所以这就是你想让我做的
答案1
您似乎正在运行内核版本 3.2,而 makefile 正在寻找 3.4 源来构建模块。
我建议安装硬件支持堆栈(HWE)而是通过安装包linux-image-generic-lts-saucy
。请注意,您还需要安装相应的 xserver 堆栈(如xserver-xorg-lts-saucy
)以使您的系统处于受支持状态。