关于红旗6.1 环境下 rt2500 mini pci 驱动安装的问题:
内核 2。6
驱动说明如下:
For 2.6 series kernel:
a. run 'cd STA/Module'
'cp ./2.6.x/Makefile .'
'cp ./2.6.x/load .'
b. $make -C /path/to/source SUBDIRS=$PWD modules
Where /path/to/source is the path to the source directory for the (configured and built) target kernel.
c. run '/sbin/insmod rt2500.ko' (as root)
'/sbin/ifconfig ra0 inet YOUR_IP up'
问题如下:
1、make -C /usr/src/kernels/2.6.23.1-4-i686 SUBDIRS=$PWD modules
这个语句我用的对否,不对请给出正解。
反正我生成不了rt2500.ko
另外生成后是否在当前目录下。

