From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 15:44:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9A516A468 for ; Mon, 4 Jun 2007 15:44:28 +0000 (UTC) (envelope-from saltmiser@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1E37413C468 for ; Mon, 4 Jun 2007 15:44:27 +0000 (UTC) (envelope-from saltmiser@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so2456145pyi for ; Mon, 04 Jun 2007 08:44:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dS/ZMSUWcP60/loya6hyEm3gn2D4WDbqNrAfIDuQGFw8IvwL6w0NkvNjoEuLqaFmfdC26BclamTd6NS1oAVmjBqVcLdi8vso+VhleYTjv18AWVcczQWbxEXi11L9pUMPpHzKSCJRxBnra7w/h0a3ZhOkak+g2XJ/nehIiD9nF/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bgj03rWmYLNuSuf8HJzuJuD+xvxtVDBp705ECyWwnYliN1U8knBC+P3pwJ9Ykmtl3QIS3YvaUVqpKk9SwR+dxpcucCPFxbifqfuzDNI6s9Hxcp0kc8DQYGA0jRLpRuHL2/YX6no9Drng0//waDt51qtbIRec4nEmI+6Bvga+7tI= Received: by 10.65.98.12 with SMTP id a12mr7161352qbm.1180971866730; Mon, 04 Jun 2007 08:44:26 -0700 (PDT) Received: by 10.64.76.14 with HTTP; Mon, 4 Jun 2007 08:44:26 -0700 (PDT) Message-ID: <37f72b1f0706040844r4a4e6076mc2ff15f1019704cd@mail.gmail.com> Date: Mon, 4 Jun 2007 11:44:26 -0400 From: "Jim Capozzoli" To: freebsd-questions@freebsd.org In-Reply-To: <1180719001.6887.13.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1180719001.6887.13.camel@localhost> Subject: Re: new in the list 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: Mon, 04 Jun 2007 15:44:29 -0000 On 6/1/07, electro wrote: > Hello everybody > Im new in the list.. > Sorry but i will start asking for help > Im new to freebsd and i find a little bit hard to find information about > specific issues > > My problem is that i can not get a Conceptronic c54ru version 2 working > in freebsd 6.2... after reading some mailing list it is not clear to me > if this card is supported > > dev.ugen.0.%desc: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 2 > dev.ugen.0.%driver: ugen > dev.ugen.0.%location: port=0 > dev.ugen.0.%pnpinfo: vendor=0x14b2 product=0x3c22 devclass=0x00 > devsubclass=0x00 release=0x0001 sernum="" > dev.ugen.0.%parent: uhub0 > > The other problem is with a Conceptronic c54c and wpa_supplicant > > ath0@pci4:0:0: class=0x020000 card=0x3a941186 chip=0x0013168c rev=0x01 > hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' > class = network > subclass = ethernet > > it associates with the ap but then fails with > WPA: drop TX EAPOL in non-IEEE 802.11x mode type=1 len=0 > wpa_driver_bsd_set_drop_unencrypted: enabled=0 > > and in the logs > > ath0: link state changed to UP > ath0: link state changed to DOWN > ath0: link state changed to UP > ath0: link state changed to DOWN > ..... > > wpa_supplicant.conf > ctrl_interface=/var/run/wpa_supplicant > ctrl_interface_group=0 > ap_scan=1 > > network={ > ssid="missid" > psk="mipsk" > scan_ssid=1 > proto=WPA > key_mgmt=WPA-PSK > pairwise=TKIP > } > i've tried with other options but this should work as it does with the > same machine, same card, same ap, but other OS. > > Thanks for your help > > > > _______________________________________________ > 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" > Give us a dmesg output of your card `dmesg | grep ath`. But from what you've given it says your card is based off the AR5212 chip, which the ath man page says should be supported. What I'd do to try it is find an unencrypted wifi network, and then try connecting to that. do a `dhclient ath0` around an unencrypted wifi network with dhcp on it, and if you can connect, I guess your card is supported. :D hope this helps ps, a better subject line would have been 'ath Conceptronic c54ru version 2 troubles' or something ;) -- Jim Capozzoli D6499626857801B6065013E3645A6B75