From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 11:37:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43A516A41F for ; Sun, 27 Nov 2005 11:37:00 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from mail.vdsoft.org (poseidon.vdsoft.org [193.85.147.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id F141143D66 for ; Sun, 27 Nov 2005 11:36:59 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from [10.1.0.2] (ip-85-160-76-32.eurotel.cz [85.160.76.32]) by mail.vdsoft.org (Postfix) with ESMTP id 51BD247E017; Sun, 27 Nov 2005 12:36:54 +0100 (CET) Message-ID: <43899A5D.3070203@vdsoft.org> Date: Sun, 27 Nov 2005 12:37:01 +0100 From: Vladimir Dvorak User-Agent: Debian Thunderbird 1.0.6 (X11/20050802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hans Nieser References: <4369EA5D.3040703@vdsoft.org> <43886DF5.6000905@nieser.net> <200511261014.47333.nb_root@videotron.ca> <43887DA5.7070103@nieser.net> In-Reply-To: <43887DA5.7070103@nieser.net> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Nicolas Blais Subject: Re: sk0: watchdog timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 11:37:00 -0000 Hans Nieser wrote: > Nicolas Blais wrote: > >> On November 26, 2005 09:15 am, Hans Nieser wrote: >> >> >>> A long, long time ago Vladimir Dvorak wrote: >>> >>> >>>> Hello, >>>> >>>> I have a problem with network card. From time to time kernel says >>>> >>>> sk0: watchdog timeout >>>> >>> >>> I just ran into the same issue. I have an ASUS A8N-SLI Deluxe in my >>> desktop machine which runs FreeBSD 6.0+Xorg+Gnome. It has two on-board >>> NICs, the nvidia one and a Marvel one. The nvidia was one big >>> disaster and >>> was giving me device timeouts so I never bothered with that one again. >>> >> >> >> I have an sk0 too on one of my computer's onboard A8V-DX which will >> timeout once in a while too. I found a way to reduce down time by >> modifying my rc.conf to force 'full-duplex 100Mbps'. Now, even when >> it goes into a watchdog timeout, I quickly get back my link within >> that second. >> >> This is what my rc.conf line looks like: >> >> ifconfig_sk0="inet 192.168.1.100 media 100baseTX mediaopt full-duplex >> netmask 255.255.255.0" >> >> I found some other solution here: http://sources.zabbadoz.net/freebsd/if_sk.html There is recommended to "use correct on-chip RAM size": 6. use correct on-chip RAM size; committed to HEAD Can some of you know how ? Thank you. Vladimir Dvorak