RH certified hw

Viorel Tabara viorel at athabascau.ca
Sat Feb 25 00:18:08 UTC 2006


...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 Wednesday 22 February 2006 7:10 pm, James Bourne 
<jbourne at hardrock.org> wrote:---------- 
>
> Subject: Re: RH certified hw
> Date: Wednesday 22 February 2006 7:10 pm
> From: James Bourne <jbourne at hardrock.org>
> To: redhat-sysadmin-list at redhat.com
> CC: 
> 
> On Wed, 22 Feb 2006, Viorel Tabara wrote:
> > 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?
>
> http://bugzilla.redhat.com/hwcert/
>
> Regards
> James
>
> > --
> > redhat-sysadmin-list mailing list
> > redhat-sysadmin-list at redhat.com
> > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list




More information about the redhat-sysadmin-list mailing list