All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Hartmann <andihartmann@01019freenet.de>
To: linux-wireless@vger.kernel.org
Subject: Please fix compat-wireless for 2.6.34.9
Date: Mon, 02 May 2011 18:01:19 +0200	[thread overview]
Message-ID: <4DBED54F.4020108@01019freenet.de> (raw)

Hello!


compat-wireless doesn't work anymore with kernel 2.6.34.9. The modules
can be build, but not loaded afterwards:

modprobe rt2800pci
WARNING: Error inserting rfkill
(/lib/modules/2.6.34.9-4-desktop/kernel/net/rfkill/rfkill.ko): Invalid
module format
WARNING: Error inserting cfg80211
(/lib/modules/2.6.34.9-4-desktop/updates/net/wireless/cfg80211.ko):
Invalid module format
WARNING: Error inserting mac80211
(/lib/modules/2.6.34.9-4-desktop/updates/net/mac80211/mac80211.ko):
Invalid module format
WARNING: Error inserting rt2x00lib
(/lib/modules/2.6.34.9-4-desktop/updates/drivers/net/wireless/rt2x00/rt2x00lib.ko):
Invalid module format
WARNING: Error inserting rt2x00pci
(/lib/modules/2.6.34.9-4-desktop/updates/drivers/net/wireless/rt2x00/rt2x00pci.ko):
Invalid module format
WARNING: Error inserting crc_ccitt
(/lib/modules/2.6.34.9-4-desktop/kernel/lib/crc-ccitt.ko): Invalid
module format
WARNING: Error inserting rt2800lib
(/lib/modules/2.6.34.9-4-desktop/updates/drivers/net/wireless/rt2x00/rt2800lib.ko):
Invalid module format
FATAL: Error inserting rt2800pci
(/lib/modules/2.6.34.9-4-desktop/updates/drivers/net/wireless/rt2x00/rt2800pci.ko):
Invalid module format


During compile, the following warnings are coming up:

  CC [M]  /raid/home/andreas/compat-wireless-2011-05-01/net/wireless/core.o
/raid/home/andreas/compat-wireless-2011-05-01/net/wireless/core.c:7:1:
warning: "pr_fmt" redefined
In file included from /usr/src/linux-2.6.34.9-4/include/linux/skbuff.h:17,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/if_ether.h:124,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/netdevice.h:29,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.29.h:5,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/usr/src/linux-2.6.34.9-4/include/linux/kernel.h:387:1: warning: this is
the location of the previous definition
/raid/home/andreas/compat-wireless-2011-05-01/net/wireless/core.c:7:1:
warning: "pr_fmt" redefined
In file included from /usr/src/linux-2.6.34.9-4/include/linux/skbuff.h:17,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/if_ether.h:124,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/netdevice.h:29,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.29.h:5,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/usr/src/linux-2.6.34.9-4/include/linux/kernel.h:387:1: warning: this is
the location of the previous definition
  CC [M]  /raid/home/andreas/compat-wireless-2011-05-01/net/wireless/sysfs.o
  CC [M]
/raid/home/andreas/compat-wireless-2011-05-01/net/wireless/radiotap.o
  CC [M]  /raid/home/andreas/compat-wireless-2011-05-01/net/wireless/util.o
  LD
/raid/home/andreas/compat-wireless-2011-05-01/net/mac80211/built-in.o
  CC [M]  /raid/home/andreas/compat-wireless-2011-05-01/net/mac80211/main.o
  CC [M]  /raid/home/andreas/compat-wireless-2011-05-01/net/wireless/reg.o
/raid/home/andreas/compat-wireless-2011-05-01/net/wireless/reg.c:36:1:
warning: "pr_fmt" redefined
In file included from /usr/src/linux-2.6.34.9-4/include/linux/skbuff.h:17,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/if_ether.h:124,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/netdevice.h:29,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.29.h:5,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/usr/src/linux-2.6.34.9-4/include/linux/kernel.h:387:1: warning: this is
the location of the previous definition
/raid/home/andreas/compat-wireless-2011-05-01/net/wireless/reg.c:36:1:
warning: "pr_fmt" redefined
In file included from /usr/src/linux-2.6.34.9-4/include/linux/skbuff.h:17,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/if_ether.h:124,
                 from
/usr/src/linux-2.6.34.9-4/include/linux/netdevice.h:29,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.29.h:5,
                 from
/raid/home/andreas/compat-wireless-2011-05-01/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/usr/src/linux-2.6.34.9-4/include/linux/kernel.h:387:1: warning: this is
the location of the previous definition



Thank you,
Andreas

             reply	other threads:[~2011-05-02 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-02 16:01 Andreas Hartmann [this message]
2011-05-02 18:01 ` Please fix compat-wireless for 2.6.34.9 Walter Goldens
2011-05-02 20:58   ` Andreas Hartmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DBED54F.4020108@01019freenet.de \
    --to=andihartmann@01019freenet.de \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.