...that's where I was searching.
I ended up with this solution:
[root root]# for i in `find /lib/modules/\`uname
-r\`/kernel/drivers/net
-iname *.*o -print | \
awk -F / ' { print $NF }'` ; do grep ${i%.*}
/usr/share/hwdata/pcitable ;
done | \
grep Ethernet | cut -f 3,4 | uniq | sort -k 2 | cut -f 2
Viorel
---------- On Thursday 23 February 2006 5:54 am, Daniel
Carrillo
<daniel.carrillo gmail.com> wrote:----------
>
> Subject: Re: RH certified hw
> Date: Thursday 23 February 2006 5:54 am
> From: Daniel Carrillo <daniel.carrillo gmail.com>
> To: General Red Hat Linux discussion list
<redhat-list redhat.com>
> CC:
>
> 2006/2/22, Viorel Tabara <viorel athabascau.ca>:
> > I don't seem to find a way to filter the list of
compatible/certified
> > hardware on RH's site.
> > I need to display only the NICs for AS3.
> > Does anybody know if it's possible?
>
> https://
hardware.redhat.com/hwcert/index.cgi
>
> See: Quick search
>
> Cheers.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request redhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
|