[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

 CC||r...@sisk.pl
 Blocks||13070
 Regression|No  |Yes




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

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148





--- Comment #1 from Rafael J. Wysocki r...@sisk.pl  2009-04-22 20:51:50 ---
2.6.29 didn't have this problem, did it?

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

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12994] Thinkpad R51e is overheating even when idle

2009-04-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12994





--- Comment #18 from Maciej Piechotka uzytkown...@gmail.com  2009-04-22 
21:44:33 ---
Well. The instruction where to put thermal grease actually was in the manual in
section covering replacing CPU. Eventually (I had some problems with removing
fan as it used some strange screws and I had to borrow screwdriver) I applied
new termal grease.

Just after application nothing much changed - the computer heated to 89C
instantly (with cpufreq applied). Currently under heavy load (rebuilding system
with new gcc 4.4.0 - yes no risk no fun ;) - however report is from kernel
build with 4.3.2) the temperature is about 79-82C with cpufreq applied (around
1.1/1.5 GHz). Currently I increase the bounderies - it seems that the
temperature now is 79-84C (still system jumps into 1.1 GHz uder heavy load). 

Aa far as I understend it is normal that new grease needs some time to reach it
final level. All in all I think it was a hardware bug given then after appling
hardware fix computer runs 5x faster and 10C cooler after around 24h. I guess
that this bug can be marked as invalid (if not I will repopen it).

-- 
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.
You are watching the assignee of the bug.

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13145] Processor does not go below C2 if mouse (uhci) is plugged in.

2009-04-22 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13145





--- Comment #13 from Anonymous Emailer anonym...@kernel-bugs.osdl.org  
2009-04-22 22:54:32 ---
Reply-To: l...@kernel.org

This is not a re-gression, it is a pro-gression:-)

In the CONFIG_CPU_IDLE=y case, there was a bug where we
would enter C3 even in the presence of bus master activity.
That bug was fixed by commit fc2e4009300088813c3be2de80b01ddc239e
cpuidle: update the last_state acpi cpuidle reflecting actual state entered

which shipped in 2.6.27

I've reproduced this issue on my t41, and when i revert the the
patch above from 2.6.27, we erroneously attempt to enter C3
in the face of bus master activity, just like we did in 2.6.25 and 2.6.26.

Note that the CONFIG_CPU_IDLE=n case never had this bug,
so you'd not see C3 with USB in that case even in older kernels.

Note also that /proc/acpi/processor/CPU/power does not
display any bus master activity for the CONFIG_CPU_IDLE=y
case, even when such activity is present.  Now that
CONFIG_CPU_IDLE=y for ACPI always, I think we should
simply delete that misleading field.

thanks,
Len Brown, Intel Open Source Technology Center

-- 
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.

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13145] Processor does not go below C2 if mouse (uhci) is plugged in.

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13145





--- Comment #15 from Anonymous Emailer anonym...@kernel-bugs.osdl.org  
2009-04-24 17:43:33 ---
Reply-To: l...@kernel.org

 That bug was fixed by commit fc2e4009300088813c3be2de80b01ddc239e
 cpuidle: update the last_state acpi cpuidle reflecting actual state entered
 
 which shipped in 2.6.27

Venki pointed out that fc2e4009300 shipped in 2.6.27.15.
It was backported from addbad46ed0906cd584784423b9d0babc7476446
which shipped in 2.6.28

-Len Brown, Intel Open Source Technology Center

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121


Len Brown len.br...@intel.com changed:

   What|Removed |Added

  Attachment #21079|0   |1
is obsolete||




--- Comment #18 from Len Brown len.br...@intel.com  2009-04-24 17:31:47 ---
Created an attachment (id=21103)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21103)
patch vs 2.6.30-rc3 as applied to acpi tree

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] New: Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157

   Summary: Fan not switching properly with Intel ICH9 and Insyde
H2O bios
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.28.7 (also tried 2.6.29.1)
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Power-Fan
AssignedTo: acpi_power-...@kernel-bugs.osdl.org
ReportedBy: thoralf.dass...@gmail.com
Regression: No


I recently bought a Toshiba Satellite L300 - 1AQ, which has an ICH9 chipset.
For this laptop Toshiba have switched BIOS to Insyde H2O; I have the latest
version, which is 1.60.

It looks as though the kernel's Toshiba Laptop extras (under power management)
are not working (properly) for this chipset / BIOS combination
because of the following symptoms:

After booting Linux with a cold CPU, the fan runs at minimum speed. The fan
only spins up to maximum speed when the critical CPU temperature is reached;
there a now in-between spin states before the critical trigger kicks in. Once
the CPU is cold again (finger and listening test), the fan keeps spinning at
maximum and the only way to get it spin down again is to reboot Linux.

I had the laptop collected by Toshiba and they replaced the motherboard; same
symptoms with the original and the new board. I also tried these Linux
boot options to no effect:

acpi=rsdt
acpi.power_nocheck=1

acpi_osi=!Linux acpi_osi=!Windows 2001
acpi_osi=!Windows 2001 SP1
acpi_osi=!Windows 2001 SP2

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13146] Foxconn A7GM-S 2.0: BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13146


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||len.br...@intel.com
 Resolution|INVALID |

Thomas Renninger tr...@suse.de changed:

   What|Removed |Added

 CC||tr...@suse.de




--- Comment #5 from Len Brown len.br...@intel.com  2009-04-24 03:34:05 ---
re-opened.

The bug here is that the powernow-k8 driver is asking users to
send-email.  This bug is fixed only when that is gone.

Leo, if you can attach your acpidump, then we can verify
that the ACPI code is correct that the warning in the driver
simply needs to be updated.

