drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Audio issues. #71

Closed Jzarecta closed 9 years ago

Jzarecta commented 9 years ago

For a while I have been havig audio issues on my chroagh, not sure what caused it. I have tried to restart pulseaudio, use pavucontrol, or alsamixer, nothig seems to work.

Using mplayer I get: Audio device got stuck!

Any help on getting my audio back to working mode?

drinkcat commented 9 years ago

Have you tried updating your chroot? It's not impossible that it's currently broken, I'll check on my side.

Jzarecta commented 9 years ago

Thanks that worked, the update process was a bit cumbersome, would be nice to have the string to update on arch. The original instructions on update intends to download precise.

This is what I did, although I think some of the flags were no necessary: sudo sh -e installer/main.sh -r arch -t xfce -u

drinkcat commented 9 years ago

Well, Arch will get merged into crouton soon, so that'll help ,-)

For reference, the update line looks like this:

sudo sh -e installer/main.sh -n arch -u

(but, of course, what you did also works)