On 8 May 2010 16:57, Elio Fabri <[email protected]> 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.