--- Comment #6 from Thomas Renninger tr...@suse.de  2009-04-24 08:45:32 ---
I already sent a patch to the cpufreq list which is meant for 2.6.30 inclusion.
I mixed up WARN_ONCE and thought it's doing what the newly introduce
printk_once is doing. Also the message is cleaned up there to:
+static const char ACPI_PSS_BIOS_BUG_MSG[] =
+   KERN_ERR FW_BUG PFX No compatible ACPI _PSS objects found.\n
+   KERN_ERR FW_BUG PFX Try again with latest BIOS.\n;

This is:
[PATCH 4/5] CPUFREQ: powernow-k8 cleanup msg if BIOS does not export ACPI _PSS
of the patch series with subject:
Several ondemand and powernow-k8 cleanups and bugfixes for 2.6.30

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #44 from Daniel Vetter dan...@ffwll.ch  2009-04-24 11:33:44 ---
I've just tested the patch in comment #43 and everything works flawlessly on my
machine (Thinkpad X40) now.

-Daniel

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13146] Foxconn A7GM-S 2.0: BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13146


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||len.br...@intel.com
 Resolution|INVALID |

Thomas Renninger tr...@suse.de changed:

   What|Removed |Added

 CC||tr...@suse.de
 CC||da...@codemonkey.org.uk




--- Comment #5 from Len Brown len.br...@intel.com  2009-04-24 03:34:05 ---
re-opened.

The bug here is that the powernow-k8 driver is asking users to
send-email.  This bug is fixed only when that is gone.

Leo, if you can attach your acpidump, then we can verify
that the ACPI code is correct that the warning in the driver
simply needs to be updated.

--- Comment #6 from Thomas Renninger tr...@suse.de  2009-04-24 08:45:32 ---
I already sent a patch to the cpufreq list which is meant for 2.6.30 inclusion.
I mixed up WARN_ONCE and thought it's doing what the newly introduce
printk_once is doing. Also the message is cleaned up there to:
+static const char ACPI_PSS_BIOS_BUG_MSG[] =
+   KERN_ERR FW_BUG PFX No compatible ACPI _PSS objects found.\n
+   KERN_ERR FW_BUG PFX Try again with latest BIOS.\n;

This is:
[PATCH 4/5] CPUFREQ: powernow-k8 cleanup msg if BIOS does not export ACPI _PSS
of the patch series with subject:
Several ondemand and powernow-k8 cleanups and bugfixes for 2.6.30

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13145] Processor does not go below C2 if mouse (uhci) is plugged in.

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13145


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13142] kernel-panic if the process.max_cstate=0 is added

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13142


Len Brown len.br...@intel.com changed:

   What|Removed |Added

  Attachment #21098|0   |1
is obsolete||




--- Comment #4 from Len Brown len.br...@intel.com  2009-04-24 03:30:49 ---
Created an attachment (id=21099)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21099)
patch vs 2.6.30-rc3

i thinkt the previous patch was overkill
because processor.max_cstate can be set only at init-time,
not at run-time.  so this 3-liner should be sufficient.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13137] enabling ACPI APIC BIOS option on Asus M3A78 Pro cause disk i/o problems leading to filesystem corruption

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13137


Len Brown len.br...@intel.com 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 watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13091] No ac_adapter ACAD events on AC plug-in on HP dv6xxx

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13091


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||len.br...@intel.com
 Resolution|WILL_NOT_FIX|




--- Comment #14 from Len Brown len.br...@intel.com  2009-04-24 05:03:14 ---
Does this function work on Windows?

If yes, then we should figure out why Windows
has set SW2S differently than Linux.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13145] Processor does not go below C2 if mouse (uhci) is plugged in.

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13145


Venkatesh Pallipadi venkatesh.pallip...@intel.com changed:

   What|Removed |Added

 CC||venkatesh.pallip...@intel.c
   ||om




--- Comment #14 from Venkatesh Pallipadi venkatesh.pallip...@intel.com  
2009-04-23 23:31:17 ---

2.6.26 also detects the Bus Mastering activity and goes into C2 state instead
of C3. But, it reports the time as C3 time. Thats the reason powertop shows
time spent in C3, even though in reality CPU is in C2.

This patch
cpuidle: update the last_state acpi cpuidle reflecting actual state entered

fixes the C-state reporting bug and now we correctly report the time being
spent in C2 and not C3. So, this is not a bug. This is rather a bug fix for
wrong C-state reporting in powertop in earlier kernels.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121





--- Comment #16 from Maxim Levitsky maximlevit...@gmail.com  2009-04-23 
20:44:23 ---
I of course mean that if I replace DMI_BOARD_NAME
 with DMI_PRODUCT_NAME, this workaround works.

Thanks,
   Maxim Levitsky

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13036] ACPI Error (hwvalid-0186): Denied AML access to port 0x00000080/4 (DMA1 0x0081-0x0083) [20090320] ACPI Exception (evregion-0422): AE_AML_ILLEGAL_ADDRESS, Returned by Handler for [SystemIO]

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13036


Len Brown len.br...@intel.com changed:

   What|Removed |Added

  Attachment #20913|0   |1
is obsolete||




--- Comment #18 from Len Brown len.br...@intel.com  2009-04-24 04:31:54 ---
Created an attachment (id=21100)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21100)
patch from comment #10, as applied to acpi tree

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #42 from Bruno bonbon...@internet.lu  2009-04-23 19:08:29 ---
2.6.30-rc3 boots fine with hpet=force and patch from comment #41.

With this setup my system is using acpi_pm as clocksource (availabled ones:
acpi_pm jiffies tsc).

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13036] ACPI Error (hwvalid-0186): Denied AML access to port 0x00000080/4 (DMA1 0x0081-0x0083) [20090320] ACPI Exception (evregion-0422): AE_AML_ILLEGAL_ADDRESS, Returned by Handler for [SystemIO]

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13036


