On 2009-04-20, Kristian Rooke <kristi...@gmail.com> wrote: > Hi Alexander, > > I was more than happy to dump the whole dmesg, but I just didn't want to put > too much into my first message.
quite the reverse actually. put all the information you can think of right there in the first message. On 2009-04-21, why...@gmail.com <why...@gmail.com> wrote: >> rl0 at pci1 dev 5 function 0 "Realtek 8139" rev 0x10: irq 10, address >> 00:40:f4:1d:22:8c >> rlphy0 at rl0 phy 0: RTL internal PHY > >> em0 at pci1 dev 6 function 0 "Intel PRO/1000GT (82541GI)" rev 0x05: irq >> 11, >> address 00:0e:0c:81:65:5a >> nfe0 at pci0 dev 15 function 0 "NVIDIA MCP73 LAN" rev 0xa2: irq 15, >> address >> 00:1f:c6:dd:d3:64 >> rgephy0 at nfe0 phy 1: RTL8169S/8110S PHY, rev. 2 >> vga1 at pci0 dev 16 function 0 vendor "NVIDIA", unknown product 0x07e1 rev > > I have no idea how you configured your network. Which interface is pointing > to LAN where you're copying from? > > I had a 4.4 samba issue as well until I completely dropped the realtek > network cards and bought an intel GigE card. Do yourself a favor and do the > same, even if you have to disable the onboard LAN (realtek PHY - same > problem as mine) to do it. rl is pretty different to re. I'm fairly happy with re(4) considering how cheap they are. re -> bge re-box$ tcpbench bge-box pid elapsed_ms bytes Mbps 15569 1030 69931144 543.155 15569 2024 67539536 544.125 15569 3027 68251072 544.375 15569 4020 67548992 544.201 15569 5024 68086608 543.064 15569 6027 67858352 541.243 15569 7018 67436728 544.943 15569 8022 68277960 544.590 15569 9025 68331152 545.014 of course the more expensive NICs are better. bge -> re bge-box$ tcpbench re-box pid elapsed_ms bytes Mbps 31564 1007 110421616 877.232 31564 2009 104687432 836.663 31564 3007 104840696 840.406 31564 4007 109819488 879.435 31564 5007 116304656 931.369 31564 6007 115594504 925.682 31564 7007 116234288 930.805 31564 8007 116101120 929.739 31564 9006 116120392 929.893 31564 10006 116213104 930.635 31564 11006 115465648 924.650 31564 12006 116225744 929.806 31564 13006 116123152 929.915 (single tcp stream, opteron 146 on a supermicro aplus board running i386 - for anyone interested, CWM on the bge was peaking at 46). re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x01: RTL8168 2 (0x3800), apic 2 int 16 (irq 11), address 00:30:18:a0:6a:f6 rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2 bge0 at pci2 dev 3 function 0 "Broadcom BCM5704C" rev 0x10, BCM5704 B0 (0x2100): apic 2 int 8 (irq 5), address 00:30:48:58:86:40 brgphy0 at bge0 phy 1: BCM5704 10/100/1000baseT PHY, rev. 0 > My ports/misc thread: > http://marc.info/?l=openbsd-ports&m=122703016321404&w=2 > http://marc.info/?l=openbsd-misc&m=122719611210846&w=2 > best I can think of is something changed between 4.3 or 4.2 (I can't > remember which version I was running before 4.4) in the realtek driver that > made the card interupt crazy. I don't see anything about "interrupt crazy" in your posts.. it looks like you were forcing settings there, most likely resulting in a duplex mismatch.