SCIENTIFIC-LINUX-USERS Archives

April 2011

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Alan Bartlett <[log in to unmask]>
Reply To:
Alan Bartlett <[log in to unmask]>
Date:
Fri, 1 Apr 2011 15:53:45 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
On 1 April 2011 10:24, Raimondo Giammanco [VKICC] <[log in to unmask]> wrote:

>  I've a very strange problem with a e1g44etblk pci express card that I
> bought with the server: it is based on a intel 82576 chipset, the same of
> the integrated on board NICS.
>
>  I've tested this card on a different box running ubuntu 10.04, and there it
> works perfectly, but if on this other box I install as well SL 6.0, I have
> the same problem, that's why it seems to me a software issue with SL 6.0.

Hi Raimondo,

It would be helpful to know the precise Vendor:Device ID pairing (the
fingerprint) for that card. Please post the output returned by the
following "one-liner":

for BUSID in $(/sbin/lspci | awk '{ IGNORECASE=1 } /net/ { print $1
}'); do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done

( Take care if any line-breaks have been inserted by the MTA. )

Alan.

ATOM RSS1 RSS2