* ACPI S3 resume only reboots
@ 2004-10-04 11:33 Alberto
[not found] ` <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org>
0 siblings, 1 reply; 16+ messages in thread
From: Alberto @ 2004-10-04 11:33 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi list,
I'm using kernel 2.6.9-rc3-bk2 + latest acpi + swsusp2
When i do
cat -n "mem" > /sys/power/state
the system seems to go down fine in S3 state...
when i hit the power button it looks like trying to resume (fan starts again, noises from harddisk and cdrom) then it just reboots....
# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
0000:00:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
0000:00:0b.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller (rev 20)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
0000:00:11.6 Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev 80)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01)
I removed all the modules and tryed from runlevel 1, all the usb devices where unplugged as well...
I googled about it and i found other people with the same KT400/KT600 chipset reporting the same problem.
How could i try to debug this to give you more info?
Thanks,
Alberto Piai
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
^ permalink raw reply [flat|nested] 16+ messages in thread[parent not found: <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org> @ 2004-10-04 16:38 ` Matthew Garrett [not found] ` <1096907923.11326.15.camel-Xmbc1Sz64/5pghhO6/9/sx2eb7JE58TQ@public.gmane.org> 2004-10-09 13:06 ` Pavel Machek 1 sibling, 1 reply; 16+ messages in thread From: Matthew Garrett @ 2004-10-04 16:38 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Mon, 2004-10-04 at 13:33 +0200, Alberto wrote: > When i do > cat -n "mem" > /sys/power/state > the system seems to go down fine in S3 state... > when i hit the power button it looks like trying to resume (fan starts again, noises from harddisk and cdrom) then it just reboots.... Do you have a /proc/acpi/wakeup_devices ? If so, what's in it? -- Matthew Garrett | mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <1096907923.11326.15.camel-Xmbc1Sz64/5pghhO6/9/sx2eb7JE58TQ@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <1096907923.11326.15.camel-Xmbc1Sz64/5pghhO6/9/sx2eb7JE58TQ@public.gmane.org> @ 2004-10-04 19:12 ` Alberto [not found] ` <20041004211224.703e1982.albeclemit-whZMOeQn8C0@public.gmane.org> 0 siblings, 1 reply; 16+ messages in thread From: Alberto @ 2004-10-04 19:12 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Mon, 04 Oct 2004 17:38:43 +0100 Matthew Garrett <mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org> wrote: > On Mon, 2004-10-04 at 13:33 +0200, Alberto wrote: > > > When i do > > cat -n "mem" > /sys/power/state > > the system seems to go down fine in S3 state... > > when i hit the power button it looks like trying to resume (fan starts again, noises from harddisk and cdrom) then it just reboots.... > > Do you have a /proc/acpi/wakeup_devices ? If so, what's in it? Yes i have a /proc/acpi/wakeup $ cat /proc/acpi/wakeup Device Sleep state Status PCI0 4 disabled USB1 0 disabled USB2 0 disabled USB3 0 disabled EHCI 0 disabled EC0 4 disabled LID 4 *enabled AC9 4 disabled MC9 4 disabled ILAN 4 disabled SLPB 4 *enabled Pressing the lid button to simulate lid opening happens the same as above... ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041004211224.703e1982.albeclemit-whZMOeQn8C0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041004211224.703e1982.albeclemit-whZMOeQn8C0@public.gmane.org> @ 2004-10-08 13:21 ` Alberto 0 siblings, 0 replies; 16+ messages in thread From: Alberto @ 2004-10-08 13:21 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi everybody, i really need to fix this issue... i found in the archives and out in the net some references to this problem, that seems to be related to the VIA KT400 chipset, but no interesting follow-up was in the archive. I'm trying to suspento to ram from init 1, with all external devices unplugged and all modules unloaded. Seems to suspend fine, but wakeup generates a reboot. Again, how could i try to understand what's going on if the machine just reboots? Thanks, Alberto # lspci 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80) 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge 0000:00:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) 0000:00:0b.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller (rev 20) 0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) 0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) 0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) 0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge 0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) 0000:00:11.6 Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev 80) 0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74) 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01) > > > When i do > > > cat -n "mem" > /sys/power/state > > > the system seems to go down fine in S3 state... > > > when i hit the power button it looks like trying to resume (fan starts again, noises from harddisk and cdrom) then it just reboots.... > > > > Do you have a /proc/acpi/wakeup_devices ? If so, what's in it? > > Yes i have a /proc/acpi/wakeup > > $ cat /proc/acpi/wakeup > Device Sleep state Status > PCI0 4 disabled > USB1 0 disabled > USB2 0 disabled > USB3 0 disabled > EHCI 0 disabled > EC0 4 disabled > LID 4 *enabled > AC9 4 disabled > MC9 4 disabled > ILAN 4 disabled > SLPB 4 *enabled > > Pressing the lid button to simulate lid opening happens the same as above... ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ACPI S3 resume only reboots [not found] ` <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org> 2004-10-04 16:38 ` Matthew Garrett @ 2004-10-09 13:06 ` Pavel Machek [not found] ` <20041009130628.GA21781-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> 1 sibling, 1 reply; 16+ messages in thread From: Pavel Machek @ 2004-10-09 13:06 UTC (permalink / raw) To: Alberto; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > I'm using kernel 2.6.9-rc3-bk2 + latest acpi + swsusp2 > > When i do > cat -n "mem" > /sys/power/state > the system seems to go down fine in S3 state... > when i hit the power button it looks like trying to resume (fan starts again, noises from harddisk and cdrom) then it just reboots.... > > # lspci > 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80) > 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge > 0000:00:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) > 0000:00:0b.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller (rev 20) > 0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) > 0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) > 0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) > 0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) > 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge > 0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) > 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) > 0000:00:11.6 Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev 80) > 0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74) > 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01) > > I removed all the modules and tryed from runlevel 1, all the usb devices where unplugged as well... > > I googled about it and i found other people with the same KT400/KT600 chipset reporting the same problem. > > How could i try to debug this to give you more info? You basically need to fix this yourself. Add infinite loops to wakeup.S to see where it breaks. Pavel -- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041009130628.GA21781-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041009130628.GA21781-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> @ 2004-10-10 10:56 ` jak97-CezfXpuMXD6Fxr2TtlUqVg [not found] ` <20041010105635.GA3362-CezfXpuMXD6Fxr2TtlUqVg@public.gmane.org> 0 siblings, 1 reply; 16+ messages in thread From: jak97-CezfXpuMXD6Fxr2TtlUqVg @ 2004-10-10 10:56 UTC (permalink / raw) To: Pavel Machek; +Cc: Alberto, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sat, Oct 09, 2004 at 03:06:28PM +0200, Pavel Machek wrote: > > How could i try to debug this to give you more info? > > You basically need to fix this yourself. Add infinite loops to > wakeup.S to see where it breaks. > Pavel I have a similar problem. I did try adding infinite loops into wakeup.S, right at the start, but the machine rebooted nevertheless. I suspect that my infinite loop was never executed and that the problem was that the computer didn't jump to the wake-up address on resume. Please do have a go yourself and see if you can narrow things down at all. Here is my lspci, if it helps: 00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host Bridge 00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge 00:08.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01) 00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) 00:0f.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702 Gigabit Ethernet (rev 02) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge 00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 If [Radeon 9000] (rev 01) 01:00.1 Display controller: ATI Technologies Inc Radeon R250 [Radeon 9000] (Secondary) (rev 01) If anybody has had any success with the KT400 chipset, please can you post your lspci as well, so that we can try and spot the hardware differences if any. Thanks John ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041010105635.GA3362-CezfXpuMXD6Fxr2TtlUqVg@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041010105635.GA3362-CezfXpuMXD6Fxr2TtlUqVg@public.gmane.org> @ 2004-10-12 15:58 ` Alberto [not found] ` <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org> 0 siblings, 1 reply; 16+ messages in thread From: Alberto @ 2004-10-12 15:58 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f > On Sat, Oct 09, 2004 at 03:06:28PM +0200, Pavel Machek wrote: > > > How could i try to debug this to give you more info? > > > > You basically need to fix this yourself. Add infinite loops to > > wakeup.S to see where it breaks. > > Pavel I isolated the line were it breaks and reboots. Code from arch/i386/kernel/acpi/wakeup.S [...] # setup data segment movw %cs, %ax movw %ax, %ds # Make ds:0 point to wakeup_start movw %ax, %ss mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board movw $0x0e00 + 'S', %fs:(0x12) pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags popfl movl real_magic - wakeup_code, %eax cmpl $0x12345678, %eax jne bogus_real_magic [...] placing a statement like hole: jmp hole before pushl $0 (line 37) makes it loop, while immediatly after it reboots. I don't have skills to fix it myself, but i can test patches... how can i help? Thanks, Alberto Piai ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org> @ 2004-10-12 17:06 ` Nate Lawson [not found] ` <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org> 2004-10-17 19:36 ` Pavel Machek 1 sibling, 1 reply; 16+ messages in thread From: Nate Lawson @ 2004-10-12 17:06 UTC (permalink / raw) To: Alberto; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Alberto wrote: >>On Sat, Oct 09, 2004 at 03:06:28PM +0200, Pavel Machek wrote: >> >>>>How could i try to debug this to give you more info? >>> >>>You basically need to fix this yourself. Add infinite loops to >>>wakeup.S to see where it breaks. > > I isolated the line were it breaks and reboots. > > Code from arch/i386/kernel/acpi/wakeup.S > > [...] > # setup data segment > movw %cs, %ax > movw %ax, %ds # Make ds:0 point to wakeup_start > movw %ax, %ss > mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board > movw $0x0e00 + 'S', %fs:(0x12) > > pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags > popfl Hehe. Look up above where the stack pointer is changed to point to the wakeup stack and then 0 is pushed on it. It's likely there is some problem with the config or location of the wakeup stack. -- Nate ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org> @ 2004-10-12 21:17 ` Alberto [not found] ` <20041012231737.62c5b99b.albeclemit-whZMOeQn8C0@public.gmane.org> 2004-10-17 19:43 ` Pavel Machek 1 sibling, 1 reply; 16+ messages in thread From: Alberto @ 2004-10-12 21:17 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: nate-Y6VGUYTwhu0 On Tue, 12 Oct 2004 10:06:28 -0700 Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org> wrote: > > Code from arch/i386/kernel/acpi/wakeup.S > > > > [...] > > # setup data segment > > movw %cs, %ax > > movw %ax, %ds # Make ds:0 point to wakeup_start > > movw %ax, %ss > > mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board > > movw $0x0e00 + 'S', %fs:(0x12) > > > > pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags > > popfl > > Hehe. Look up above where the stack pointer is changed to point to the > wakeup stack and then 0 is pushed on it. It's likely there is some > problem with the config or location of the wakeup stack. Ok, so the question is: where should %sp point to? from wakeup.S : [...] .org 0x800 wakeup_stack_begin: # Stack grows down .org 0xff0 # Just below end of page wakeup_stack: ENTRY(wakeup_end) .org 0x1000 [...] I noticed that dmesg shows the following lines: # dmesg | grep BIOS BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000d2000 - 00000000000d8000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data) BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved) maybe i'm just saying nonsense, but could this be useful? ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041012231737.62c5b99b.albeclemit-whZMOeQn8C0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <20041012231737.62c5b99b.albeclemit-whZMOeQn8C0@public.gmane.org> @ 2004-10-12 21:54 ` Nate Lawson [not found] ` <416C527B.4020609-Y6VGUYTwhu0@public.gmane.org> 0 siblings, 1 reply; 16+ messages in thread From: Nate Lawson @ 2004-10-12 21:54 UTC (permalink / raw) To: Alberto; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Alberto wrote: > On Tue, 12 Oct 2004 10:06:28 -0700 > Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org> wrote: > > >>>Code from arch/i386/kernel/acpi/wakeup.S >>> >>>[...] >>> # setup data segment >>> movw %cs, %ax >>> movw %ax, %ds # Make ds:0 point to wakeup_start >>> movw %ax, %ss >>> mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board >>> movw $0x0e00 + 'S', %fs:(0x12) >>> >>> pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags >>> popfl >> >>Hehe. Look up above where the stack pointer is changed to point to the >>wakeup stack and then 0 is pushed on it. It's likely there is some >>problem with the config or location of the wakeup stack. > > > Ok, so the question is: where should %sp point to? Dunno, we don't use a stack for the wake code. -Nate ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <416C527B.4020609-Y6VGUYTwhu0@public.gmane.org>]
* Re: ACPI S3 resume only reboots [not found] ` <416C527B.4020609-Y6VGUYTwhu0@public.gmane.org> @ 2004-10-13 7:46 ` Alberto 0 siblings, 0 replies; 16+ messages in thread From: Alberto @ 2004-10-13 7:46 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: nate-Y6VGUYTwhu0 On Tue, 12 Oct 2004 14:54:03 -0700 Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org> wrote: > Alberto wrote: > > On Tue, 12 Oct 2004 10:06:28 -0700 > > Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org> wrote: > > > > > >>>Code from arch/i386/kernel/acpi/wakeup.S > >>> > >>>[...] > >>> # setup data segment > >>> movw %cs, %ax > >>> movw %ax, %ds # Make ds:0 point to wakeup_start > >>> movw %ax, %ss > >>> mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board > >>> movw $0x0e00 + 'S', %fs:(0x12) > >>> > >>> pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags > >>> popfl > >> > >>Hehe. Look up above where the stack pointer is changed to point to the > >>wakeup stack and then 0 is pushed on it. It's likely there is some > >>problem with the config or location of the wakeup stack. > > > > > > Ok, so the question is: where should %sp point to? > > Dunno, we don't use a stack for the wake code. ...mmmh, the problem is that i'm not a programmer, i have no chance to work this out alone. Anybody can help? :) Thanks, Alberto ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ACPI S3 resume only reboots [not found] ` <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org> 2004-10-12 21:17 ` Alberto @ 2004-10-17 19:43 ` Pavel Machek 1 sibling, 0 replies; 16+ messages in thread From: Pavel Machek @ 2004-10-17 19:43 UTC (permalink / raw) To: Nate Lawson; +Cc: Alberto, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > >>>>How could i try to debug this to give you more info? > >>> > >>>You basically need to fix this yourself. Add infinite loops to > >>>wakeup.S to see where it breaks. > > > >I isolated the line were it breaks and reboots. > > > >Code from arch/i386/kernel/acpi/wakeup.S > > > >[...] > > # setup data segment > > movw %cs, %ax > > movw %ax, %ds # Make ds:0 > > point to wakeup_start > > movw %ax, %ss > > mov $(wakeup_stack - wakeup_code), %sp # Private > > stack is needed for ASUS board > > movw $0x0e00 + 'S', %fs:(0x12) > > > > pushl $0 ###THIS LINE CAUSES REBOOT### # > > Kill any dangerous flags > > popfl > > Hehe. Look up above where the stack pointer is changed to point to the > wakeup stack and then 0 is pushed on it. It's likely there is some > problem with the config or location of the wakeup stack. Is it possible that %cs:%ip is 1:2345 instead of 1234:5 at beggining of this? movw %ip, %ax testw %ax, $0xff00 jnz some_horrible_death .... some_horrible_death: BEEP jmp some_horrible_death Hmm, that does not work, %ip can't be accessed like that. Any ideas? Pavel -- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ACPI S3 resume only reboots [not found] ` <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org> 2004-10-12 17:06 ` Nate Lawson @ 2004-10-17 19:36 ` Pavel Machek [not found] ` <20041017193623.GB7476-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> 1 sibling, 1 reply; 16+ messages in thread From: Pavel Machek @ 2004-10-17 19:36 UTC (permalink / raw) To: Alberto; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > > > > How could i try to debug this to give you more info? > > > > > > You basically need to fix this yourself. Add infinite loops to > > > wakeup.S to see where it breaks. [BTW good. I expected you to just forget it at this point.] > I isolated the line were it breaks and reboots. > > Code from arch/i386/kernel/acpi/wakeup.S > > [...] > # setup data segment > movw %cs, %ax > movw %ax, %ds # Make ds:0 point to wakeup_start > movw %ax, %ss > mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board > movw $0x0e00 + 'S', %fs:(0x12) > > pushl $0 ###THIS LINE CAUSES REBOOT### # Kill any dangerous flags > popfl > > movl real_magic - wakeup_code, %eax > cmpl $0x12345678, %eax > jne bogus_real_magic > [...] > > placing a statement like > hole: jmp hole > before pushl $0 (line 37) makes it loop, while immediatly after it reboots. > > I don't have skills to fix it myself, but i can test patches... how can i help? Well, you'll have the skills when we are done with this. Try this one (with some suitable loop). Can you hear the tone? We can make several variants of these to produce different tones (changing -74 and -119 to some other numbers should do the trick). That should speed your testing a tiny bit. Pavel --- clean/arch/i386/kernel/acpi/wakeup.S 2004-06-22 12:35:47.000000000 +0200 +++ linux/arch/i386/kernel/acpi/wakeup.S 2004-10-02 18:38:53.000000000 +0200 @@ -11,8 +11,23 @@ # # If physical address of wakeup_code is 0x12345, BIOS should call us with # cs = 0x1234, eip = 0x05 -# +# +#define BEEP \ + inb $97, %al; \ + outb %al, $0x80; \ + movb $3, %al; \ + outb %al, $97; \ + outb %al, $0x80; \ + movb $-74, %al; \ + outb %al, $67; \ + outb %al, $0x80; \ + movb $-119, %al; \ + outb %al, $66; \ + outb %al, $0x80; \ + movb $15, %al; \ + outb %al, $66; + ALIGN .align 4096 ENTRY(wakeup_start) @@ -20,6 +35,7 @@ wakeup_code_start = . .code16 + BEEP movw $0xb800, %ax movw %ax,%fs movw $0x0e00 + 'L', %fs:(0x10) -- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <20041017193623.GB7476-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>]
* Re: nc4010 resume failure (was: ACPI S3 resume only reboots) [not found] ` <20041017193623.GB7476-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> @ 2004-10-18 20:42 ` Matthew Garrett 2004-10-18 21:52 ` Hiroshi 2 Itoh 2004-10-22 10:51 ` Pavel Machek 0 siblings, 2 replies; 16+ messages in thread From: Matthew Garrett @ 2004-10-18 20:42 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sun, 2004-10-17 at 21:36 +0200, Pavel Machek wrote: > ENTRY(wakeup_start) > @@ -20,6 +35,7 @@ > wakeup_code_start = . > .code16 > > + BEEP > movw $0xb800, %ax > movw %ax,%fs > movw $0x0e00 + 'L', %fs:(0x10) I've been trying this on an HP nc4010. As far as I can tell, the code never even gets this far. The machine appears to suspend correctly - the sleep light flashes. Pressing the power button then causes the fan to switch on, but no beep is produced. This is with the gdt and virt_to_phys patches applied. What's the best way to proceed with debugging this? -- Matthew Garrett <mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org> ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nc4010 resume failure (was: ACPI S3 resume only reboots) 2004-10-18 20:42 ` nc4010 resume failure (was: ACPI S3 resume only reboots) Matthew Garrett @ 2004-10-18 21:52 ` Hiroshi 2 Itoh 2004-10-22 10:51 ` Pavel Machek 1 sibling, 0 replies; 16+ messages in thread From: Hiroshi 2 Itoh @ 2004-10-18 21:52 UTC (permalink / raw) To: Matthew Garrett Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Matthew wrote: >> ENTRY(wakeup_start) >> @@ -20,6 +35,7 @@ >> wakeup_code_start = . >> .code16 >> >> + BEEP >> movw $0xb800, %ax >> movw %ax,%fs >> movw $0x0e00 + 'L', %fs:(0x10) >I've been trying this on an HP nc4010. As far as I can tell, the code >never even gets this far. The machine appears to suspend correctly - the >sleep light flashes. Pressing the power button then causes the fan to >switch on, but no beep is produced. This is with the gdt and >virt_to_phys patches applied. What's the best way to proceed with >debugging this? It is reported that some machines cannot use its stack due to unknown reason. In that case you must create a beep sound without any stack use (push, call etc.) especially before your own ss:sp setting. The best way to debug is to write a code to switch from protected mode to real mode and jump directly to wakeup_start from do_suspend_lowlevel. If the control comes back to C routine again via the short-cut code, BIOS shall be something wrong. I will start writing the code soon to verify whether BIOS wakeup routine misbehave to system hardware registers or not. Regards, Hiro. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nc4010 resume failure (was: ACPI S3 resume only reboots) 2004-10-18 20:42 ` nc4010 resume failure (was: ACPI S3 resume only reboots) Matthew Garrett 2004-10-18 21:52 ` Hiroshi 2 Itoh @ 2004-10-22 10:51 ` Pavel Machek 1 sibling, 0 replies; 16+ messages in thread From: Pavel Machek @ 2004-10-22 10:51 UTC (permalink / raw) To: Matthew Garrett; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi! > > ENTRY(wakeup_start) > > @@ -20,6 +35,7 @@ > > wakeup_code_start = . > > .code16 > > > > + BEEP > > movw $0xb800, %ax > > movw %ax,%fs > > movw $0x0e00 + 'L', %fs:(0x10) > > I've been trying this on an HP nc4010. As far as I can tell, the code > never even gets this far. The machine appears to suspend correctly - the > sleep light flashes. Pressing the power button then causes the fan to > switch on, but no beep is produced. This is with the gdt and > virt_to_phys patches applied. What's the best way to proceed with > debugging this? Add infinite loop just after BEEP... if it crashed too fast after BEEP you might not hear anything. Pavel -- People were complaining that M$ turns users into beta-testers... ...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2004-10-22 10:51 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-04 11:33 ACPI S3 resume only reboots Alberto
[not found] ` <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-04 16:38 ` Matthew Garrett
[not found] ` <1096907923.11326.15.camel-Xmbc1Sz64/5pghhO6/9/sx2eb7JE58TQ@public.gmane.org>
2004-10-04 19:12 ` Alberto
[not found] ` <20041004211224.703e1982.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-08 13:21 ` Alberto
2004-10-09 13:06 ` Pavel Machek
[not found] ` <20041009130628.GA21781-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2004-10-10 10:56 ` jak97-CezfXpuMXD6Fxr2TtlUqVg
[not found] ` <20041010105635.GA3362-CezfXpuMXD6Fxr2TtlUqVg@public.gmane.org>
2004-10-12 15:58 ` Alberto
[not found] ` <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-12 17:06 ` Nate Lawson
[not found] ` <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org>
2004-10-12 21:17 ` Alberto
[not found] ` <20041012231737.62c5b99b.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-12 21:54 ` Nate Lawson
[not found] ` <416C527B.4020609-Y6VGUYTwhu0@public.gmane.org>
2004-10-13 7:46 ` Alberto
2004-10-17 19:43 ` Pavel Machek
2004-10-17 19:36 ` Pavel Machek
[not found] ` <20041017193623.GB7476-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2004-10-18 20:42 ` nc4010 resume failure (was: ACPI S3 resume only reboots) Matthew Garrett
2004-10-18 21:52 ` Hiroshi 2 Itoh
2004-10-22 10:51 ` Pavel Machek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox