readme 关于install的
5 Driver Installation
======================
1. After the driver installation package is unpacked, type the following
commands to start the sk98lin driver build process:
# cd DriverInstall
# ./install.sh
2. a) Select the driver installation mode (see following subchapters).
b) In case you have installed another driver module than the original
Marvell driver you will be asked how to further proceed. You may
ignore the fact, you may rename the other driver or you may erase
it. We recommend to choose the last option to avoid unwanted
sideeffects and interdependencies.
3. Wait for the driver build process to finish.
Depending on the installation mode you selected, the driver is either
compiled and installed or a kernel patch is generated.
只有这么点。。。。
我按照你说的做了
代码: 全选
root@mylaptop:~/wk/DriverInstall# make
rm -f core *.o *.a *.s
root@mylaptop:~/wk/DriverInstall# sudo make install
cat install.sh >install
chmod a+x install
root@mylaptop:~/wk/DriverInstall# ./install
./functions: 44: Syntax error: "(" unexpected
root@mylaptop:~/wk/DriverInstall#
事实上install和install.sh一样啊 上面的make 按理说是make 模块文件吧?什么都没有啊。。。