computers:server:mythbuntu1204
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:server:mythbuntu1204 [2012/05/19 19:09] – [Backend Configuration] david | computers:server:mythbuntu1204 [2012/09/16 18:10] (current) – [Backend Card Hang / Crash] david | ||
---|---|---|---|
Line 173: | Line 173: | ||
sudo mkdir / | sudo mkdir / | ||
</ | </ | ||
- | - Place the following script in **mythtv_cronjob_symlink_recordings.sh** <code bash> | + | - Place the following script in **mythtv_cronjob_symlink_recordings** <code bash> |
- | #!/bin/bash | + | #!/bin/sh |
find / | find / | ||
cd / | cd / | ||
Line 182: | Line 182: | ||
fname=`/ | fname=`/ | ||
##### no need to echo for a cron job ##### echo " | ##### no need to echo for a cron job ##### echo " | ||
- | ln -s $filename $fname | + | ln -s $filename $fname |
done | done | ||
exit 0 | exit 0 | ||
</ | </ | ||
- | - Copy that file into **/ | + | - Copy that file into **/ |
- | sudo cp mythtv_cronjob_symlink_recordings.sh / | + | sudo cp mythtv_cronjob_symlink_recordings / |
</ | </ | ||
- Set the ownership and permissions < | - Set the ownership and permissions < | ||
- | sudo chown root:root / | + | sudo chown root:root / |
- | sudo chmod 755 / | + | sudo chmod 755 / |
</ | </ | ||
- I added these lines to **/ | - I added these lines to **/ | ||
Line 197: | Line 197: | ||
unix extensions = no | unix extensions = no | ||
wide links = yes | wide links = yes | ||
+ | </ | ||
+ | |||
+ | ==== Backend Card Hang / Crash ==== | ||
+ | |||
+ | Use an hourly cron job to check for this error. | ||
+ | |||
+ | <code bash> | ||
+ | #!/bin/bash | ||
+ | # | ||
+ | |||
+ | SAA7164ERRORS=$(/ | ||
+ | |||
+ | if [ $SAA7164ERRORS -ne 0 ]; then | ||
+ | MYDATE=$(/ | ||
+ | echo $MYDATE : Rebooting Now Due to saa7164 card crash >> / | ||
+ | / | ||
+ | fi | ||
</ | </ | ||
====== Frontend ====== | ====== Frontend ====== | ||
Line 219: | Line 236: | ||
</ | </ | ||
- Modified the Audio output to use S/PDIF: | - Modified the Audio output to use S/PDIF: | ||
- | - Utilities / Setup -> Setup -> General -> Page 4 | + | - Utilities / Setup -> Setup -> General -> Page 4 |
+ | - Did set the audio outputs to 100% on both Master and PCM | ||
- < | - < | ||
- < | - < | ||
- | - Audio Processing Capabilities: | + | - <del>Audio Processing Capabilities: |
- Set our VIDEO output to VDPAU: | - Set our VIDEO output to VDPAU: | ||
- Utilities / Setup -> TV Settings -> Playback -> Page 3/8 | - Utilities / Setup -> TV Settings -> Playback -> Page 3/8 |
computers/server/mythbuntu1204.1337454546.txt.gz · Last modified: 2012/05/19 19:09 by david