1 May 2011 19:20
Re: MythTV HD Setup
A few other things I've discovered about the IonITX board: * I couldn't work out why cpufreq wasn't working ... until I read that the Atom does not support CPU Frequency Scaling, d'oh! * mythtv-backend was segfaulting on initial startup during boot. I worked out this was because the driver for my DVB-S2 card loads firmware, and if the myth backend is started before this has completed, it crashes. The fix is to edit /etc/init.d/mythtv-backend, add "microcode.ctl" to the Required-Start: line, then run "update-rc.d mythtv-backend defaults". This ensures that the myth backend waits until the microcode is loaded before trying to start. I wrote a MySQL script to update the channels database with the correct Radio Times XMLTV ids, I'll post it if anyone is interested. Now just need to get lm-sensors working and I think I'll be done!
RSS Feed