2015-08-12 8:55 GMT+03:00 Nithin Chakravarthy <[email protected]>:

> here kernel log
> <6>usb 5-1: new full-speed USB device number 2 using sw-ohci
> <3>bluetooth: exports duplicate symbol baswap (owned by kernel)
> [   94.643972] bluetooth: exports duplicate symbol baswap (owned by kernel)
> <3>bluetooth: exports duplicate symbol baswap (owned by kernel)
> [   94.661251] bluetooth: exports duplicate symbol baswap (owned by kernel)
>
> whats is meant by "exports duplicate symbol baswap (owned by kernel)"?
>

Means exactly what is said - some module tries to export symbol that was
already exported.


> how can i solve this
>

Use kernel and modules that do not clash with each other. Compile and use
https://github.com/linux-sunxi/linux-sunxi/tree/stage/sunxi-3.4 (read wiki
http://linux-sunxi.org/Linux_Kernel)


>
> When I tried to insert bfusb.ko module. I got some error
> [  273.895355] bluetooth: exports duplicate symbol baswap (owned by kernel)
> FATAL: Error inserting btusb
> (/lib/modules/3.4.61+/kernel/drivers/bluetooth/btusb.ko): Invalid module
> format
>
>
>
You are trying to insert module that was not meant to be used with your
"3.4.61+". You should never try to insert modules from different kernel
versions unless you really know what you are doing.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to