Len Brown len.br...@intel.com changed:

   What|Removed |Added

  Attachment #20913|0   |1
is obsolete||




--- Comment #18 from Len Brown len.br...@intel.com  2009-04-24 04:31:54 ---
Created an attachment (id=21100)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21100)
patch from comment #10, as applied to acpi tree

--- Comment #19 from Len Brown len.br...@intel.com  2009-04-24 04:37:09 ---
patch in comment #6 reverted from acpi tree.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13146] Foxconn A7GM-S 2.0: BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13146


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||len.br...@intel.com
 Resolution|INVALID |




--- Comment #5 from Len Brown len.br...@intel.com  2009-04-24 03:34:05 ---
re-opened.

The bug here is that the powernow-k8 driver is asking users to
send-email.  This bug is fixed only when that is gone.

Leo, if you can attach your acpidump, then we can verify
that the ACPI code is correct that the warning in the driver
simply needs to be updated.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087


Len Brown len.br...@intel.com changed:

   What|Removed |Added

  Attachment #21089|0   |1
is obsolete||




--- Comment #43 from Len Brown len.br...@intel.com  2009-04-23 23:10:22 ---
Created an attachment (id=21097)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21097)
patch vs 2.6.30-rc3 to prevent the boot hang

Please test this newer patch.
It should allow hpet=force to again be used on the ICH4M machines,
and the HPET will be used for both clocksource and clockevents.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

--- Comment #5 from Mattia Dongili malat...@linux.it  2009-04-23 15:29:57 ---
Sorry, also lspci and DSDT.
Thanks

--- Comment #6 from fanderay fander...@googlemail.com  2009-04-23 16:56:43 ---
Created an attachment (id=21094)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21094)
dmesg output

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121


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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||CODE_FIX




--- Comment #17 from Zhang Rui rui.zh...@intel.com  2009-04-24 05:30:32 ---
so, what you really need is patch
http://patchwork.kernel.org/patch/19755/, right?

close this bug as patch is available.
please reopen this bug if the patch at
http://patchwork.kernel.org/patch/19755/
doesn't fix the problem for you.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121





--- Comment #15 from Maxim Levitsky maximlevit...@gmail.com  2009-04-23 
20:42:44 ---
Doesn't work, but this is just because dmi tables don't have DMI_BOARD_NAME
if I instead have DMI_PRODUCT_NAME, this workarond works perfectly.

Just one thing, is this correct: static int bqc_offset; ?
For systems that don't need the workaround, isn't bqc_offset be uninitialized?
(Or we assume about compiler/loader to init everyting to 0)

Best regards,
   Maxim Levitsky

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

--- Comment #5 from Mattia Dongili malat...@linux.it  2009-04-23 15:29:57 ---
Sorry, also lspci and DSDT.
Thanks

--- Comment #6 from fanderay fander...@googlemail.com  2009-04-23 16:56:43 ---
Created an attachment (id=21094)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21094)
dmesg output

--- Comment #7 from fanderay fander...@googlemail.com  2009-04-23 17:00:25 ---
Created an attachment (id=21095)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21095)
lspci -vvv -xxx output

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13145] Processor does not go below C2 if mouse (uhci) is plugged in.

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13145


Venkatesh Pallipadi venkatesh.pallip...@intel.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13155] New: random freeze when EC interrupts are enabled

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13155

   Summary: random freeze when EC interrupts are enabled
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.30-rc3
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: EC
AssignedTo: acpi...@kernel-bugs.osdl.org
ReportedBy: vjen...@warpmail.net
Regression: No


Latest working kernel version: 2.6.23-gentoo-r6
Earliest failing kernel version: 2.6.27
Hardware Environment: Thinkpad R51e, 1843-6NG, Pentium-M 1.73
Software Environment: gentoo stable

Since the removal of ec_intr=0 EC interrupt mode freezes the system at random
points, usually with the harddisk led on.  Usually after 1-5 minutes of work. 
Can be fixed when not using EC (without acpi=rsdt) or by hacking the EC
interrupt away.  There is no output on the console stating GPE storms (even
with ACPI_EC_STORM_THRESHOLD = 1), so this automatism can't detect the
situation.

--- Comment #1 from Vitus Jensen vjen...@warpmail.net  2009-04-23 08:40:53 ---
Created an attachment (id=21091)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21091)
bootlog from unmodified 2.6.29-gentoo-r1

bootlog showing EC interrupts getting enabled during boot

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

--- Comment #5 from Mattia Dongili malat...@linux.it  2009-04-23 15:29:57 ---
Sorry, also lspci and DSDT.
Thanks

--- Comment #6 from fanderay fander...@googlemail.com  2009-04-23 16:56:43 ---
Created an attachment (id=21094)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21094)
dmesg output

--- Comment #7 from fanderay fander...@googlemail.com  2009-04-23 17:00:25 ---
Created an attachment (id=21095)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21095)
lspci -vvv -xxx output

--- Comment #8 from fanderay fander...@googlemail.com  2009-04-23 17:01:36 ---
Created an attachment (id=21096)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21096)
dsdt decode

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13142] kernel-panic if the process.max_cstate=0 is added

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13142


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

   What|Removed |Added

 CC||acpi-bugzi...@lists.sourcef
   ||orge.net




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||CODE_FIX




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

--- Comment #5 from Mattia Dongili malat...@linux.it  2009-04-23 15:29:57 ---
Sorry, also lspci and DSDT.
Thanks

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12994] Thinkpad R51e is overheating even when idle

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12994


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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||rui.zh...@intel.com
 Resolution||INVALID




-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13155] random freeze when EC interrupts are enabled

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13155


Vitus Jensen vjen...@warpmail.net changed:

   What|Removed |Added

  Attachment #21091|application/octet-stream|text/plain
  mime type||




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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #40 from Len Brown len.br...@intel.com  2009-04-23 01:33:05 ---
Created an attachment (id=21088)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21088)
patch vs 2.6.30-rc3 to root cause the failiure

2.6.20-rc3 + this patch booted on a t41 with hpet=force hangs.
This identifies the hpet counter read immediately at the exit from C3
as causing a hang.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121





--- Comment #19 from Maxim Levitsky maximlevit...@gmail.com  2009-04-24 
21:14:49 ---
Just tested it to be sure, works fine, 

Thanks again,
   Maxim Levitsky

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #45 from Bruno bonbon...@internet.lu  2009-04-24 21:36:27 ---
Patch from comment #43 work for me too (Acer TM660)

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13146] Foxconn A7GM-S 2.0: BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13146


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||len.br...@intel.com
 Resolution|INVALID |

Thomas Renninger tr...@suse.de changed:

   What|Removed |Added

 CC||tr...@suse.de
 CC||da...@codemonkey.org.uk




--- Comment #5 from Len Brown len.br...@intel.com  2009-04-24 03:34:05 ---
re-opened.

The bug here is that the powernow-k8 driver is asking users to
send-email.  This bug is fixed only when that is gone.

Leo, if you can attach your acpidump, then we can verify
that the ACPI code is correct that the warning in the driver
simply needs to be updated.

--- Comment #6 from Thomas Renninger tr...@suse.de  2009-04-24 08:45:32 ---
I already sent a patch to the cpufreq list which is meant for 2.6.30 inclusion.
I mixed up WARN_ONCE and thought it's doing what the newly introduce
printk_once is doing. Also the message is cleaned up there to:
+static const char ACPI_PSS_BIOS_BUG_MSG[] =
+   KERN_ERR FW_BUG PFX No compatible ACPI _PSS objects found.\n
+   KERN_ERR FW_BUG PFX Try again with latest BIOS.\n;

This is:
[PATCH 4/5] CPUFREQ: powernow-k8 cleanup msg if BIOS does not export ACPI _PSS
of the patch series with subject:
Several ondemand and powernow-k8 cleanups and bugfixes for 2.6.30

--- Comment #7 from Leo Milano lmil...@gmx.net  2009-04-25 04:05:42 ---
Created an attachment (id=21109)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21109)
Output from acpidump

Output from acpidump. I ran it as sudo acpidump -o acpidump.txt. I got the
warning: Wrong checksum for OEMB!

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13146] Foxconn A7GM-S 2.0: BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-04-24 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13146





--- Comment #8 from Leo Milano lmil...@gmx.net  2009-04-25 04:10:34 ---
For the record (mostly for people suffering the same problem). I did contact
Foxconn through their online support form this Wednesday, I explained the
problem carefully, I offered help, and I got NO response whatsoever in three
days.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 6404] SiS 661: APIC error on CPU0: 40(40)

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6404


starli...@binnacle.cx changed:

   What|Removed |Added

 CC|starli...@binnacle.cx   |




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 6058] S3: no wake - HP nc4010

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6058


Damir Syabitov dsyabi...@gmail.com changed:

   What|Removed |Added

 CC||dsyabi...@gmail.com




--- Comment #34 from Damir Syabitov dsyabi...@gmail.com  2009-04-25 10:24:29 
---
Hi all. Sorry for my english at first. My new HP HDX18 laptop doesn't wake up
to. After resume it can't find any hard drives. This can be reproduced in all
kernels and distributions, what i try (ubuntu 8.10 (amd64, x86), Gentoo 2008
(x86_64), Fedora 10 (x86, x86_64)). All distributions have 2.6.27 kernel. On
Gentoo i try kernel 2.6.29 - nothing change. When i try to boot from usb hdd
and get all kernel logs. Here they are:
http://unitedchat.ru/pub/hwinfo_and_logs.tar.gz .
If need more info - contact me, please dsyabitov at gmail.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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 6058] S3: no wake - HP nc4010

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6058





--- Comment #35 from Damir Syabitov dsyabi...@gmail.com  2009-04-25 10:34:32 
---
Ooops. Sorry, i'ts my mistake with many tabs opened.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13148


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

   What|Removed |Added

 CC||rui.zh...@intel.com
 AssignedTo|acpi_platform-driv...@kerne |malat...@linux.it
   |l-bugs.osdl.org |




--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-23 02:31:42 ---
re-assign to Mattia

--- Comment #3 from fanderay fander...@googlemail.com  2009-04-23 10:37:06 ---
This problem does also occur in 2.6.29.

--- Comment #4 from Mattia Dongili malat...@linux.it  2009-04-23 15:26:33 ---
Could you attach a boot log?

--- Comment #5 from Mattia Dongili malat...@linux.it  2009-04-23 15:29:57 ---
Sorry, also lspci and DSDT.
Thanks

--- Comment #6 from fanderay fander...@googlemail.com  2009-04-23 16:56:43 ---
Created an attachment (id=21094)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21094)
dmesg output

--- Comment #7 from fanderay fander...@googlemail.com  2009-04-23 17:00:25 ---
Created an attachment (id=21095)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21095)
lspci -vvv -xxx output

--- Comment #8 from fanderay fander...@googlemail.com  2009-04-23 17:01:36 ---
Created an attachment (id=21096)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21096)
dsdt decode

--- Comment #9 from Rafael J. Wysocki r...@sisk.pl  2009-04-25 11:16:33 ---
Handled-By : Mattia Dongili malat...@linux.it

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13164] New: 2.6.30-rc2 soft lockups: ACPI? clock source problem?

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13164

   Summary: 2.6.30-rc2 soft lockups: ACPI?  clock source problem?
   Product: Timers
   Version: 2.5
