미해결?
https://forums.linuxmint.com/viewtopic.php?t=252538
Edit #2
gksudo pluma /etc/rc.local
Code: Select all
echo 1 > /sys/module/snd_hda_intel/parameters/power_save
echo N > /sys/module/snd_hda_intel/parameters/power_save_controller
That's all, the ugly noise should be gone.
최신 arch 에서는 rc.local 대신 systemd를 쓰기 때문에.
https://notes.ponderworthy.com/rclocal-in-arch-linux-systemd
을 응용하여...
/etc/systemd/system/mute-speaker-on-reboot.service를 만든다.
[Unit]
Description=My Mute-sound Service
[Service]
TimeoutStartSec=0
ExecStop=echo 1 > /sys/module/snd_hda_intel/parameters/power_save
ExecStop=echo N > /sys/module/snd_hda_intel/parameters/power_save_controller
[Install]
WantedBy=multi-user.target
https://bbs.archlinux.org/viewtopic.php?id=103152
피드 구독하기:
댓글 (Atom)
sddm change theme arch
/etc/sddm.conf.d/kde_settings.conf Current=maya
-
Requirements PC text editor vscode, notepad++, sublime text, atom, whatever... image editor gimp, MS paint, photoshop, ... too...
-
turn off secure boot security -> secure boot secure boot -> disabled reset to setup mode install archlabs install packages ...
-
https://pragmagic.github.io/godot-nim/master/index.html install nim, nimble install nake with nimble nimble install nake nake build (nim 코드 ...
댓글 없음:
댓글 쓰기