安装硬盘保护系统驱动(HDAPS)遇到的问题
我按照http://www.thinkwiki.org/wiki/Tp_smapi下的Installation on Ubuntu/Debian步骤去做
代码: 全选
uname -r
2.6.24-16-generic
apt-get install linux-source-2.6.24
ln -s /usr/src/linux-source-2.6.24 /lib/modules/2.6.24-16-generic/source
ls -l /lib/modules/2.6.24-16-generic
总用量 1896
lrwxrwxrwx 1 root root 40 2008-05-01 10:38 build -> /usr/src/linux-headers-2.6.24-16-generic
drwxr-xr-x 2 root root 4096 2008-04-23 01:51 initrd
drwxr-xr-x 9 root root 4096 2008-04-23 01:51 kernel
drwxr-xr-x 2 root root 4096 2008-04-23 01:54 madwifi
-rw-r--r-- 1 root root 406306 2008-05-01 19:22 modules.alias
-rw-r--r-- 1 root root 69 2008-05-01 19:22 modules.ccwmap
-rw-r--r-- 1 root root 432279 2008-05-01 19:22 modules.dep
-rw-r--r-- 1 root root 813 2008-05-01 19:22 modules.ieee1394map
-rw-r--r-- 1 root root 527 2008-05-01 19:22 modules.inputmap
-rw-r--r-- 1 root root 17791 2008-05-01 19:22 modules.isapnpmap
-rw-r--r-- 1 root root 74 2008-05-01 19:22 modules.ofmap
-rw-r--r-- 1 root root 313048 2008-05-01 19:22 modules.pcimap
-rw-r--r-- 1 root root 1387 2008-05-01 19:22 modules.seriomap
-rw-r--r-- 1 root root 179145 2008-05-01 19:22 modules.symbols
-rw-r--r-- 1 root root 523822 2008-05-01 19:22 modules.usbmap
lrwxrwxrwx 1 root root 28 2008-05-02 16:39 source -> /usr/src/linux-source-2.6.24
drwxr-xr-x 13 root root 4096 2008-04-23 01:51 ubuntu
drwxr-xr-x 2 root root 380 2008-05-03 01:06 volatile
cd tp_smapi-0.37
make install HDAPS=1
Makefile:25: *** This driver requires kernel 2.6.19 or newer, and matching kernel sources. You may need to override KVER=2.6.24-16-generic or KSRC=/lib/modules/2.6.24-16-generic/source or KBUILD=/lib/modules/2.6.24-16-generic/build or MOD_DIR=/lib/modules/2.6.24-16-generic/kernel。 停止。
可是还是有这个问题
非常不解
希望能够有高手说明问题所在,非常感谢!