Kernel Version: 2.6.30-rc2
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Other
AssignedTo: johns...@us.ibm.com
ReportedBy: r...@sisk.pl
CC: acpi-bugzilla@lists.sourceforge.net
Blocks: 13070
Regression: Yes


Subject: 2.6.30-rc2 soft lockups: ACPI?  clock source problem?
Submitter  : Dave Hansen d...@sr71.net
Date   : 2009-04-21 17:30
References : http://marc.info/?l=linux-kernelm=124033550127455w=4
Handled-By : john stultz johns...@us.ibm.com
Handled-By : Len Brown l...@kernel.org

This entry is being used for tracking a regression from 2.6.29.  Please don't
close it until the problem is fixed in the mainline.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13165] New: 2.6.30-rc3 : Regression: i915 , video

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13165

   Summary: 2.6.30-rc3 : Regression: i915 , video
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.30-rc3
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Power-Video
AssignedTo: acpi_power-vi...@kernel-bugs.osdl.org
ReportedBy: r...@sisk.pl
Blocks: 13070
Regression: No


Subject: 2.6.30-rc3 : Regression: i915 , video
Submitter  : We La w.landg...@yahoo.com
Date   : 2009-04-23 19:19
References : http://marc.info/?l=linux-kernelm=124051473119134w=4
References : http://marc.info/?l=linux-kernelm=124062673404329w=4
Handled-By : Len Brown l...@kernel.org
Patch  : http://patchwork.kernel.org/patch/18420/

This entry is being used for tracking a regression from 2.6.29.  Please don't
close it until the problem is fixed in the mainline.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] New: Macbook 5,2 only boots with acpi=off

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170

   Summary: Macbook 5,2 only boots with acpi=off
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.29
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: high
  Priority: P1
 Component: Config-Tables
AssignedTo: acpi_config-tab...@kernel-bugs.osdl.org
ReportedBy: m...@mikearthur.co.uk
Regression: No


Created an attachment (id=21118)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21118)
acpidump output

My new white Macbook 5,2 will only boot into Linux with acpi=off.

The kernel partially loads and then the screen is blanked and the system stops
booting. This occurs before netconsole can load and the Macbook doesn't have a
serial port.

I've tried booting 2.6.26 and 2.6.30-rc2 both of which produce the same
results.

I've tried booting with acpi=ht which produces the same results.

I've attached the dumped ACPI tables. Interestingly iasl seems to be unable to
extract the DSDT.

Let me know what I can do to help further debug this.

Thanks for reading!

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 6404] SiS 661: APIC error on CPU0: 40(40)

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6404


Amos Shapira amos.shap...@gmail.com changed:

   What|Removed |Added

 CC|amos.shap...@gmail.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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13123] 20 ACPI interrupts per second on EEEPC 4G

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13123


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 CC||len.br...@intel.com

Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




--- Comment #1 from Len Brown len.br...@intel.com  2009-04-24 05:24:20 ---
67405439bca28c4dbecd3fefd97fbdb282a302d9
Fix polling frequency for systems without passive cooling

is queued in the acpi tree for 2.6.30-rc3

--- Comment #2 from Rafael J. Wysocki r...@sisk.pl  2009-04-25 20:56:52 ---
Fixed by commit 67405439bca28c4dbecd3fefd97fbdb282a302d9 .

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13121] ACPI: Failed to switch the brightness - acer aspire 5720G

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13121





--- Comment #20 from Rafael J. Wysocki r...@sisk.pl  2009-04-25 21:19:45 ---
Handled-By : Zhang Rui rui.zh...@intel.com
Patch : http://patchwork.kernel.org/patch/19755/
Notify-Also : Len Brown l...@kernel.org

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13109] High latency on /sys/class/thermal

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13109


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||PATCH_ALREADY_AVAILABLE




--- Comment #14 from Rafael J. Wysocki r...@sisk.pl  2009-04-25 21:24:47 ---
Handled-By : Alexey Starikovskiy astarikovs...@suse.de
Patch : http://bugzilla.kernel.org/attachment.cgi?id=21061
Notify-Also : Zhang Rui rui.zh...@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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




--- Comment #47 from Rafael J. Wysocki r...@sisk.pl  2009-04-25 21:31:05 ---
Fixed by commit f461ddea0af8b98e2b7940eba9c693b0ee44d64a .

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] New: TZ Trip points are unreasonably high on N600c

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

   Summary: TZ Trip points are unreasonably high on N600c
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.28
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Power-Fan
AssignedTo: acpi_power-...@kernel-bugs.osdl.org
ReportedBy: shopp...@tarek.org
Regression: Yes


I have basically never had heating issues with my Compaq Evo N600c until a
recent upgrade to Ubuntu's Jaunty 2.6.28. Now, the computer appears to overheat
and shut down regularly.

In doing some checking, these are the assigned trip points:

cat /proc/acpi/thermal_zone/TZ1/trip_points 
critical (S5):   108 C
passive: 98 C: tc1=1 tc2=2 tsp=100 devices=C000 
active[0]:   80 C: devices=C1E1 
active[1]:   70 C: devices=C1E2 
active[2]:   55 C: devices=C1E3


Which seem quite high. I cannot change the trip points manually, and have
played with the DSDT, though it is far above my ability.

I know this is an incomplete bug report, so maybe the next question is: What
else do I need to make it more complete?

tarek : )

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled)

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





--- Comment #10 from Rafael J. Wysocki r...@sisk.pl  2009-04-26 11:04:44 ---
Handled-By : Alexey Starikovskiy astarikovs...@suse.de
Notify-Also : Zhang Rui rui.zh...@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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13032] 2.6.29 regression: network interfaces drop after suspend/resume

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


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

  Component|network-wireless|Power-Processor
 AssignedTo|drivers_network-wirel...@ke |acpi_power-proces...@kernel
   |rnel-bugs.osdl.org  |-bugs.osdl.org
