From owner-freebsd-net@FreeBSD.ORG Tue Apr 20 09:03:23 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046851065675 for ; Tue, 20 Apr 2010 09:03:23 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id D946F8FC1D for ; Tue, 20 Apr 2010 09:03:22 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 3270111BAA1; Tue, 20 Apr 2010 03:44:13 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id 6S82DKM0UA2M; Tue, 20 Apr 2010 03:44:13 -0500 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Tue, 20 Apr 2010 09:44:10 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Bobby Walker X-Mailer: Apple Mail (2.1078) Cc: freebsd-net@freebsd.org Subject: Re: 7.1 and ural problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 09:03:23 -0000 On 20 Apr 2010, at 01:31, Bobby Walker wrote: >=20 > Hey list, I've searched and searched for a solution to this problem = and I can't find one. >=20 >=20 >=20 > I've got the wireless nic setup, its a Linksys WUSB54G v2. >=20 >=20 >=20 > Its picked up by the ural driver, but as far as I can tell that driver = doesn't work for it. >=20 >=20 >=20 > dmesg gives me: >=20 >=20 >=20 > ural0: MAC/BBP RT2570 (rev 0x05), RF RT2526 >=20 > ural0: WARNING: using obsoleted IFF_NEEDSGIANT flag >=20 > ural0: Ethernet address: 00:18:39:03:35:3b >=20 >=20 >=20 > Then I get a series of messages that repeat: >=20 > ural0: link state changed to UP >=20 > ural0: link state changed to DOWN >=20 > ural0: link state changed to UP >=20 > ural0: link state changed to DOWN >=20 >=20 >=20 > Here's ifconfig when the device is UP: >=20 > ural0: flags=3D108843= metric 0 mtu 1500 >=20 > ether 00:18:39:03:35:3b >=20 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 >=20 > media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps) >=20 > status: associated >=20 > ssid MYNETWORK channel 6 (2437 Mgz 11g) bssid 00:25:9c:9e:e0:00 >=20 > authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 50 bmiss 7 >=20 > scanvalid 60 protmode CTS roaming MANUAL >=20 >=20 >=20 > And in my rc.conf I have this defined: >=20 > ifconfig_ural0=3D"wpa DHCP" >=20 > hostname=3D"my.home.server" >=20 >=20 >=20 > And lastly this is my wpa_supplicant.conf >=20 > network=3D{ >=20 > ssid=3D"MYNETWORK" >=20 > key_mgmt=3DWPA-PSK >=20 > psk=3D"mysecretpass" >=20 > } >=20 >=20 >=20 > Anyone have any ideas on how I can pull down a stable connection with = this so that I can upgrade to 8.0? You should try updating to FreeBSD-8. Regards, -- Rui Paulo