Monthly Archives: December 2012

All In One URC 6131n

Most of this is pulled from http://wilsonet.com/mythtv/  Install Modules  Code: yum install lirc-kmdl-$KVER  yum install lirc Check if eveything is there:  Code: $ rpm -qa | grep lirc  lirc-devices-0.7.0-1.rhfc4.at  lirc-kmdl-2.6.12-1.1447_FC4-0.7.2-48.rhfc4.at  lirc-0.7.2-48.rhfc4.at  lirc-lib-0.7.2-48.rhfc4.at modprobe.conf  Code: ## TSP   For Serial Port 1  alias … Continue reading

Posted in MythTV | Leave a comment

HD Channels

  Tuning HD Channels  Scan for Channels atscscan us-Cable-Standard-center-frequencies-QAM256  store results to chan.conf Tune Channels  azap -r -c chan.conf {channel number}  cat /dev/dvb/adapter0/dvr0 | mplayer -vo xv -ao alsa – OR  cat /dev/dvb/adapter0/dvr0 | mplayer -vo xv -ao alsa -vid … Continue reading

Posted in MythTV | Leave a comment

Programming the All In One URC 6131n

These are the steps that I followed to get my remote to work.  1. Copy the lircd.conf file to /etc/lircd.conf.  2. Load in the lirc modules and start lircd.  3. Decide which button to assign on the remote for MythTV. … Continue reading

Posted in MythTV | Leave a comment

Ubuntu Sound Muted by Default

  amixer set Master 100% unmute amixer set PCM 100% unmute 

Posted in MythTV | Leave a comment

Show Import Utility: mythnettv

  http://www.stillhq.com/mythtv/mythnettv/     Samples sudo ionice -c3 mythnettv –nocommflag importlocal The.Office.S05E19.avi The.Office The.Office.S05E19 The.Office.Season.2   sudo ionice -c3 mythnettv –nocommflag importmanylocal ./ ".*.avi" "Fifth.Gear"   sudo ionice -c3 tsp/mythnettv/mythnettv –nocommflag importlocal "Curb Your Enthusiasm – 3×02 – The Benadryl … Continue reading

Posted in MythTV | Leave a comment

Mythbuntu 9.04 Clean Install

  Normal install No proprietary drivers   No LIRC If not fonts on boot try this   Configure LIRC sudo dpkg-reconfigure lirc Select Home-brew (16×50 UART compatible serial port) Set serial port sudo apt-get install setserial sudo dpkg-reconfigure setserial Choose manual Modify … Continue reading

Posted in MythTV | Leave a comment

Mythbuntu Does not render Fonts

  Update xorg.conf: Section "Device" Identifier "Configured Video Device" Option "DRI" "off" EndSection

Posted in MythTV | Leave a comment

Hangs during shutdown (CIFS VFS)

To fix it, I just moved the unmounting before the network shutdown in the shutdown list. Here is how: Change directory to /etc/rc6.d and list it's contents. Code: cd /etc/rc6.d ls -la You are looking for S#wpa-ifupdown and S#umountnfs.sh. wpa-ifupdown's … Continue reading

Posted in MythTV | Leave a comment

Mythbuntu 8.04.1 Clean Install

  ATI Dropper support for some older cards in the fglrx driver.  8.04 is a LTS release so it should last until April 2011.   Install USER: mythuser Use ATI/AMD Proprietary driver TV Out enabled Auto Login   Video Setup … Continue reading

Posted in MythTV | Leave a comment

LIRC for URC-6131 mplayer

  # lircrc.URC-6131/RC-5 (Hauppauge PVR-250) # 2004-01-25, Joe Votour # mailto: [email protected] # Save this file in ~/.mythtv/lircrc, and make a symlink with ~/.lircrc # TODO: Test/configure the mplayer buttons #       Finish the rest of the remote buttons … Continue reading

Posted in MythTV | Leave a comment