|
发表于 2003-10-6 09:54:15
|
显示全部楼层
特地下载了驱动,发觉README说的很清楚了,提问前为什么不看看呢?自己解决问题的效果要比问别人好很多
0) Unpack the tarball by typing "tar zxvf pctel-0.8.5.tar.gz"
1) Go into that directory by typing "cd pctel-0.8.5"
2) Find out what chipset you have in your board:
3) ./configure
Options:
--with-hal=hal
Select one of: pct789, cm8738, i810intel, i810sis, via686a
--with-kernel-includes=/path/to/my/kernel-sources/include
If you don't have your kernel sources at /usr/src/linux, specifiy
your includes
4) Compile the modules by typing "make"
5) If everything went fine, get root by typing "su"
7) Install the drivers by typing "make install"
You are now ready to use your modules.
Type "insmod pctel" and "insmod ptserial". |
|