Bug 87629
Summary: | (NET TG3)crash kernel tg3 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Heine Andersen <nospam> | ||||
Component: | kernel | Assignee: | David Miller <davem> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 8.0 | CC: | hjafri, jan.iven, jgarzik | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-03-06 07:19:14 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Heine Andersen
2003-03-31 12:31:20 UTC
Machine: Dell PE 2650 Kernel: 2.4.18-27 Compiler: gcc 2.96-110 NIC: Broadcom gigabit ethernet This kernel does seem to be better than the previous ones, but doesnt completely resolve the problem. Under bursty traffic, the system either (1) hangs, with console disabled (nothing appears the monitor, and PE 2650's power recyle button doesnt work or (2) system hangs, but console is not disabled and power recyle button still works. or (3) There is a kernel panic (see attachment "TG3 crash kernel panic" Created attachment 90873 [details]
TG3 crash kernel panic
Here is one more manifestation of the tg3 bug. The kernel does not crash, but the network interface does not work anymore. So I brought down the network interace (ifconfig eth0 down), then tried to bring it back up (ifconfig eth0 up), and I got this message. tg3: tg3_stop_block time out, ofs=4800 enable_bits=2 try the official_broadcomt driver : ftp://Net_sys_anon:anonymous@ftp1.broadcom.com/bcm5700-6.0.2.tar.gz until this problem goes away in tg3 I just have found a possible solution with tg3 : to boot with kernel parameter acpi=off or acpi=oldboot maybe it works but if the force is with you: http://people.redhat.com/jgarzik/tg3/tg3-1.5 or you get it from a recent 2.4.20-rc Xose Vazquez: The RHL kernel does not include acpi, so acpi=off doesn't do anything We have many dual Xeon 2.6 GHz machines equipped with Broadcom cards 01:03.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15) The machines routinely hung hard with the tg3 driver (compiled with 2.96-112) under heavy traffic, only power cycle helped. We changed the driver to bcm5700 (compiled with 2.96-112) and the machines are happy. No more 8.x updates, so this is unlikely to be fixed. |