From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 03:57:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A40C11AA; Mon, 14 Apr 2014 03:57:46 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 557541962; Mon, 14 Apr 2014 03:57:46 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id w7so8286161qcr.39 for ; Sun, 13 Apr 2014 20:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GWLQhOfuCKhGfDdPXiJIBiDez2diXpN0fAbkm83OMZE=; b=eV1Jm+jNLFKgHwKZ+uKds4+gD00Vx9V/LAhGwP27WtFD4BjztICou9Lju73tWp6pVO TD8OYVQkjX5R6k8Aam/EZgUArGYltiMNvgY5KttW+Cp8oqN/bN86Vjdoc7bVRDQNE7C2 bStCopJoqUKJXiDJBR7Emwo5zl7Q5VD4DV/Zy40+GYZuQ09ZCb7eALsJNTT07jTJ71SW J9xXc8gBJiqsJkQlI2i4WoNrM0Tef/wpiebC1SdAqssQ1zXR1qJGvgHw4YKKNF3PqMLs E+5D9uEEWqQpTnZxjvI9B6c2M7GEkWii224iwnQF9fz3fwBNvzPI/CdR2FP/Hu4V//Ie 744w== MIME-Version: 1.0 X-Received: by 10.224.14.14 with SMTP id e14mr7267871qaa.80.1397447864836; Sun, 13 Apr 2014 20:57:44 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.50.206 with HTTP; Sun, 13 Apr 2014 20:57:44 -0700 (PDT) In-Reply-To: <534B32FA.30500@herveybayaustralia.com.au> References: <534B32FA.30500@herveybayaustralia.com.au> Date: Sun, 13 Apr 2014 20:57:44 -0700 X-Google-Sender-Auth: etdt01228WV43SgAKBNT7gmQdPw Message-ID: Subject: Re: FBSD10 Atheros wifi not working From: Adrian Chadd To: Da Rock , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 03:57:46 -0000 Hi! You never said exactly what hardware it is Can you include a dmesg of the relevant bits during boot? Anything like the above kinda indicates there's some bigger issue going on. -a On 13 April 2014 17:59, Da Rock wrote: > The subject line may not be very descriptive, but I'm not sure exactly where > to point as to the problem. All other similar issues are a few years old > now, and on 8,9, some 7's. > > Long story short I'm just installing 10 (finally) on my laptop, and I need > to get it back up and running asap as I am swamped in work. I didn't think > it would be an issue as 9 had a decent working ath driver and I thought it > could only get better. I'm now emailing using yet another system with the > same device on 9, but a dying hdd which obviously also needs a reinstall on > new hdd. Wired is no good as we aren't equipped. > > So in bsdinstall, all works well and it sets up wifi easily. Reboot into the > new system an it has a coronary with messages from ath_reset_grablock, > ath_reset, ath_raw_xmit, ath_chan_set, ath_legacy_rx_tasklet: > > ath_reset: concurrent reset! danger! > > ath_reset_grablock: didn't finish after 10 iterations > ath_reset_grablock: warning, recursive reset path! > > ath_chan_set: concurrent reset! danger! > > ath_raw_xmit: sc_inreset_cnt > 0; bailing > > ath_legacy_rx_tasklet: sc_inreset_cnt > 0; bailing > > Scanning doesn't work; ath0 says it is associated, but wlan0 says no > channel. > > I've set dev.ath.0.hal.debug=1, but there is no ath.0.debug either under dev > or hw. I tried compiling the tools but it failed for lack of gcc. > > TIA guys, but I am really under the pump here as I thought this would be a > quick up and go now with the pkgng system as well in play. Now I'm up the > proverbial creek without a paddle. > > Cheers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"