Référence : http://forum.proxmox.com/archive/index.php/t-9148.html
Récupérer les sources chez HighPoint :
wget http://www.highpoint-tech.cn/BIOS_Driver/rr26xx/2640X1-2640X4-2642/Linux/rr264x-linux-src-v1.3-legacy_single-101203-0910.tar.gz
Installer les paquets nécessaire à la compilation du module :
apt-get install build-essential libtool linux-headers-amd64 linux-headers-2.6.32-5-amd64
Décompresser le fichier précédemment récupéré et ce positionner dans le répertoire product :
tar xvfz rr264x-linux-src-v1.3-legacy_single-101203-0910.tar.gz 
cd rr2640-linux-src-v1.3-legacy_single/
cd product/rr2640/linuxls
Compiler et installer le module rr26xx.ko
make
make install
Redémarrer le serveur et vérifier la présence du module
reboot
lsmod | grep rr26xx