Hi
I am trying to use eeupdate to load the eeprom into a file, but that is not
working as I get the error message "Adapter initialization failed":


[root@localhost tmp]# ./eeupdate64e  /NIC=1 /DUMP


Using: Intel (R) PRO Network Connections SDK v2.22.1
EEUPDATE v5.22.01.00
Copyright (C) 1995 - 2013 by Intel (R) Corporation.
Intel (R) Confidential and not for general distribution.

Driverless Mode


NIC Bus Dev Fun Vendor-Device  Branding string
=== === === === =============
=================================================
  1  19  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  2  20  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  3  21  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  4  22  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  5  27  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  6  28  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  7  29  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter
  8  30  00  00   8086-105E    Intel(R) PRO/1000 PT Dual Port Server Adapter


Unable to initialize adapter 1 code c86a2002
Adapter initialization failed



[root@localhost tmp]# lspci -s 13:0.0 -v
13:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
Controller (rev 06)
Subsystem: Intel Corporation PRO/1000 PT Dual Port Server Adapter
Physical Slot: 0

[root@localhost tmp]# lspci -s 13:0.0 -x
13:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
Controller (rev 06)
00: 86 80 5e 10 07 04 10 00 06 00 00 02 10 00 00 00
10: 00 00 80 eb 00 00 60 eb 01 30 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 5e 11
30: 00 00 40 eb c8 00 00 00 00 00 00 00 05 01 00 00



Plus here are the final lines of running an "strace" on the command:

.....
close(8)                                = 0
munmap(0x7f5dff32c000, 4096)            = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0xeb800000) = -1
EPERM (Operation not permitted)
open("/sys/class/net", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 9
getdents(8, /* 13 entries */, 32768)    = 392
ioctl(9, SIOCETHTOOL, 0x7fff4a9177b0)   = -1 EOPNOTSUPP (Operation not
supported)
ioctl(9, SIOCETHTOOL, 0x7fff4a9177b0)   = 0
ioctl(9, SIOCETHTOOL, 0x7fff4a9177b0)   = 0
ioctl(9, SIOCETHTOOL, 0x7fff4a9177b0)   = 0
ioctl(9, SIOCETHTOOL, 0x7fff4a9177b0)   = 0
close(8)                                = 0
close(9)                                = 0
open("/sys/class/net", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/sys/bus/pci/devices/0000:13:00.0",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 30 entries */, 32768)    = 952
write(1, " \nUnable to initialize adapter 1"..., 47
Unable to initialize adapter 1 code c86a2002
) = 47
write(1, "Adapter initialization failed\n", 30Adapter initialization failed
) = 30
ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) =
0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
...}) = 0
close(4294967295)                       = -1 EBADF (Bad file descriptor)
exit_group(2)                           = ?
[root@localhost tmp]#
[root@localhost tmp]#


Any ideas?
Thanks a lot


_______________________________________
jean-françois simon  - www.themis.com
ph: +1 (925)400-7868
ph: +33 (0)4 76 14 77 85
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to