Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Yesterday (4/21/08) I was trying out a radio stream (it did not work) and for some reason, after that, when I went to play music in Amarok and then XMMS, the sound no longer worked. I had to restart my computer (turn completely off then back on) to get the sound back. My guess is that the stream, which did not work, had "hijacked" my sound.
How can I restart the sound without having to shut down the computer then turning it back on?
I've had the same problem... Except that it was enough for me to restart the X server. Would love to get a solution, since it's really annoying having to exit X every few weeks.
Pleased it worked. kmix probably disappeared as there was no sound system for it to mix. If you had logged out and back in again (not rebooted), it probably would have reappeared, but you fixed it anyway.
To prevent things grabbing audio and not letting go, I have a KDE setting in kcontrol -> Sound system -> General, that is titled "Auto-suspend". I set this to "Auto suspend if idle after 1 second", and these things do not happen.
Another option to consider if the methods in the above thread do not work, is to restart the alsa kernel drivers.
On my Debian Lenny installation, "alsa-utils reload" does not reload the kernel drivers (at least not successfully - assuming it tries at all).
After trying the other methods listed in this thread without success, I found that my audio would come back after typing "alsa force-reload" as root (which removes and replaces the alsa kernel drivers among other things.) (The alsa command should be in root's path, and on my system is located at /usr/sbin/alsa)
Note however that typing that command results in the immediate termination of applications that have the audio open. (The volume control in gnome, for example.) It also killed my firefox apparently because it had a flash object present. (Of course firefox came back nicely afterwards using its automatic session save feature.) Similarly, the gnome volume control restarted all by itself simply by clicking the "retry" button on the popup that was telling me the volume control had terminated unexpectedly.
However Google is giving is a second life, so to speak. It came up in my initial search when I had first encountered this issue, and still does today.
I therefore thought it deserved some update and expansion. It can now serve a broader audience (with a wider variety of system difficulties) because of the mixture of solution approaches.
Although that does depend on a proper configuration to start with for module auto loading. Also it does not address WHY your sound device went out of bounds to start with. Most times I find that some sound daemon got started that I don't typically use. artsd? Which locks the sound device from being used by other means. XMMS lets you choose which method to use for access, but it doesn't to my knowledge auto detect, nor auto changes on the fly after launch.
Fortunately most media players let you choose, and if you know which access method you are / intend / got forced to use, you can configure accordingly. Just have a slight awareness of what's going on behind the magic curtain. And keep some familiarity with your ps output so that you know when one of these things is not like the others. It also helps you identify those, I closed this application, but ps says it's still running things. Which could also be WHY you lost access. From a certain point of view, rebooting, or restarting your drivers is a last resort. It's something that you should NOT have to do if things are working the way that they're supposed to work. Although it is generally the quickest fix.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.