Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 02:24:39 GMT
From:      Vaida Bogdan <vaida.bogdan@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/91038: [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 can't resume from sleep
Message-ID:  <200512290224.jBT2Odwn047496@www.freebsd.org>
Resent-Message-ID: <200512290230.jBT2U4BM058407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91038
>Category:       i386
>Synopsis:       [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 can't resume from sleep
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 29 02:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vaida Bogdan
>Release:        6.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD amber.etc.upt.ro 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #5: Mon Dec 26 01:08:59 EET 2005     root@amber.etc.upt.ro:/usr/obj/usr/src/sys/AMBER  i386

>Description:
ACPI resume doesn't work: 

If I power on after a sleep (acpiconf -s 3):

ioapic_suspend: not_implemented!
ioapic_suspend: not_implemented!
[...]
fwohci0: Phy 1394a available S400, 2 ports
fwohci0: Link S400, max_rec 2048 bytes
fwohci0: Initiate bus reset
[ Freezes ]

tried to disable apic in kernel config with a partial success: it boots but hdd doesn't resume 


fwohci0: fwohci_pci_suspend
fwohci0: device physically ejected?
fw0hci0: suspend request ignored (not ready yet)
fwohci0: Phy 1394a available S400, 2 ports
fwohci0: Link S400, max_rec 2048 bytes
fwohci0: Initiate bus reset
fwohci0: Bus reset
fwohci0: node_id=0xc800ffc0 gen=0 CYCLEMASTER MODE
firewire0: 1 nodes maxhop <=0, cable IRM=0 (me)
firewire0: bus manager 0 (me)
fwohci0: phy int
ad4 detached
g_vfs_done() ad4s1a [READ(offset=53...,length=2048)] error=6
g_vfs_done()...
vnode_pager_getpages: I/O read error
g_vfs_done...
[ seems I can run bash builtin commands => memory was restored ok ]
[ still ad4 remains detached ]
cd /bin
./ls
g_vfs_done() ...
vnode_pager_getpages: I/O read error
./ls: Input/Output error

APM (similar problem here) 


1) Kernel config has: "device apm"
2) Load kernel module at boot:
apm_load="YES" to /boot/loader.conf
3) Hint.apm.0.disabled="0" in /boot/device.hints
4) Start apm automatically at boot:
apm_enable="YES" in /etc/rc.conf
5) Enable APM daemon:
apmd_enable="YES" to /etc/rc.conf

and I get the following error when starting apm:

apm: can't open /dev/apm: no such file or directory
/etc/rc: WARNING: /dev/apmctl not found; kernel is missing apm (4)

(kldstat shows no acpi loaded, I also tried using apm and pmtimer in
my kernel config file)             
>How-To-Repeat:
acpiconf -s 3 on a Fujitsu Siemens Amilo Pro v2040
try to resume it
>Fix:
              
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512290224.jBT2Odwn047496>