No subject

Unknown Unknown
Wed Jun 15 13:45:18 PDT 2011


qCEVHHWLWkBQ at mail.gmail.com>
From: Chris Turner <c.turner at 199technologies.com>
Subject: Re: Intel Corporation 82578DC Gigabit NIC support
Date: Wed, 15 Jun 2011 15:41:14 -0500
BestServHost: crater.dragonflybsd.org
List-Post: <mailto:kernel at crater.dragonflybsd.org>
List-Subscribe: <mailto:kernel-request at crater.dragonflybsd.org?body=subscribe>
List-Unsubscribe: <mailto:kernel-request at crater.dragonflybsd.org?body=unsubscribe>
List-Help: <mailto:kernel-request at crater.dragonflybsd.org?body=help>
List-Owner: <mailto:owner-kernel at crater.dragonflybsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
In-Reply-To: <BANLkTim5EVZvWeYnN5jLLoqCEVHHWLWkBQ at mail.gmail.com>
Sender: kernel-errors at crater.dragonflybsd.org
Errors-To: kernel-errors at crater.dragonflybsd.org
Lines: 36
NNTP-Posting-Host: 69.163.100.198
X-Trace: 1308170896 crater_reader.dragonflybsd.org 5028 69.163.100.198
Xref: crater_reader.dragonflybsd.org dragonfly.kernel:15199

On 06/15/11 01:36, Siju George wrote:
> ifconfig -a shown em0 but when I try to give it an IP Address
>
> #ifconfig em0 inet 172.17.5.5 netmask 255.250.0.0

Glad that it worked this far -

since the driver is not used I was expecting that it would not
work so well -

at this point you'll need to 'get your hands dirty' as it were -

It does look like there is a good deal of debug printing in the driver -
you might set:

#define DEBUG_INIT  1
#define DEBUG_IOCTL 1
#define DEBUG_HW    1

instead of '0' in in sys/dev/netif/e1000/if_em.h and rebuild the driver
to see if that provides a useful hint on where it fails.

 From there, I'd probably cross-check against the 'live' netif/em driver
to see any differences in this known-working older version that look
like they should be moved into the e1000/em copy, then retry,
repeat, etc. until either you have a working driver or you quit :D

of course I'm sure the usual suspects will be happy to answer questions
should you happen on them.

Good luck!

- Chris








More information about the Kernel mailing list