You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation process is similar to installing goldendog on any Intel/AMD machines. After installation, some users report that the audio speakers of the Macbook produce no sound.
10
+
11
+
## Audio Workaround
12
+
13
+
A workaround to get the audio working on goldendog installed on Apple Macbook Intel hardware is the following:
14
+
15
+
1. Open the terminal and type:
16
+
```bash
17
+
sudo apt update
18
+
sudo apt install linux-headers-amd64 # installs goldendog/trixie metapackage for the linux headers
El proceso de instalación es similar a la instalación de goldendog en cualquier máquina Intel/AMD. Después de la instalación, algunos usuarios informan que los altavoces de la macbook no producen sonido.
10
+
11
+
## Solución para el Audio
12
+
13
+
Una solución para que el audio funcione en goldendog instalado en hardware Intel de Apple macbook es la siguiente:
14
+
15
+
1. Abra la terminal y escriba:
16
+
```bash
17
+
sudo apt update
18
+
sudo apt install linux-headers-amd64 # instala el metapaquete goldendog/trixie para las cabeceras de linux
0 commit comments