ALSA Mixer settings won't save (Kubuntu)

Since гve been using Linux on my Макбоок Иве noticed that therВs в сеть light constantly shining out of the headphone port on the left side of the machine. This doesn't happen on OS X, гve checked.

I found out it хан be turned off путь ALSA Mixer by un-checking the fifth "IEC958" option, which viewed in the конечный путь "amixer" appears схвати: 'IEC958', 16

"amixer set 'IEC958', 16 mute" works and turns the light off so to make this happen automatically at reboot I did this:

"kate .mute". I then added these 4 lines to that file:

"#!/bin/bash sleep 10/usr/bin/amixer set 'IEC958', 16 mute exit"

After saving I then edited .profile with this command: "kate .profile" and added this line to the end of that: "bash .mute и"

For my first few days of using Kubuntu this worked, эксперт soon схвати I logged in the light automatically went out but then I added the main Kubuntu repo and updated to the newest версия of проявляется it offers (I was notified of нормальный system upgrades). Ever since гve подарил that the light won't turn off. The command to turn it off works and I хан do it manually путь the ALSA Mixer GUI but it won't go off automatically at login. This is в long one so thanks for your украл.

2
задан 11 January 2016 в 19:00

1 ответ

Решение, которое я нашел здесь (поиск на странице для "красного света")

echo '1' | sudo tee '/sys/module/snd_hda_intel/parameters/power_save'

совет для того, чтобы сделать это, постоянное изменение состоит в том, чтобы создать новый файл

/etc/modprobe.d/audio_powersave.conf

и включать следующий

options snd_hda_intel power_save=1
2
ответ дан 2 December 2019 в 03:50

Другие вопросы по тегам:

Похожие вопросы: