On Tue, 22 Mar 2011, Alan Bartlett wrote:
On 22 March 2011 10:42, Simon Butcher <[email protected]> wrote:
On 21/03/11 19:22, Connie Sieh wrote:
The tg3 driver exists in the SL 6 i386 and x86_64 pxeboot initrd image
me@somewhere initrd-sl6-pxe.i386]# find . -name "*ko*" -print | grep tg3
./modules/2.6.32-71.el6.i686/kernel/drivers/net/tg3.ko.gz
Can you provide the lspci -n output of this card.
Here is my output for the network card:
02:00.0 0200: 14e4:1692 (rev 01)
Performing the "double grep" technique --
$ grep -i 14e4 /lib/modules/*/modules.alias | grep 1692
/lib/modules/2.6.32-71.14.1.el6.i686/modules.alias:alias
pci:v000014E4d00001692sv*sd*bc*sc*i* tg3
/lib/modules/2.6.32-71.18.1.el6.i686/modules.alias:alias
pci:v000014E4d00001692sv*sd*bc*sc*i* tg3
/lib/modules/2.6.32-71.18.2.el6.i686/modules.alias:alias
pci:v000014E4d00001692sv*sd*bc*sc*i* tg3
-- I see that card definitely requires the Tigon3 driver.
Alan.
Yes this is what I wanted to verify. The tg3 driver is in the pxeboot
initrd.img .
Do you have any other debugging info?
-Connie Sieh