From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 7 09:34:19 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 9D7C816A41F for ; Mon, 7 Nov 2005 09:34:19 +0000 (GMT) (envelope-from richard@unixguru.nl) Received: from mail.unixguru.nl (mosibi.demon.nl [212.238.240.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EADB43D4C for ; Mon, 7 Nov 2005 09:34:18 +0000 (GMT) (envelope-from richard@unixguru.nl) Received: from localhost (localhost [127.0.0.1]) by mail.unixguru.nl (Postfix) with ESMTP id 4945B56471; Mon, 7 Nov 2005 10:33:57 +0100 (CET) Received: from localhost (sun.unixguru.nl [192.168.10.7]) by mail.unixguru.nl (Postfix) with ESMTP id 498B156470; Mon, 7 Nov 2005 10:33:54 +0100 (CET) Date: Mon, 7 Nov 2005 10:34:12 +0100 From: Richard Arends To: Sam Leffler Message-ID: <20051107093411.GA12819@sun.unixguru.nl> References: <20051106131916.GO28385@sun.unixguru.nl> <436E4174.6010502@errno.com> <20051106175633.GA26783@sun.unixguru.nl> <436E81C9.8090808@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436E81C9.8090808@errno.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: amavisd-new at unixguru.nl Cc: freebsd-mobile@freebsd.org Subject: Re: Atheros (ath0) no RX traffic 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: Mon, 07 Nov 2005 09:34:19 -0000 On Sun, Nov 06, 2005 at 02:20:57PM -0800, Sam Leffler wrote: Sam, > >Turning off wep works. Any idea what the problem could be and how we fix > >it? > Check your ap config to make sure the keys are setup identically. Past > that you can enable diagnostic msgs about crypto failures with The keys are good. I used the same setup with 5-STABLE and yesterday tested with an other wireless card (Orinico Gold) (wi), with exact the same ifconfig line (only a different interface name of course) and that worked perfectly > 80211debug crypto+input Done: Nov 7 10:03:51 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard frame, multicast echo Nov 7 10:03:55 snowlap last message repeated 4 times Nov 7 10:04:20 snowlap kernel: ath0: _ieee80211_crypto_delkey: NONE keyix 65535 flags 0x3 rsc 0 tsc 0 len 0 Nov 7 10:04:20 snowlap kernel: ath0: link state changed to DOWN Nov 7 10:04:20 snowlap kernel: ath0: _ieee80211_crypto_delkey: NONE keyix 65535 flags 0x3 rsc 0 tsc 0 len 0 Nov 7 10:04:20 snowlap last message repeated 4 times Nov 7 10:04:20 snowlap kernel: ath0: ieee80211_crypto_setkey: WEP keyix 0 flags 0x3 mac 00:0b:6b:35:f9:8f rsc 0 tsc 0 len 13 Nov 7 10:04:20 snowlap kernel: ath0: _ieee80211_crypto_delkey: NONE keyix 65535 flags 0x3 rsc 0 tsc 0 len 0 Nov 7 10:04:20 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard probe_resp frame, for off-channel 3 Nov 7 10:04:20 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard beacon frame, for off-channel 3 Nov 7 10:04:24 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard beacon frame, for off-channel 3 Nov 7 10:04:24 snowlap kernel: [ath0:00:0f:66:a3:21:3d] discard beacon frame, for off-channel 1 Nov 7 10:04:24 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard probe_resp frame, for off-channel 3 Nov 7 10:04:25 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard beacon frame, for off-channel 3 Nov 7 10:04:25 snowlap kernel: [ath0:00:0f:66:a3:21:3d] discard beacon frame, for off-channel 1 Nov 7 10:04:25 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard beacon frame, for off-channel 3 Nov 7 10:04:25 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard probe_resp frame, for off-channel 3 Nov 7 10:04:25 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard beacon frame, for off-channel 3 Nov 7 10:04:26 snowlap kernel: ath0: _ieee80211_crypto_delkey: NONE keyix 65535 flags 0x3 rsc 0 tsc 0 len 0 Nov 7 10:04:26 snowlap kernel: ath0: link state changed to UP Nov 7 10:04:26 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard frame, multicast echo Nov 7 10:24:17 snowlap kernel: [ath0:00:0b:6b:35:e7:3a] discard frame, multicast echo Nov 7 10:24:21 snowlap last message repeated 4 times -- Regards, Richard.