From owner-freebsd-questions@FreeBSD.ORG Sat Jun 8 19:54:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B7FA820C for ; Sat, 8 Jun 2013 19:54:48 +0000 (UTC) (envelope-from sashaandtanya@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC081180 for ; Sat, 8 Jun 2013 19:54:48 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id jg1so2540601bkc.34 for ; Sat, 08 Jun 2013 12:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=m4boyst7lghsKXEiQfmOTbMStuUKEsEhYQdH8CiulKk=; b=zdQculifhXTPQOw2wPkOXc6CZY4Kkv7ZwuIC24IDUIiWNcC4F2BqT/3fYqNuGSvgX5 OiS7/rwrJpELh7xzd3QEYZZxyyvvIeWOj9YdEyS7o30UhiKD9II22wXzNdG1uVZsxzQh oJLRgIjgb2zxM3HNXbdcE0hr3yfU1ASBI9UpF+eQP3LPEO4B++kBxgWCfqk/KeGgj7ZM 5J08TB189waQpEBeVt/Bey+t3DaFGYxm+CB5hVDboSPnhONbN7cmWjiVgnYpfQH9IIEk ivtVO02Cep83COkLRNly6/XrrzwEq52DNDV70HG5Eu5yOfPPT0CWp2Tdb3ppMEsxiESl NmDQ== X-Received: by 10.205.45.130 with SMTP id uk2mr583758bkb.68.1370721287260; Sat, 08 Jun 2013 12:54:47 -0700 (PDT) Received: from [192.168.1.2] (78-25-13-129.static.vega-ua.net. [78.25.13.129]) by mx.google.com with ESMTPSA id so13sm1344448bkb.15.2013.06.08.12.54.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 08 Jun 2013 12:54:46 -0700 (PDT) Message-ID: <51B38C04.50706@gmail.com> Date: Sat, 08 Jun 2013 22:54:44 +0300 From: Sasha and Tanya Kapshuk User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20121216 Icedove/3.0.11 MIME-Version: 1.0 To: Warren Block Subject: Re: trouble setting up wireless [AR2425] References: <51B35217.9080003@gmail.com> <51B37351.4060709@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 19:54:48 -0000 On 06/08/2013 09:33 PM, Warren Block wrote: > On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: > >> On 06/08/2013 09:03 PM, Warren Block wrote: >>> >>>> Howdy, >>>> >>>> Been trying to setup wireless on a laptop with an Atheros 5424/2424 >>>> card running FreeBSD 9.1-RELEASE. >>>> >>>> Been following the instructions given in the handbook. >>>> >>>> Running 'ifconfig wlan0 up scan' does not seem to return anything. >>>> What am I doing wrong? >>> >>> That should be 'ifconfig wlan0 up list scan'. >> Tried that. Still no output. >> >> I see that my card being identified as AR2425 is supported by the >> ath_hal(4) module. How do I enable it? > > Both are built into the GENERIC kernel. If you've built a custom > kernel, you'll have to load them in /boot/loader.conf. > >> Here's whta I've got in my /etc/rc.conf: >> >> if_ath_load="YES" >> if_ath_pci_load="YES" > > Right, but those go in /boot/loader.conf. Not needed if you're using > the GENERIC kernel, though. > >> ifconfig says 'no carrier' for wlan0. > > Here's my "short form" wireless article: > > http://www.wonkity.com/~wblock/docs/html/wireless.html dmesg|grep wlan0 wlan0: promiscuous mode enabled wlan0: promiscuous mode disabled Is that a bug in the ath driver? Thanks.