hda Wrote:
- Code: Select All Code
rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
cx23885: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
I see you have similar error but I dont have any imon or rc_core stuff loaded.
Pretty sure what you're seeing is the same cause, perhaps reported differently by your distro,
Try rmmod ir_core, if that says it's in use by other modules, try rmmoding those first, until you can get ir_core to unload, if a pair of modules refuse to unload each saying the other is in use, then blacklist one of them by adding modulename.blacklist=yes to your kernel boot line and reboot.
Failing all of that, what does a full listing from lsmod show and a full dmesg?