From owner-freebsd-questions@FreeBSD.ORG Sat Jul 4 03:09:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DB71065670 for ; Sat, 4 Jul 2009 03:09:52 +0000 (UTC) (envelope-from atheer.elobadi@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 62F098FC0C for ; Sat, 4 Jul 2009 03:09:52 +0000 (UTC) (envelope-from atheer.elobadi@gmail.com) Received: by fxm18 with SMTP id 18so2209807fxm.43 for ; Fri, 03 Jul 2009 20:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=GNwwvcTY9lhA9qoeyiEtLEXjwhLrLUn7tuJxug4t5o8=; b=wn0GtD1N1QGVmE/7bzd2LqX4MCMY0PvY4ydBPPOmnqfBxcNX58Ny3TM3wbG05We47C qVW4G6rrE9JrzMz59DxWaE8mEBw485FKE7cEQJwYZ+F7STez1Qwus3Wg6HBc/KYq6gO3 B5ZuEWdR/r29iPpMC3d7rNmNJV1X8E37MVyI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kc2dCr84/uceBmMFnUNX57RZU3HpdiI1VjBtz9os6aC3eCvaEqMp2pyyMrAabULIlw sLJEsMuOD5/f3mBlq5lKBNU3kmzFZJVoYWdaGxfUMO53ka/IitRrL1PYZNn+SPw8fU8N p0a/i5mpMrArjr2E5EzULQPngDAp0kFkEfSb0= MIME-Version: 1.0 Received: by 10.204.57.81 with SMTP id b17mr1870361bkh.212.1246675461123; Fri, 03 Jul 2009 19:44:21 -0700 (PDT) Date: Sat, 4 Jul 2009 04:44:21 +0200 Message-ID: <9a537e0c0907031944h66e783fdsfccc832aa9e4fa80@mail.gmail.com> From: Atheer Elobadi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: can't get atheros ar2413 to connect under freebsd 7.2 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: Sat, 04 Jul 2009 03:09:53 -0000 hello, I've been trying to set my wireless card under Freebsd 7.2-RELEASE, but no success (it worked fine on 7.0).. would appreciate some advice in /boot/loader.conf: if_ath_load="YES" wlan_tkip_load="YES" wlan_scan_ap_load="YES" wlan_scan_sta_load="YES" in: /etc/wpa_supplicant.conf: network={ ssid="Myssid" key_mgmt=WPA-PSK psk="MySharedPhrase" } and in /etc/rc.conf: ifconfig_ath0="WPA DHCP" then i run /etc/rc.d/netif start it gives up.... ** by the way.. ifconfig ath0 up scan gives nothing.. not even an error message.. what shall i do ?? thanks