Knoppix - integrated Nvidia card network
This tip has been designed to show you how to install the corresponding driver under a knoppix Debian mode.
Same has been tested on a motherboard AL NFII ULTRA 400 with an integrated LAN adapter.
First of all, download the
nvidia driver ***. tar.gz on below link:
http://www.nvidia.com/object/linux_nforce_1.0-0261
Then connect in the root from a terminal and install the driver.
Go the directory where the file has been downloaded:
Unzip the file:
#tar -xvzf nvidia***.tar.gz
Go to directory:
nforce/ : # cd nforce
Compile:
#make
#make install
#modprobe nvnet
You can now configure the network adapter with netcardconfig.
Then modify
/ etc / modules to enable automatic start up of the driver.
Add the following line:
nvnet
Once the file saved, restart your computer and it is ready for use.