-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound modules load in random order #201
Comments
Hi ismell, can we close this for now? |
I'll double check on my latest dev build and let you know if it's been fixed. |
@ismell ping :-) |
I'll test it today I promise :P |
Just tested it today and it still alive. root ~ # aplay -l root ~ # aplay -l I don't personally need usb audio so I have it blacklisted. Though a new user might find it confusing if the sound randomly stops working for them. On a different note I also tried using the drop downs in the XBMC audio settings to pick hdmi - NVidia -7 and I got the following: If that was to work correctly I don't think it would matter what order the modules loaded because they would be loaded by name then. Raul |
I'm running OpenELEC 1.95.4 in a Jetway ION2 computer and this issue hasn't been solved yet. |
For now just do the following |
closing for now, if the problem still exist please open a new report |
In the latest builds snd-usb-audio randomly loads into slot 0 or 1 when in the alsa-base.conf it has the index listed as -2.
This causes issues because it's expected that snd-hda-intel will be in slot 0. Adding indexes or even using the new
options snd slots snd-intel-hda, snd-usb-audio
option does not do anything.I think this is the reason sound only works 50% of the time on some boxes.Don't know how to fix it yet, but looking into it.
Raul
The text was updated successfully, but these errors were encountered: