[mythtv-users] Switched TV cards: no sound and no channel change

Jurgen Kramer gtm.kramer at inter.nl.net
Fri Jun 11 03:32:49 EDT 2004


On Thu, 2004-06-10 at 22:00, Stephen Tait wrote:
> At 21:41 10/06/2004 +0200, you wrote:
> >Hi,
> >
> >Secondly I do not get sound from the PVR-250 what so ever. I've checked
> >that the prober msp3400 module is loaded.
> >
> >What can be the problem?
> 
> I had this problem too. Turned out I had to load an extra module to get the 
> sound on my board working - UK PAL I PVR-250. Most boards in the US don't 
> seem to need this if the howto's are anything to go by.
> 
> In my /etc/modules.d/ivtv I have:
> 
> alias char-major-81     videodev
> alias char-major-81-0   ivtv
> alias char-major-61 lirc_i2c
> options ivtv debug=0 mpg_buffers=30 ivtv_pal=1
> options tuner type=1
> options saa7127 pal=1 enable_output=1 output_select=0
> add below ivtv msp3400 saa7115 saa7127 tuner
> add above ivtv lirc_dev lirc_i2c
> #This line below doesn't work, damnit, figure it out!
> #post-install ivtv /usr/bin/test_ioctl -u 0xff -p 4 -f width=640,height=480
> 
> You'll note that I have the msp3400, saa7115 and saa7127 loaded - try this, 
> update modules.conf and then rmmod/insmod ivtv and see if that helps. 
> Worked for me, YMMV :^)
> 
I am not sure whether I need the saa7127 module, I think it's only on
the PVR-350. I can get sound when I do a cat /dev/video0 >
somempeg.mpeg, but with mythtv there's no sound...

My modprobe.conf:
# ivtv stuff
alias char-major-81 videodev
alias char-major-81-0 ivtv
options tuner type=29
options ivtv ivtv_debug=1 tuner=29
options msp3400 once=1 simple=1
#add below ivtv msp3400 saa7115 tuner

And a little script to start ivtv:
#!/bin/sh
modprobe i2c-core
modprobe i2c-algo-bit
modprobe tuner type=29
modprobe msp3400
modprobe videodev
modprobe saa7115
modprobe ivtv
test_ioctl -u 0xff
test_ioctl -p 4
test_ioctl -f width=720,height=576
test_ioctl -v input=3,output=1


Jurgen



More information about the mythtv-users mailing list