Product|Drivers |ACPI




-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13032] 2.6.29 regression: network interfaces drop after suspend/resume

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


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

  Component|network-wireless|Power-Processor
 AssignedTo|drivers_network-wirel...@ke |acpi_power-proces...@kernel
   |rnel-bugs.osdl.org  |-bugs.osdl.org
Product|Drivers |ACPI




--- Comment #20 from Rafael J. Wysocki r...@sisk.pl  2009-04-26 11:48:39 ---
Notify-Also : ACPI Bugzilla acpi-bugzilla@lists.sourceforge.net

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13165] 2.6.30-rc3 : Regression: i915 , video

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





--- Comment #2 from Rafael J. Wysocki r...@sisk.pl  2009-04-26 12:05:23 ---
On Sunday 26 April 2009, We La wrote:
 
 The patch didnt yet enter into the -git of the main kernel.  Thus, the 
 problem still is relevant.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13032] 2.6.29 regression: network interfaces drop after suspend/resume

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


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

  Component|network-wireless|Power-Processor
 AssignedTo|drivers_network-wirel...@ke |acpi_power-proces...@kernel
   |rnel-bugs.osdl.org  |-bugs.osdl.org
Product|Drivers |ACPI

Kalle Valo kalle.v...@iki.fi changed:

   What|Removed |Added

 CC||kalle.v...@iki.fi




--- Comment #20 from Rafael J. Wysocki r...@sisk.pl  2009-04-26 11:48:39 ---
Notify-Also : ACPI Bugzilla acpi-bugzilla@lists.sourceforge.net

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13165] 2.6.30-rc3 : Regression: i915 , video

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


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

   What|Removed |Added

 CC||yakui.z...@intel.com




--- Comment #3 from ykzhao yakui.z...@intel.com  2009-04-27 01:03:07 ---
The issue can be fixed by the patch in
http://patchwork.kernel.org/patch/18420/. But a new issue will be triggered.

The issue can be fixed by the following patch:
   http://marc.info/?l=linux-acpim=124058818318025w=2

Thanks.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

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


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

   What|Removed |Added

 CC||acpi-bugzi...@lists.sourcef
   ||orge.net




--- Comment #2 from ykzhao yakui.z...@intel.com  2009-04-27 01:16:49 ---
Hi, Mike
Do you mean that the box still hangs even when adding the boot option of
acpi=ht? 
In fact when the boot option of acpi=ht is added, the box is also booted
with ACPI disabled. 
Will you please capture the screenshot when it hangs with the acpi=ht?
Will you please attach the output of dmesg with the boot option of
acpi=off?
   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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] TZ Trip points are unreasonably high on N600c

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


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

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC|rui.zh...@intel.com |acpi-bugzi...@lists.sourcef
   ||orge.net




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

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


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

   What|Removed |Added

 CC||rui.zh...@intel.com




--- Comment #3 from Zhang Rui rui.zh...@intel.com  2009-04-27 01:29:57 ---
can you attach the screenshot when linux hangs?

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] TZ Trip points are unreasonably high on N600c

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





--- Comment #2 from Tarek Loubani shopp...@tarek.org  2009-04-27 01:36:47 ---
Created an attachment (id=21129)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21129)
ACPI Dump from n600c

Hello,

Thank you for your prompt reply. Here is the ACPI dump from the N600c

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] TZ Trip points are unreasonably high on N600c

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13190





--- Comment #3 from Zhang Rui rui.zh...@intel.com  2009-04-27 07:44:31 ---
 Name (_CRT, 0x0EE4)

From the acpidump output, we can see that the critical trip point is hardcoded
to 108C, which means that it's the same in the kernel which used to work.
Plus, a critical trip point of 108C is also normal in other laptops.

this is rather a thermal management regression than a trip point bug to me.
can you make sure that
1. the overheating problem goes away if you switch back to the old kernel?
2. the laptop is hotter when you are running 2.6.28?

