From owner-freebsd-net@FreeBSD.ORG Fri Apr 22 19:39:02 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D299106564A; Fri, 22 Apr 2011 19:39:02 +0000 (UTC) (envelope-from cy6ergn0m@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1291F8FC0A; Fri, 22 Apr 2011 19:39:01 +0000 (UTC) Received: by iyj12 with SMTP id 12so956215iyj.13 for ; Fri, 22 Apr 2011 12:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tcIuHKefWLQi8V3rcdNUCPqxx5Rqa/r2qHxTjUTuTjc=; b=ZDgt2gAZC1qCza/s3Dd3zTDFuw3H1yC5rNZWYZaYXo5eKoM5Jf+CQ5QYIwzw36O9Hv bcpMougfaHZ25q76x7WyjnSrc4xVoQrWMKiaTy2pahov+Z3fba96BAjbqiSjYK05NTXR xboXST6udM9B34F502/7f1IJTEHPKHs0Q3dx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WSQb6wvdalx5qsuQS99WoG3x3ghRTRTl4YN2u2uniY9/+5CsaneCYWxygStk9KzWjt NuBHH7YzbHz1Y5MQ98oYpHrIDBJQNgAtJcQ05Wq4hbT0+3MyypSovQoc/mWCq2Yk8Vib MSnwJ2rh+P74gqWisfWbY3RDO9df/mLz79fvM= MIME-Version: 1.0 Received: by 10.231.123.1 with SMTP id n1mr1103442ibr.67.1303501140340; Fri, 22 Apr 2011 12:39:00 -0700 (PDT) Received: by 10.231.208.12 with HTTP; Fri, 22 Apr 2011 12:39:00 -0700 (PDT) Received: by 10.231.208.12 with HTTP; Fri, 22 Apr 2011 12:39:00 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Apr 2011 16:39:00 -0300 Message-ID: From: cyberGn0m To: "K. Macy" X-Mailman-Approved-At: Fri, 22 Apr 2011 20:14:30 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: kern/156493: [msk] Marvell Yukon 2 device works only few seconds X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2011 19:39:02 -0000 It looks like it helped me too. It's great. How did you found that workaround? Do you have ideas why negotiations breaks connection? - CG 22.04.2011 19:22 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0= =B5=D0=BB=D1=8C "K. Macy" =D0=BD=D0=B0=D0=BF=D0=B8=D1= =81=D0=B0=D0=BB: On Fri, Apr 22, 2011 at 4:58 PM, cyberGn0m wrote: > At Linux I have no problem... I don't think disabling checksums and tso are necessary, but they don't really matter at 100Mbps. # This file now contains just the overrides from /etc/defaults/rc.conf. sshd_enable=3D"YES" ifconfig_msk0=3D"media 100TX -txcsum -rxcsum -tso" ifconfig_msk1=3D"media 100TX -txcsum -rxcsum -tso" moused_enable=3D"YES" hald_enable=3D"YES" dbus_enable=3D"YES" hostname=3D"shuttle1.burblefest.com" #ifconfig_msk1=3D"inet 10.0.1.8 netmask 0xffffff00" #defaultrouter=3D"10.0.1.1" I've been setting the IP later on in boot. > > 2011/4/22 K. Macy > >> I've had the same problem on my Shuttle box on both ...