saa7134 TV Tuner card audio problems
- From: "G D" <fiamazo (at) gmail.com>
- Date: Thu, 9 Mar 2006 10:44:01 +0100
Hi,
I've tried with a bunch of sox options, but the best working, form the sync
point of view, is the following:
sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp
Test and report,
Bye,
G. D. Fiamazo
On 3/9/06, Mark W. Stroberg <mwstroberg (at) comcast.net> wrote:
>
> To All:
> I tried Jack's suggestion, adapting it for alsa, so that the following
> line was typed in before running tvtime:
>
> $ sox -t al -r 8000 -b -c 2 /dev/dsp1 -t al /dev/dsp
>
> It works fine. Only problem: There is a 15-20 second delay between
> video
> and sound. Does anyone know how to fix this?
>
> Mark W. Stroberg
>
>
> ----- Original Message -----
> From: "Jack van de Sande" <jvdsande (at) home.nl>
> To: "Linux and Kernel Video" <video4linux-list (at) redhat.com>
> Sent: Wednesday, March 08, 2006 2:06 PM
> Subject: Re: saa7134 TV Tuner card audio problems
>
>
> >
> > Noel,
> >
> > in this mailinglist there is a thread starting 27.2.6 concerning saa7134
> and
> > sound.
> >
> > What works for me (Kanotix, kernel 2.6.15-1, laptop with medion 7134 TV
> > capture capture card):
> >
> > as root in a console:
> > # modprobe saa7134 oss=1
> > # modprobe saa7134-oss
> >
> > as user in a console:
> > $ sox -t ossdsp -r 8000 -b -c 2 /dev/dsp2 -t ossdsp /dev/dsp
> >
> > from the desktop: when I now start e.g. tvtime I have sound, however
> with
> some
> > delay, so I am still continuing experimenting,
> >
> > regards,
> >
> > Jack
> >
> >
> >
> > On Wednesday 08 March 2006 04:55, Noel Smith wrote:
> > > I hope this isn't a duplicate message. I just got a
> > > MAILER_DAEMON email after I tried to send before.
> > >
> > > I'm hoping someone can help me. I'm new to Linux and
> > > am trying to get a settop box with MythTV working.
> > > I'm running Fedora Core 4 with kernel
> > > 2.6.15-1.1833_FC4. My problem is that I have a fairly
> > > generic Philips TV tuner card and I can't get the
> > > audio to work. I've been searching the web for
> > > solutions, and thought I fixed it at one point cause I
> > > got audio (so I know it's possible with this
> > > hardware), the problem was that I had been changing
> > > things trying to get it to work for hours and the
> > > command: modprobe saa7134 i2c_scan=1, that I thought
> > > fixed it apparently wasn't what fixed it, so once I
> > > reboot the machine I was back to square one. So far
> > > I've solved the problem of what card and tuner it is
> > > card=34 tuner=9, but I think the problem is with
> > > saa7134-alsa.ko. I've tried modprobing saa7134-alsa
> > > and the responce I get is:
> > >
> > > FATAL: Error inserting saa7134_alsa
> > >
> (/lib/modules/2.6.15-
> 1.1833_FC4/kernel/drivers/media/video/saa7134/saa7134-
> > >alsa.ko): Unknown symbol in module, or unknown parameter (see
> > > dmesg)
> > >
> > > when I use dmesg I see:
> > >
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_new
> > > saa7134_alsa: Unknown symbol snd_pcm_new
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_stop
> > > saa7134_alsa: Unknown symbol snd_pcm_stop
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_lib_ioctl
> > > saa7134_alsa: Unknown symbol snd_pcm_lib_ioctl
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_set_ops
> > > saa7134_alsa: Unknown symbol snd_pcm_set_ops
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_hw_constraint_integer
> > > saa7134_alsa: Unknown symbol
> > > snd_pcm_hw_constraint_integer
> > > saa7134_alsa: disagrees about version of symbol
> > > snd_pcm_period_elapsed
> > > saa7134_alsa: Unknown symbol snd_pcm_period_elapsed
> > >
> > >
> > > I've found some sites showing ways of using the PCI
> > > bus to get audio, but they say to use the option
> > > dsp_nr= and when I use that option with modprobe
> > > saa7134 I get an error, so it appears that is no
> > > longer supported. I'm really not concerned about how
> > > it works (PCI bus or audio cable from tuner card to
> > > sound card) just so long as I can get it to work.
> > > I've tried hooking up my headphones to the audio out
> > > on the tv tuner card and I get no audio, so I'm
> > > assuming it's a problem with how I'm setting up the
> > > saa7134 or saa7134-alsa module. Also, this is what I
> > > have in my modprobe.conf file:
> > >
> > > alias eth0 e100
> > > alias scsi_hostadapter ata_piix
> > > alias snd-card-0 snd-intel8x0
> > > options snd-card-0 index=0
> > > options snd-intel8x0 index=0
> > > remove snd-intel8x0 { /usr/sbin/alsactl store 0
> > >
> > > >/dev/null 2>&1 || : ; }; /sbin/modprobe -r
> > >
> > > --ignore-remove snd-intel8x0
> > > alias char-major-81 saa7134
> > > alias usb-controller ehci-hcd
> > > alias usb-controller1 uhci-hcd
> > > alias char-major-81 videodev
> > > alias char-major-81-0 saa7134
> > > options saa7134 card=34 tuner=9
> > >
> > > again, I'm new to Linux, so I really don't know what
> > > all these do, except for the last line, which I added
> > > so I didn't have to use modprobe each time I reboot.
> > >
> > > Any help will be greatly appreciated,
> > >
> > > Noel Smith
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> > > --
> > > video4linux-list mailing list
> > > Unsubscribe
> mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
> > > https://www.redhat.com/mailman/listinfo/video4linux-list
> >
> > --
> > video4linux-list mailing list
> > Unsubscribe mailto:video4linux-list-request (at) redhat.com
> ?subject=unsubscribe
> > https://www.redhat.com/mailman/listinfo/video4linux-list
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
>
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list