See my signature for details of my setup....
Until today, audio has been working fine on my Raring VM. I've had a few glitches here and there, but by and large I've been able to play sound in any app. However, I've ruined several VMs previously when I've installed a MIDI sequencer like qTractor which has caused some kind of audio driver conflict, killing sound system-wide. The only solution when this happened was to delete the VM and make a new one. So I've been very cautious with what audio-related software I install - until today.
I wanted to try out LMMS (Linux MultiMedia Studio) and I decided it was worth taking the risk. I didn't check my other audio apps (like Banshee and MuseScore) to make sure they were working immediately before installing it, but I assume they were because I've used them fairly recently. Anyway, on opening LMMS I discovered there was no sound output. It had started up with 'dummy sound', aka no sound output, so I switched that to ALSA (what I seem to be using system-wide) and restarted LMMS. Still no sound. I checked out the LMMS documentation and there was no mention of problems with NO sound, although plenty of mention of problems with BAD sound. Just to see if it might help, I followed the instructions under heading 2 on this page (http://lmms.sourceforge.net/wiki/ind...roubleshooting). It didn't make any difference.
At this point I decided to check if my other audio apps were still working. Guess what? No sound in any of 'em. I also checked Youtube. It seems the audio blackout is system-wide
I checked the system log and found the following. I don't know whether this is relevant or not, but it sure looks like it might be...
I should add that I've googled this issue and while lots of people appear to have problems with sound, it's always under different circumstances to mine (such as upgrading hardware or software). I haven't changed anything except installed an app that appears to have confused the audio drivers!
If anyone understands what's going on here and how to fix it, I'd really appreciate a step-by-step explanation. I'm a Linux newbie, so there's a lot of stuff I haven't learnt yet.
Until today, audio has been working fine on my Raring VM. I've had a few glitches here and there, but by and large I've been able to play sound in any app. However, I've ruined several VMs previously when I've installed a MIDI sequencer like qTractor which has caused some kind of audio driver conflict, killing sound system-wide. The only solution when this happened was to delete the VM and make a new one. So I've been very cautious with what audio-related software I install - until today.
I wanted to try out LMMS (Linux MultiMedia Studio) and I decided it was worth taking the risk. I didn't check my other audio apps (like Banshee and MuseScore) to make sure they were working immediately before installing it, but I assume they were because I've used them fairly recently. Anyway, on opening LMMS I discovered there was no sound output. It had started up with 'dummy sound', aka no sound output, so I switched that to ALSA (what I seem to be using system-wide) and restarted LMMS. Still no sound. I checked out the LMMS documentation and there was no mention of problems with NO sound, although plenty of mention of problems with BAD sound. Just to see if it might help, I followed the instructions under heading 2 on this page (http://lmms.sourceforge.net/wiki/ind...roubleshooting). It didn't make any difference.
At this point I decided to check if my other audio apps were still working. Guess what? No sound in any of 'em. I also checked Youtube. It seems the audio blackout is system-wide
I checked the system log and found the following. I don't know whether this is relevant or not, but it sure looks like it might be...
Code:
09/17/13 05:21:46 PM kubuntu-VirtualBox pulseaudio[2062] [pulseaudio] pid.c: Daemon already running. 09/17/13 05:21:46 PM kubuntu-VirtualBox pulseaudio[2020] [alsa-sink] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! 09/17/13 05:21:46 PM kubuntu-VirtualBox pulseaudio[2020] [alsa-sink] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_intel8x0'. Please report this issue to the ALSA developers. 09/17/13 05:21:46 PM kubuntu-VirtualBox pulseaudio[2020] [alsa-sink] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
If anyone understands what's going on here and how to fix it, I'd really appreciate a step-by-step explanation. I'm a Linux newbie, so there's a lot of stuff I haven't learnt yet.
Comment