http://bugzilla.kernel.org/show_bug.cgi?id=13745


Eric Yager <e_yager1...@verizon.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e_yager1...@verizon.net




--- Comment #20 from Eric Yager <e_yager1...@verizon.net>  2009-11-19 00:39:18 
---
The HP C700 series is also affected by this bug.  In this case the CPU fan is
also completely inoperative and the processor will quickly overheat.  Other
users have reported the problem in the bug reports below.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/232385
http://bbs.archlinux.org/viewtopic.php?id=61973


I have compiled a new kernel with an entry in sleep.c for this series of laptop
to force on the SCI_EN bit after resume.  This fixes the issue with my HP
C751NR. 

        {
        .callback = init_set_sci_en_on_resume,
        .ident = "Hewlett-Packard Compaq Presario C700 Notebook PC",
        .matches = {
            DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
            DMI_MATCH(DMI_PRODUCT_NAME, "Compaq Presario C700 Notebook PC"),
                },
        },

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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to