From owner-freebsd-hardware@FreeBSD.ORG Mon Dec 26 15:42:54 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB69816A420 for ; Mon, 26 Dec 2005 15:42:54 +0000 (GMT) (envelope-from lukas@razik.de) Received: from fmmailgate07.web.de (fmmailgate07.web.de [217.72.192.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A4843D46 for ; Mon, 26 Dec 2005 15:42:30 +0000 (GMT) (envelope-from lukas@razik.de) Received: by fmmailgate07.web.de (8.12.10/8.12.10/webde Linux 0.7) with SMTP id jBQFgDDu002247 for ; Mon, 26 Dec 2005 16:42:25 +0100 Received: from [84.158.168.116] by freemailng5301.web.de with HTTP; Mon, 26 Dec 2005 16:42:25 +0100 Date: Mon, 26 Dec 2005 16:42:25 +0100 Message-Id: <413235521@web.de> MIME-Version: 1.0 From: Lukas Razik To: freebsd-hardware@freebsd.org Precedence: fm-user Organization: http://freemail.web.de/ X-Sender: lukasrazik@web.de Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Subject: Issue with WEP and ath wlan driver on 6.0-STABLE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 15:42:55 -0000 Hello! Yesterday I've cvsuped my 5.3 system to RELENG_6 and now I have an issue with my Atheros 5212 wlan card. The problem is that if I don't use WEP mode then all works fine. But if I want to use WEP as I've done it under 5.3-RELEASE then I can't ping any hosts in the network (I wait and get no answeres and no error message from ping)... I've tried to load the wlan, wlan_wep, if_ath modules in different ways (from loader.conf, manually, in different order...) but there's always the same problem - i can't get a connection to the wlan network. The loaded kernel modules are: ... wlan.ko wlan_wep.ko if_ath.ko ath_rate.ko ath_hal.ko The config line in rc.conf is: ifconfig_ath0="inet 192.168.0.12 netmask 255.255.255.0 ssid razik.de wepmode mixed wepkey 1234567890123" The ifconfig ath0 output is: ath0:... inet6 ... inet 192.168.0.12 netmask 255.255.255.0.... ether ... media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps) status: associated ssid: razik.de channel 9 bssid 00:04e2:ab:85:6e authmode OPEN privacy MIXED deftxkey UNDEF wepkey 1:104-bit txpowmax 47 protmode CTS burst bintval 100 dmesg output is: ath0: mem ..... ath0: Ethernet address: 00:0f:a3....... ath0: mac 5.9 phy 4.3 radio 4.6 ath0: link state changed to UP Does anyone have an idea what there could be wrong? Regards, Lukas