punkrawker82
April 22nd, 2008, 09:33 PM
I was building a MythTV box for a friend and was having issues with the AverMedia M-150 D they had installed. I had audio and video working in analog with that card, but the framerate was horrible. It was absolutely unwatchable. My friend informed me he also had a Hauppauge WinTV-HVR 950 I could try, so...
I plugged it in
Performed a fresh install of Mythbuntu 7.10
Followed the Fiesty Fawn instructions located here:
http://lunapark6.com/usb-hdtv-tuner-stick-for-windows-linux-hauppauge-wintv-hvr-950.html
And I couldn't get audio to work with analog using the WinTV-HVR 950. So, I went back to a site I had looked at for the Avermedia M-150 D which discussed the index of audio devices located here:
http://mythtv.org/wiki/index.php/PCI_TV_audio
I remembered having to manually set my cx88 device to an index of 1 when working with the avermedia tuner. But in the case of the WinTV-HVR 950 I needed the EM28xx to have an index of 1, so...
I ran the command
sudo cat /proc/asound/cards
Sure enough, my audigy sound card had index 0 (which it should), the cx88 had index 1, and the EM28xx had an index of 2. I needed to flip the cx88 and EM28xx so that the EM28xx has an index of 1 and the cx88 has an index of 2. From the audio site it stated the EM28xx uses the snd-usb-audio module. You can control what index an audio device receives by manually editing /etc/modprobe.d/alsa-base
I ran the command
sudo nano /etc/modprobe.d/alsa-base
The WinTV-HVR 950 uses the snd-usb-audio module. So I located the line:
options snd-usb-audio index=-2
and changed the index of -2 to an index of 1. I also changed the index of my cx88 based avermedia tuner from an index of -2 to an index of 2. I then saved my chnges and rebooted.
After I rebooted, I ran the mythtv backend once again and made sure the setting for my Audio Device within the Analog Capture Card Setup was set to /dev/dsp1 as we set the EM28xx/snd-usb-audio to use index 1.
In my MythTV frontend General settings I'm using the ALSA Default.
There you have it, the WinTV-HVR 950 setup in analog with working Audio and Video.:-D
Let me know if it works for you guys!
I plugged it in
Performed a fresh install of Mythbuntu 7.10
Followed the Fiesty Fawn instructions located here:
http://lunapark6.com/usb-hdtv-tuner-stick-for-windows-linux-hauppauge-wintv-hvr-950.html
And I couldn't get audio to work with analog using the WinTV-HVR 950. So, I went back to a site I had looked at for the Avermedia M-150 D which discussed the index of audio devices located here:
http://mythtv.org/wiki/index.php/PCI_TV_audio
I remembered having to manually set my cx88 device to an index of 1 when working with the avermedia tuner. But in the case of the WinTV-HVR 950 I needed the EM28xx to have an index of 1, so...
I ran the command
sudo cat /proc/asound/cards
Sure enough, my audigy sound card had index 0 (which it should), the cx88 had index 1, and the EM28xx had an index of 2. I needed to flip the cx88 and EM28xx so that the EM28xx has an index of 1 and the cx88 has an index of 2. From the audio site it stated the EM28xx uses the snd-usb-audio module. You can control what index an audio device receives by manually editing /etc/modprobe.d/alsa-base
I ran the command
sudo nano /etc/modprobe.d/alsa-base
The WinTV-HVR 950 uses the snd-usb-audio module. So I located the line:
options snd-usb-audio index=-2
and changed the index of -2 to an index of 1. I also changed the index of my cx88 based avermedia tuner from an index of -2 to an index of 2. I then saved my chnges and rebooted.
After I rebooted, I ran the mythtv backend once again and made sure the setting for my Audio Device within the Analog Capture Card Setup was set to /dev/dsp1 as we set the EM28xx/snd-usb-audio to use index 1.
In my MythTV frontend General settings I'm using the ALSA Default.
There you have it, the WinTV-HVR 950 setup in analog with working Audio and Video.:-D
Let me know if it works for you guys!