Results 1 to 4 of 4
As the title says /dev/dsp and dsp1 are swapping places causing mythtv to pull the wrong audio from the wrong tuners. It does this when the machine is rebooted.
How ...
- 03-29-2010 #1
/dev/dsp and dsp1 swapping every reboot.
As the title says /dev/dsp and dsp1 are swapping places causing mythtv to pull the wrong audio from the wrong tuners. It does this when the machine is rebooted.
How can I make it permanent it?
I'm using Mythbuntu 9.04.
please help me, mythbuntu forums are um.... lacking help today.
Any help is APPRECIATED!
~MP
- 03-30-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
This is not an uncommon problem. The OS sets the device id by the order it sees it when booting. Assuming you have two such devices, this can easily happen (consider it a random number generator problem). What about a cold vs. a warm reboot? Does the order change then? (cold reboot, check, cold reboot, check again).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-30-2010 #3
- 03-31-2010 #4
After several hard days of searching google, I have found the solution!
This is how you do it
List your active sound modules
This is what mine looks like.Code:cat /proc/asound/modules
then change directory to /etc/modprobe.dCode:pvr@pvr:~$ cat /proc/asound/modules 0 snd_intel8x0 1 saa7134_alsa pvr@pvr:~$
create a conf file with any name, I named mine, "snd-card.conf."
you can do it with your favorite editor, I like nano, it's simple to use.
then typeCode:sudo nano snd-card.conf
options xxyour1stsndcard index=0
options xxxxyour2ndsndcard index=1
and so on.
again what my config looks like
save and exit, reboot your computer several times, make sure it holds.Code:GNU NANO 2.0.9 file snd-card.conf options snd_intel8x0 index=0 options saa7134_alsa index=1


Reply With Quote
