Skip to content

Commit bafb3c0

Browse files
committed
expand instructions to fix buzzing sound
1 parent 6b04738 commit bafb3c0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

framework13/Fedora41-amd-fw13.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,20 @@ sudo grubby --update-kernel=ALL --args="amdgpu.sg_display=0"
7575

7676
- Browse to the horizontal line in the upper left corner, click to open it.
7777
- Type out the word terminal, click to open it.
78-
- Copy/paste in the following code below.
79-
- Press the enter key, user password, enter key.
78+
- Copy/paste in the code below (use either the immediate temporary fix or persistent fix).
79+
- Then press the enter key, user password, enter key.
8080

8181
```
82+
# Immediate temporary fix to disable power save for running session (no reboot required)
8283
echo 0 | sudo tee /sys/module/snd_hda_intel/parameters/power_save
8384
```
84-
> **TIP:** You can use the little clipboard icon to the right of the code to copy to your clipboard.
8585

86+
```
87+
# Persistent fix to disable power save (requires reboot)
88+
echo "options snd_hda_intel power_save=0" | sudo tee -a /etc/modprobe.d/audio_disable_powersave.conf
89+
```
90+
> **TIP:** You can use the little clipboard icon to the right of the code to copy to your clipboard.
8691
87-
**Reboot**
8892

8993
 
9094
 

0 commit comments

Comments
 (0)