More info at http://www.nslu2-linux.org/wiki/HowTo/FusionHDTV5USBGold Familiarity with running MythTV on a normal system is assumed. General: * Some packages like (i.e. mythfrontend) probably doesn't make sense to install on the slug, but they did build, so they are here... I was only after mythbackend and mythweb * Open a term and do this once mythbackend is installed and running: tail -f /var/log/mythtv/mythbackend.log * Until the kernel clock-drift gets fixed you'll need to put in a job to resync it freqently, a cron job to your local ntp server should help # Resync the clock 1-58/3 * * * * /usr/sbin/ntpdate tick.utoronto.ca MythBackend: * libxml-twig-perl_3.23+d060123-1_arm.deb --> mythbackend requires you to install this deb until the Perl 5.8 on debian-arm catch up to the other arches * chown -R mythtv:mythtv /mnt/store/ * run mythsetup (you have to export this to a computer with X) * start mythbackend * run mythfilldatabase MythWeb: * a2enmod rewrite * nano /etc/apache2/conf.d/mythweb put these lines: AllowOverride All Options FollowSymLinks * check that mysql.so is enabled in /etc/php/apache2/php.ini * apache2ctl restart * nano /var/www/mythweb/.htaccess --> change the line setenv db_password "mythtv" to: setenv db_password "DBPassword value from /etc/mythtv/mysql.txt" * surf to http://IP_of_slug/mythweb