Page 1 of 1

Re: GStreamer Failed@

Posted: Tue Jul 01, 2008 10:35 pm
by 67GTA
I had this error once with Ubuntu, and wound up having to reinstall. Try

Code: Select all

sudo /etc/init.d/alsa-utils restart
in a terminal.

Re: GStreamer Failed@

Posted: Wed Jul 02, 2008 11:44 am
by 67GTA
You might try reloading the alsa modules. Run these one at a time from a terminal:

Code: Select all

cd /usr/src

Code: Select all

sudo module-assistant update

Code: Select all

sudo module-assistant prepare

Code: Select all

sudo module-assistant auto-install alsa
You will have to reboot to check. Did you update the kernel? What's the output of

Code: Select all

uname -r
from a terminal. If you have updated the kernel, then it might be possible to boot using an older kernel at the grub menu and your sound might work.

Re: GStreamer Failed@

Posted: Sun Oct 26, 2008 9:12 pm
by srkelley
67GTA wrote:You might try reloading the alsa modules. Run these one at a time from a terminal:

Code: Select all

cd /usr/src

Code: Select all

sudo module-assistant update

Code: Select all

sudo module-assistant prepare

Code: Select all

sudo module-assistant auto-install alsa
You will have to reboot to check. Did you update the kernel? What's the output of

Code: Select all

uname -r
from a terminal. If you have updated the kernel, then it might be possible to boot using an older kernel at the grub menu and your sound might work.
I've had the same problem with sound and followed your advice in the previous post and inthis one. On the 4th command I received this message:
"Build of the package alsa-source failed! How do you wish to │
│ proceed?"

My options are to "VIEW Examine the build log file"
"CONTINUE Skip and continue with the next operation"
"STOP Stop processing the build commands"

Which one should I pick, I'm going to pickview in about 30 minutes. Can anyone out there help me?

Re: GStreamer Failed@

Posted: Mon Oct 27, 2008 7:24 pm
by 67GTA
Choose to view the log files and post any errors it reports about the module build failing.