Mailing List Archive

No Sound
Hi!

I have a Sound Blaster Live 5.1 which I am trying to get to work with
MythTV, I followed the instructions in the HOW-TO but I can't get MythTV
to play sound at all but when I do "aplay /dev/dsp" I can hear the sound
from the tv.

this is what mythfrontend says when I run it:
connecting to backend server: 127.0.0.1:6543
Changing from None to WatchingLiveTV
Input #0, mpeg, from 'rbuf://127.0.0.1:6543/mnt/store//ringbuf1.nuv':
Stream #0.0: Video: mpegvideo, 480x480, 29.97 fps, 16000 kb/s
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
Over/underscanning. V: 0.000000, H: 0.000000, XOff: 0, YOff: 0
Using XV port 50

I tried sampling rates: 32000, 44100 and 48000. What am I doing wrong?

Thanks in advance,
Miguel
RE: No Sound [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What does the backend say?

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPswKA/c1NpCTlP0JEQJtFgCgq7AS45XCrsrqNWlG+LxyYNuq8T0AoJY0
Uk4Kq1md0kswsAyU7Z/b5Sjc
=KGuX
-----END PGP SIGNATURE-----
Re: No Sound [ In reply to ]
The backend says:

Starting up as the master server.
Probed: /dev/video0 - Composite 0
Probed: /dev/video0 - Composite 1
Probed: /dev/video0 - Composite 2
Probed: /dev/video0 - Composite 3
Probed: /dev/video0 - Tuner 0
Probed: /dev/video0 - Composite 4
Probed: /dev/video0 - S-Video 0
Probed: /dev/video0 - S-Video 1
Probed: /dev/video0 - S-Video 2
Probed: /dev/video0 - S-Video 3
2003-05-21 19:30:56 adding: power32 as a player 1
2003-05-21 19:31:05 adding: power32 as a player 0
2003-05-21 19:31:05 adding: power32 as a player 0
2003-05-21 19:31:05 adding: power32 as a remote ringbuffer
Changing from None to WatchingLiveTV
Changing from WatchingLiveTV to None

Miguel
Re: No Sound [ In reply to ]
Miguel Omar Carvajal wrote:
> Hi!
>
> I have a Sound Blaster Live 5.1 which I am trying to get to work with
> MythTV, I followed the instructions in the HOW-TO but I can't get MythTV
> to play sound at all but when I do "aplay /dev/dsp" I can hear the sound
> from the tv.
>
> this is what mythfrontend says when I run it:
> connecting to backend server: 127.0.0.1:6543
> Changing from None to WatchingLiveTV
> Input #0, mpeg, from 'rbuf://127.0.0.1:6543/mnt/store//ringbuf1.nuv':
> Stream #0.0: Video: mpegvideo, 480x480, 29.97 fps, 16000 kb/s
-----------------------^^^^^^^^^
> Stream #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
----------------------------------------------^^^

Can we infer from this that this is a PVR-250? If so, the
HOW-TO instruction for recording from line-in don't apply.
The audio is multiplexed in the hardware encoding stream.
Either your driver modules are setup correctly to capture
audio (more likely) or PCM and Master aren't set to play
the audio (less likely). Others who are using these cards
may be able to give you more specific advice.

-- bjm
Re: No Sound [ In reply to ]
Yes, I am using a PVR-250 but I cannot find any info on how to set this
up in the archives, can anybody give me some pointers?

Thanks,
Miguel

Bruce Markey wrote:

> Miguel Omar Carvajal wrote:
>
>> Hi!
>>
>> I have a Sound Blaster Live 5.1 which I am trying to get to work with
>> MythTV, I followed the instructions in the HOW-TO but I can't get
>> MythTV to play sound at all but when I do "aplay /dev/dsp" I can hear
>> the sound from the tv.
>>
>> this is what mythfrontend says when I run it:
>> connecting to backend server: 127.0.0.1:6543
>> Changing from None to WatchingLiveTV
>> Input #0, mpeg, from 'rbuf://127.0.0.1:6543/mnt/store//ringbuf1.nuv':
>> Stream #0.0: Video: mpegvideo, 480x480, 29.97 fps, 16000 kb/s
>
> -----------------------^^^^^^^^^
>
>> Stream #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
>
> ----------------------------------------------^^^
>
> Can we infer from this that this is a PVR-250? If so, the
> HOW-TO instruction for recording from line-in don't apply.
> The audio is multiplexed in the hardware encoding stream.
> Either your driver modules are setup correctly to capture
> audio (more likely) or PCM and Master aren't set to play
> the audio (less likely). Others who are using these cards
> may be able to give you more specific advice.
>
> -- bjm
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>
Re: No Sound [ In reply to ]
On Wednesday 21 May 2003 10:18 pm, Miguel Omar Carvajal wrote:
> Yes, I am using a PVR-250 but I cannot find any info on how to set this
> up in the archives, can anybody give me some pointers?

The most likely thing is that you didn't load the msp3400 module that got
compiled with the ivtv driver -- instead, you've got the msp3400 module from
the standard kernel compile.

Isaac
Re: No Sound [ In reply to ]
At 10:19 PM 5/21/2003 -0400, you wrote:
>On Wednesday 21 May 2003 10:18 pm, Miguel Omar Carvajal wrote:
> > Yes, I am using a PVR-250 but I cannot find any info on how to set this
> > up in the archives, can anybody give me some pointers?
>
>The most likely thing is that you didn't load the msp3400 module that got
>compiled with the ivtv driver -- instead, you've got the msp3400 module from
>the standard kernel compile.

I can second this one, I did it. Go to the drivers directory for your IVTV
CVS pull and do an insmod instead of the modprobe they speak of in the
docs. insmod ./msp3400.o should do it for you

-Jeff