This simple doc descibes how to get this network card runnning with Proxmox.
First of all set up the package repository (http://pve.proxmox.com/wiki/Package_Repositories), then update. Get and install the headers for you kernel (check with uname -a when unsure which) and the module-assistant package. Run Module Assistent Prepare. Then get the driver. You can either download it from here (http://www.tehutinetworks.net/?t=drivers&L1=8&L2=12&L3=26) or take the attached file (tn40xx.zip). Classic process - make and make install. Now a reboot and you are done.
apt-get update
apt-get install pve-headers-4.4.35-2-pve module-assistant
m-a prepare
cd tn40xx
make
make install
First of all set up the package repository (http://pve.proxmox.com/wiki/Package_Repositories), then update. Get and install the headers for you kernel (check with uname -a when unsure which) and the module-assistant package. Run Module Assistent Prepare. Then get the driver. You can either download it from here (http://www.tehutinetworks.net/?t=drivers&L1=8&L2=12&L3=26) or take the attached file (tn40xx.zip). Classic process - make and make install. Now a reboot and you are done.
apt-get update
apt-get install pve-headers-4.4.35-2-pve module-assistant
m-a prepare
cd tn40xx
make
make install