[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#298357: marked as done (kernel built from 2.6.8-13 source won't compile rt2500 driver)



Your message dated Sat, 15 Oct 2005 01:06:58 +0200
with message-id <20051014230658.GJ30947@sputnik.stro.at>
and subject line Bug#298357: kernel built from 2.6.8-13 source won't compile rt2500 driver
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Mar 2005 00:24:59 +0000
>From millerc@cantonpl.org Sun Mar 06 16:24:58 2005
Return-path: <millerc@cantonpl.org>
Received: from mail.cantonpl.org (cantonpl.org) [209.104.141.56] (root)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D863O-0001Qq-00; Sun, 06 Mar 2005 16:24:58 -0800
Received: from mail.cantonpl.org (IDENT:apache@localhost.localdomain [127.0.0.1])
	by cantonpl.org (8.11.6/8.11.6) with SMTP id j270OvV10120
	for <submit@bugs.debian.org>; Sun, 6 Mar 2005 19:24:57 -0500
Received: from 64.27.213.181
        (SquirrelMail authenticated user millerc)
        by mail.cantonpl.org with HTTP;
        Sun, 6 Mar 2005 19:24:57 -0500 (EST)
Message-ID: <33492.64.27.213.181.1110155097.squirrel@mail.cantonpl.org>
Date: Sun, 6 Mar 2005 19:24:57 -0500 (EST)
Subject: kernel built from 2.6.8-13 source won't compile rt2500 driver
From: "Carl T. Miller" <millerc@cantonpl.org>
To: submit@bugs.debian.org
User-Agent: SquirrelMail/1.4.2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3
Importance: Normal
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	PRIORITY_NO_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kernel-source-2.6.8
Version: 2.6.8-13

I need to compile the rt2500 driver from sourceforge for my
wireless interface.  To do so, I downloaded the latest source
for Sarge, and successfully compiled the kernel.  All other
hardware worked, so I compiled the rt2500 module.  There were
no errors during the compile, but I got these errors when I
tried to load the module:

# modprobe rt2500
FATAL: Error inserting rt2500
(/lib/modules/2.6.8-ctm/kernel/drivers/net/wireless/rt2500.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

The pertinent lines from dmesg were:

rt2500: disagrees about version of symbol per_cpu__softnet_data
rt2500: Unknown symbol per_cpu__softnet_data
rt2500: disagrees about version of symbol netif_rx
rt2500: Unknown symbol netif_rx

I contacted the author of the module, and he said to try a
stock kernel from kernel.org.  I downloaded the 2.6.8 kernel
and compiled it successfully.  I then compiled the rt2500
module without errors and now I can load the rt2500 module.
The author said that something must have changed in the
Debian modifications to prevent it from compiling correctly.


---------------------------------------
Received: (at 298357-done) by bugs.debian.org; 14 Oct 2005 23:06:57 +0000
>From max@stro.at Fri Oct 14 16:06:57 2005
Return-path: <max@stro.at>
Received: from baikonur.stro.at [213.239.196.228] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EQYdd-0001rk-00; Fri, 14 Oct 2005 16:06:57 -0700
Received: from sputnik (stallburg.stro.at [128.131.216.190])
	by baikonur.stro.at (Postfix) with ESMTP id 4C5B25C014
	for <298357-done@bugs.debian.org>; Sat, 15 Oct 2005 01:07:01 +0200 (CEST)
Received: from max by sputnik with local (Exim 4.52)
	id 1EQYde-0004St-M5
	for 298357-done@bugs.debian.org; Sat, 15 Oct 2005 01:06:58 +0200
Date: Sat, 15 Oct 2005 01:06:58 +0200
From: maximilian attems <maks@sternwelten.at>
To: 298357-done@bugs.debian.org
Subject: Re: Bug#298357: kernel built from 2.6.8-13 source won't compile rt2500 driver
Message-ID: <20051014230658.GJ30947@sputnik.stro.at>
References: <33492.64.27.213.181.1110155097.squirrel@mail.cantonpl.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <33492.64.27.213.181.1110155097.squirrel@mail.cantonpl.org>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by Amavis (ClamAV) at stro.at
Delivered-To: 298357-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

On Sun, 06 Mar 2005, Carl T. Miller wrote:

> I need to compile the rt2500 driver from sourceforge for my
> wireless interface.  To do so, I downloaded the latest source
> for Sarge, and successfully compiled the kernel.  All other
> hardware worked, so I compiled the rt2500 module.  There were
> no errors during the compile, but I got these errors when I
> tried to load the module:
> 
> # modprobe rt2500
> FATAL: Error inserting rt2500
> (/lib/modules/2.6.8-ctm/kernel/drivers/net/wireless/rt2500.ko): Unknown
> symbol in module, or unknown parameter (see dmesg)
> 
> The pertinent lines from dmesg were:
> 
> rt2500: disagrees about version of symbol per_cpu__softnet_data
> rt2500: Unknown symbol per_cpu__softnet_data
> rt2500: disagrees about version of symbol netif_rx
> rt2500: Unknown symbol netif_rx
> 
> I contacted the author of the module, and he said to try a
> stock kernel from kernel.org.  I downloaded the 2.6.8 kernel
> and compiled it successfully.  I then compiled the rt2500
> module without errors and now I can load the rt2500 module.
> The author said that something must have changed in the
> Debian modifications to prevent it from compiling correctly.

we backport fixes and security stuff.
rt2500 is a third party out of tree module.
ask their authors to post their code for review,
drivers merged upstream land also in the debian kernel. ;-)
 
--
maks



Reply to: