I'm using a Chromebook and I've installed Ubuntu on it with Crouton... My sound is fine when I'm in my Chrome OS but I have no sound at all when I'm in Ubuntu. Uhhhh... what do you think?
Asked
Active
Viewed 2.5k times
2 Answers
5
I too faced this issue. The below steps solved the issue.
First remove pulseaudio and alsa-base packages:
sudo apt-get remove --purge pulseaudio alsa-base
Now re-install alsa-base:
sudo apt-get install alsa-base
Logout from Ubuntu and log in again...
Radu Rădeanu
- 174,089
- 51
- 332
- 407
1
I found the answer on the Debian wiki page about the Samsung Chromebook. There were two things I had to do on my Samsung Chromebook 5 running Ubuntu/saucy. In Ubuntu, I've mounted the ChromeOS system on /media/root-a.
- copy some alsa support files from Chrome:
cp /media/root-a/usr/share/alsa/ucm/DAISY-I2S/HiFi.conf /usr/share/alsa/ucm/DAISY-I2S - edit
/etc/pulse/default.pato add this line:load-module module-alsa-sink device=sysdefault
Then I rebooted and I had working audio!