Re: kernel 2.6.6 problems during compile and insmod
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Christian,
On Mon, 28 Jun 2004, christian graf wrote:
> I downloaded today the newest cvs-snapshot (v0.12beta14) and can't get
> it working:
>
> when running make I do get:
>
> Building modules, stage 2.
> MODPOST
> *** Warning: "at76c503_delete_device"
> [/root/at76c503a/at76c505a-rfmd2958.ko] has no CRC!
> *** Warning: "at76c503_do_probe" [/root/at76c503a/at76c505a-rfmd2958.ko]
> has no CRC!
> *** Warning: "at76c503_delete_device"
> [/root/at76c503a/at76c505-rfmd2958.ko] has no CRC!
> *** Warning: "at76c503_do_probe" [/root/at76c503a/at76c505-rfmd2958.ko]
> has no CRC!
> *** Warning: "at76c503_delete_device" [/root/at76c503a/at76c505-rfmd.ko]
> has no CRC!
> *** Warning: "at76c503_do_probe" [/root/at76c503a/at76c505-rfmd.ko] has
> no CRC!
> *** Warning: "iw_handler_get_thrspy" [/root/at76c503a/at76c503.ko]
> undefined!
> *** Warning: "iw_handler_set_thrspy" [/root/at76c503a/at76c503.ko]
> undefined!
> *** Warning: "iw_handler_get_spy" [/root/at76c503a/at76c503.ko]
> undefined!
>
>
> Has anybody some ideas?
>
> I'm sure that my sources match my running kernel. The kernel is a plain
> vanilla 2.6.6.
looks like the same problem Chris Anderson had in March this year.
Do you have
CONFIG_NET_RADIO=y
in your .config to include the wireless extensions? If yes, please exec:
grep iw_handler_get_spy /proc/kallsyms
and post the result.
/Jörg