[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


Len Brown  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
 CC||len.br...@intel.com




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


Martin  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||UNREPRODUCIBLE




--- Comment #20 from Martin   2009-03-31 12:40:07 ---
I can't, so for practical reasons I will close the bug for now.
I assume it was due to a flaky power adapter and an overprotective (but
correct) BIOS decision. If anything changes I will reopen this bug.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


Zhang Rui  changed:

   What|Removed |Added

 Regression|--- |No




--- Comment #19 from Zhang Rui   2009-03-26 09:12:50 ---
(In reply to comment #18)
> In reply to: martin, can you please do the test in comment #12?
> As soon as I see the problem reappear I will do the test and report back. My
> apologies for any confusion created by this report.

Hi, martin, are you able to reproduce the problem?

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #18 from b...@mrvanes.com  2009-03-19 01:16 ---
In reply to: martin, can you please do the test in comment #12?

I would, if the problem was better reproducible. I'm still in doubt whether
this is a BIOS, hardware or kernel bug. I reported the aforementioned (BIOS)
adapter problem with Dell and promptly received a new (90W) adapter the other
day.
As soon as I see the problem reappear I will do the test and report back. My
apologies for any confusion created by this report.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #17 from yakui.z...@intel.com  2009-03-18 19:14 ---
Hi, Martin
It seems that this issue is related with BIOS. When the power is switched
between AC and DC, the 0x80 notification event will be sent to the processor
CPU. In such case the driver will re-evaluate the _PPC object and apply the new
processor CPU frequency limit.
From the acpidump it seems that the _PPC object is defined as the
following:
>Method (_PPC, 0, NotSerialized)
{
Store (SMI (0xAD, 0x00), Local0)
Return (Local0)
}

At the same time in course of ACPI initialization the MIS3 object will be
used in the _INI object and the SMI is triggered.
> Method (SOST, 0, NotSerialized)
{
SX10 ()
SX30 (0x0A)
OSID ()
SX30 (MIS3)
SX11 ()
SX12 ()
}
And the MIS3 is related with the boot option of "acpi_osi". If the
acpi_osi="!Windows 2006" is added, the MIS3 will be 0x10. Otherwise it will be
0x20. Maybe the behaviour will be different when the different MIS3 is passed
to BIOS.
If so, this issue will be different with that in bug 9919. 

And What Rui said is right. The boot option of "processor.ignore_ppc" can
workround this issue.




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #16 from rui.zh...@intel.com  2009-03-18 18:18 ---
martin, can you please do the test in comment #12?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #15 from b...@mrvanes.com  2009-03-18 02:24 ---
Created an attachment (id=20583)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20583&action=view)
requested output of acpidump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #14 from b...@mrvanes.com  2009-03-18 02:21 ---
Created an attachment (id=20582)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20582&action=view)
requested output of acpidump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-18 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #13 from yakui.z...@intel.com  2009-03-18 02:11 ---
Hi, Martin
Will you please also attach the following output?
a. acpidump --addr 0xDF66E4EE  --length 0x0286 -o cpu0ist
b. acpidump --addr 0xdf66e774 --length 0xc4 -o cpu1ist
Thanks.



-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-15 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


rui.zh...@intel.com changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO




--- Comment #12 from rui.zh...@intel.com  2009-03-15 20:00 ---
please set CONFIG_ACPI_PROCESSOR=y, and boot with processor.ignore_ppc=1,
does the problem still exists in this case?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #9 from b...@mrvanes.com  2009-03-12 01:28 ---
Created an attachment (id=20499)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20499&action=view)
dmesg output of stuck scaling_max_freq

I finally managed to reproduce the problem. It seems linked to the charge of
the battery (I drained it completely last night).
Attached is dmesg output of a session booted without AC, followed by inserting
AC adapter after bootup. Powermanager present and running.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #11 from b...@mrvanes.com  2009-03-12 01:52 ---
Created an attachment (id=20501)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20501&action=view)
dmesg of stuck scaling_max_freq in single user mode

This is a single user mode session dmesg output.

