Difference between revisions of "User:Nswint"

From MythTV Official Wiki
Jump to: navigation, search
(Slave Backend #3)
(modprobe.conf)
Line 150: Line 150:
 
* Tuner: WinTV-Go-Plus
 
* Tuner: WinTV-Go-Plus
  
 +
<strike>  No need in Unbuntu
 
=== modprobe.conf ===
 
=== modprobe.conf ===
 
<pre>
 
<pre>
Line 167: Line 168:
 
options bttv card=10 tuner=2
 
options bttv card=10 tuner=2
 
</pre>
 
</pre>
 +
</strike>
  
 
=== rc.local ===
 
=== rc.local ===

Revision as of 01:25, 20 July 2007

Master Backend

  • Intel Pentium 4 3.0 GHz Hyperthreaded
  • 1 GB Ram
  • 300 GB Hard Drive
  • Redhat Fedora Core 6 OS
  • Tuner: Hauppauge WinTV PVR-350
  • Tuner: Silicondust HdHomerun
  • Mythtv user since: July 19, 2005


Home Automation Stuff

http://shiksa.dyndns.org/~nswint/2005/12/home-automation-101-for-my-automation.html

  • Misterhouse http://misterhouse.sourceforge.net, X10 CM-11A Interface, Digium X100P Telephony Card Clone, Ugot Call Netcallerid (Records all my caller id on the unit and pushes it to my homeautomation software), IoGear Bluetooth Dongle, W800RF Wireless X10 Receiver
  • Whole House FM Transmitter http://www.wholehousefmtransmitter.com/
  • ZoneMinder http://www.zoneminder.com Recording My Security Camera Feeds
  • Special Software: Hotwayd (Sends and receives my Hotmail Mail... never have to touch the yucky site), Net-Check Simple Perl Script that monitors and makes reports on my internet connectivity (Get credits for when your service is down). It can get me back online by powering down it's interfaces and the cable modem thru my automation software and bring it back up when the connection goes down. And in a worse case scenario connect thru my cell phone thru bluetooth using the cellular network. It's a little bit faster than a 56k modem. Granted I have to be in range of the Bluetooth Dongle. Spamassassin and Clamav for email spam and virus detection.


modprobe.conf

alias scsi_hostadapter ata_piix
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias char-major-61 lirc_i2c
alias ieee1394-controller ohci1394
alias char-major-81 videodev
alias char-major-81-0 ivtv

#alias msp3400 msp3400-ivtv
install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb
options torisa base=0xd0000
alias char-major-196 torisa
install tor2 /sbin/modprobe --ignore-install tor2 && /sbin/ztcfg
install torisa /sbin/modprobe --ignore-install torisa && /sbin/ztcfg
install wcusb /sbin/modprobe --ignore-install wcusb && /sbin/ztcfg
install wcfxo /sbin/modprobe --ignore-install wcfxo && /sbin/ztcfg
install wctdm /sbin/modprobe --ignore-install wctdm && /sbin/ztcfg
install ztdynamic /sbin/modprobe --ignore-install ztdynamic && /sbin/ztcfg
install ztd-eth /sbin/modprobe --ignore-install ztd-eth && /sbin/ztcfg
install wct1xxp /sbin/modprobe --ignore-install wct1xxp && /sbin/ztcfg
install wct4xxp /sbin/modprobe --ignore-install wct4xxp && /sbin/ztcfg
install wcte11xp /sbin/modprobe --ignore-install wcte11xp && /sbin/ztcfg
install pciradio /sbin/modprobe --ignore-install pciradio && /sbin/ztcfg
install ztd-loc /sbin/modprobe --ignore-install ztd-loc && /sbin/ztcfg
install ztdummy /sbin/modprobe --ignore-install ztdummy && /sbin/ztcfg
alias wcfxs wctdm
alias wct2xxp wct4xxp
install wctdm24xxp /sbin/modprobe --ignore-install wctdm24xxp && /sbin/ztcfg
alias eth0 r8169
alias char-major-81-1 saa7134
options saa7134 card=65,65,65,65 tuner=54

Plans

  • Digital Cable using firewire to a Motoro DCT or with another card and use an ir blaster to change the channel
  • 2TB NAS Server for storage. I'm desperately in need of it
  • ZoneMinder Integration
  • LinuxMCE Conversion
  • Turning My Windows Media Center PC into a backend/frontend connected to my LG 42" LCD TV. It has a Blackbird tuner of unknown origin. It's a ViewSonic M2100 that I picked up 2003.
  • Remotes. Currently I'm using my wireless keyboard. My viewsonic has it's on ir keyboard with builtin mouse.

Slave Backend #1

  • AMD Duron 1.3 GHz overclocked to 1.9 GHz
  • 512 MB Ram
  • Redhat Fedora Core 5 OS/Mythdora
  • 80 GB Maxtor HD
  • Tuner: KWorld Global Terminator

modprobe.conf

alias eth0 via-rhine
alias char-major-61 lirc_i2c
alias scsi_hostadapter sata_via
alias snd-card-0 snd-via82xx
#alias snd-card-1 snd-bt87x
#options snd-via82xx index=0
#FIREWIRE
alias ieee1394-controller ohci1394
install ohci1394 /sbin/modprobe --ignore-install ohci1394; /sbin/modprobe raw1394
#BTTV
alias char-major-81 videodev
options saa7134 card=65 tuner=54
#alias char-major-81-0 bttv
options snd-bt87x index=1 load_all
#options bttv card=10 tuner=2
#LIRC
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

rc.local

My slave backend occasionally mutes itself and I don't catch the silence for a few weeks to days. This stops it unless gnome decides to mute my line in feed.

#!/bin/bash

# This file allows you to execute things at the end of boot

touch /var/lock/subsys/local
# BTTV
/sbin/modprobe bttv
/sbin/modprobe irda
/sbin/modprobe sir-dev
/sbin/modprobe irtty-sir
/sbin/modprobe ir-kbd-i2c

/sbin/modprobe saa7134-oss
/usr/bin/v4l2-ctl --set-ctrl=mute=0
/usr/bin/v4l2-ctl --set-ctrl=volume=10
/usr/bin/v4l2-ctl --set-ctrl=automute=0

Slave Backend #2

  • Intel 3.0 GHz Pentium 4 Hyperthreaded
  • 1GB Ram
  • 300 GB HD
  • LG 16x Double Layer DVD+/RW/DVD-RAM IDE Drive
  • Tuner: WinTV-GO-Plus

rc.local

My slave backend occasionally mutes itself and I don't catch the silence for a few weeks to days. This stops it unless gnome decides to mute my line in feed.

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

915resolution 58 1280 1024
/usr/bin/v4lctl volume mute off
/usr/bin/v4lctl setattr automute off
/usr/bin/v4lctl setattr mute off
exit 0

Slave Backend #3

  • AMD Athlon64 X2 Dual Core Processor 3800+
  • 2GB Ram
  • 250 GB HD
  • Ubuntu 7.04
  • Tuner: WinTV-Go-Plus

No need in Unbuntu

modprobe.conf

alias eth0 8139too
alias eth1 r8169
alias scsi_hostadapter sata_sil
alias scsi_hostadapter1 usb-storage
options snd cards_limit=2
alias snd-card-0 snd-atiixp
alias snd-card-1 snd-bt87x
options snd-card-0 index=0
options snd-bt87x index=1 load_all
#options snd-atiixp index=0
alias sound-slot-0 snd-atiixp
alias sound-slot-1 snd-bt87x
remove snd-atiixp { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/m$
options bttv card=10 tuner=2

rc.local

My slave backend occasionally mutes itself and I don't catch the silence for a few weeks to days. This stops it unless gnome decides to mute my line in feed.

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/usr/bin/v4lctl volume mute off
/usr/bin/v4lctl setattr automute off
/usr/bin/v4lctl setattr mute off