2012-07-22 19:11:38

by Mijzelf

[permalink] [raw]
Subject: Uknown symbols in rfkill_backport.ko on 2.6.25.17 on mips

I'm trying to get ath9k from compat-wireless-2012-05-08 running on a
2.6.25.17 kernel on mips. The module refuses to load, due to unkown
symbols.
# modprobe ath9k
modprobe: can't load module rfkill_backport
(updates/net/rfkill/rfkill_backport.ko): unknown symbol in module, or
unknown parameter
# dmesg
rfkill_backport: Unknown symbol input_register_handle
rfkill_backport: Unknown symbol input_open_device
rfkill_backport: Unknown symbol input_close_device
rfkill_backport: Unknown symbol input_unregister_handler
rfkill_backport: Unknown symbol input_register_handler
rfkill_backport: Unknown symbol input_unregister_handle

Any suggestions?


2012-07-24 21:56:24

by Pavel Roskin

[permalink] [raw]
Subject: Re: Uknown symbols in rfkill_backport.ko on 2.6.25.17 on mips

On Sun, 22 Jul 2012 21:11:34 +0200
Mijzelf <[email protected]> wrote:

> I'm trying to get ath9k from compat-wireless-2012-05-08 running on a
> 2.6.25.17 kernel on mips. The module refuses to load, due to unkown
> symbols.
> # modprobe ath9k
> modprobe: can't load module rfkill_backport
> (updates/net/rfkill/rfkill_backport.ko): unknown symbol in module, or
> unknown parameter
> # dmesg
> rfkill_backport: Unknown symbol input_register_handle
> rfkill_backport: Unknown symbol input_open_device
> rfkill_backport: Unknown symbol input_close_device
> rfkill_backport: Unknown symbol input_unregister_handler
> rfkill_backport: Unknown symbol input_register_handler
> rfkill_backport: Unknown symbol input_unregister_handle
>
> Any suggestions?

If you can recompile the kernel, enable CONFIG_INPUT in .config

--
Regards,
Pavel Roskin