From owner-freebsd-net@FreeBSD.ORG Fri Apr 22 15:22:34 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 469D7106564A for ; Fri, 22 Apr 2011 15:22:34 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E94A28FC0A for ; Fri, 22 Apr 2011 15:22:33 +0000 (UTC) Received: by vws18 with SMTP id 18so703957vws.13 for ; Fri, 22 Apr 2011 08:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=pNoV3NUns+pWc0sUe7m2Yfz7iozR0xSafzx0vtNWohg=; b=F1zmgYqXddhZZaLzhtWoy94VlwMdDNK/njrwthWQG9pac6pEj9LyQMKLc0JjNdh5k3 Ok66qnhOWz1fIwC3EXQultd8Qu6cdkFmLoxF/VI0B3xyv7S77BkzxOr2hUIQYKWKKb7Q YcOuJhY2PfCHy/ou+P5FT2lztcA6eOWYS2N/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=ELY8IYsvSQFzSXQu11B4rM0cMmtgd7ItCOpLKLqeDMBaBLsYrfLVGmuZJRtBtXJJ/f T4iUjnrwcuWG9uCC9lPUqiA3OVS6psG9IT5pp/+coFLdoIA8afnflqfZiG9JHfitBB2/ 60s3g3xzJsFwAQg+9vv3PH12W4W1MfBt2uvL4= MIME-Version: 1.0 Received: by 10.52.90.73 with SMTP id bu9mr1770998vdb.92.1303485751897; Fri, 22 Apr 2011 08:22:31 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.52.167.105 with HTTP; Fri, 22 Apr 2011 08:22:31 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Apr 2011 17:22:31 +0200 X-Google-Sender-Auth: xmiv7AudjGla_i-kFeyhv2V9rHo Message-ID: From: "K. Macy" To: cyberGn0m Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable 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 15:22:34 -0000 On Fri, Apr 22, 2011 at 4:58 PM, cyberGn0m wrote: > At Linux I have no problems with this device. How to disable negotiation? 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 Linux and FreeBSD. >> I work around it by disabling auto-negotiation and forcing it to >> 100Mbit. >> >> On Thu, Apr 21, 2011 at 10:45 AM, cyberGn0m wrote: >> > Hi all >> > >> > Some other investigations done and I found the following: device still >> > receives data but due to unknown (for me) reason data can't be process= ed >> and >> > when msk_handle_events called event ring does not contains OP_RXSTAT >> events. >> > And after a while RX overrun happens. I tried to change some code but >> with >> > no success. >> > _______________________________________________ >> > freebsd-net@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-net >> > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> > >> > > > > -- > ----------------------------------------------------------------- > =F7=D3=C5=C7=CF =CE=C1=C9=CC=D5=DE=DB=C5=C7=CF > > =9A =9A =9A =9A =9A =9A =9A =9A =9A =9A =9A =9A =9A _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >