networkcard driver problem

mifau

Renowned Member
Feb 15, 2013
8
0
66
Hi,

i have a problem with the network card (Intel® (ESB2/Gilgal) 82563EB Dual-Port Gigabit Ethernet Controller) when i install Proxmox VE 3.1. I only have 100 mbit link, but there real speed is 1000 mbit. With Proxmox VE 3.0 i have 1000 mbit.

I got this error in Proxmox VE 3.1 when i type mii-tool (only first plugged in but when all plugged in i have also only 100mbit):

SIOCGMIIREG on eth0 failed: Input/output error
SIOCGMIIREG on eth0 failed: Input/output error
eth0: negotiated 100baseTx-FD flow-control, link ok
SIOCGMIIREG on eth1 failed: Input/output error
SIOCGMIIREG on eth1 failed: Input/output error
eth1: no link

and i got this when i type it in Proxmox VE 3.0:

SIOCGMIIREG on eth0 failed: Input/output error
SIOCGMIIREG on eth0 failed: Input/output error
eth0: negotiated 1000baseT-FD flow-control, link ok
SIOCGMIIREG on eth1 failed: Input/output error
SIOCGMIIREG on eth1 failed: Input/output error
eth1: no link

My Mainboard is Supermicro x7db8 and i saw that the networkcard is using the e1000e drivers. I found in the internet there is a problem with mii-tool and the e1000e driver.

How can i fix this?

Thanks for help.

mifau
 
we use latest e1000e driver (from http://sourceforge.net/projects/e1000/files/e1000e stable/)
do you run this kernel already (latest 3.1)?

Code:
Linux proxmox-6-177 2.6.32-23-pve

modinfo e1000e
filename:       /lib/modules/2.6.32-23-pve/kernel/drivers/net/e1000e/e1000e.ko
version:        2.4.14-NAPI
license:        GPL
description:    Intel(R) PRO/1000 Network Driver
author:         Intel Corporation, <linux.nics@intel.com>
srcversion:     E08BFA31FFBE6A8F2869CB9
 
Thank you for fast response.

yes.

modinfo e1000e
filename: /lib/modules/2.6.32-23-pve/kernel/drivers/net/e1000e/e1000e.ko
version: 2.4.14-NAPI
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation, <linux.nics@intel.com>
srcversion: E08BFA31FFBE6A8F2869CB9

Its the 3.1 from iso without updates.