瀏覽單個文章
dragfire
Major Member
 

加入日期: Jul 2004
您的住址: pandemonium
文章: 132
1.安裝Fedora core 6
2.設定使用atrpms做的軟件包
# cd /etc/yum.repos.d/
# wget http://wilsonet.com/mythtv/atrpms.repo
# wget http://wilsonet.com/mythtv/freshrpms.repo
3.安裝mythtv
# yum -y install mythtv-suite
4.初始設定資料庫
# /sbin/chkconfig mysqld on
# /sbin/service mysqld start
# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('ROOT_PWD') WHERE user='root';
mysql> FLUSH PRIVILEGES;
mysql> quit
5.安電視卡驅動
6.設定mythtv
$ mythtvsetup
7.啟動mythtv
# chkconfig mythbackend on
# service mythbackend start
8.使用mythtv
$ mythfrontend

大致就這樣
舊 2007-01-09, 04:13 PM #10
回應時引用此文章
dragfire離線中