Very good idea ... I read the alsa/powersave.txt kernel doc and found out about power_save and power_save_controller. So i tried this:
First disabling "power_save" (did not fix it) ... cat /sys/module/snd_hda_intel/parameters/power_save => 10 echo 0 > /sys/module/snd_hda_intel/parameters/power_save Resetting power_save back to default: echo 10 > /sys/module/snd_hda_intel/parameters/power_save Next I checked power_save_controller and disabled it: cat /sys/module/snd_hda_intel/parameters/power_save_controller => Y echo N > /sys/module/snd_hda_intel/parameters/power_save_controller ... and yes! that fixed it!! -- Lenovo X61 - regular sound clicking with power_save_controller=Y https://bugs.launchpad.net/bugs/440540 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
