気まぐれSE日記

地方でエンジニアしてます

ivtv初期化しないとうまく動かなくなるらしい。

ivtvが動かなくなったというか、mplayerでTV表示できなくなった件、一応解決したので書いておきます。
/etc/rc.d/rc.local にこのようなコマンドを書いておくと治りました。


# GV-MV-RX ドライバ組込み init
modprobe ivtv
sleep 2

# TV映像サイズを720x480に設定 サイズはなんでもいいらしい
/usr/local/bin/ivtvctl --set-format=width=720,height=480

# チューナーを日本 チャンネルを2ch
/usr/local/bin/ivtv-tune -t japan-bcast -c2

このあと、これでTV表示可能。
mplayer /dev/video



肝心なMythTVはやっぱりエラー出て動いてくれない
時間?がとれてないのが気になる


2006-07-05 01:01:25.437 Using runtime prefix = /usr
2006-07-05 01:01:25.449 XScreenSaver support enabled
2006-07-05 01:01:25.457 New DB connection, total: 1
2006-07-05 01:01:25.458 Connected to database 'mythconverg' at host: localhost
2006-07-05 01:01:25.459 Total desktop dim: 1280x1024, with 1 screen[s].
2006-07-05 01:01:25.473 Running in a window
2006-07-05 01:01:25.474 Using screen 0, 1280x999 at 0,0
2006-07-05 01:01:25.477 Current Schema Version: 1123
2006-07-05 01:01:25.478 mythfrontend version: 0.19.20060121-2 www.mythtv.org
2006-07-05 01:01:25.478 Enabled verbose msgs: important general
2006-07-05 01:01:25.763 lang0: jpn
2006-07-05 01:01:25.763 lang: jpn
2006-07-05 01:01:25.768 lang1: jpn
2006-07-05 01:01:25.769 lang: jpn
2006-07-05 01:01:25.835 Total desktop dim: 1280x1024, with 1 screen[s].
2006-07-05 01:01:25.837 Running in a window
2006-07-05 01:01:25.837 Using screen 0, 1280x999 at 0,0
2006-07-05 01:01:25.838 Switching to square mode (blue)
2006-07-05 01:01:26.210 Joystick disabled.
2006-07-05 01:01:26.307 Registering Internal as a media playback plugin.
2006-07-05 01:01:29.848 NetworkControl: Listening for remote connections on port 6546
2006-07-05 01:01:32.799 New DB connection, total: 2
2006-07-05 01:01:32.800 Connected to database 'mythconverg' at host: localhost
2006-07-05 01:01:32.821 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2006-07-05 01:01:32.830 Using protocol version 26
2006-07-05 01:01:32.861 TV: Attempting to change from None to WatchingLiveTV
2006-07-05 01:01:32.879 Using protocol version 26
2006-07-05 01:01:32.937 GetEntryAt(-1) failed.
2006-07-05 01:01:32.938 EntryToProgram(0@? 1? 1 09:00:00 1970) failed to get pginfo
2006-07-05 01:01:32.938 TV Error: LiveTV not successfully started
2006-07-05 01:01:32.938 TV Error: LiveTV not successfully started

2006-07-05 01:01:32.950 TV: Deleting TV Chain in destructor
2006-07-05 01:01:32.952 Disable DPMS
2006-07-05 01:01:32.953 Enable DPMS

カーネル2.6の問題かな?