Well .. I've been playing around with 7.2-RELEASE for the last few days on my DELL 1318 and I've got all sorts of problems in here ... ranging from:
resulting in:
which I end up resolving by issuing a simple:
To ACPI issues ...
Here's the info I've gathered so far regarding ACPI ... if somebody finds it usefull and can give me a hand, I'll be more than gratefull ...
systctl hw.acpi results (battery is not attached to the system): sysctl -a | grep hw.acpi | sort
acpiconf -s 3 gets the machine into suspend state, but it wont't resume .. it throws something like this:
then something similar with fwohci(4) .. then ad4 problems and then it all ends up with a hard power off
The problem is that I don't know how to catch those messages so I can't post them in here .. I've looked everywhere in the system but I couldn't find them so far .. it seems those are not logged anywhere.
acpiconf -s 4 and acpiconf -s 4BIOS have a similar result. The machine hangs with this message:
Hard power off is mandatory after that ...
I don't have a place to upload my ASL yet, but I'll find one soon .. meanwhile here's the result output from: gargoyle# iasl gonzalo-Dell1318.asl
Here's my boot -v (acpi enabled)
Regretably ..
and
both result on a "fatal trap 9" core dump son I don't know how to get a "boot -v" with ACPI disabled
some more info just in case:
kldstat
vmstat -i
I installed Mandriva 2009.1 Spring just to check whether it had suspend/hibernate support for this particular model, and they do .. and pretty well actually .. so .. I _really_ want to get this fixed ...
Please, if you or someone you know might be interested, let me know and I'll do my best to help solve this issues.
Thanks in advanced
Code:
gargoyle# cp /boot/defaults/loader.conf /boot/loader.conf
gargoyle# reboot
resulting in:
Code:
Loading: /boot/defaults/loader.conf
Loading: /boot/defaults/loader.conf
Loading: /boot/defaults/loader.conf
Loading: /boot/defaults/loader.conf
Loading: /boot/defaults/loader.conf
Error: stack overflow
|
can't load 'kernel'
Type '?' for a list of commands, 'help' for more detaild help.
OK _
which I end up resolving by issuing a simple:
Code:
OK boot-conf
To ACPI issues ...
Here's the info I've gathered so far regarding ACPI ... if somebody finds it usefull and can give me a hand, I'll be more than gratefull ...
systctl hw.acpi results (battery is not attached to the system): sysctl -a | grep hw.acpi | sort
acpiconf -s 3 gets the machine into suspend state, but it wont't resume .. it throws something like this:
Code:
bge0: PHY write timeout (phy1, reg 0, val 32768)
bge0: PHY write timeout (phy1, reg 24, val 0xffffff)
bge0: PHY write timeout (phy1, reg 16, val0xffffff)
bge0: PHY write timeout (phy1, reg 16, val0xffffff)
bge0: PHY write timeout (phy1, reg 24, val 0xffffff)
bge0: flow trough queue init failed
bge0: initialization failure
then something similar with fwohci(4) .. then ad4 problems and then it all ends up with a hard power off

The problem is that I don't know how to catch those messages so I can't post them in here .. I've looked everywhere in the system but I couldn't find them so far .. it seems those are not logged anywhere.
acpiconf -s 4 and acpiconf -s 4BIOS have a similar result. The machine hangs with this message:
Code:
gargoyle# acpiconf -s 4BIOS
fwochi0: fwochi_pci_suspend
Hard power off is mandatory after that ...
I don't have a place to upload my ASL yet, but I'll find one soon .. meanwhile here's the result output from: gargoyle# iasl gonzalo-Dell1318.asl
Here's my boot -v (acpi enabled)
Regretably ..
Code:
OK unset acpi_conf
OK boot -v
and
Code:
OK set acpi_conf=NO
OK boot -v
both result on a "fatal trap 9" core dump son I don't know how to get a "boot -v" with ACPI disabled

some more info just in case:
kldstat
Code:
> kldstat
Id Refs Address Size Name
1 7 0xc0400000 9fab28 kernel
2 1 0xc0dfb000 6a45c acpi.ko
3 1 0xc4658000 22000 linux.ko
vmstat -i
Code:
> vmstat -i
interrupt total rate
irq1: atkbd0 416 1
irq9: acpi0 1 0
irq14: ata0 58 0
irq17: atapci1 2717 8
irq19: fwohci0 3 0
cpu0: timer 644441 1995
irq256: bge0 358 1
Total 647994 2006
>
I installed Mandriva 2009.1 Spring just to check whether it had suspend/hibernate support for this particular model, and they do .. and pretty well actually .. so .. I _really_ want to get this fixed ...
Please, if you or someone you know might be interested, let me know and I'll do my best to help solve this issues.
Thanks in advanced
