|
我载的驱动按他说的方法案不上呀
如下1) Make sure that the kernel source is installed in /usr/src/linux
or /usr/src/linux-2.4.
2) Copy the file /Linux/3c2000.tar.gz from the 3Com driver CD to
your hard drive.
3) Change to the directory containing 3c2000.tar.gz
4) Type 'tar zxvf 3c2000.tar.gz'
5) Type 'cd 3c2000'
Note: on SuSE systems since 7.1, you will have to execute the
following commands before running make:
cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h
For more details se http://sdb.suse.de/en/sdb/html/mwalter_kernel_24.html
6) Type 'make load' to load the driver.
Alternatively, you may type the following to load the driver:
insmod 3c2000.o
Something like the following will be added to /var/log/messages: |
|