Plus, please attach the full dmesg output and the result of grep .
/proc/acpi/thermal_zone/TZ1/* both in 2.6.28 and in the non-overheating
kernel.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #2 from Zhang Rui rui.zh...@intel.com  2009-04-27 07:45:45 ---
please attach the full dmesg output after boot.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13155] random freeze when EC interrupts are enabled

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13155


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

   What|Removed |Added

 AssignedTo|acpi...@kernel-bugs.osdl.or |astarikovs...@suse.de
   |g   |




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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12998] S3 suspend: power shuts off completely every 20 or so suspends (T60)

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12998





--- Comment #23 from Zhang Rui rui.zh...@intel.com  2009-04-27 07:55:52 ---
ping Sanjoy

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12873] irq 9: nobody cared - Toshiba Satellite P305D-S8828

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12873





--- Comment #27 from Zhang Rui rui.zh...@intel.com  2009-04-27 07:56:35 ---
ping Kenney

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12795] ACPI interrupt storm - Sony Vaio VGN-TT11/LN

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12795


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

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO
 Regression|--- |No




--- Comment #28 from Zhang Rui rui.zh...@intel.com  2009-04-27 08:00:55 ---
ping Michael

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #4 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 08:31:27 ---
Hey guys, thanks!

I'll try the other options tonight when I get home.

When I add acpi=ht it produces exactly the same behaviour as without any
extra boot options (i.e. blanked screen, stops booting).

I can't capture a screenshot as the screen blanks but I'll try and take lots of
photos in quick succession and try and capture the last one with acpi=ht.

I'll also post the output of dmesg tonight.

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12998] S3 suspend: power shuts off completely every 20 or so suspends (T60)

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12998





--- Comment #24 from Sanjoy Mahajan san...@mit.edu  2009-04-27 11:04:12 ---
I've been running the 2.6.29 kernel w/ PMDEBUG since my last report.

My current theory is that the laptop gets squeezed by books in my
backpack, pushing the power button and shutting off the machine.  I've
therefore been careful over the last few weeks to stand the backpack
upright in order to reduce the chance of that happening.

Since starting that habit, I haven't been able to reproduce the problem.
Which means it may be my fault to begin with, and not an ACPI or even a
hardware problem (except that the T60 lid isn't as sturdy as I would
like).

Sorry for the likely noise.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #6 from Thoralf Dassler thoralf.dass...@gmail.com  2009-04-27 
11:42:01 ---
Created an attachment (id=21133)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21133)
acpidump

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #7 from Thoralf Dassler thoralf.dass...@gmail.com  2009-04-27 
11:46:08 ---
Please see attachments as requested. Just in case, I also include .config and
lspci -vv

Also, this line in the original message there a now in-between spin states
... should read: there are no in-between spin states ...

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #5 from Thoralf Dassler thoralf.dass...@gmail.com  2009-04-27 
11:37:36 ---
Created an attachment (id=21132)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21132)
lspci-vv

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #3 from Thoralf Dassler thoralf.dass...@gmail.com  2009-04-27 
11:30:34 ---
Created an attachment (id=21130)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21130)
dmesg

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] TZ Trip points are unreasonably high on N600c

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13190





--- Comment #4 from Tarek Loubani shopp...@tarek.org  2009-04-27 12:22:54 ---
Created an attachment (id=21134)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21134)
grep . /proc/acpi/thermal_zone/TZ1/* in 2.6.28

Here is the output from 2.6.28. I shall go back to the old kernel shortly to
get all the information from there as well. As well, I'll be tracking the logs
to see if there are any contributory messages and post them here.

tarek : )

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] TZ Trip points are unreasonably high on N600c

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13190





--- Comment #5 from Tarek Loubani shopp...@tarek.org  2009-04-27 12:31:07 ---
Created an attachment (id=21135)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21135)
dmesg from 2.6.28 after fresh boot

dmesg output immediately after boot.

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13157] Fan not switching properly with Intel ICH9 and Insyde H2O bios

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13157





--- Comment #9 from Thoralf Dassler thoralf.dass...@gmail.com  2009-04-27 
13:05:52 ---
I get the same output, except for the critical (S5) value, which in my case
is 92.

I am not sure if this significant for our problem because I am not 100% sure
whether the kernel actually tries to switch the fan speed on the basis of these
figures.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13195] New: Linux doesn't boot unless acpi=off/acpi=ht

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13195

   Summary: Linux doesn't boot unless acpi=off/acpi=ht
   Product: ACPI
   Version: 2.5
Kernel Version: 2.6.28
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: ACPICA-Core
AssignedTo: acpi_acpica-c...@kernel-bugs.osdl.org
ReportedBy: blan...@ncom.com
Regression: No


I am using a Panasonic Toughbook CF-52, and I am seeing the original issue
experienced in bug 9915 (http://bugzilla.kernel.org/show_bug.cgi?id=9915), but
it was closed because. I cannot boot into linux without acpi=off or acpi=ht.

I am using Ubuntu 9.04, but I, and some coworkers, have tried most popular
distributions, but all of them require acpi be changed.

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

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10699] Wrong battery information on MSI S271 laptop with msi-laptop module loaded - 2.6.23 regression

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10699


Alan a...@lxorguk.ukuu.org.uk changed:

   What|Removed |Added

 CC||a...@lxorguk.ukuu.org.uk
 Kernel Version|v2.6.28 |2.6.28




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #48 from Daniel Vetter dan...@ffwll.ch  2009-04-27 14:45:07 ---
Hi all,

Some further testing shows that Len's  patch doesn't solve all the problems
ff69.. caused on my Thinkpad X40.

With ff69 reverted on top of 2.6.30-rc2, I can hibernate (suspend to ram) as
often as I want. With Len's patch (-linus version v2.6.30-rc3-329-g0c8454f) I
can resume only once. In the second cycle the machine hangs hard shortly after
switching the power on (fan and hd spin up). It doesn't manage to set the
blinking mode for the suspend led, indicating a resume in progress. I checked
the clocksource=acpi_pm workaround, and this does not work for the resume
issue, i.e. broken in the same way as with Len's patch.

So at least for my setup, the breakage introduced by ff69 is not yet completely
fixed.

-Daniel

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170


Silvio Sisto sistovi...@gmail.com changed:

   What|Removed |Added

 CC||sistovi...@gmail.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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #5 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 18:57:58 ---
ykzhao: None of those three options made a difference unfortunately. I'm not
sure what you meant by ..processor should be compiled as built-in.. though.
Which kernel flag you mean? CONFIG_ACPI_PROCESSOR?

Attachment of the acpi=ht image and acpi=off dmesg is to follow.

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #6 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 19:22:29 ---
Created an attachment (id=21140)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21140)
acpi=off dmesg

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #7 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 19:32:18 ---
Created an attachment (id=21141)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21141)
acpi=ht failure screen (before blanking)

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #8 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 19:35:32 ---
Created an attachment (id=21142)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21142)
acpi=ht failure video (before blanking)

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13087] hpet=force boot hang due to commit ff69f2bba67bd45514923aaedbf40fe351787c59

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13087





--- Comment #49 from Bruno bonbon...@internet.lu  2009-04-27 20:25:57 ---
For me, multiple S3 cycles are possible in a row (tested from linux console
[vesafb]; I'm not using KMS but I have i915 loaded so GPU can be resumed)

Tested with today's linus kernel (commit
e25c2c873f59c57cf1c2b1979cc8fb01958305ef)

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #9 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 20:58:29 ---
Was playing around and turns out the system will boot fine and acpi work with
nosmp or maxcpus=1 in the boot flags. Attaching the dmesg for those two boots.

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #10 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 21:06:44 
---
Created an attachment (id=21144)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21144)
dmesg nosmp

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13170] Macbook 5,2 only boots with acpi=off

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13170





--- Comment #11 from Mike Arthur m...@mikearthur.co.uk  2009-04-27 21:11:57 
---
Created an attachment (id=21145)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21145)
dmesg maxcpus=1

-- 
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.
You are watching the assignee of the bug.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13041] OQO 01+ doesn't power off since 2.6.24

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13041





--- Comment #10 from Jamie Lentin j...@lentin.co.uk  2009-04-27 21:37:35 ---
Created an attachment (id=21146)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21146)
Correct comments to match kernel options

The options added are part of the hwsleep module, not acpi, so specifying
acpi.gts=1 results in an unknown kernel option error.  The above patch
corrects the printk output to match what the code recognises.

Bar this, the patch works exactly as you'd expect.  The methods are detected
and the prink output shown, hwsleep.gts=1 will break shutdown,
hwsleep.bfs=1 has no effect (since this works fine).

(sorry for the late reply)

Thanks for all your help,

-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13041] OQO 01+ doesn't power off since 2.6.24

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13041


Jamie Lentin j...@lentin.co.uk changed:

   What|Removed |Added

  Attachment #21146|0   |1
   is patch||




-- 
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.

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13195] Linux doesn't boot unless acpi=off/acpi=ht

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13195


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

   What|Removed |Added

 CC||yakui.z...@intel.com




--- Comment #1 from ykzhao yakui.z...@intel.com  2009-04-28 00:55:46 ---
Will you please attach the output of acpidump?
   Will you please also try the following boot option and see whether the box
can be booted?
   a. processor.max_cstate=1
   b. idle=poll
   Thanks.

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

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12873] irq 9: nobody cared - Toshiba Satellite P305D-S8828

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12873





--- Comment #28 from Kenney Phillis Jr. kphilli...@gmail.com  2009-04-28 
01:23:41 ---
I just tested the debug patch against kernel 2.6.30-rc2, and here's the
results.

-- 
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.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12873] irq 9: nobody cared - Toshiba Satellite P305D-S8828

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12873





--- Comment #29 from Kenney Phillis Jr. kphilli...@gmail.com  2009-04-28 
01:24:23 ---
Created an attachment (id=21147)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21147)
Interupts results with debug patch against 2.6.30-rc2

-- 
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.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12873] irq 9: nobody cared - Toshiba Satellite P305D-S8828

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12873





--- Comment #30 from Kenney Phillis Jr. kphilli...@gmail.com  2009-04-28 
01:26:53 ---
Created an attachment (id=21148)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=21148)
contents of /sys/firmware/acpi/interupts in 2.6.30-rc2 with patch

-- 
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.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 12873] irq 9: nobody cared - Toshiba Satellite P305D-S8828

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12873





--- Comment #31 from Len Brown len.br...@intel.com  2009-04-28 01:47:17 ---
whelp, the test patch confirmed that indeed, we have a screaming interrupt
that is getting vectored through the acpi_irq().  I guess we could have
believed /proc/interrupts on that one...

Can you make the interrupt stop by any of the means in suggestions
#1 and #2 in comment #25?

-- 
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.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13190] 2.6.28 thermal shutdown - Compaq N600c

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13190


Len Brown len.br...@intel.com changed:

   What|Removed |Added

 CC||len.br...@intel.com
Summary|TZ Trip points are  |2.6.28 thermal shutdown -
   |unreasonably high on N600c  |Compaq N600c




--- Comment #6 from Len Brown len.br...@intel.com  2009-04-28 01:30:58 ---
What is the latest version of the kernel that works properly?

Can you reproduce this failure using a kernel.org kernel?

upon the faiure, what is the reported temperature.
Is the reading jumping around?

you can monitor it with 
watch grep . /proc/acpi/thermal_zone/*/* /proc/acpi/fan/*/*

also, when the temperature exceeds the active trip points
in the output above, do the fans run (you should be able to
see on in the output above, and hear them as well)

finally, for testing, you can disable the actual shutdown
by booting with thermal.nocrt=1
which will still print out, but not shutdown on CRT trip.

-- 
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.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 13032] S3: 2.6.29 regression: network interfaces drop after resume - Dell Inspiron 600m laptop

2009-04-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13032


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

  Component|network-wireless|Power-Processor
 AssignedTo|drivers_network-wirel...@ke |acpi_power-proces...@kernel
   |rnel-bugs.osdl.org  |-bugs.osdl.org
Product|Drivers |ACPI

Kalle Valo kalle.v...@iki.fi changed:

   What|Removed |Added

 CC||kalle.v...@iki.fi

Len Brown len.br...@intel.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 AssignedTo|acpi_power-proces...@kernel |len.br...@intel.com
   |-bugs.osdl.org  |
Summary|2.6.29 regression: network  |S3: 2.6.29 regression:
   |interfaces drop after   |network interfaces drop
   |suspend/resume  |after resume - Dell
   ||Inspiron 600m laptop




--- Comment #20 from Rafael J. Wysocki r...@sisk.pl  2009-04-26 11:48:39 ---
Notify-Also : ACPI Bugzilla acpi-bugzilla@lists.sourceforge.net

--- Comment #21 from Len Brown len.br...@intel.com  2009-04-28 01:40:30 ---
please attach the output from lspci -vv

-- 
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.
You are watching the assignee of the bug.

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


<    3   4   5   6   7   8   9   10   11   12   >