- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- Drivers
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 -aLinux 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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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]
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page