From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 02:09:36 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 E349516A41C for ; Sun, 26 Jun 2005 02:09:36 +0000 (GMT) (envelope-from maadree@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A816C43D1D for ; Sun, 26 Jun 2005 02:09:36 +0000 (GMT) (envelope-from maadree@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so149066wri for ; Sat, 25 Jun 2005 19:09:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RvNFQ8MPTeSweEt1dBK1x1pSNuNopIekN81BfZ8ompNuAxbDA3ZR3SfE4euyKf52RfN6xaff3XDWg/dCBbmQWxdkiZTmdjFLNOlSCVTu9k73B/tjxaLRA69qRPSt1QaZ3pbYKthPnd2lNeGW6l2eAP6I/XTTeQMp5r1ywaf4zi4= Received: by 10.54.29.24 with SMTP id c24mr2622155wrc; Sat, 25 Jun 2005 19:09:35 -0700 (PDT) Received: by 10.54.42.8 with HTTP; Sat, 25 Jun 2005 19:09:35 -0700 (PDT) Message-ID: Date: Sun, 26 Jun 2005 06:09:35 +0400 From: ali ali To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ifconfig does not show ath0 wireless network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ali ali List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 02:09:37 -0000 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=20 npx0: on motherboard=20 ath0: mem 0xdfff0000-0xdfffffff irq 11 at device 9.0 on pci0= =20 ath0: [GIANT-LOCKED]=20 ath0: unable to attach hardware; HAL status 13=20 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