Another issue that might be related is the fact that my laptop sometimes
complains about not being able to determine the type and wattage of the power
adapter while AC is plugged in at BIOS boot-time (warning). Could it be that
the BIOS is just over-protective in such situations and that cpufreq is
correctly doing it's job?
The strange thing now is that after boot, max_freq is ok, but gets stuck after
plugging AC adapter in (after a minute or so). If I boot with power adapter,
and leave it seated, everything is ok.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-12 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


b...@mrvanes.com changed:

   What|Removed |Added

 Status|REJECTED|REOPENED
 Resolution|UNREPRODUCIBLE  |




--- Comment #10 from b...@mrvanes.com  2009-03-12 01:29 ---
Output of the stuck sys fs:
/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus:0
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq:80
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:2001000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq:80
/sys/devices/system/cpu/cpu0/cpufreq/related_cpus:0 1
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies:2001000
200 160 120 80
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors:conservative
userspace powersave ondemand performance
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq:80
/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver:acpi-cpufreq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:ondemand
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq:80
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq:80
/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed:


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


b...@mrvanes.com changed:

   What|Removed |Added

 Status|ASSIGNED|REJECTED
 Resolution||UNREPRODUCIBLE




--- Comment #8 from b...@mrvanes.com  2009-03-09 08:22 ---
After some testing/debugging and rebooting I am still unable to reproduce at
the moment, so I assume flaky hardware issues instead of ACPI/bios problems for
the time being.
One thing that has remarkably changed since the last kernel build is that after
unplugging AC, scaling_max_freq goes to 80 and now returns to 2001000
autonomously within 1 minute  (still unplugged), even in single user mode. I
have never seen this behavior before, 
Will close the bug and reopen when I can reliably reproduce again, including
the debug info.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #7 from b...@mrvanes.com  2009-03-09 05:07 ---
Created an attachment (id=20465)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20465&action=view)
AC in/out/in /sys filesystem

As you can see from the output, I am unable to reproduce the bug since I
recompiled the kernel with cpufreq debugging on.
I'll recompile the kernel without cpufreq debugging and see if the bug
reappears.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #5 from b...@mrvanes.com  2009-03-09 01:29 ---
Created an attachment (id=20462)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20462&action=view)
acpidump output


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #6 from b...@mrvanes.com  2009-03-09 01:31 ---
Created an attachment (id=20463)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=20463&action=view)
dmidecode output


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-09 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #4 from yakui.z...@intel.com  2009-03-09 00:27 ---
The above test had better be done without the boot option of acpi_osi="!Windows
2006".
   Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #3 from b...@mrvanes.com  2009-03-08 23:53 ---
Just to be sure: should I do all these test without acpi_osi=!Window2006, so
that I reproduce the problem?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


rui.zh...@intel.com changed:

   What|Removed |Added

 AssignedTo|acpi_b...@kernel-   |rui.zh...@intel.com
   |bugs.osdl.org   |
 Status|NEW |ASSIGNED




--- Comment #2 from rui.zh...@intel.com  2009-03-08 19:59 ---
please attach the acpidump output.

please attach the output of "grep . /sys/devices/system/cpu/cpu0/cpufreq/*"
after:
1. system boot with AC adapter
2. unplugging AC
3. replugging AC.

please attach the dmidecode as well.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830





--- Comment #1 from yakui.z...@intel.com  2009-03-08 19:48 ---
Hi, Martin
Will  you please attach the output of acpidump?
Will you please confirm whether cpufreq is normal if adding the boot option
of acpi_osi="!Windows 2006" ?
Will you please add the boot option of "cpufreq.debug=7" and boot the box
with AC adapter?After the box is booted, please unplug the AC adapter and then
plug it again. After this, please attach the output of dmesg.(Of course the
CONFIG_CPU_FREQ_DEBUG should be enabled in kernel configuration).
Thanks.



-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12830] Dell Vostro 1400 needs acpi_osi=!Window2006 option for normal cpufreq operation

2009-03-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12830


yakui.z...@intel.com changed:

   What|Removed |Added

 CC||acpi-
   ||bugzi...@lists.sourceforge.n
   ||et




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla