- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Broadcom NIC problems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2004 10:54 AM
тАО08-25-2004 10:54 AM
Broadcom NIC problems
We are using HP XW4100 using a Broadcom NetXtreme BCM5782 Gigabit Ethernet. We tried running Suse 9.1 with a kernel 2.6.4-52-smp. We have exhausted all our means in connecting to the network. It is detecting the card but the speed and duplex are reported as unknown when we run ethtool. It just does not connect to the network. I was wondering if you can provide any pointers. I had downloaded the BCM5700 drivers and did a rpmbuild but no success.
BATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2004 04:54 PM
тАО08-25-2004 04:54 PM
Re: Broadcom NIC problems
I have found support for Gigabit to be sorely lacking in Linux. Even those that say go ahead and compile don't provide adequate documentation.
The good news is the Intel desktop NIC is $55.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2004 04:31 AM
тАО08-26-2004 04:31 AM
Re: Broadcom NIC problems
The tg3 driver would only allow me to vconnect at 100baseTx-HD. If I try to change to 100baseTx-FD then the networking would die altogether. Changing to use the bcm5700 allows me to go 100baseTx-FD.
For Gigabit, there is a kernel modification that can be turned on specifically for the Broadcom BCM57xx Gigabit cards. This requires a rebuild of the kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2004 11:27 PM
тАО08-26-2004 11:27 PM
Re: Broadcom NIC problems
What is that kernel modification for Gigabit that can be turned on specifically for the Broadcom BCM57xx Gigabit cards?
Thanks,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2004 04:27 AM - last edited on тАО09-16-2024 02:30 AM by support_s
тАО08-27-2004 04:27 AM - last edited on тАО09-16-2024 02:30 AM by support_s
Re: Broadcom NIC problems
Thanks for your replies.
- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2004 05:28 AM
тАО08-27-2004 05:28 AM
Re: Broadcom NIC problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2004 09:18 PM
тАО09-23-2004 09:18 PM
Re: Broadcom NIC problems
don't forget to prepare the kernel source to compil the bcm5700 driver. In Redhat you have to do:
cd /usr/src/
make mrproper
cp configs/kernel
make oldconfig
make dep
then you can run rpmbuild --rebuild bcm....src.rpm
If you don't did it before, you will have no success to driver compilation or dependance symbol error.
Good Luke.
Regards.
Athos10