From owner-freebsd-questions@FreeBSD.ORG Sun Jul 5 13:09:48 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 D60A8106566C for ; Sun, 5 Jul 2009 13:09:48 +0000 (UTC) (envelope-from atheer.elobadi@gmail.com) Received: from mail-bw0-f215.google.com (mail-bw0-f215.google.com [209.85.218.215]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0528FC19 for ; Sun, 5 Jul 2009 13:09:48 +0000 (UTC) (envelope-from atheer.elobadi@gmail.com) Received: by bwz11 with SMTP id 11so76534bwz.43 for ; Sun, 05 Jul 2009 06:09:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=W2tlqTWnz9GT4iu/jg/CZzeLU9FRrS6kxkN0MvbnbIQ=; b=rDS8peO2XR3LYUhAkkFr4Zo3g9o+CQe4Le46zhxYAQ4RGsfnIjJQd+FMRvas2xL/Bz c/oBCAdwdohfF92f5k7ZEpdFoZXcnU+xuYF71Loe7X9VUgFm1gVoMqBZORGvhmsJIEUR wPmK3ZiQu10ibCNKjlzhxXEFqCT6LRXX0YOL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UmOA0uaiMEnfoZEsWzminNxRhHXDB4pui5gBv4aUnO3fpG4uKLZoH0bpeU5iE3yXqB yO4awztFhzHCkgDp4ZVGzJSmVyEGrz0LpZaXigQbvSZ3G2g7nVT4doYYBdfTpFhc2+4U YwhWmN/WH2v7Wg7o0KU1NIehiFNcO142xPjFU= MIME-Version: 1.0 Received: by 10.204.121.194 with SMTP id i2mr3423449bkr.92.1246799387323; Sun, 05 Jul 2009 06:09:47 -0700 (PDT) In-Reply-To: <9a537e0c0907031944h66e783fdsfccc832aa9e4fa80@mail.gmail.com> References: <9a537e0c0907031944h66e783fdsfccc832aa9e4fa80@mail.gmail.com> Date: Sun, 5 Jul 2009 15:09:47 +0200 Message-ID: <9a537e0c0907050609l30c20244l8f3005831d12fe58@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: Re: 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: Sun, 05 Jul 2009 13:09:49 -0000 please help ... On Sat, Jul 4, 2009 at 4:44 AM, Atheer Elobadi wrote: > 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 > >