I've recently done a fresh install of Lubuntu 13 on my laptop, I immediately noticed a recurring clicking sound when it wasn't charging.
Running:
lspci | grep -i audio
gives:
Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
Some investigation led me to this question/answer: How do I fix laptop speakers popping when no sound is playing?
Running the script fixes the problem which seems to prove that it is related to power-save mode. Unfortunately I need to run the script every time I reboot.
Does anybody know of a way to make this change permanent, or if there is a better way to go about resolving this?
/etc/rc.local
didn't seem to do anything. I also tried copying the script to~/.config/autostart/
but that didn't work either. I can't find Startup Applications in Package Manager or the Software Center? – AndySX Sep 01 '13 at 07:27