|
Install nforce2 NIC in MDK9.2
1. Since there is no kernel source file in the MDK9.2 downloaded version, I downloaded kernel-source-2.4.22-18mdk.i586.rpm from
http://public.planetmirror.com/pub/mandrake/updates/9.2/RPMS/
install: rpm -ivh kernel-source-2.4.22-18mdk.i586.rpm
2. Download the driver from Nvidia
http://download.nvidia.com/XFree ... rce-1.0-0261.tar.gz
3. extract this file to /usr/src with tar zxvf command (anywhere as you wish).
4. change to /usr/src/nforce, run
make, make install (hope there's no error)
5. goto harddrake, if you can configure your ethernet card now, you've made it! |
|