From owner-freebsd-questions@FreeBSD.ORG Sat Nov 26 15:22:35 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 84D0C16A41F for ; Sat, 26 Nov 2005 15:22:35 +0000 (GMT) (envelope-from hans@nieser.net) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713FA43D8F for ; Sat, 26 Nov 2005 15:22:17 +0000 (GMT) (envelope-from hans@nieser.net) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr5.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAQFMB0Q019571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Nov 2005 16:22:11 +0100 (CET) (envelope-from hans@nieser.net) Message-ID: <43887DA5.7070103@nieser.net> Date: Sat, 26 Nov 2005 16:22:13 +0100 From: Hans Nieser User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nicolas Blais , freebsd-questions@freebsd.org References: <4369EA5D.3040703@vdsoft.org> <43886DF5.6000905@nieser.net> <200511261014.47333.nb_root@videotron.ca> In-Reply-To: <200511261014.47333.nb_root@videotron.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: 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: Sat, 26 Nov 2005 15:22:35 -0000 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" > > Thanks! Will give this a try