fujitsu notebook and acpi resume from sleep

Vaida Bogdan vaida.bogdan at gmail.com
Sun Dec 25 13:00:52 PST 2005


Note that I also tried using apm
(http://www.freebsdforums.org/forums/showthread.php?s=&threadid=18153):

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 followin 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)

On 12/25/05, Vaida Bogdan <vaida.bogdan at gmail.com> wrote:
> I run 6.0-RELEASE
>
> It seems the hdd doesn't "wake up" after a resume with apic disabled:
>
> 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 ]
> [ it also seems ad4 remains detached ]
> cd /bin
> ./ls
> g_vfs_done() ...
> vnode_pager_getpages: I/O read error
> ./ls: Input/Output error
>
> On 12/23/05, Vaida Bogdan <vaida.bogdan at gmail.com> wrote:
> > I have a Fujitsu Siemens AMILO Pro V2040 notebook and when I try to
> > resume an acpi sleep command it freezes:
> >
> > 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 ]
> >
> > acpiconf -s 5 - poweroff
> > acpiconf -s 4 - poweroff
> > acpiconf -s 2 - sleep state S2 not supported by bios
> > acpiconf -s 1 - sleep state S1 not supported by bios
> >
> > Attached: dmesg_acpi.txt (dmesg|grep acpi) and fujitsu_siemens.asl
> > (acpidump -t -d)
> >
> > Any ideeas on how to solve this?
> >
> >
> >
>


More information about the freebsd-acpi mailing list