Welcome, Guest. Please login or register.
September 02, 2010, 01:24:09 PM
Home Help Search Login Register
News: Tinycore is here 12/1/2008! Welcome visitors. Community gatherings on Freenode at #tinycorelinux (webchat)

[Recent Topics] [Main . Forum . Wiki]
+  tinycorelinux.com
|-+  Tiny Core Extensions
| |-+  TCE Talk
| | |-+  ALSA click, startup muting (minor?)
« previous next »
Pages: [1] Go Down Print
Author Topic: ALSA click, startup muting (minor?)  (Read 529 times)
dentonlt
Full Member
***
Offline Offline

Posts: 148


WWW
« on: July 04, 2009, 08:01:04 AM »

Juanito/JasonW - you guys have done great work with the ALSA stuff recently. Tons of great reading/help on the forum.

I run an HP Mini 1001 with an Intel HDA card. It works using just the stock alsa.tcel and alsa-modules extensions.

Two concerns:

I get a random, sharp 'click' out of the card when the snd-intel-hda module is loaded. It occurs every 5-15 seconds. Very brief pop. The more I use the card, the more often it happens. No dmesg error or anything else funny.

The speaker volume spans from 50-100, not from 0-100 in alsamixer. Settings from 0-50 are all completely silent. Startup speaker volume is muted, but I think that is normal. I plan to call alsamixer from bootlocal to turn up the speaker setting.

I'll appreciate your advice, esp on the popping/clicking.
Logged
curaga
Administrator
*****
Offline Offline

Posts: 3256



« Reply #1 on: July 04, 2009, 09:03:52 AM »

If the clicking happens 5 seconds after last played sound (5 secs of complete silence), then it's the power saving kicking in. It can be disabled with one of the module parameters for the snd-hda-intel module.

If not, then there might be low-quality isolation inside the netbook, or low-quality speakers. These things can even change from batch to batch, but it would be worth it to see if anyone else has similar issue with the same netbook, irrespective of OS.
Logged

The only barriers that can stop you are the ones you create yourself.
dentonlt
Full Member
***
Offline Offline

Posts: 148


WWW
« Reply #2 on: July 04, 2009, 09:16:22 AM »

Ah! Thanks for mentioning the power-saving option. I'll research and test it out.

The 'unpredictable' timing may indeed be 5 seconds. It happens just after sound plays, or when I'm mucking with settings ... but never really when there is other sound coming out.

--

Yep, you're right. Click comes from power-down on the sound card (http://wiki.archlinux.org/index.php/ALSA). The test is to check out the module's power_save parameter. Anything > 0 means power saving is enabled.

Code:
cat /sys/module/snd_hda_intel/parameters/power_save

Inevitably, mine showed 5 (enabled). To disable it, I've:

Code:
sudo modprobe -r snd-hda-intel
sudo modprobe -i snd-hda-intel power_save=0

This has to be run each session, so I'll put it in bootlocal. Thanks for the direction.

Call that one closed.
« Last Edit: July 04, 2009, 09:30:24 AM by dentonlt » Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!