From owner-freebsd-current@FreeBSD.ORG Sun Jan 20 23:18:51 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C687F16A46B for ; Sun, 20 Jan 2008 23:18:51 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6189513C468 for ; Sun, 20 Jan 2008 23:18:51 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1137804mue.6 for ; Sun, 20 Jan 2008 15:18:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6bqLk4+RApChwvkb4SoxgBvhxrTge28nmdy/hMdPXjM=; b=lF+EayU9pP8hEEkffCnztxIKj8H7+FSxiFWHnFCKUQJjkY04IhnWzyONY73CsnMqcfgh6p676zopKOa7wTVtFinMoih5PCIM4PYK3Yh1I4+6jGK4WTG2JkI18XD2/zpbzi1MXfcYNpMy5/+3TdO3QSNkdGjXNWCs7iWSLZ5lTBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NB8381MERp9V08qcJczA4yiTxZyFL0gYV/mXuWlA1mJyRRuqFJKBgm74KmUToyYAn5g9aiYDWSLDzeDRm+9rM7f/kkpOpKTRqLLi0A6WbbcEb0zw0bKO86erzFvObCZI6WWy8xLi7Oipy8ZbZaPURV+zW/6yObrA3QhYQuBd2sI= Received: by 10.82.134.12 with SMTP id h12mr11042450bud.29.1200869604946; Sun, 20 Jan 2008 14:53:24 -0800 (PST) Received: by 10.82.159.19 with HTTP; Sun, 20 Jan 2008 14:53:24 -0800 (PST) Message-ID: <14989d6e0801201453y405bdd09lc35fb55234dff6ae@mail.gmail.com> Date: Sun, 20 Jan 2008 22:53:24 +0000 From: "Christian Walther" To: "Lars Engels" In-Reply-To: <20080120141538.GH47164@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080120141538.GH47164@e.0x20.net> Cc: current@freebsd.org Subject: Re: sysutils/hal causes ath device timeout X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 23:18:51 -0000 Hi Lars, Hi List, On 20/01/2008, Lars Engels wrote: > Hi all, > [...] > The hal daemon causes a timeout of my ath-driven Netgear WAG511 PC-Card. > As soon as hald is started, the wireless connection is lost and I get > this kernel message: > ath0: device timeout > ath0: ath_reset: unable to reset hardware; hal status 3230239248 > Same here: Card is an D-Link DWl-G650 Jan 19 22:24:28 fairy kernel: ath0: mem 0x88000000-0x8800ffff irq 16 at device 0.0 on cardbus0 Jan 19 22:24:28 fairy kernel: ath0: Ethernet address: 00:19:5b:3a:82:be Jan 19 22:24:28 fairy kernel: ath0: mac 7.9 phy 4.5 radio 5.6 dhclient is able to receive and set the IP address, but that's all. The message appear to be the same, too: Jan 20 23:26:26 fairy kernel: ath0: device timeout Jan 20 23:26:26 fairy kernel: ath0: ath_reset: unable to reset hardware; hal status 3232504036 > When I eject the card then, the machine reboots. The reason for the panic seems to be: Jan 20 23:27:59 fairy savecore: reboot after panic: resource_list_release: resource entry is not busy > > Environment: > > FreeBSD 8.0-CURRENT #0: Mon Jan 14 22:37:27 CET 2008 > lars@maggie.bsd-geek.de:/usr/obj/usr/src/sys/MAGGIE i386 > For me this is: FreeBSD fairy.alashan.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Sun Jan 20 18:41:12 UTC 2008 zoot@fairy:/usr/obj/usr/src/sys/GENERIC i386 I guess I'll rebuilt all ports now, just to make sure that everything is fine. Maybe the problem goes away with a newly built hal. Christian