Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758029AbYFFN7n (ORCPT ); Fri, 6 Jun 2008 09:59:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757724AbYFFN7b (ORCPT ); Fri, 6 Jun 2008 09:59:31 -0400 Received: from py-out-1112.google.com ([64.233.166.177]:19644 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757714AbYFFN7a (ORCPT ); Fri, 6 Jun 2008 09:59:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lRl9tLW9gwT7HSUEZm4Uiba//321vFF2t/pdrEl+2DCpVJ6rW1f/75BqrM8vyRuOXC 2p+En59R1HIG6pTGNtiXXTk4mTaxkg3f9ehVE2Y5GxjO8Ga/lcjZxGC2Mln7+6Fp9Fqt 9sbez9JCfvqx2sXfSg+y68hOLpmftcGQc26Os= Message-ID: <1ba2fa240806060659wf4e4088s8afdd2f7f854ea09@mail.gmail.com> Date: Fri, 6 Jun 2008 16:59:29 +0300 From: "Tomas Winkler" To: "Thomas Backlund" Subject: Re: iwl4965 oops in 2.6.26-rc5 x86_64 Cc: "Ian Schram" , "Linux Kernel Mailing List" , "linux-wireless@vger.kernel.org" In-Reply-To: <48492E85.6010307@mandriva.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4848289D.1080205@mandriva.org> <1ba2fa240806051103q652accf5t1bd1d94630ebea5b@mail.gmail.com> <48482BC3.4070402@mandriva.org> <4848482C.2080208@mandriva.org> <48485F12.2050908@mandriva.org> <48488878.5040708@telenet.be> <1ba2fa240806060432t73ecb318x89e877241aa6ef55@mail.gmail.com> <48492734.9080901@mandriva.org> <48492E85.6010307@mandriva.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2201 Lines: 105 On Fri, Jun 6, 2008 at 3:33 PM, Thomas Backlund wrote: > Thomas Backlund skrev: >> >> Tomas Winkler skrev: >>> >>> On Fri, Jun 6, 2008 at 3:44 AM, Ian Schram wrote: >>>> >>>> Isn't this the Oops Joonwoo Park wanted to patch with >>>> >>>> "[PATCH] iwlwifi: fix oops on wep key insertion" 27/5/2008 >>>> >>>> invalid length of webkey that would/should be handled in mac80211? >>>> >>>> ian >>> >>> Yes, it looks like. >> >> Ummm, what has a wep key to do with me trying to access a WPA2-Personal >> encrypted net ? Not sure yet, but mac is trying to assign default/static wep key. :iwlcore:iwl_send_static_wepkey_cmd+0xcb/0xd5 :iwlcore:iwl_set_default_wep_key+0xa2/0xbc Try to set the encryption explicitly network={ psk="*************************" scan_ssid=1 ssid="dlink" pairwise=CCMP group=CCMP } >> >>> Thomas can you send out your wpa_supplicant config fiele >>> >> >> I could, but since I would have to remove any sensitive info such as the >> psk key, would it be of any use ? > > Anyway, here configs are: > > wpa_supplicant.conf > (I stripped all the comments from the file) > --- cut --- > ctrl_interface=/var/run/wpa_supplicant > > eapol_version=1 > > ap_scan=1 > > fast_reauth=1 > > blob-base64-exampleblob={ > SGVsbG8gV29ybGQhCg== > } > > network={ > psk="*************************" > scan_ssid=1 > ssid="dlink" > } > --- cut --- > > ifcfg-wlan0 > --- cut --- > DEVICE=wlan0 > BOOTPROTO=dhcp > ONBOOT=yes > METRIC=35 > MII_NOT_SUPPORTED=no > USERCTL=no > RESOLV_MODS=no > WIRELESS_MODE=Managed > WIRELESS_ESSID=dlink > WIRELESS_ENC_KEY='s:*************************' > WIRELESS_WPA_DRIVER=wext > IPV6INIT=no > IPV6TO4INIT=no > DHCP_CLIENT=dhclient > NEEDHOSTNAME=no > PEERDNS=yes > PEERYP=yes > PEERNTPD=no > --- cut --- > >> >>> I will provide a patch that disable hw encryption on long wep keys. It >>> get lost in my todo list. >>> Tomas >>> >> > > -- > Thomas > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/