
Which makes it easier to load the correct modules in the right order using modprobe as per the link to a post below To get the i2c-core.ko module to work, you will need to follow this post This will take some time … so go for a swim, read to your kids, or develop a unified field theory.Īfter it has completed you should be left with loadable dvb usb tuner and support modules. Start the compilation of the kernel modules Support for various USB DVB devices (DVB_USB) (NEW) mĬustomise the frontend modules to build (DVB_FE_CUSTOMISE) (NEW) y Ln -s /opt/lib/libncursesw.so.7 /lib/libncursesw.so.7 make oldconfig Ln -s /opt/lib/libncursesw.so.5 /lib/libncursesw.so.5 Ln -s /opt/lib/libncursesw.so /lib/libncursesw.so Ln -s /opt/lib/libncurses.so.5.7 /lib/libncurses.so.5.7 Ln -s /opt/lib/libncurses.so.5 /lib/libncurses.so.5 Ln -s /opt/lib/libncurses.so /lib/libncurses.so /./linux-2.6.33.2/.configĮnable i2c and media (make sure the following exists in the. NOTE: YOU DO NOT NEED THIS STEP IF YOU HAVE A HOMERUN HD DEVICE.īrowse to the folder that corresponds to your QNAPĬopy the kernel config file that corrosponds to your kernel version (type uname -r to find out which one you have) to the kernel source filesĢ.6.33.2 cp. (Note even if you are using a network tuner you will still need to download and untar the kernel source, it is required for dvb headers) Depending on your setup you will either want to build and install modules for USB tuners or skip that step because you are using a network tuner and start compiling Qt. Ok, so now were are ready to start delving into the compilation of the modules required for MythTV. (this step will take a while as these packages are downloaded and installed to your qnap device) ipkg install nano gcc make automake ncurses ncursesw wget ncurses-dev Second let's get some essential utilities for our experimentation So now you have a terminal with ipkg installed and enabled, log into your qnap device and let's get to work!įirst let's go somewhere with lots of spare room (might also be MD0_DATA for raided drives) Application Servers->QPKG Plugins->GetQPKG->Optware IPKG.12.3 MythTV 0.26 pre patch (master as of 7/1/12)įollowing steps performed through the Web interface.
