From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 22 19:17:35 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16DF16A425 for ; Tue, 22 Nov 2005 19:17:34 +0000 (GMT) (envelope-from tp@tulsaelectronics.net) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by mx1.FreeBSD.org (Postfix) with SMTP id D05ED43D68 for ; Tue, 22 Nov 2005 19:16:57 +0000 (GMT) (envelope-from tp@tulsaelectronics.net) Received: (qmail 85477 invoked from network); 22 Nov 2005 19:16:48 -0000 Received: from unknown (HELO tulsaelectronics.net) (tepco@swbell.net@72.16.97.26 with plain) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 22 Nov 2005 19:16:48 -0000 Message-ID: <43836E9F.7020702@tulsaelectronics.net> Date: Tue, 22 Nov 2005 13:16:47 -0600 From: Tom Pappano User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040215 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: WEP wi0 config prob after 5.4 > 6.0 Upgrade X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 19:17:35 -0000 Greetings all, I have broused various postings here, and tried several suggestions, but no luck getting connection to properly start. Hardware and drivers seem ok because I can get it working with "manual" ifconfig commands. The goal here is using WEP. /boot/loader.conf contains: if_wi0_load="YES" wlan_load="YES" wlan_wep_load="YES" /etc/wpa_supplicant.conf contains: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel ap_scan=1 network={ ssid="WAPX" key_mgmt=NONE scan_ssid=1 wep_key1=0123456789abcdef0123456789 wep_txidx=1 } /etc/rc.conf contains: wpa_supplicant="YES" ifconfig_wi0="WPA DHCP" As best as I have been able to figure out, the above should work. Bootup gives repeated messages like: DHCPREQUEST on wi0 to 255.255.255.255 port 67 " DHCPDISCOVER on wi0 to 255.255.255.255 port 67 interval 9 " " pretty much repeating endlessly. ifconfig shows: status: associated ssid WAPX channel 3 bssid xx:xx:xx:xx:xx:xx authmode WPA1+WPA2/802.11i privacy MIXED deftxkey 1 typowmax 100 roaming MANUAL bintval 100 The last two of the above lines seem wrong, and of course the DHCP fails to get an ip address. Any ideas on what probably stupid thing I am overlooking? Thanks, Tom in Tulsa