Skip to content

Commit 32e76b9

Browse files
author
Alexia Michelle
committed
docs: standardize "GoldenDog" and "Macbook" capitalization and add a reboot step to the audio workaround.
1 parent cfe5742 commit 32e76b9

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

docs/tweaking-goldendog/installing-on-macbook.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
sidebar_position: 4
33
---
44

5-
# Installing goldendog on a macbook
5+
# Installing GoldenDog on a Macbook
66

77
This guide is aimed at Intel Macbooks.
88

9-
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.
9+
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.
1010

1111
## Audio Workaround
1212

13-
A workaround to get the audio working on goldendog installed on Apple Macbook Intel hardware is the following:
13+
A workaround to get the audio working on GoldenDog installed on Apple Macbook Intel hardware is the following:
1414

1515
1. Open the terminal and type:
1616
```bash
@@ -36,7 +36,12 @@ A workaround to get the audio working on goldendog installed on Apple Macbook In
3636
```
3737
*(Note: Replace `6.12.57` with your actual kernel version obtained in the previous step.)*
3838

39-
The new driver should be compiled and audio should play normally.
39+
5. Finally, reboot your machine for the changes to take effect:
40+
```bash
41+
sudo reboot
42+
```
43+
44+
The new driver should be compiled and audio should play normally after the reboot.
4045

4146
## Verification
4247

i18n/es/docusaurus-plugin-content-docs/current/tweaking-goldendog/installing-on-macbook.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
sidebar_position: 4
33
---
44

5-
# Instalando goldendog en una macbook
5+
# Instalando GoldenDog en una Macbook
66

7-
Esta guía está dirigida a las macbooks Intel.
7+
Esta guía está dirigida a las Macbooks Intel.
88

9-
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.
9+
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.
1010

1111
## Solución para el Audio
1212

13-
Una solución para que el audio funcione en goldendog instalado en hardware Intel de Apple macbook es la siguiente:
13+
Una solución para que el audio funcione en GoldenDog instalado en hardware Intel de Apple Macbook es la siguiente:
1414

1515
1. Abra la terminal y escriba:
1616
```bash
@@ -36,7 +36,12 @@ Una solución para que el audio funcione en goldendog instalado en hardware Inte
3636
```
3737
*(Nota: Reemplace `6.12.57` con su versión real del kernel obtenida en el paso anterior.)*
3838

39-
El nuevo controlador debería compilarse y el audio debería reproducirse con normalidad.
39+
5. Finalmente, reinicie su máquina para que los cambios surtan efecto:
40+
```bash
41+
sudo reboot
42+
```
43+
44+
El nuevo controlador debería compilarse y el audio debería reproducirse con normalidad después del reinicio.
4045

4146
## Verificación
4247

0 commit comments

Comments
 (0)