Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

freebsd-net Digest, Vol 366, Issue 6

2 views
Skip to first unread message

freebsd-n...@freebsd.org

unread,
Apr 10, 2010, 8:00:24 AM4/10/10
to freeb...@freebsd.org
Send freebsd-net mailing list submissions to
freeb...@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-net
or, via email, send a message with subject or body 'help' to
freebsd-n...@freebsd.org

You can reach the person managing the list at
freebsd-...@freebsd.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-net digest..."


Today's Topics:

1. Re: Broadcom BCM5701 / HP NC6770 (Pyun YongHyeon)
2. Re: Broadcom BCM5701 / HP NC6770
(Erich Jenkins, Fuujin Group Ltd)
3. Re: Broadcom BCM5701 / HP NC6770
(Erich Jenkins, Fuujin Group Ltd)


----------------------------------------------------------------------

Message: 1
Date: Fri, 9 Apr 2010 10:38:21 -0700
From: Pyun YongHyeon <pyu...@gmail.com>
Subject: Re: Broadcom BCM5701 / HP NC6770
To: "Erich Jenkins, Fuujin Group Ltd" <er...@fuujingroup.com>
Cc: freeb...@freebsd.org, Evgenii Davidov <da...@korolev-net.ru>
Message-ID: <2010040917...@michelle.cdnetworks.com>
Content-Type: text/plain; charset=utf-8

On Fri, Apr 09, 2010 at 02:13:00AM -0600, Erich Jenkins, Fuujin Group Ltd wrote:
> Evgenii Davidov wrote:
> >Здравствуйте,
> >
> >On Fri, Apr 09, 2010 at 01:39:16AM -0600, Erich Jenkins, Fuujin Group Ltd
> >пишет:
> >
> >>We were previously running 5.3 on this box (I know, VERY old), but never
> >>had a problem. The link now fails to come up. I've tried forcing the
> >>port out of auto (media 1000baseSX mediaopt full-duplex) and as long as
> >>the port doesn't have an IP assigned via rc.conf on system boot, I can
> >>get the switch to see it (Cisco 6505), but no traffic to flow. I've
> >>checked all the obvious things (duplex setting on switch, cable failure,
> >>etc.), all to no avail. I fiddled with the knobs in the driver (rxcsum,
> >>vlan_mtu, etc) with no changes either.
> >
> >sorry for silly ansver but is your interface UP ? (ifconfig bge0 up)
> >
>
> Actually, I was silly for not mentioning that in the original post, but
> yes, it's up. I've even tried up/down/up on the card a few times after
> fiddling with the driver knobs, but the same thing happened, no link on
> the switch.
>
> I've also tested this back-to-back with two machines and the same cards.
> Same result: no transmission of data. Interestingly enough, the link
> lite is lit on the cards (in back-to-back) and on the card but not the
> switch. Not sure if that's significant or not. In the interest if
> completeness, here's ifconfig output for that card:
>
> bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
> options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
> ether 00:08:02:28:76:4d
> inet 10.222.222.144 netmask 0xffffff00 broadcast 10.222.222.255
> media: Ethernet 1000baseSX <full-duplex>
> status: active
>
> I also verified the MTU size to ensure the switch ports weren't
> configured for jumbo frames. They are correctly set on the switch and on
> the FreeBSD box, but no traffic flows.
>

Would you try booting to latest 7.3-RELEASE and check whether you
still see the issue?
If you see the same issue please show me verbose boot message of
bge(4) and its PHY driver.


------------------------------

