From owner-freebsd-current@FreeBSD.ORG Mon Sep 22 22:11:18 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9FF106564A for ; Mon, 22 Sep 2008 22:11:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 6134A8FC13 for ; Mon, 22 Sep 2008 22:11:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1575957rvf.43 for ; Mon, 22 Sep 2008 15:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RikFdqbhiIWUCR/jFdV9xjh0+xxUHdJ566qoXpFVyzc=; b=VdXQyv0RNQjaYhet1mA9PAV/c4XgZ6nl9U+2X7G5RPrEf+ebSGPjrtobgB/QWvBXxO PrB7EMA/QoPLM0/q1wnOMdMlDj1T7QjXwnFoX8doOwWSHhRgNt+deSBfjAwRBlKi18io A8sOu0nKY4n6SZ9VgpVRzOykI7refhY///yqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=V7AT3TTzmWYGALMr2M+raWj6mCCtCqsfIUr4+Jfbuy6p+8e3PhGNAPI3cHuQWMQgv4 G/h/2/h/ZUx/PUQPZDX8vkFbaKXSH3XJ5uSftRC41pkYTQz60BohpzuABsSSHlEJasCt Q9NelHCu4J8a4saFvkYx93w7fDpjfwbx2f/rM= Received: by 10.140.125.4 with SMTP id x4mr2292978rvc.229.1222121477877; Mon, 22 Sep 2008 15:11:17 -0700 (PDT) Received: by 10.141.189.15 with HTTP; Mon, 22 Sep 2008 15:11:17 -0700 (PDT) Message-ID: <3a142e750809221511p47b59a40hcf3679adbc2642c7@mail.gmail.com> Date: Tue, 23 Sep 2008 00:11:17 +0200 From: "Paul B. Mahol" To: "Ashish Shukla ************ ***************" In-Reply-To: <873ajr6ews.fsf@chateau.d.lf> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87bpyjkc6p.fsf@chateau.d.lf> <873ajr6ews.fsf@chateau.d.lf> Cc: freebsd-current@freebsd.org Subject: Re: Setting up atheros (168c:001c) wireless NIC in FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 22:11:18 -0000 On 9/22/08, Ashish Shukla ************ *************** wrote: > Hi all, > > I've just built and installed recently checked out kernel and world. But > this time, wpa_supplicant is able to detect my access point and > associate it for a moment. But thats it. > > ----8<----8<---- > % ifconfig wlan0 > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:1f:3a:1a:50:b3 > inet6 fe80::21f:3aff:fe1a:50b3%wlan0 prefixlen 64 scopeid 0x4 > media: IEEE 802.11 Wireless Ethernet DS/1Mbps mode 11g > status: associated > ssid 18-B-PARVATIYA channel 6 (2437 Mhz 11g) bssid 00:1e:2a:76:f4:60 > regdomain 103 indoor ecm authmode WPA2/802.11i privacy ON > deftxkey UNDEF txpower 16 bmiss 7 scanvalid 450 bgscan bgscanintvl > 300 > bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme burst > roaming MANUAL > ---->8---->8---- > > Though it shows associated but I'm not able to ping any other nodes on Why? You got some errors when using ping(1)? ifconfig output doesnt have inet, netmask and broadcast configured so pinging will not work anyway.