Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69420 - No network driver for DELL 370 workstation
Summary: No network driver for DELL 370 workstation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 09:11 UTC by Jan Hrabe
Modified: 2004-11-11 07:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hrabe 2004-10-29 09:11:53 UTC
The Dell 370 motherboard appears to have a Broadcom 5751 network card. 
I have to use 2.4 series kernel, so I chose gentoo at boot.  However,
network interface was not detected.  Attempting to load the tg3 driver using
"modprobe tg3" failed with "init_module: No such device".  The bcm5700 
alternative module is not included.  Since network is necessary for 
further installation, this problem makes it impossible (or so it seems).

Reproducible: Always
Steps to Reproduce:
1. boot from a LiveCD
2. enter "gentoo" at the prompt
3. enter "modprobe tg3" and "modprobe bcm5700"
Actual Results:  
No networking available (that is, no eth0) 

Expected Results:  
Having some module available that would load and work :-) .
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-10-29 09:58:52 UTC
Alright... here we go...

Which LiveCD was this?
Have you tried one of the experimental LiveCDs in /experimental on your local mirror?
Have you tried the smp kernel?
Have you realized that you don't have to use a 2.4 kernel on the LiveCD to install a 2.4 system?
Comment 2 Henti Smith 2004-11-09 06:55:34 UTC
This seems related to my problem with sx280 dell optiplex. 


I have gotten a boot CD with Novell ZEN booted .. but no tools to do anything with .. 

Here are links I found :

http://www.novell.com/coolsolutions/tools/1749.html

which is for Novell Zenworks .. but surely there must be apatch somewhere for the current kernels ? 

Comment 3 Henti Smith 2004-11-09 23:51:30 UTC
ok ... there is no drivers for this card on the LiveCD 

you can however get the net-misc/bcm570x package .. but you need a installed box for it .. 

I suggest putting the drive in another machine to install off.... thats what I'm doing .. 

H 
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-10 06:29:42 UTC
net-misc/bcm570x  --- the bcm5700 driver has been deprecated in favor of the tg3 driver.  Try a 2004.2 LiveCD with the tg3 driver.  Also, don't use the "gentoo" kernel, as 2.4 is pooh (I'm serious, 2004.3 is 2.6 only because of this).  You can still install a 2.4 kernel on your installed system if you boot from a 2.6 one.
Comment 5 Henti Smith 2004-11-10 22:07:16 UTC
the tg3 driver does not work on the new 570x cards. 

I only got it working after moving the drive into a working machine . .doing an install there and emerging net-misc/bcm570x 

dmesg remports: 

eth0: Broadcom BCM5751 1000Base-T PCI Express found at mem dfcf0000, IRQ 16, node addr 000f1fe15cde
eth0: Broadcom BCM5750 Integrated Copper transceiver found
eth0: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, TSO ON

this card is not supported by the tg3 driver
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-11 04:15:49 UTC
Even under the SMP kernel?
Comment 7 Henti Smith 2004-11-11 05:20:24 UTC
I tried gentoo-dev-kernel after I installed the box .. still didn't work. 

had to install the emerge to get it working . 
Comment 8 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-11 06:15:57 UTC
Even gentoo-dev-sources-2.6.9-r1?

I'm asking only because 2004.3 is done, sealed, in the can, and on its way to the mirrors, so we can't go around adding anything to it.  If it isn't supported in the 2.6.9-r1 versions of gentoo-dev-sources, then it won't be supported on 2004.3, unfortunately.
Comment 9 Jan Hrabe 2004-11-11 07:03:46 UTC
The test9 version of 2004.3 booted and networked fine for me, as did the SMP kernel tg3 module in 2004.2.  My problem is that I have to use a 2.4 kernel on this machine and the tg3 driver there does not load, and the "depricated" but apparently working bcm driver is not included as an option in the kernel configuration. I got an additional network card in the end.

Honza
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-11 07:14:04 UTC
In that case, this is "invalid" because we *only* use a 2.6 kernel on the LiveCD now.  As for the 2.4 kernel, what we use on the LiveCD has nothing to do with what you install on your system.  You can install a 2.2 kernel using a 2.6-based LiveCD, it doesn't matter, so this really should just be closed.

The bcm5700 package was split out of the 2.4 kernel because we decided we did not want to have to maintain the patchset when it was honestly easier to make it a separate package.  There's nothing stopping you from using it.