Message: 2
Date: Sat, 10 Apr 2010 00:13:07 -0600
From: "Erich Jenkins, Fuujin Group Ltd" <er...@fuujingroup.com>
Subject: Re: Broadcom BCM5701 / HP NC6770
To: pyu...@gmail.com
Cc: freeb...@freebsd.org, Evgenii Davidov <da...@korolev-net.ru>
Message-ID: <4BC016F3...@fuujingroup.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Pyun YongHyeon wrote:
> On Fri, Apr 09, 2010 at 02:13:00AM -0600, Erich Jenkins, Fuujin Group Ltd wrote:
>> Evgenii Davidov wrote:
>>> Здравствуйте,
>>>
>>> On Fri, Apr 09, 2010 at 01:39:16AM -0600, Erich Jenkins, Fuujin Group Ltd
>>> пишет:
>>>
>>>> We were previously running 5.3 on this box (I know, VERY old), but never
>>>> had a problem. The link now fails to come up. I've tried forcing the
>>>> port out of auto (media 1000baseSX mediaopt full-duplex) and as long as
>>>> the port doesn't have an IP assigned via rc.conf on system boot, I can
>>>> get the switch to see it (Cisco 6505), but no traffic to flow. I've
>>>> checked all the obvious things (duplex setting on switch, cable failure,
>>>> etc.), all to no avail. I fiddled with the knobs in the driver (rxcsum,
>>>> vlan_mtu, etc) with no changes either.
>>> sorry for silly ansver but is your interface UP ? (ifconfig bge0 up)
>>>
>> Actually, I was silly for not mentioning that in the original post, but
>> yes, it's up. I've even tried up/down/up on the card a few times after
>> fiddling with the driver knobs, but the same thing happened, no link on
>> the switch.
>>
>> I've also tested this back-to-back with two machines and the same cards.
>> Same result: no transmission of data. Interestingly enough, the link
>> lite is lit on the cards (in back-to-back) and on the card but not the
>> switch. Not sure if that's significant or not. In the interest if
>> completeness, here's ifconfig output for that card:
>>
>> bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>> options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
>> ether 00:08:02:28:76:4d
>> inet 10.222.222.144 netmask 0xffffff00 broadcast 10.222.222.255
>> media: Ethernet 1000baseSX <full-duplex>
>> status: active
>>
>> I also verified the MTU size to ensure the switch ports weren't
>> configured for jumbo frames. They are correctly set on the switch and on
>> the FreeBSD box, but no traffic flows.
>>
>
> Would you try booting to latest 7.3-RELEASE and check whether you
> still see the issue?
> If you see the same issue please show me verbose boot message of
> bge(4) and its PHY driver.
> _______________________________________________
> freeb...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net...@freebsd.org"

Just finished the install, and ended up with the same result. I
installed OpenBSD on this box just to be sure there wasn't something
unrelated to the driver causing the issue. OpenBSD works fine.

Where to from here?

Erich M. Jenkins
Fuujin Group Limited

"You should never, never doubt what no one is sure about."
-- Gene Wilder


------------------------------

Message: 3
Date: Sat, 10 Apr 2010 00:22:18 -0600
From: "Erich Jenkins, Fuujin Group Ltd" <er...@fuujingroup.com>
Subject: Re: Broadcom BCM5701 / HP NC6770
To: pyu...@gmail.com
Cc: freeb...@freebsd.org, Evgenii Davidov <da...@korolev-net.ru>
Message-ID: <4BC0191A...@fuujingroup.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Forgot the verbose boot messages:

