1

Hello Ask Ubuntu users,

I installed Ubuntu 22.04.3 LTS on a Levono Ideapad 3 Chromebook. When installing it, I wasn't able to get the audio to work. I am assuming this is a driver issue. Does anyone have any idea on how to fix this problem?

More computer specs (If needed):

4GB - Memory Intel® Celeron(R) N4020 CPU @ 1.10GHz × 2 core - CPU Mesa Intel® UHD Graphics 600 (GLK 2)

1 Answers1

5

First check whether your Chromebook is supported.

There is a audio-script repository for Chromebooks, which works for Ubuntu 24.04 and later versions. Note that Ubuntu 22.04 is not well-supported by the audio script.

While the script does not support Ubuntu, and shows error message in Ubuntu, that can be bypassed.

Download the script with git, and open the repository in terminal.

sudo apt install git
git clone https://github.com/WeirdTreeThing/chromebook-linux-audio
cd chromebook-linux-audio

Then, run the script with ./setup-audio.

Speakers and mic should work after a reboot.