Quote:
Originally Posted by kaz2100
How many kernel sources do you have? Also, can you post "uname -r" output?
|
root@root:~# uname -r
2.4.31
****************************************************************
and also here what happens as i follow the readme of the driver (Silan) provided by the NIC i have:
root@root:/mnt/hd/Installers/Lan Card/Linux/sc92031# ls
Makefile* readme.txt* sc92031.c* sc92031.o* °²×°ÊÖ²á.txt*
root@root:/mnt/hd/Installers/Lan Card/Linux/sc92031# make
Makefile:62: ***
Makefile:63: *** Warning: kernel source version (2.4.29)
Makefile:64: *** does not match running kernel (2.4.31)
Makefile:65: *** Continuing with build,
Makefile:66: *** resulting driver may not be what you want
Makefile:67: ***
make: `sc92031.o' is up to date.
root@root:/mnt/hd/Installers/Lan Card/Linux/sc92031# make install
Makefile:62: ***
Makefile:63: *** Warning: kernel source version (2.4.29)
Makefile:64: *** does not match running kernel (2.4.31)
Makefile:65: *** Continuing with build,
Makefile:66: *** resulting driver may not be what you want
Makefile:67: ***
mkdir -p /usr/src/linux/drivers/net
install -m 644 -o root sc92031.c /usr/src/linux/drivers/net
mkdir -p /lib/modules/2.4.29/net
install -m 644 -o root sc92031.o /lib/modules/2.4.29/net
/sbin/depmod -a || true
why cant i install my NIC? pls help me!!!!