Networking Forums

Networking Forums > Computer Networking > Linux Networking > Fix for bridging with tg3 on 2.4.20

Reply
Thread Tools Display Modes

Fix for bridging with tg3 on 2.4.20

 
 
tylernt
Guest
Posts: n/a

 
      04-12-2004, 05:32 PM
If you ever need to do bridging or perhaps multicast in Linux 2.4.20
on a DL320-G2 or other machine with a Broadcom NIC, you may need to
edit /usr/src/linux/drivers/net.tg3.c. Go to line 6161 (it says "if
(tp->pci_chip_rev_id == CHIPREV_ID_5700_B0)") and comment that line
out, like this:

/* if (tp->pci_chip_rev_id == CHIPREV_ID_5700_B0) */

Leave the line just below it ("tp->tg3_flags |=
TG3_FLAG_BROKEN_CHECKSUMS;") active (don't comment it out).

There is a patch out on the net for the "broken checksum bug" but it
did not work for me (patch reports 'malformed' error at line 14). This
worked. I don't recommend doing it unless you have a problem, though,
because I'm not sure which Broadcom NICs are affected and I'm not sure
what side effects commenting that line out may have.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridging Adair Witner Wireless Internet 1 09-04-2006 05:34 PM
need help with bridging Madhur Ahuja Linux Networking 2 10-08-2004 10:00 AM
MN-700 Bridging Vladimir Zaychik Broadband Hardware 1 08-18-2004 12:10 AM
Bridging MN - 500 Luis Broadband Hardware 2 02-20-2004 11:49 PM
Bridging Greg Milstead Broadband Hardware 2 02-10-2004 09:20 PM



1 2 3 4 5 6 7 8 9 10 11