[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Zhang Rui changed: What|Removed |Added AssignedTo|acpi_power-off@kernel-bugs. |rui.zh...@intel.com |osdl.org| --- Comment #19 from Zhang Rui 2012-11-30 06:40:33 --- Created an attachment (id=87911) --> (https://bugzilla.kernel.org/attachment.cgi?id=87911) patch: do not use Lid and sleep button for S5 wakeup please try this patch to see if it helps. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #18 from Zhang Rui 2012-11-29 04:43:37 --- then the difference would be: Method (_PSW, 1, NotSerialized) // _PSW: Power State Wake { Store (Arg0, LDST) } you patch disables _PSW, while acpi_disable_all_gpes does not. this also make sens. I'll cook up a patch to disable _PRW before shutdown. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project with help from experts and peers. http://goparallel.sourceforge.net ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Richard Körber changed: What|Removed |Added CC|ker...@ml.shredzone.de | -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #17 from Anisse Astier 2012-11-28 09:21:50 --- Zhang Rui, Yes, that would be the best course of action. I didn't look much at the details, but how would you know if a GPE is unused ? Plus, I thought this was already done, see drivers/acpi/sleep.c acpi_power_off_prepare calls acpi_disable_all_gpes(), so I might be missing something here, but maybe it's related to the order in which the actions are done ? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Zhang Rui changed: What|Removed |Added Status|ASSIGNED|NEEDINFO --- Comment #16 from Zhang Rui 2012-11-28 03:18:11 --- anisse, you patch disables the Lid Wake GPE when shutdown, right? IMO, a proper fix would be disabling unused GPEs before shutdown, and we should do it in ACPI general code instead. what do you think? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Anisse Astier changed: What|Removed |Added Kernel Version|3.4-rc3 |3.4-rc3 3.5.3 3.6.0-rc5 --- Comment #15 from Anisse Astier 2012-09-14 14:56:28 --- This bug also impacts the Toshiba Satellite C870-16F. I think we can label that as a generic Linux bug, something that is done differently from windows and impacts different hardware and BIOS. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Alan changed: What|Removed |Added Status|NEEDINFO|ASSIGNED CC||a...@lxorguk.ukuu.org.uk Kernel Version|2.6.39-rc7 |3.4-rc3 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #14 from Adrian Batzill 2012-04-22 20:51:38 --- Hey, Thanks for responding anyway. I'd love to work on a proper patch, but I'm pretty new to kernel development (especially on ACPI). Could you give a few hints on where/how I could start on this, if you have time? That would be really awesome. (If not, I'll just try a few days until I have figured it out myself :/) Thanks -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #13 from Anisse Astier 2012-04-22 20:47:25 --- Thanks Adrian for the Tested-by, but I don't think this patch will be accepted as-is, it's just a hack. That's why I didn't sign it off. I stopped working on this hardware, but if anyone wants to implement a proper fix for this they should probably look at the acpi "button" driver. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Adrian Batzill changed: What|Removed |Added CC||li...@batzill.com --- Comment #12 from Adrian Batzill 2012-04-21 11:59:50 --- For me, the bug also exist in the latest kernel (3.4-rc3). Applying the patch posted above fixes it for me (Asus EEE PC r252b). If you want: Tested-by: Adrian Batzill -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Zhang Rui changed: What|Removed |Added Status|NEW |NEEDINFO CC||rui.zh...@intel.com --- Comment #11 from Zhang Rui 2012-01-18 05:15:32 --- It's great that the kernel bugzilla is back. Can you please verify if the problem still exists in the latest upstream kernel? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #10 from Richard Körber 2011-07-28 21:07:14 --- It's a Phoenix AwardBIOS here. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #9 from Sébastien Wilmet 2011-07-28 19:30:06 --- Anisse, my BIOS is an AMI v02.59 (for the Asus PRO50N). But now I've installed Gentoo, and I don't have the problem anymore. So it was maybe the fault of systemd in Fedora 15 or another module, since I used the same kernel version (2.6.38). -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #8 from Anisse Astier 2011-07-28 16:00:35 --- Created an attachment (id=67032) --> (https://bugzilla.kernel.org/attachment.cgi?id=67032) Patch to disable ACPI LID wakeup at shutdown Attached patch should do the same as the echo " LID" thing, but in kernel. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #7 from Anisse Astier 2011-07-28 15:10:14 --- Richard, Sébastien : what BIOS does your computer have ? The Toshiba laptop has an AMI (American Megatrends Inc) Aptio bios. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #6 from Richard Körber 2011-07-27 08:51:42 --- The echo " LID" fixes this issue even on my desktop machine. :) -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #5 from Anisse Astier 2011-07-26 16:09:41 --- Did a few more tests: I tested with 2.6.33 and 2.6.35, and it's not working either, so this does not seem to be a (recent) regression. Tried disabling enabled GPE interrupts before shutting down, in /sys/firmware/acpi/interrupts/, it didn't have any effect. Finally, I tried disabling wakeup sources in /proc/acpi/wakeup, and I found the culprit: the "LID" wakeup source. So running: echo " LID" > /proc/acpi/wakeup before shutting down, will have the laptop halt without rebooting whether it's plugged or not. I checked in the BIOS, and there's an option "Panel Open - Power On", and it wasn't enabled. I tried enabling/disabling it, and the problem is reproduced whether it's on or off. Also, the problem is reproduced whether the lid is open or closed. And the problem is fixed with echo " LID" > /proc/acpi/wakeup whether the lid is open or closed. I don't know yet how to solve this at the kernel level. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Richard Körber changed: What|Removed |Added CC||ker...@ml.shredzone.de --- Comment #4 from Richard Körber 2011-06-07 08:35:36 --- Same here. It's Fedora 15 on a desktop machine with Asus mainboard, so it does not seem to be just notebook related. With Fedora 14, the system always shut down reliably. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #3 from Sébastien Wilmet 2011-06-03 16:22:36 --- Ah, I didn't try on battery. On AC, sometimes it's OK, sometimes not (for the Asus PRO50N). -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 Sébastien Wilmet changed: What|Removed |Added CC||sebastien.wil...@gmail.com --- Comment #2 from Sébastien Wilmet 2011-06-03 16:19:33 --- I have the same problem with Fedora 15 (version 2.6.38 of the kernel). My computer is an Asus PRO50N. See this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=710532 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 35262] Toshiba C670D-10C restarts instead of poweroff when on AC
https://bugzilla.kernel.org/show_bug.cgi?id=35262 --- Comment #1 from Anisse Astier 2011-05-17 15:42:47 --- Created an attachment (id=58302) --> (https://bugzilla.kernel.org/attachment.cgi?id=58302) dmesg -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bug. -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla