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
Copy file name to clipboardExpand all lines: docs/tweaking-goldendog/installing-on-macbook.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
sidebar_position: 4
3
3
---
4
4
5
-
# Installing goldendog on a macbook
5
+
# Installing GoldenDog on a Macbook
6
6
7
7
This guide is aimed at Intel Macbooks.
8
8
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.
10
10
11
11
## Audio Workaround
12
12
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:
14
14
15
15
1. Open the terminal and type:
16
16
```bash
@@ -36,7 +36,12 @@ A workaround to get the audio working on goldendog installed on Apple Macbook In
36
36
```
37
37
*(Note: Replace `6.12.57` with your actual kernel version obtained in the previous step.)*
38
38
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.
Copy file name to clipboardExpand all lines: i18n/es/docusaurus-plugin-content-docs/current/tweaking-goldendog/installing-on-macbook.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
sidebar_position: 4
3
3
---
4
4
5
-
# Instalando goldendog en una macbook
5
+
# Instalando GoldenDog en una Macbook
6
6
7
-
Esta guía está dirigida a las macbooks Intel.
7
+
Esta guía está dirigida a las Macbooks Intel.
8
8
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.
10
10
11
11
## Solución para el Audio
12
12
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:
14
14
15
15
1. Abra la terminal y escriba:
16
16
```bash
@@ -36,7 +36,12 @@ Una solución para que el audio funcione en goldendog instalado en hardware Inte
36
36
```
37
37
*(Nota: Reemplace `6.12.57` con su versión real del kernel obtenida en el paso anterior.)*
38
38
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.
0 commit comments