Apr 9 22:59:37 test newsyslog[494]: logfile first created
Apr 9 22:59:38 test syslogd: kernel boot file is /boot/kernel/kernel
Apr 9 22:59:38 test kernel: Copyright (c) 1992-2010 The FreeBSD Project.
Apr 9 22:59:38 test kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988,
1989, 1991, 1992, 1993, 1994
Apr 9 22:59:38 test kernel: The Regents of the University of
California. All rights reserved.
Apr 9 22:59:38 test kernel: FreeBSD is a registered trademark of The
FreeBSD Foundation.
Apr 9 22:59:38 test kernel: FreeBSD 7.3-RELEASE #0: Sun Mar 21 06:15:01
UTC 2010
Apr 9 22:59:38 test kernel:
ro...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Apr 9 22:59:38 test kernel: Timecounter "i8254" frequency 1193182 Hz
quality 0
Apr 9 22:59:38 test kernel: CPU: Intel(R) Xeon(TM) MP CPU 2.80GHz
(2799.92-MHz 686-class CPU)
Apr 9 22:59:38 test kernel: Origin = "GenuineIntel" Id = 0xf25
Stepping = 5
Apr 9 22:59:38 test kernel:
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Apr 9 22:59:38 test kernel: Features2=0x4400<CNXT-ID,xTPR>
Apr 9 22:59:38 test kernel: Logical CPUs per core: 2
Apr 9 22:59:38 test kernel: real memory = 4093607936 (3903 MB)
Apr 9 22:59:38 test kernel: avail memory = 4003602432 (3818 MB)
Apr 9 22:59:38 test kernel: ACPI APIC Table: <COMPAQ 00000083>
Apr 9 22:59:38 test kernel: FreeBSD/SMP: Multiprocessor System
Detected: 8 CPUs
Apr 9 22:59:38 test kernel: cpu0 (BSP): APIC ID: 0
Apr 9 22:59:38 test kernel: cpu1 (AP/HT): APIC ID: 1
Apr 9 22:59:38 test kernel: cpu2 (AP): APIC ID: 2
Apr 9 22:59:38 test kernel: cpu3 (AP/HT): APIC ID: 3
Apr 9 22:59:38 test kernel: cpu4 (AP): APIC ID: 4
Apr 9 22:59:38 test kernel: cpu5 (AP/HT): APIC ID: 5
Apr 9 22:59:38 test kernel: cpu6 (AP): APIC ID: 6
Apr 9 22:59:38 test kernel: cpu7 (AP/HT): APIC ID: 7
Apr 9 22:59:38 test kernel: MADT: Forcing active-low polarity and level
trigger for SCI
Apr 9 22:59:38 test kernel: ioapic0 <Version 1.1> irqs 0-15 on motherboard
Apr 9 22:59:38 test kernel: ioapic1 <Version 1.1> irqs 16-31 on motherboard
Apr 9 22:59:38 test kernel: ioapic2 <Version 1.1> irqs 32-47 on motherboard
Apr 9 22:59:38 test kernel: ioapic3 <Version 1.1> irqs 48-63 on motherboard
Apr 9 22:59:38 test kernel: kbd1 at kbdmux0
Apr 9 22:59:38 test kernel: acpi0: <COMPAQ P27> on motherboard
Apr 9 22:59:38 test kernel: acpi0: [ITHREAD]
Apr 9 22:59:38 test kernel: acpi0: Power Button (fixed)
Apr 9 22:59:38 test kernel: Timecounter "ACPI-safe" frequency 3579545
Hz quality 850
Apr 9 22:59:38 test kernel: acpi_timer0: <32-bit timer at 3.579545MHz>
port 0x920-0x923 on acpi0
Apr 9 22:59:38 test kernel: pcib0: <ACPI Host-PCI bridge> on acpi0
Apr 9 22:59:38 test kernel: pci0: <ACPI PCI bus> on pcib0
Apr 9 22:59:38 test kernel: pci0: <base peripheral> at device 2.0 (no
driver attached)
Apr 9 22:59:38 test kernel: pci0: <base peripheral> at device 2.2 (no
driver attached)
Apr 9 22:59:38 test kernel: vgapci0: <VGA-compatible display> port
0x2800-0x28ff mem 0xf6000000-0xf6ffffff,0xf5ff0000-0xf5ff0fff at device
3.0 on pci0
Apr 9 22:59:38 test kernel: isab0: <PCI-ISA bridge> at device 15.0 on pci0
Apr 9 22:59:38 test kernel: isa0: <ISA bus> on isab0
Apr 9 22:59:38 test kernel: atapci0: <ServerWorks CSB5 UDMA100
controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at
device 15.1 on pci0
Apr 9 22:59:38 test kernel: ata0: <ATA channel 0> on atapci0
Apr 9 22:59:38 test kernel: ata0: [ITHREAD]
Apr 9 22:59:38 test kernel: ata1: <ATA channel 1> on atapci0
Apr 9 22:59:38 test kernel: ata1: [ITHREAD]
Apr 9 22:59:38 test kernel: ohci0: <OHCI (generic) USB controller> mem
0xf5fe0000-0xf5fe0fff irq 7 at device 15.2 on pci0
Apr 9 22:59:38 test kernel: ohci0: [GIANT-LOCKED]
Apr 9 22:59:38 test kernel: ohci0: [ITHREAD]
Apr 9 22:59:38 test kernel: usb0: OHCI version 1.0, legacy support
Apr 9 22:59:38 test kernel: usb0: SMM does not respond, resetting
Apr 9 22:59:38 test kernel: usb0: <OHCI (generic) USB controller> on ohci0
Apr 9 22:59:38 test kernel: usb0: USB revision 1.0
Apr 9 22:59:38 test kernel: uhub0: <(0x1166) OHCI root hub, class 9/0,
rev 1.00/1.00, addr 1> on usb0
Apr 9 22:59:38 test kernel: uhub0: 4 ports with 4 removable, self powered
Apr 9 22:59:38 test kernel: pcib1: <ACPI Host-PCI bridge> on acpi0
Apr 9 22:59:38 test kernel: pci1: <ACPI PCI bus> on pcib1
Apr 9 22:59:38 test kernel: ciss0: <Compaq Smart Array 5i> port
0x3000-0x30ff mem 0xf7cc0000-0xf7cfffff,0xf7bf0000-0xf7bf3fff irq 31 at
device 1.0 on pci1
Apr 9 22:59:38 test kernel: ciss0: [ITHREAD]
Apr 9 22:59:38 test kernel: pcib2: <ACPI Host-PCI bridge> on acpi0
Apr 9 22:59:38 test kernel: pci2: <ACPI PCI bus> on pcib2
Apr 9 22:59:38 test kernel: em0: <Intel(R) PRO/1000 Network Connection
6.9.6> port 0x4000-0x403f mem
0xf7de0000-0xf7dfffff,0xf7dc0000-0xf7ddffff irq 16 at device 2.0 on pci2
Apr 9 22:59:38 test kernel: em0: [FILTER]
Apr 9 22:59:38 test kernel: em0: Ethernet address: 00:1b:21:20:1a:72
Apr 9 22:59:38 test kernel: pci2: <base peripheral, PCI hot-plug
controller> at device 30.0 (no driver attached)
Apr 9 22:59:38 test kernel: pcib3: <ACPI Host-PCI bridge> on acpi0
Apr 9 22:59:38 test kernel: pci6: <ACPI PCI bus> on pcib3
Apr 9 22:59:38 test kernel: pci6: <base peripheral, PCI hot-plug
controller> at device 30.0 (no driver attached)
Apr 9 22:59:38 test kernel: pcib4: <ACPI Host-PCI bridge> on acpi0
Apr 9 22:59:38 test kernel: pci10: <ACPI PCI bus> on pcib4
Apr 9 22:59:38 test kernel: bge0: <HP NC6770 Gigabit Ethernet
Controller, ASIC rev. 0x000105> mem 0xf7ff0000-0xf7ffffff irq 26 at
device 1.0 on pci10
Apr 9 22:59:38 test kernel: bge0: Ethernet address: 00:08:02:28:76:4d
Apr 9 22:59:38 test kernel: bge0: [ITHREAD]
Apr 9 22:59:38 test kernel: acpi_tz0: <Thermal Zone> on acpi0
Apr 9 22:59:38 test kernel: atkbdc0: <Keyboard controller (i8042)> port
0x60,0x64 irq 1 on acpi0
Apr 9 22:59:38 test kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Apr 9 22:59:38 test kernel: kbd0 at atkbd0
Apr 9 22:59:38 test kernel: atkbd0: [GIANT-LOCKED]
Apr 9 22:59:38 test kernel: atkbd0: [ITHREAD]
Apr 9 22:59:38 test kernel: sio0: <Standard PC COM port> port
0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Apr 9 22:59:38 test kernel: sio0: type 16550A
Apr 9 22:59:38 test kernel: sio0: [FILTER]
Apr 9 22:59:38 test kernel: fdc0: <floppy drive controller (FDE)> port
0x3f2-0x3f5 irq 6 drq 2 on acpi0
Apr 9 22:59:38 test kernel: fdc0: [FILTER]
Apr 9 22:59:38 test kernel: cpu0: <ACPI CPU> on acpi0
Apr 9 22:59:38 test kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0
Apr 9 22:59:38 test kernel: cpu1: <ACPI CPU> on acpi0
Apr 9 22:59:38 test kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1
Apr 9 22:59:38 test kernel: cpu2: <ACPI CPU> on acpi0
Apr 9 22:59:38 test kernel: p4tcc2: <CPU Frequency Thermal Control> on cpu2
Apr 9 22:59:38 test kernel: cpu3: <ACPI CPU> on acpi0
Apr 9 22:59:38 test kernel: p4tcc3: <CPU Frequency Thermal Control> on cpu3
Apr 9 22:59:38 test kernel: pmtimer0 on isa0
Apr 9 22:59:38 test kernel: orm0: <ISA Option ROMs> at iomem
0xc0000-0xc7fff,0xc8000-0xcbfff,0xcc000-0xccfff,0xcd000-0xce7ff,0xee000-0xeffff
pnpid ORM0000 on isa0
Apr 9 22:59:38 test kernel: ppc0: parallel port not found.
Apr 9 22:59:38 test kernel: sc0: <System console> at flags 0x100 on isa0
Apr 9 22:59:38 test kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 9 22:59:38 test kernel: sio1: configured irq 3 not in bitmap of
probed irqs 0
Apr 9 22:59:38 test kernel: sio1: port may not be enabled
Apr 9 22:59:38 test kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df
iomem 0xa0000-0xbffff on isa0
Apr 9 22:59:38 test kernel: Timecounters tick every 1.000 msec
Apr 9 22:59:38 test kernel: acd0: CDRW <DW-224E/A.1K> at ata0-master PIO4
Apr 9 22:59:38 test kernel: da0 at ciss0 bus 0 target 0 lun 0
Apr 9 22:59:38 test kernel: da0: <COMPAQ RAID 1 VOLUME OK> Fixed
Direct Access SCSI-0 device
Apr 9 22:59:38 test kernel: da0: 135.168MB/s transfers
Apr 9 22:59:38 test kernel: da0: Command Queueing Enabled
Apr 9 22:59:38 test kernel: da0: 70128MB (143624160 512 byte sectors:
255H 32S/T 17601C)
Apr 9 22:59:38 test kernel: SMP: AP CPU #4 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #6 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #1 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #3 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #5 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #7 Launched!
Apr 9 22:59:38 test kernel: SMP: AP CPU #2 Launched!
Apr 9 22:59:38 test kernel: Trying to mount root from ufs:/dev/da0s1a
Apr 9 22:59:39 test kernel: em0: link state changed to UP

