From owner-freebsd-wireless@freebsd.org Wed Mar 22 18:55:13 2017 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4BDFD18AA0 for ; Wed, 22 Mar 2017 18:55:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8748417A4 for ; Wed, 22 Mar 2017 18:55:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x231.google.com with SMTP id u108so134357005wrb.3 for ; Wed, 22 Mar 2017 11:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VvElyTvhQTSE9TcRb6wJVu7rT4U48DiYBBmeH5qMQpQ=; b=JxR8QvkkGoh0GTbYfIP+UyL0eV9n4VTuG6XhHNMQIqjPwm4ctpElKT0ui6SOjn1NSS M/95MCp0HXe6fmAGX3Sypsdjro8imS9ovz1/yupTZE2ScfcnhSXjTntHtUD+S1WDuRRB 17RTsP6EAHYjknClBW8NAq30aAuzV6OxJsLZaEGgJdyM0u8vXE4GgFJSBt8e+jOklHoO YP3V+gasUkLbv5Grrw43rCGqRe/HPvesLP0qKx2yRiqHkrhpOMCFh0SCRJy6b9iDpV38 AAiXXUeRKJ/UbXZEWtZ6KJGb1huuB3N6xqnhE1QLCmuWw4hrDV1v11EQbjF6wpV+u9TR 5wkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VvElyTvhQTSE9TcRb6wJVu7rT4U48DiYBBmeH5qMQpQ=; b=ZkxYF2g2heEpLnSi6xdQ77ET1S1wyYBGv0QX+nStNFBrc5ZlLSit3CEWWna5TJG7iu bWFMhyQD/RQCoqPiDpRmGV4MXD4kHAlemZBx37dPKs3z/CLRYnYuzvKEstc6SoZDqvl+ HXduMF6RTqFd178ri1KNCH+lr16b6ZcRPWn7XBa8K6F5qshKfp3T4ndiCPISp9Lp4ESH FvjJFTREhpJ2G9j8/JFT8IMM6AgQ7jLFhj+rjxw9FWxy5YCvaf2DfidaT1X+AWibkMEw fTN0HBF35aWr8RBg4SWLiIygRdEe8UKToB2aMNYK8mhQWyJlkkZ+dbwnCi+q2nG0BXoc egFg== X-Gm-Message-State: AFeK/H0HST5YeUzf8L+wmy6s1FFT9Qe1y2ToDFcfGWSiOKWoF3e2GXq8x1hR5d1NTeMLolVAkxpIH+eg5rcJoQ== X-Received: by 10.223.179.15 with SMTP id j15mr41559360wrd.62.1490208911836; Wed, 22 Mar 2017 11:55:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.128.133 with HTTP; Wed, 22 Mar 2017 11:55:11 -0700 (PDT) In-Reply-To: <3vp5hg28dsz1cXL0@baobab.bilink.it> References: <3vp5hg28dsz1cXL0@baobab.bilink.it> From: Adrian Chadd Date: Wed, 22 Mar 2017 11:55:11 -0700 Message-ID: Subject: Re: Atheros 9285 issue To: Luciano Mannucci Cc: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 18:55:13 -0000 hiya, That is HAL_ESELFTEST. That means that the NIC failed to self-test. CAn you compile up tools/tools/ath/athregs and run athregs -i wlan0 when this happens? Thanks, -adrian On 22 March 2017 at 03:36, Luciano Mannucci wrote: > > Hello to everybody, > > I've recently installed Freebsd 10.3 RELEASE (11.o doesn't boot) on my > laptop that was running OpenSuSE Leap 42.2. Everything seems quite > good but the WiFi. After some 24/36 hours it hangs, and I found no way > to reset it without rebooting. I know I can live with that, but is it > normal? > > dmesg reports a lot of: > ath0: ath_reset: unable to reset hardware; hal status 14 > ath0: ath_reset: unable to reset hardware; hal status 14 > ath0: ath_chan_set: unable to reset channel 1 (2412 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 6 (2437 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 11 (2462 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 7 (2442 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 13 (2472 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 2 (2417 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 3 (2422 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 4 (2427 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 5 (2432 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 8 (2447 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 9 (2452 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 10 (2457 MHz, flags 0x480), hal status 14 > ath0: ath_chan_set: unable to reset channel 12 (2467 MHz, flags 0x480), hal status 14 > ath0: device timeout > ath0: ath_reset: unable to reset hardware; hal status 14 > ath0: ath_reset: unable to reset hardware; hal status 14 > > and ifconfig says "no carrier"... > > Cheers to all, > > Luciano. > -- > /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) > \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 > X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG > / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"