Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4810 Discussions

Intel S3420GPLX Compile Error Driver e1000e Fail On OpenSuse 11.4

idata
Employee
1,840 Views

linux:/usr/local/driver/drivers/e1000e-1.2.20/src # make install

 

make -C /lib/modules/2.6.37.1-1.2-desktop/build SUBDIRS=/usr/local/driver/drivers/e1000e-1.2.20/src modules

 

make[1]: Entering directory `/usr/src/linux-2.6.37.1-1.2-obj/x86_64/desktop'

 

make -C ../../../linux-2.6.37.1-1.2 O=/usr/src/linux-2.6.37.1-1.2-obj/x86_64/desktop/. modules

 

CC [M] /usr/local/driver/drivers/e1000e-1.2.20/src/netdev.o

/usr/local/driver/drivers/e1000e-1.2.20/src/netdev.c: In function âe1000_restore_vlanâ:

 

/usr/local/driver/drivers/e1000e-1.2.20/src/netdev.c:3076:22: error: âVLAN_GROUP_ARRAY_LENâ undeclared (first use in this function)

 

/usr/local/driver/drivers/e1000e-1.2.20/src/netdev.c:3076:22: note: each undeclared identifier is reported only once for each function it appears in

 

make[4]: *** [/usr/local/driver/drivers/e1000e-1.2.20/src/netdev.o] Error 1

 

make[3]: *** [_module_/usr/local/driver/drivers/e1000e-1.2.20/src] Error 2

 

make[2]: *** [sub-make] Error 2

 

make[1]: *** [all] Error 2

 

make[1]: Leaving directory `/usr/src/linux-2.6.37.1-1.2-obj/x86_64/desktop'

 

make: *** [default] Error 2
5 Replies
idata
Employee
954 Views

Solved.

As Reported on http://www.elledi.it/shop/product_info.php?products_id=52288447 http://www.elledi.it/shop/product_info.php?products_id=52288447

vi /usr/local/driver/drivers/e1000e-1.2.20/src/netdev.c

replaced

 

VLAN_GROUP_ARRAY_LEN by VLAN_N_VID

make install

OK

0 Kudos
JOHN_R_Intel1
Employee
954 Views

This issue was fixed with a driver that posted back in Feb. 2011. So if you would use the latest driver this would not be an issue for you. Please alway try the very latest driver before reporting issues as the issue may have already been fixed.

Thanks for the report. We really think you should be using the latest driver though.

idata
Employee
954 Views

Driver is the latest

File name: intel-lan_linux_v16.0.zipDate:03/08/2011Operating Systems:Red Hat* Linux, SUSE Linux*Version: 16 My system uname -a

 

Linux linux 2.6.37.1-1.2-desktop # 1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux cat /etc/issue

 

Welcome to openSUSE 11.4 "Celadon"
0 Kudos
JOHN_R_Intel1
Employee
954 Views

The 1.3.10a and the 1.3.17 have been posted. The first one on Feb. and the very latest in May. They can be found on our Sourceforge site (e1000.sf.net) and on the support.intel.com site. Both have this fix in it.

0 Kudos
idata
Employee
954 Views

Ok tank you

Driver was not listed under Intel® Server Board S3420GP Drivers dowloads.

wget http://downloadmirror.intel.com/15817/eng/e1000e-1.3.17.tar.gz http://downloadmirror.intel.com/15817/eng/e1000e-1.3.17.tar.gz

 

tar xvfz e1000e-1.3.17.tar.gz

 

cd e1000e-1.3.17/src

 

make install

 

reboot

 

[OK]
0 Kudos
Reply