I need that Linux Kernel 2.6.35 recognize the i219-LM Gigabit Network Connection, is there a official released driver for this model on Linux systems? I have looking around the Web and on Intel Drivers page but I can't find the driver for this model on Linux, only in Windows. I've got this network model working with i128-LM driver in Kernel: 2.6.28.10 and 3.13, but no success on Kernel 2.6.35. (I can't update my Linux Kernel to a new one because of my production system environment). When I try to compile the driver this are the errors:
root@S003902:/usr/src/e1000e-3.2.4.2/src# make install
/bin/sh: línea 0: [: -ge: se esperaba un operador unario
make -C /lib/modules/2.6.35-28-generic/build SUBDIRS=/usr/src/e1000e-3.2.4.2/src modules
make[1]: se ingresa al directorio «/usr/src/linux-headers-2.6.35-28-generic»
/bin/sh: línea 0: [: -ge: se esperaba un operador unario
CC [M] /usr/src/e1000e-3.2.4.2/src/netdev.o
In file included from /usr/src/e1000e-3.2.4.2/src/netdev.c:49:
/usr/src/e1000e-3.2.4.2/src/e1000.h:401: error: field ‘pm_qos_req’ has incomplete type
/usr/src/e1000e-3.2.4.2/src/netdev.c: In function ‘e1000_open’:
/usr/src/e1000e-3.2.4.2/src/netdev.c:5060: error: too many arguments to function ‘pm_qos_add_request’
make[2]: *** [/usr/src/e1000e-3.2.4.2/src/netdev.o] Error 1
make[1]: *** [_module_/usr/src/e1000e-3.2.4.2/src] Error 2
make[1]: se sale del directorio «/usr/src/linux-headers-2.6.35-28-generic»
make: *** [default] Error 2
Can somebody help me?
Thanks in advance