Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:57865 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753799Ab1A0Xjb (ORCPT ); Thu, 27 Jan 2011 18:39:31 -0500 Received: by qwa26 with SMTP id 26so2717343qwa.19 for ; Thu, 27 Jan 2011 15:39:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D41FDF7.3040805@lockie.ca> References: <4D41DAF1.6080204@lockie.ca> <4D41ED24.9010005@hauke-m.de> <4D41FDF7.3040805@lockie.ca> Date: Thu, 27 Jan 2011 18:39:29 -0500 Message-ID: Subject: Re: did compat-wireless-2011-01-27 crash dhcpcd? From: Brian Prodoehl To: James Cc: linux-wireless Mailing List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Jan 27, 2011 at 6:21 PM, James wrote: > On 01/27/11 17:09, Hauke Mehrtens wrote: >> On 01/27/2011 09:52 PM, James wrote: >>> cfg80211: Calling CRDA to update world regulatory domain >>> Compat-wireless backport release: compat-wireless-2011-01-06-3-g8db1608 >>> Backport based on linux-next.git next-20110121 >>> ath9k 0000:02:09.0: PCI INT A -> Link[LNKB] -> GSI 17 (level, low) -> IRQ 17 >>> ath: EEPROM regdomain: 0x10 >>> ath: EEPROM indicates we should expect a direct regpair map >>> ath: Country alpha2 being used: CO >>> ath: Regpair used: 0x10 >>> ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control' >> >>> cfg80211: wext will not work because kernel was compiled with >>> CONFIG_WIRELESS_EXT=n. Tools using wext interface, like iwconfig will >>> not work. >> WEXT is deactivated in compat-wireless because CONFIG_WIRELESS_EXT=y was >> not set in your kernel config and iwconfig does not work without wext. >> >> See: http://www.spinics.net/lists/linux-wireless/msg63449.html >> >> Hauke >> -- > > I'm not using any tools. > The call trace happens after I do a modprobe. > I'm guessing it doesn't like dhcpcd. > > Do I really need CONFIG_WIRELESS_EXT? > -- Something is trying to use wext. This is from your original message: BUG: unable to handle kernel NULL pointer dereference at 00000000000001dc IP: [] wext_handle_ioctl+0xae/0x165 How are you trying to bring up the interface, in order to use dhcpcd on it? Anyways, I would say that, yes, you do need CONFIG_WIRELESS_EXT. -Brian