hi
he want to use minimyth for my new HD frontend on Shuttle XS35GT but i have a problem: my ir receiver ir606 isn't supported by the kernel (module mceusb).
He know the patch to change that but i don't know if it's possible to patch the kernel with Minimyth ?
I ask Jarold Wilson to change the module mceusb
kernel module patch
Moderator: Pablo
Re: kernel module patch
Unless you are willing to rebuild MiniMyth, patching the kernel is a PITA.
Is the following the extent of the patch?
If so, I can just add it to MiniMyth and it will be in the next version of MiniMyth, which be out right after MythTV 0.25 is released. If not, please let me any other changes that are needed and I can patch the MiniMyth kernel.
Is the following the extent of the patch?
Code: Select all
diff -Naur linux-3.3.1-old/drivers/media/rc/mceusb.c linux-3.3.1-new/drivers/media/rc/mceusb.c
--- linux-3.3.1-old/drivers/media/rc/mceusb.c 2012-04-02 10:32:52.000000000 -0700
+++ linux-3.3.1-new/drivers/media/rc/mceusb.c 2012-04-09 18:53:48.000000000 -0700
@@ -361,6 +361,8 @@
{ USB_DEVICE(VENDOR_FORMOSA, 0xe03c) },
/* Formosa Industrial Computing */
{ USB_DEVICE(VENDOR_FORMOSA, 0xe03e) },
+ /* Formosa Industrial Computing AIM IR606 */
+ { USB_DEVICE(VENDOR_FORMOSA, 0xe042) },
/* Fintek eHome Infrared Transceiver (HP branded) */
{ USB_DEVICE(VENDOR_FINTEK, 0x5168) },
/* Fintek eHome Infrared Transceiver */
MiniMyth running on an Acer ApireRevo 3610 and a Zotac ZBOX-ID80-U. Find out more at my MythTV page.
Re: kernel module patch
Yes i understand, it's necessary to rebuild minimythtv. So before i prefer ask this question.
The patch is ok for me and was included in new kernel 3.4 (i asked Jarod Wilson for that)
http://git.linuxtv.org/media_tree.git/c ... 68e7ccb089
I'm very happy if you applied this for 0.25.
The patch is ok for me and was included in new kernel 3.4 (i asked Jarod Wilson for that)
http://git.linuxtv.org/media_tree.git/c ... 68e7ccb089
I'm very happy if you applied this for 0.25.

Re: kernel module patch
It is the latest stable build as well as the latest test build.
MiniMyth running on an Acer ApireRevo 3610 and a Zotac ZBOX-ID80-U. Find out more at my MythTV page.