On Sun, Dec 20, 2009 at 6:40 PM, Pedro Ribeiro <pedrib@xxxxxxxxx> wrote: > Damn, I suspected that. > > Anyway, I'm having trouble viewing analog TV. I can scan and watch > channels fine, but there is no audio, and I don't know how to > configure it. If you could help me, I would really appreciate it > > Should I use the em28xx soundcard for output or my own internal soundcard? > > tvtime only uses ALSA, but my internal soundcard as OSS mixer > emulation (the em28xx has not). However, I cannot control the volume > in tvtime > > Alsa says that the em28xx soundcard has no mixer controls. Hello Pedro, Tvtime doesn't support reading on ALSA devices - this is an issue not specific to the em28xx, but effects pretty much every modern tuner - tvtime was written during a time when capture cards had a line out cable that you would connect to speakers. I've written about the topic at length on the kernellabs.com blog if you want more info. Note that the em28xx provides a PCM *input* device. To get audio, you will typically read on the em28xx PCM device and output to your sound card. To make it work in tvtime, run tvtime, open a separate window, and try the following: arecord -D hw:1,0 -c 2 -r 48000 -f S16_LE | aplay - (assuming that the em28xx board is detected as "1,0" if you run "arecord -l") Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html