- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: upgrade kernel + hp driver bcm5700
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
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
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
07-27-2006 01:35 AM
07-27-2006 01:35 AM
upgrade kernel + hp driver bcm5700
I used the bcm5700 driver from hp instead of the tg3 driver, because that driver is no good.
But how about kernel updates.
If i update the kernel will the module bcm5700 still exists or do i need to reinstall it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 02:07 AM
07-27-2006 02:07 AM
Re: upgrade kernel + hp driver bcm5700
(*sometimes* you can just copy binary module from your old kernel, but in general you should recompile)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 03:58 AM
07-27-2006 03:58 AM
Re: upgrade kernel + hp driver bcm5700
But the biggest concern for me is after i update the kernel and reboot the linux server.
I have to get a network connection.
Then i want to rebuild.
(and maybe reboot)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 06:14 AM
07-27-2006 06:14 AM
Re: upgrade kernel + hp driver bcm5700
It should work, but...
The second option is to edit modprobe file and put tg3. so after reboot with your new kernel you'll have network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 06:41 AM
07-27-2006 06:41 AM
Re: upgrade kernel + hp driver bcm5700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 08:15 AM
07-27-2006 08:15 AM
Re: upgrade kernel + hp driver bcm5700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 08:49 AM
07-27-2006 08:49 AM
Re: upgrade kernel + hp driver bcm5700
make -C
I am curious when RHEL will have good drivers for the Broadcoms, the tg3 driver behave strange sometimes.
Problems with speed and duplex etc. etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 01:04 PM
07-27-2006 01:04 PM
Re: upgrade kernel + hp driver bcm5700
Which, BTW, are what exactly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 06:27 PM
07-27-2006 06:27 PM
Re: upgrade kernel + hp driver bcm5700
Even with options in /etc/modprobe.conf
Also on heavy load, network connection is lost.
So i will wait for the tg3 driver to be a 100% stable before i will switch to it.
I browsed the forum and have seen more problems with tg3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 03:07 AM
07-28-2006 03:07 AM
Re: upgrade kernel + hp driver bcm5700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 04:25 AM
07-28-2006 04:25 AM
Re: upgrade kernel + hp driver bcm5700
Some boiler-plate I bring-out from time to time on the topic of duplex:
How 100Base-T Autoneg is supposed to work:
When both sides of the link are set to autoneg, they will "negotiate"
the duplex setting and select full-duplex if both sides can do
full-duplex.
If one side is hardcoded and not using autoneg, the autoneg process
will "fail" and the side trying to autoneg is required by spec to use
half-duplex mode.
If one side is using half-duplex, and the other is using full-duplex,
sorrow and woe is the usual result.
So, the following table shows what will happen given various settings
on each side:
Auto Half Full
Auto Happiness Lucky Sorrow
Half Lucky Happiness Sorrow
Full Sorrow Sorrow Happiness
Happiness means that there is a good shot of everything going well.
Lucky means that things will likely go well, but not because you did
anything correctly :) Sorrow means that there _will_ be a duplex
mis-match.
When there is a duplex mismatch, on the side running half-duplex you
will see various errors and probably a number of _LATE_ collisions
("normal" collisions don't count here). On the side running
full-duplex you will see things like FCS errors. Note that those
errors are not necessarily conclusive, they are simply indicators.
Further, it is important to keep in mind that a "clean" ping (or the
like - eg "linkloop" or default netperf TCP_RR) test result is
inconclusive here - a duplex mismatch causes lost traffic _only_ when
both sides of the link try to speak at the same time. A typical ping
test, being synchronous, one at a time request/response, never tries
to have both sides talking at the same time.
Finally, when/if you migrate to 1000Base-T, everything has to be set
to auto-neg anyway.
Finally, while I don't have a pointer to the announcement, given that Broadcom have ceased working on bcm5700, HP are in a transition from bcm5700 being the "supported" driver to tg3 being the "supported" driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 05:02 AM
07-28-2006 05:02 AM
Re: upgrade kernel + hp driver bcm5700
Cisco and auto speed and duplex don't work well together.
We have set the switch to auto and nic to auto but the performance is so crappy and would rather set it to 100 full.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 05:08 AM
07-28-2006 05:08 AM
Re: upgrade kernel + hp driver bcm5700
http://www.hp.com/go/procurve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 05:26 AM
07-28-2006 05:26 AM
Re: upgrade kernel + hp driver bcm5700
And loads of problems when setting switches to auto. So they set everything to full.
Also the gigabit connections just fail when set to auto.
In the old days you just have 3com.
Plug in a cable and it works good, stable and fast.