From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 7 22:46:24 2013 Return-Path: Delivered-To: freebsd-wireless@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 8FAE37D8 for ; Sat, 7 Dec 2013 22:46:24 +0000 (UTC) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45FD71F56 for ; Sat, 7 Dec 2013 22:46:24 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id w5so1602969qac.20 for ; Sat, 07 Dec 2013 14:46:23 -0800 (PST) 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:content-type; bh=quwHvLFydhfif2nGTNsoy8AISQgf3dqhZZLjHeN5izk=; b=g+dd62kYISkBM89woMH/PXqfS/9SFooUl/BpJCdRDPTTFJWxZObcvNtMXNxZ7UikLC IbB5mFJX9E/RErW5wuZReC4+XrRhDftLpwFXXtW/n1pZgGk5T1lju4t5kt2nn9PnSaIU B4ojA0ph/BMXnrD8sBoSxf5wRHVmmi0vRnb9c2nEY3k8TTTGxL18j8xkl0eN6rtp5E+d HCHzRPwZkbI7j3QZqkUUF+kJNUfKBtrFpnxYH0zyhf0QVBarTkC/pxSqCD1QksT8idF2 TaSsF3+mXvGJFzqERHuS1XKFSrLepKlk1JPVM1dIdcEwxjNU6Oqw2JD/529qI9G3wrim zoWQ== MIME-Version: 1.0 X-Received: by 10.49.116.141 with SMTP id jw13mr19992553qeb.2.1386456383392; Sat, 07 Dec 2013 14:46:23 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Sat, 7 Dec 2013 14:46:22 -0800 (PST) Received: by 10.224.53.200 with HTTP; Sat, 7 Dec 2013 14:46:22 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Dec 2013 14:46:22 -0800 X-Google-Sender-Auth: WjmFkqNUPU5zMRf1Iy1em792oeA Message-ID: Subject: Re: Atheros 9565 wifi problems From: Adrian Chadd To: Peter Edson , freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 07 Dec 2013 22:46:24 -0000 Try 10.0b4 and run with it again. It may have been a fluke. Which laptop is it? It could be some cut price version I need driver hacks for :( Adrian On Dec 7, 2013 2:45 PM, "Peter Edson" wrote: > it worked on 10 beta 4. Was autodetected during the USB install process. > > I used wpa supplicant to configure it and it worked fine until I rebooted, > then it just stopped working for apparently no reason (you'd know a hell of > a lot better than I would) > > It was not detected in 9.2, which is why I installed 10 beta 4 > > > On Sat, Dec 7, 2013 at 5:42 PM, Adrian Chadd wrote: > >> Huh? 10.0 works fine on the 9565? Ive not changed anything in the ath >> driver since then. >> >> Adrian >> On Dec 7, 2013 2:14 PM, "Peter Edson" wrote: >> >>> when I do the destroy, it says it wasn't already configured. >>> >>> when I get to the supplicant part it says wpa_supplicant 1046 ioctl >>> something something operation not supported. >>> >>> then it tried to associate for awhile and says ctrl-event-disconnected >>> reason=3 local=1 >>> >>> and authentication timed out >>> >>> I get ath0_edma_recv_tasklet: sc_interest_cnt > 0; skipping on the >>> screen printed out alot. >>> >>> >>> Anyway thanks for the help I guess I should just reinstall 10 beta 4 >>> again since it was working? >>> >>> If this pops up again I guess i'll have to use windows for awhile :-( >>> till this gets hammered out as my NIC and my wifi aren't working on freebsd >>> at the moment, I guess this laptop is too new >>> >>> >>> On Sat, Dec 7, 2013 at 12:47 PM, Adrian Chadd wrote: >>> >>>> It should be working. :( >>>> >>>> Try doing it all manually: >>>> >>>> * comment out wpa / ifconfig lines for wifi in /etc/rc.conf >>>> >>>> # ifconfig wlan0 destroy >>>> # ifconfig wlan0 create wlandev ath0 >>>> # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf & >>>> >>>> .. see if that works. >>>> >>>> >>>> >>>> -a >>>> >>>> On 7 December 2013 02:10, Peter Edson wrote: >>>> > here is my rc.conf /boot/loader.conf /etc/wpa_supplicant.conf and all >>>> kernel >>>> > output >>>> > >>>> > >>>> > >>>> > >>>> > On Sat, Dec 7, 2013 at 1:22 AM, Adrian Chadd >>>> wrote: >>>> >> >>>> >> What's logged in dmesg? >>>> >> >>>> >> >>>> >> -a >>>> >> >>>> >> On 6 December 2013 20:56, Peter Edson wrote: >>>> >> > Hi, I installed freebsd 10 beta 4 today and it autodetected the >>>> atheros >>>> >> > 9565 chip and I got it setup no problem with wpa_supplicant. I >>>> installed >>>> >> > some stuff like xorg and i3 wm and then took a nap. I woke up and >>>> >> > rebooted >>>> >> > the machine and it will not work on any wifi settings now. >>>> >> > >>>> >> > It keeps throwing errors about /var/run/wpa_supplicant failed to >>>> >> > initialize >>>> >> > control interface and remove the file, this is when I run service >>>> netif >>>> >> > restart, start etc. I have tried removing it and it doesn't help. >>>> >> > >>>> >> > my pci conf for atheros looks like this: >>>> >> > >>>> >> > ath0@pci0:3:0:0: >>>> >> > >>>> >> > class = 0x028000 card=0x063211ad chip=0x0036168c rev=0x01 hdr=0x00 >>>> >> > >>>> >> > vendor= atheros communications >>>> >> > device= ar9565 wireless network adapter >>>> >> > class = network >>>> >> > _______________________________________________ >>>> >> > freebsd-stable@freebsd.org mailing list >>>> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> >> > To unsubscribe, send any mail to >>>> >> > "freebsd-stable-unsubscribe@freebsd.org" >>>> > >>>> > >>>> >>> >>> >