* power save of snd_hda_intel
@ 2008-05-28 13:09 Harsha priya gupta
2008-05-28 13:19 ` Takashi Iwai
[not found] ` <483D84E7.2040409@gmail.com>
0 siblings, 2 replies; 5+ messages in thread
From: Harsha priya gupta @ 2008-05-28 13:09 UTC (permalink / raw)
To: Alsa-devel
Hi,
I am trying to get a power_save option of snd_hda_intel working.
We are using latest ALSA build and ALC262 codec. when we start the player
and close it, we dont see any power savings. [ We see the power saving in
windows with the same ALC262 card]
Any idea what i could be doing wrong here?
--
-Harsha
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: power save of snd_hda_intel
2008-05-28 13:09 power save of snd_hda_intel Harsha priya gupta
@ 2008-05-28 13:19 ` Takashi Iwai
2008-05-28 13:27 ` Harsha priya gupta
[not found] ` <483D84E7.2040409@gmail.com>
1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2008-05-28 13:19 UTC (permalink / raw)
To: Harsha priya gupta; +Cc: Alsa-devel
At Wed, 28 May 2008 18:39:42 +0530,
Harsha priya gupta wrote:
>
> Hi,
>
> I am trying to get a power_save option of snd_hda_intel working.
> We are using latest ALSA build and ALC262 codec. when we start the player
> and close it, we dont see any power savings. [ We see the power saving in
> windows with the same ALC262 card]
>
> Any idea what i could be doing wrong here?
How did you try it exactly?
Takashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: power save of snd_hda_intel
2008-05-28 13:19 ` Takashi Iwai
@ 2008-05-28 13:27 ` Harsha priya gupta
2008-05-28 13:50 ` Tony Vroon
0 siblings, 1 reply; 5+ messages in thread
From: Harsha priya gupta @ 2008-05-28 13:27 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alsa-devel
This is what we tried;
1. Connected the system with ALC262 card to DAQ to get power measurements
2. With Linux HDD, we installed the snd_intel_hda module.
3. From ALSA .15 version, if am not wrong, power_save is enabled by default.
4. We open a media player and play the song. The power is high. After the
song stops we close the player and see that the power is still high and
power does not drop down.
5. With windows HDD, on playing a song we see the power is high. After the
music stops and player is closed, the power falls down
On Wed, May 28, 2008 at 6:49 PM, Takashi Iwai <tiwai@suse.de> wrote:
> At Wed, 28 May 2008 18:39:42 +0530,
> Harsha priya gupta wrote:
> >
> > Hi,
> >
> > I am trying to get a power_save option of snd_hda_intel working.
> > We are using latest ALSA build and ALC262 codec. when we start the player
> > and close it, we dont see any power savings. [ We see the power saving in
> > windows with the same ALC262 card]
> >
> > Any idea what i could be doing wrong here?
>
> How did you try it exactly?
>
>
> Takashi
>
--
-Harsha
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: power save of snd_hda_intel
2008-05-28 13:27 ` Harsha priya gupta
@ 2008-05-28 13:50 ` Tony Vroon
0 siblings, 0 replies; 5+ messages in thread
From: Tony Vroon @ 2008-05-28 13:50 UTC (permalink / raw)
To: Harsha priya gupta; +Cc: Takashi Iwai, Alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]
On Wed, 2008-05-28 at 18:57 +0530, Harsha priya gupta wrote:
> 3. From ALSA .15 version, if am not wrong, power_save is enabled by default.
The functionality is enabled, but the default timeout is 0 seconds
(never power down). You may have to specify a timeout. 10 seconds works
well for me, but you can try something more aggressive like 3 seconds if
you want to see quick response on your measurements.
Generally you can hear the power up as an audible pop as you start
playback.
Regards,
Tony V.
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: power save of snd_hda_intel
[not found] ` <483D84E7.2040409@gmail.com>
@ 2008-06-02 5:35 ` Harsha priya gupta
0 siblings, 0 replies; 5+ messages in thread
From: Harsha priya gupta @ 2008-06-02 5:35 UTC (permalink / raw)
To: Chris Pemberton; +Cc: Alsa-devel
I checked on these articles...i manually set it the value to 10 but still
dont see any power saving...
has anyone tried this before and seen any power saving?
please help me with more clues...
On Wed, May 28, 2008 at 9:44 PM, Chris Pemberton <
cjpembo.mailing.lists@gmail.com> wrote:
> Harsha priya gupta wrote:
>
>> Hi,
>>
>> I am trying to get a power_save option of snd_hda_intel working.
>> We are using latest ALSA build and ALC262 codec. when we start the player
>> and close it, we dont see any power savings. [ We see the power saving in
>> windows with the same ALC262 card]
>>
>> Any idea what i could be doing wrong here?
>>
>>
>>
> powertop is your friend
>
> www.lesswatts.org
>
> specifically:
>
> http://www.lesswatts.org/tips/misc.php
>
> Chris
>
--
-Harsha
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-06-02 5:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-28 13:09 power save of snd_hda_intel Harsha priya gupta
2008-05-28 13:19 ` Takashi Iwai
2008-05-28 13:27 ` Harsha priya gupta
2008-05-28 13:50 ` Tony Vroon
[not found] ` <483D84E7.2040409@gmail.com>
2008-06-02 5:35 ` Harsha priya gupta
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.