I had what appears to be a similar situation with my FC3 setup.  I
changed my sound cards around and ended up with an alsa configuration
that didn't match my sound cards.  The correct way to fix it is with
system-config-soundcard.  

My /etc/asound.conf file specified the default cards as card 1 even
though I had removed a card from the system so card 1 no longer existed.
I changed it to card 0 and now it works fine.  You may need to look a
little further at your alsa setup.

http://alsa.opensrc.org/index.php?page=.asoundrc

To manually get it to run with no data file changes you can try
specifying the device manually when you run mplayer.  This is what I
used to do until I fixed alsa.

mplayer -vo xv -ao alsa:mmap:noblock:device=hw=0.0 /dev/video0

Justin

On Sun, 2005-02-20 at 16:02 -0600, fieldhdj wrote:
> Hello MythTVers,
> 
> basics:
> Fedora Core 2.6.10-1.766_FC3smp
> P4/3.0 Ghz/Intel D915PBL motherboard
> Hauppauge 350
> eVGA nvidia MX 4000 video card
> 
> I've started a FC3 install using Jarod's HOWTO.  Was doing fine except
> for audio, but got a test pattern output on my TV when I loaded it
> with the SAA7127 module.  When I tried to capture video, I got the
> following error mesage:
> 
> [EMAIL PROTECTED] mythtv]# mplayer -vo xv /tmp/test_cap.mpg
> MPlayer 1.0pre6-3.4.2 (C) 2000-2004 MPlayer Team
> CPU: Intel Pentium 4/Xeon/Celeron Northwood (Family: 8, Stepping: 4)
> Detected cache-line size is 64 bytes
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> Opening joystick device /dev/input/js0
> Can't open joystick device /dev/input/js0 : No such file or directory
> Can't init input joystick
> Setting up LIRC support...
> mplayer: could not connect to socket
> mplayer: No such file or directory
> Failed to open LIRC support.
> You will not be able to use your remote control.
> Playing /tmp/test_cap.mpg.
> MPEG-PS file format detected.
> VIDEO:  MPEG2  720x480  (aspect 2)  29.970 fps  9600.0 kbps (1200.0 kbyte/s)
> ==========================================================================
> Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
> AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 48000->192000 (384.0 kbit)
> Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
> ==========================================================================
> vo: X11 running at 800x600 with depth 24 and 32 bpp (":0" => local display)
> ==========================================================================
> Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
> VDec: vo config request - 720 x 480 (preferred csp: Mpeg PES)
> Could not find matching colorspace - retrying with -vf scale...
> Opening video filter: [scale]
> The selected video_out device is incompatible with this codec.
> VDecoder init failed :(
> Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
> Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
> ==========================================================================
> Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
> AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
> AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
> alsa-init: no soundcards found: Success
> audio_out: alsa9 and alsa1x modules were removed, use -ao alsa instead.
>  
> Any help or direction would be appreciated!
> djf
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-- 
Justin Schaub
[EMAIL PROTECTED]

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to