Monday, September 18, 2006

Mythtv rc.local startup additions

My rc.local for mythtv on fc5

/usr/bin/mysqlcheck -u root -pxxxxx -r --all-databases
/sbin/modprobe lirc_mceusb2
/sbin/modprobe bt878
/sbin/modprobe dvb-bt8xx
/sbin/modprobe dst
amixer -c 0 sset Line,0 100%,100% cap mute
amixer -c 0 sset Capture,0 100%,100% cap mute
amixer sset 'IEC958 Playback AC97-SPSA' 0
mount -t cifs -o username=administrator,password=xxxx, //xxx/network /mnt/network
chmod -R 777 /dev/dvb/adapter0
chmod -R 777 /dev/dvb/adapter1

No comments:

Post a Comment