Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

get your audio again (cras)

buhron edited this page Mar 22, 2025 · 7 revisions

cras broke in crouton a while ago, this guide is to build cras for crouton!

1. Install Crouton

This is easy, I shouldn't explain this...

2. Get repository

First, install required dependencies

sudo apt update
sudo apt install build-essential git git-core nano

Then git clone the repository and cd in it and a bunch of other stuff

git clone https://chromium.googlesource.com/chromiumos/third_party/adhd -b master
cd master/cras
./git_prepare.sh
./configure

3. Build CRAS

yay

3.5 Patch CRAS to work

blue cheese

3.9 Actually build it

wip you I have nothing better to do besides stare at apt installing xfce

Clone this wiki locally