Operating System - Linux
1752720 Members
5793 Online
108789 Solutions
New Discussion юеВ

bcm5700 + bonding problem

 
S.H.Lan
Occasional Contributor

bcm5700 + bonding problem

I've goten some probolem from bonding config
the module.conf
-----------------------
alias eth0 bcm5700
alias eth1 bcm5700
alias bond0 bonding
options bonding mode=1 primary=eth1 miimon=100
------------------------
when I restart network service, I just saw some error message from dmesg:

bond0: released all slaves
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
bond_enslave(): MII and ETHTOOL support not available for interface eth0, and ar
p_interval/arp_ip_target module parameters not specified, thus bonding will not
detect link failures! see bonding.txt for details.
bond0: enslaving eth0 as an active interface with an up link.
bond_enslave(): MII and ETHTOOL support not available for interface eth1, and ar
p_interval/arp_ip_target module parameters not specified, thus bonding will not
detect link failures! see bonding.txt for details.
bond0: enslaving eth1 as a backup interface with an up link.
bcm5700: eth0 NIC Link is UP, 100 Mbps full duplex
bcm5700: eth1 NIC Link is UP, 100 Mbps full duplex
--------------------
I use ethtool to see the information about eth0
# ethtool -i eth0
driver: bcm5700
version: 7.1.9c
firmware-version:
bus-info: 01:02.0
-----------------------------------
How do I config my module.conf file?? :(
3 REPLIES 3
Jeroen Peereboom
Honored Contributor

Re: bcm5700 + bonding problem

Brian Landers
New Member

Re: bcm5700 + bonding problem

FYI, I ran into this same issue with RHEL 3.0. I was able to solve it by NOT installing the HP-supplied bonding driver. Once I went back to using the built-in kernel bonding.o driver (which required reinstalling some packages since the HP RPM doesn't uninstall gracefully!) , everything worked beautifully.
Collier_3
New Member

Re: bcm5700 + bonding problem

Bonjour

ma uqestion se pose a Brian Landers .

Pourrais tu detailler comment tu as mis en place le bonding sur une red hat stp ?

J'essaye de l'installer sur une red hat es 3 update 1 .

Merci

Ch.