[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|ASSIGNED --- Comment #26 from [EMAIL PROTECTED] 2008-02-29 00:27 --- Rui, if you completely disable GPE, it certainly helps. Just checked on my Acer, with you patch storm happens only then EC does something. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10071] kernel hang in inet_init
http://bugzilla.kernel.org/show_bug.cgi?id=10071 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|CLOSED Resolution||PATCH_ALREADY_AVAILABLE -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 8573] ACPI Exception (battery-0216): AE_SUPPORT, Extracting _BST [20070126] - Acer Aspire 1640z
http://bugzilla.kernel.org/show_bug.cgi?id=8573 --- Comment #26 from [EMAIL PROTECTED] 2008-02-29 00:57 --- Please check if this patch helps: From: Lin Ming <[EMAIL PROTECTED]> Fix a memory overflow bug when copying NULL internal package element object to external. Signed-off-by: Lin Ming <[EMAIL PROTECTED]> Signed-off-by: Zhang Rui <[EMAIL PROTECTED]> --- drivers/acpi/utilities/utobject.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/acpi/utilities/utobject.c === --- linux-2.6.orig/drivers/acpi/utilities/utobject.c +++ linux-2.6/drivers/acpi/utilities/utobject.c @@ -432,7 +432,7 @@ acpi_ut_get_simple_object_size(union acp * element -- which is legal) */ if (!internal_object) { - *obj_length = 0; + *obj_length = sizeof(union acpi_object); return_ACPI_STATUS(AE_OK); } -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9915] boot fails - Panasonic Toughbook CF-52
http://bugzilla.kernel.org/show_bug.cgi?id=9915 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Status|NEEDINFO|ASSIGNED --- Comment #22 from [EMAIL PROTECTED] 2008-02-29 01:50 --- Thanks for the info. It is very great that the system can be booted very normally. The remained problem is that backlight can't work normally. Will you please do the following test based on the kerne in comment #20?( Custom DSDT table is required). a. boot the system with the option of "acpi.debug_layer=0x08010004 acpi.debug_level=0x1f pci=nommconf". b. press Fn keys for the backlight. After finishing the test, please attach the output of full dmesg. Will you please attach the output using the following command? acpidump --addr 0x3f6cec47 --length 0x100 -o mnvs Thanks. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9915] boot fails - Panasonic Toughbook CF-52
http://bugzilla.kernel.org/show_bug.cgi?id=9915 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|NEEDINFO -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10119] Panasonic CF-30F Toughbook doesn't boot
http://bugzilla.kernel.org/show_bug.cgi?id=10119 --- Comment #8 from [EMAIL PROTECTED] 2008-02-29 02:08 --- No, it doesn't work with any kernel. Just the messages differ. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 --- Comment #27 from [EMAIL PROTECTED] 2008-02-29 03:43 --- For me the patch in comment #25 does not seem to 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, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10071] kernel hang in inet_init
http://bugzilla.kernel.org/show_bug.cgi?id=10071 [EMAIL PROTECTED] changed: What|Removed |Added Status|CLOSED |REOPENED Resolution|PATCH_ALREADY_AVAILABLE | --- Comment #22 from [EMAIL PROTECTED] 2008-02-29 04:35 --- This entry is being used for tracking a regression from 2.6.24. 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, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10071] kernel hang in inet_init
http://bugzilla.kernel.org/show_bug.cgi?id=10071 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution||PATCH_ALREADY_AVAILABLE -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10071] kernel hang in inet_init
http://bugzilla.kernel.org/show_bug.cgi?id=10071 --- Comment #23 from [EMAIL PROTECTED] 2008-02-29 04:42 --- > --- Comment #22 from [EMAIL PROTECTED] 2008-02-29 04:35 --- > This entry is being used for tracking a regression from 2.6.24. Please don't > close it until the problem is fixed in the mainline. Sorry! It's my bad: I didn't know the rules and asked Yannick to do this. Jarek P. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9167] No TZ.temp update, no fan control (64-bit only) - Acer Aspire 5720, 7720Z - Santa Rosa, T7300
http://bugzilla.kernel.org/show_bug.cgi?id=9167 --- Comment #55 from [EMAIL PROTECTED] 2008-02-29 05:22 --- Nops rui. Here a video that show this: http://www.youtube.com/watch?v=QX9t0u6-rfU Thanks! -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9915] boot fails - Panasonic Toughbook CF-52
http://bugzilla.kernel.org/show_bug.cgi?id=9915 --- Comment #24 from [EMAIL PROTECTED] 2008-02-29 06:28 --- Created an attachment (id=15084) --> (http://bugzilla.kernel.org/attachment.cgi?id=15084&action=view) acpidump output as requested in comment 22 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10119] Panasonic CF-30F Toughbook doesn't boot
http://bugzilla.kernel.org/show_bug.cgi?id=10119 --- Comment #9 from [EMAIL PROTECTED] 2008-02-29 05:51 --- This bug is similar with the bug 9915. And it is caused by broken BIOS. Will you please try the custom DSDT? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10071] kernel hang in inet_init
http://bugzilla.kernel.org/show_bug.cgi?id=10071 --- Comment #24 from [EMAIL PROTECTED] 2008-02-29 06:26 --- I promise i won't do it again ! ;-) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9915] boot fails - Panasonic Toughbook CF-52
http://bugzilla.kernel.org/show_bug.cgi?id=9915 --- Comment #23 from [EMAIL PROTECTED] 2008-02-29 06:28 --- Created an attachment (id=15083) --> (http://bugzilla.kernel.org/attachment.cgi?id=15083&action=view) dmesg output as requested in comment 22 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10119] Panasonic CF-30F Toughbook doesn't boot
http://bugzilla.kernel.org/show_bug.cgi?id=10119 --- Comment #10 from [EMAIL PROTECTED] 2008-02-29 05:53 --- Created an attachment (id=15082) --> (http://bugzilla.kernel.org/attachment.cgi?id=15082&action=view) try the custom DSDT Will you please try the custom DSDT and confirm whether the system can be booted? How to use the custom DSDT can be found: http://www.lesswatts.org/projects/acpi/faq.php Thanks. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #15077|0 |1 is obsolete|| --- Comment #28 from [EMAIL PROTECTED] 2008-02-29 09:32 --- Created an attachment (id=15095) --> (http://bugzilla.kernel.org/attachment.cgi?id=15095&action=view) Detect IRQ storm Bad news, this is not a regression. I've checked back to 2.6.22, and interrupts were going much faster than needed too. Problem seems to be that hw fails to clear GPE after we service it and write 1 into corresponding bit. Thus, as soon as we get interrupts enabled again, we receive a new one. Google gives too many results for "acer interrupt storm" for this being one-broken-machine case. Please check if this patch helps. It works for me on TM2300. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 [EMAIL PROTECTED] changed: What|Removed |Added Regression|1 |0 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 --- Comment #29 from [EMAIL PROTECTED] 2008-02-29 11:35 --- (In reply to comment #28) > Please check if this patch helps. It works for me on TM2300. I'm afraid, it doesn't. Still lost keystrokes... -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10123] No power-off / reboot with 2.6.25-rcX (up to -rc3) kernels
http://bugzilla.kernel.org/show_bug.cgi?id=10123 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #7 from [EMAIL PROTECTED] 2008-02-29 11:30 --- git-bisect pointed out to this one: commit fd7d1ced29e5beb88c9068801da7a362606d8273 Author: Greg Kroah-Hartman <[EMAIL PROTECTED]> Date: Tue May 22 22:47:54 2007 -0400 PCI: make pci_bus a struct device It also introduces these two errors: kobject (c7c70500): tried to init an initialized object, something is seriously wrong. Pid: 1, comm: swapper Not tainted 2.6.24-testpm #21 [] kobject_init+0x89/0x90 [] device_initialize+0x1e/0x90 [] device_register+0xb/0x20 [] pci_bus_add_devices+0x98/0x140 [] ? pcibios_scan_root+0x27/0xa0 [] pci_legacy_init+0x50/0xf0 [] kernel_init+0x142/0x320 [] ? ret_from_fork+0x6/0x1c [] ? kernel_init+0x0/0x320 [] ? kernel_init+0x0/0x320 [] kernel_thread_helper+0x7/0x1c === sysfs: duplicate filename ':01' can not be created [ cut here ] WARNING: at fs/sysfs/dir.c:424 sysfs_add_one+0x80/0xa0() Modules linked in: Pid: 1, comm: swapper Not tainted 2.6.24-testpm #21 [] warn_on_slowpath+0x54/0x70 [] ? __call_console_drivers+0x5c/0x70 [] ? _spin_unlock_irqrestore+0x11/0x30 [] ? release_console_sem+0x1d9/0x1f0 [] ? vprintk+0x2ad/0x3b0 [] ? ida_get_new_above+0x89/0x180 [] ? sysfs_ilookup_test+0x0/0x20 [] ? _spin_unlock+0xf/0x30 [] ? ifind+0x8a/0x90 [] ? printk+0x1b/0x20 [] sysfs_add_one+0x80/0xa0 [] create_dir+0x49/0x90 [] sysfs_create_dir+0x2b/0x50 [] kobject_add_internal+0xae/0x190 [] ? kobject_set_name_vargs+0x2d/0x40 [] ? kobject_set_name_vargs+0x2d/0x40 [] kobject_add_varg+0x4f/0x60 [] kobject_add+0x2f/0x60 [] ? kobject_get+0x12/0x20 [] device_add+0x8c/0x4f0 [] ? kref_init+0xd/0x10 [] ? kobject_init+0x2b/0x90 [] device_register+0x12/0x20 [] pci_bus_add_devices+0x98/0x140 [] ? pcibios_scan_root+0x27/0xa0 [] pci_legacy_init+0x50/0xf0 [] kernel_init+0x142/0x320 [] ? ret_from_fork+0x6/0x1c [] ? kernel_init+0x0/0x320 [] ? kernel_init+0x0/0x320 [] kernel_thread_helper+0x7/0x1c === ---[ end trace ca143223eefdc828 ]--- -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9823] battery info sometimes not available - MSI GX700
http://bugzilla.kernel.org/show_bug.cgi?id=9823 --- Comment #32 from [EMAIL PROTECTED] 2008-02-29 11:57 --- Created an attachment (id=15098) --> (http://bugzilla.kernel.org/attachment.cgi?id=15098&action=view) dmesg so, I added DSDT you provided here, although it shows warnings during compilation: iasl -tc DSDT.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20061109 [Apr 25 2007] Copyright (C) 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.0a DSDT.dsl 5312: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5326: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5341: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5356: Acquire (MUTE, 0x0FFF) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5370: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5385: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored DSDT.dsl 5400: Acquire (MUTE, 0x03E8) Warning 1103 - ^ Possible operator timeout is ignored ASL Input: DSDT.dsl - 5641 lines, 174686 bytes, 2338 keywords AML Output: /home/tmp/dsdt/DSDT.aml - 19532 bytes 684 named objects 1654 executable opcodes Compilation complete. 0 Errors, 7 Warnings, 0 Remarks, 38 Optimizations I added output file DSDT.hex to initrd and boot with command line parameters: cat /proc/cmdline root=/dev/sda2 resume=/dev/sda6 ro vga=791 acpi.debug_layer=0x04 acpi.debug_level=0x01f the only problem I have is to compile 2.6.23.1 as I have many modules which would have to be recompiled for that kernel so I stayed with 2.6.24 lets wait now, till problem occurs again - as for now dmesg attached as you might see there, custom DSDT is in use: ACPI: Looking for DSDT in initramfs... successfully read 19532 bytes from /DSDT.aml. ACPI: Table DSDT replaced by host OS ACPI: DSDT , 4C4C (r1 17190 17190 INTL 20061109) ACPI: DSDT override uses original SSDTs unless "acpi_no_auto_ssdt"CPU0: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz stepping 0a -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9823] battery info sometimes not available - MSI GX700
http://bugzilla.kernel.org/show_bug.cgi?id=9823 --- Comment #33 from [EMAIL PROTECTED] 2008-02-29 12:50 --- ok, I did not wait too long: cat /proc/acpi/battery/BAT1/info present: no -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 --- Comment #30 from [EMAIL PROTECTED] 2008-02-29 13:38 --- Do you have acpi interrupts count increasing? Please try if insertion of 'msleep(10)' in ec.c:227 (while loop) helps. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9167] No TZ.temp update, no fan control (64-bit only) - Acer Aspire 5720, 7720Z - Santa Rosa, T7300
http://bugzilla.kernel.org/show_bug.cgi?id=9167 --- Comment #56 from [EMAIL PROTECTED] 2008-02-29 13:43 --- I filled a support ticket here (for EMEA) : http://support.acer-euro.com/request/index.html Maybe it could worth if every body who wants this is issue being solved to fill this too to get more support from Acer on this. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 --- Comment #31 from [EMAIL PROTECTED] 2008-02-29 15:11 --- (In reply to comment #30) > Do you have acpi interrupts count increasing? Not at all. After five minutes of uptime and some aggressive polling of the battery it stayed fixed at 7 (increased to 8 when I pressed the power-button). > Please try if insertion of 'msleep(10)' in ec.c:227 (while loop) helps. Yes, it helps :) No lost keys at all, interrupt count is 7, battery readings seem correct. All looks fine to me. On a sidenote: The command went to line 231, which I guessed to be the correct line (right after the 'while' line). -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 --- Comment #32 from [EMAIL PROTECTED] 2008-02-29 15:27 --- great news. I'll update patch and get it upstream. Thanks for 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, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10138] New: HP t5710 builtin radeon interrupt routed incorrectly
http://bugzilla.kernel.org/show_bug.cgi?id=10138 Summary: HP t5710 builtin radeon interrupt routed incorrectly Product: ACPI Version: 2.5 KernelVersion: 2.6.25-rc3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Config-Interrupts AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Latest working kernel version: none Earliest failing kernel version: all <= 2.6.25-rc3 Hardware Environment: HP t5710 thin client The AWRDACPI TM8000 DSDT, OEM revision 0x1003 (4099), has an incorrect _PRT entry for the Radeon video device on the motherboard. The _PRT claims PCI interrupt :01:00.0[A] is connected to LNK1, but it is really connected to LNK3. When the X Radeon driver (with DRI enabled) starts, we get a flood of radeon interrupts on IRQ 3, and we eventually disable it, which also kills the USB mouse and keyboard that are also on IRQ 3: [drm] Setting GART location based on new memory map [drm] writeback test succeeded in 0 usecs irq 3: nobody cared (try booting with the "irqpoll" option) [] show_trace_log_lvl+0x1a/0x30 [] show_trace+0x12/0x20 [] dump_stack+0x16/0x20 [] __report_bad_irq+0x39/0x80 [] note_interrupt+0x178/0x1c0 [] handle_level_irq+0x73/0xa0 [] do_IRQ+0x79/0xa0 [] common_interrupt+0x23/0x28 [] do_lookup+0x22/0x140 [] __link_path_walk+0x252/0x9f0 [] link_path_walk+0x49/0xc0 [] do_path_lookup+0x156/0x170 [] __path_lookup_intent_open+0x44/0x80 [] path_lookup_open+0x21/0x30 [] open_namei+0x67/0x540 [] do_filp_open+0x26/0x40 [] do_sys_open+0x43/0xd0 [] sys_open+0x1c/0x20 [] syscall_call+0x7/0xb === handlers: [] (usb_hcd_irq+0x0/0x60) [] (usb_hcd_irq+0x0/0x60) Disabling IRQ #3 Patching the DSDT to report LNK3 instead of LNK1 works around the problem, but is obviously not a good solution for end-users. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10138] HP t5710 builtin radeon interrupt routed incorrectly
http://bugzilla.kernel.org/show_bug.cgi?id=10138 --- Comment #1 from [EMAIL PROTECTED] 2008-02-29 15:30 --- Created an attachment (id=15101) --> (http://bugzilla.kernel.org/attachment.cgi?id=15101&action=view) kernel workaround ACPI quirk to work around broken DSDT -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 10138] HP t5710 builtin radeon interrupt routed incorrectly
http://bugzilla.kernel.org/show_bug.cgi?id=10138 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|acpi_config-|[EMAIL PROTECTED] |[EMAIL PROTECTED] | |bugs.osdl.org | Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #15095|0 |1 is obsolete|| --- Comment #33 from [EMAIL PROTECTED] 2008-02-29 16:01 --- Created an attachment (id=15102) --> (http://bugzilla.kernel.org/attachment.cgi?id=15102&action=view) ready patch Updated patch, ready for submission -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 9998] SCI interrupt storm - Acer Travelmate 4002
http://bugzilla.kernel.org/show_bug.cgi?id=9998 [EMAIL PROTECTED] 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, or are watching someone who is. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla