From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 12:15:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A77316A41C for ; Sun, 26 Jun 2005 12:15:31 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC73043D49 for ; Sun, 26 Jun 2005 12:15:30 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout2.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j5QCFUTI027913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 26 Jun 2005 05:15:30 -0700 Received: from [127.0.0.1] (cs331-34.spmodem.washington.edu [140.142.167.35]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j5QCF7xo022192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 26 Jun 2005 05:15:09 -0700 Message-ID: <42BE9C33.2050307@u.washington.edu> Date: Sun, 26 Jun 2005 05:14:43 -0700 From: Garrett Cooper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ali ali References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ifconfig does not show ath0 wireless network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 12:15:31 -0000 ali ali wrote: >I bought a new wireless network card listed under freebsd's supported >hardware which is 'DLINK Air Plus Xtreme G DWD-G520'. > >The DWD-G520 is an atheros wireless network card. So I recompiled my >freebsd kernel with the following options:- > >device ath >device ath_hal >device wlan > >But I still dont see ath0 interface when I execute the 'ifconfig' command. > >dmesg | grep ath shows the following:- >server# dmesg | grep ath >npx0: on motherboard >ath0: mem 0xdfff0000-0xdfffffff irq 11 at device 9.0 on pci0 >ath0: [GIANT-LOCKED] >ath0: unable to attach hardware; HAL status 13 >device_attach: ath0 attach returned 6 > > >Why this wireless network card is not working? And how to make it >work? I googled but didnt find any usefull answer, I hope to get >usefull answers this time > >Note that I am not yet a member of freebsd's mailing lists, so please >send answers to my email maadree@gmail.com. > > > >Best regards. >Ali >_______________________________________________ >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" > > Try the iwconfig command. I believe that FreeBSD uses that command as well for wireless cards as opposed to ifconfig. -Garrett