User Tools

Site Tools


computers:server:mythbuntu1004lts_atom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:server:mythbuntu1004lts_atom [2010/06/28 23:19] davidcomputers:server:mythbuntu1004lts_atom [2010/09/20 02:31] (current) david
Line 40: Line 40:
  
 ==== HVR-2250 Drivers ==== ==== HVR-2250 Drivers ====
 +
 +  * found this link on this page:  [[http://www.kernellabs.com/blog/?page_id=17]]
 +  * Here are the Mythtv instructions from whence this came:  [[http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=7344302]]
 +  * These might actually be the instructions:  [[http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=942403&page=22]]
  
 Prep: Prep:
Line 61: Line 65:
 make CONFIG_DVB_FIREDTV:=n make CONFIG_DVB_FIREDTV:=n
 sudo make install sudo make install
-sudo reboot+sudo reboot ; exit
 </code> </code>
 +
 +==== Re-Install Drivers ====
 +
 +Since every time I rebooted, mythtv claimed there was no active tuner... so, again, did this:   --- //[[david@lattice.net|David Lloyd Rabine]] 2010/09/19 22:31//
 +
 +  - Remove the installed firmware:  <code>
 +sudo rm /lib/firmware/*.fw
 +</code>
 +  - Repeat the above procedure
 +  - Run the mythtv backend setup
 +    - Remove all tuners
 +    - Add new tuners (find each DVB device and add it)
 +    - Connect the "local tv" stations to each tuner card and set the default channel to 2_1
 +  - Reboot
  
 ==== Backend Configuration ==== ==== Backend Configuration ====
Line 111: Line 129:
     - Utilities / Setup -> TV Settings -> Playback -> Page 3/8     - Utilities / Setup -> TV Settings -> Playback -> Page 3/8
     - Current Video Playback Profile:VDPAU High Quality     - Current Video Playback Profile:VDPAU High Quality
 +
 +==== Remote Control Configuration ====
 +
 +I added the following lines to my **lirc** configuration:  **~/.lirc/mythtv**
 +
 +<code>
 +### added by david rabine (dlr) 2009.12.28 ###
 +
 +# I added the following - dlr 2008/10/18
 +# Skip forward (10 min default)
 +begin
 +    remote = Streamzap_PC_Remote
 +    prog = mythtv
 +    button = >>
 +    repeat = 0
 +    config = PgDown
 +    delay = 0
 +end
 +
 +begin
 +    remote = Streamzap_PC_Remote
 +    prog = mythtv
 +    button = <<
 +    repeat = 0
 +    config = PgUp
 +    delay = 0
 +end
 +
 +# Seek to previous commercial cut point
 +begin
 +    remote = Streamzap_PC_Remote
 +    prog = mythtv
 +    button = YELLOW
 +    repeat = 0
 +    config = Q
 +end
 +
 +# Seek to next commercial cut point
 +begin
 +    remote = Streamzap_PC_Remote
 +    prog = mythtv
 +    button = BLUE
 +    repeat = 0
 +    config = Z
 +end
 +</code>
 +
 +==== Media Library ====
 +
 +=== Audio ===
 +
 +  - Add in symbolic links to our libraries
 +  - Go to Listen to Music and it will scan for new files
 +
 +=== Video ===
 +
 +  - Add in symbolic links for all our shares / files
 +  - Go to Utilities / Setup -> Setup -> Media Settings -> Video Settings -> General Settings:  /var/lib/mythtv/video as Directories that hold videos
  
 ===== Trouble Shooting ===== ===== Trouble Shooting =====
computers/server/mythbuntu1004lts_atom.1277767193.txt.gz · Last modified: 2010/06/28 23:19 by david