You are not logged in.

#1 2017-01-13 06:42:22

abhijitghube
New Member
Registered: 2017-01-13
Posts: 1

Sunrise Point-H HD Audio sound problem when play through headphone

cd /sys/module/snd_hda_intel/parameters
then cat power_save then the value get 10 and in power_save_controller it is N
when i change the values of power_save to 0 and power_save_controller to Y then pacmd command works

Offline

#2 2017-01-13 07:53:05

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Sunrise Point-H HD Audio sound problem when play through headphone

To make the change permanent, create a file at /etc/modprobe.d/sunrise-point.conf (as root!) with the following content:

options snd_hda_intel power_save=0 power_save_controller=yes

Then reboot.

See `man modprobe.d` for more on this method.

Offline

Board footer

Powered by FluxBB