RH certified hw

Viorel Tabara viorel at athabascau.ca
Sat Feb 25 00:18:45 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 Thursday 23 February 2006 5:54 am, Daniel Carrillo 
<daniel.carrillo at gmail.com> wrote:---------- 
>
> Subject: Re: RH certified hw
> Date: Thursday 23 February 2006 5:54 am
> From: Daniel Carrillo <daniel.carrillo at gmail.com>
> To: General Red Hat Linux discussion list <redhat-list at redhat.com>
> CC: 
> 
> 2006/2/22, Viorel Tabara <viorel at 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.




More information about the redhat-list mailing list