[Bug 666493] Re: Maverick's imon kernel module does not support protocol switching (regression)

Hanno 666493 at bugs.launchpad.net
Tue Nov 2 12:18:46 UTC 2010


I was unable to solve this with the default Ubuntu kernel (the imon.ko
module does not switch to the MCE protocol) and the aforementioned
2.6.36 kernel was unstable, producing kernel oopses and undesired video
artifacts with my AMD graphics card.

Wanting to stick with the default kernel, my solution so far was:

- remove the default kernel's
/lib/modules/2.6.35-22-generic/kernel/drivers/staging/lirc/lirc_imon.ko
(which does not work, as well)

- install lirc-modules-source package (this will add an old, but working
lirc_imon.ko to the module directory)

- Add this blacklist to /etc/modprobe.d/blacklist-imon.conf:

   blacklist ir_core
   blacklist ir_lirc_codec
   blacklist ir_sony_decoder
   blacklist ir_jvc_decoder
   blacklist ir_rc6_decoder
   blacklist ir_rc5_decoder
   blacklist ir_nec_decoder
   blacklist rc_imon_pad
   blacklist imon

- Add this entry to /etc/modules:

   lirc_imon

- Add this parameter to /etc/modprobe.d/lirc_imon.conf:

   options lirc_imon ir_protocol=1


With this, my old lirc setup continues to work. Hopefully, this helps others looking for a solution.

Instead of reverting to the old lirc setup, a better solution would be
to get Ubuntu's imon.ko to work, though.

-- 
Maverick's imon kernel module does not support protocol switching (regression)
https://bugs.launchpad.net/bugs/666493
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list