|
|
我的pcmcia网卡附带了一个linux驱动,它的安装说明是这么说的:
Copy the source code dfe690.c (Ver 1.11a above) to a directory and execute "gcc -DCARDBUS -DMODULE -D_KERNEL_ -Wall -Wstrict-prototypes -O6 -c dfe690.c -o dfe690_cb.o -I/usr/src/linux/pcmcia-cs-3.0.9/include/pcmcia/"
The directory "pcmcia-cs-3.0.9" stands for the card service version you use. Please change it to the version on your system in order to include proper .h file. The final file is dfe690_cb.o
于是我重新编译去掉了内核的pcmcia支持,然后安装了pcmcia-cs,可惜的是没能在/usr/src/linux/下看到pcmcia-cs-x.x.x的目录,我试图用/usr/src/linux下的几个pcmcia来代替也不行,请问我应该怎么做? |
|