Erich M. Jenkins
Fuujin Group Limited

"You should never, never doubt what no one is sure about."
-- Gene Wilder


Pyun YongHyeon wrote:
> On Fri, Apr 09, 2010 at 02:13:00AM -0600, Erich Jenkins, Fuujin Group Ltd wrote:
>> Evgenii Davidov wrote:
>>> Здравствуйте,
>>>
>>> On Fri, Apr 09, 2010 at 01:39:16AM -0600, Erich Jenkins, Fuujin Group Ltd
>>> пишет:
>>>
>>>> We were previously running 5.3 on this box (I know, VERY old), but never
>>>> had a problem. The link now fails to come up. I've tried forcing the
>>>> port out of auto (media 1000baseSX mediaopt full-duplex) and as long as
>>>> the port doesn't have an IP assigned via rc.conf on system boot, I can
>>>> get the switch to see it (Cisco 6505), but no traffic to flow. I've
>>>> checked all the obvious things (duplex setting on switch, cable failure,
>>>> etc.), all to no avail. I fiddled with the knobs in the driver (rxcsum,
>>>> vlan_mtu, etc) with no changes either.
>>> sorry for silly ansver but is your interface UP ? (ifconfig bge0 up)
>>>
>> Actually, I was silly for not mentioning that in the original post, but
>> yes, it's up. I've even tried up/down/up on the card a few times after
>> fiddling with the driver knobs, but the same thing happened, no link on
>> the switch.
>>
>> I've also tested this back-to-back with two machines and the same cards.
>> Same result: no transmission of data. Interestingly enough, the link
>> lite is lit on the cards (in back-to-back) and on the card but not the
>> switch. Not sure if that's significant or not. In the interest if
>> completeness, here's ifconfig output for that card:
>>
>> bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>> options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
>> ether 00:08:02:28:76:4d
>> inet 10.222.222.144 netmask 0xffffff00 broadcast 10.222.222.255
>> media: Ethernet 1000baseSX <full-duplex>
>> status: active
>>
>> I also verified the MTU size to ensure the switch ports weren't
>> configured for jumbo frames. They are correctly set on the switch and on
>> the FreeBSD box, but no traffic flows.
>>
>
> Would you try booting to latest 7.3-RELEASE and check whether you
> still see the issue?
> If you see the same issue please show me verbose boot message of
> bge(4) and its PHY driver.
> _______________________________________________
> freeb...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net...@freebsd.org"


------------------------------


End of freebsd-net Digest, Vol 366, Issue 6
*******************************************

0 new messages