Return-path: Received: from mga03.intel.com ([143.182.124.21]:28810 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751593AbYCKSLF convert rfc822-to-8bit (ORCPT ); Tue, 11 Mar 2008 14:11:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Compiler error when compile iwlwifi Date: Tue, 11 Mar 2008 11:10:04 -0700 Message-ID: (sfid-20080311_181110_247727_510120BE) In-Reply-To: References: From: "Chatre, Reinette" To: "Elyahou ITTAH" , Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sunday, March 02, 2008 6:38 AM, Elyahou ITTAH wrote: > 2008/2/29, Chatre, Reinette : >> On Wednesday, February 27, 2008 6:38 AM, Elyahou ITTAH wrote: >> >> >> >> >> What was the error? >> >> >> >> >> These web pages are not accessible to me. Could you please include >> the error in your email? You can also submit a bug report at >> bughost.org and attach the logs there. >> >> >> Reinette > > I joined a file with the output of modprobe iwl3945 and dmesg... All > after installing the driver with the compat tool. > I also joined my compat config file... The problem is that the mac80211 module cannot find a required symbol when you try to load it ... the needed symbol can be found in module cfg80211, which you already compile. Can you try to load cfg80211 before mac80211? modprobe should have helped here ... can you also check if your kernel is built with KMOD (CONFIG_KMOD)? Reinette