SCIENTIFIC-LINUX-USERS Archives

May 2010

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:
Sat, 8 May 2010 17:37:37 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
On 8 May 2010 16:57, Elio Fabri <[log in to unmask]> wrote:
> Hi, Ihave installed SL 5.4 on my new desktop and have a problem with
> internet drivers.
> The adapter integrated in the motherboard is a clone of 3c501. Linux tells
> me that non driver is present.
> I have also mounted an old card, a clone of ne2000, and get the same
> message.
> The kernel version is 2.6.18-164.2.1.el5
>
> What can I do?

Hi Elio,

To be able to make any suggestions, it really is necessary to see the
Vendor:Device ID Pairing (the "fingerprint") for those cards. With
them both in situ, please execute this "one-liner" and then post the
output it produces --

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

(Please remove any new-lines inserted by your e-mail reader.)

Alan.

ATOM RSS1 RSS2