View previous topic :: View next topic |
Author |
Message |
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
BeerCheeze *hick*
Joined: 14 Jun 2003 Posts: 9285 Location: At the Bar
|
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Fri, 20 May 2005 22:28:12 Post Subject: |
|
|
what a pain that sound set up was... Got ALSA for it... sure, it fixed it, but wow that took alot of typing to make it happen!
Now my only issue is that it doesn't power off when I shut down... Just sits there with some ACPI message that makes it seem like it thinks it is powering off. |
|
Back to top |
|
|
thePMG Rated XXX
Joined: 24 Apr 2004 Posts: 393 Location: Germany
|
Posted: Mon, 23 May 2005 02:35:50 Post Subject: |
|
|
Big Bruin wrote: | Now my only issue is that it doesn't power off when I shut down... Just sits there with some ACPI message that makes it seem like it thinks it is powering off. |
Whats the message? _________________ It's got something to do with motherboards and fuzzy logic, f**k, I don't know... |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Mon, 23 May 2005 18:46:05 Post Subject: |
|
|
The last few lines of the shutdown sequence, where it just hangs until you hard power it off...
Quote: |
Shutdown: hda
Power down.
acpi_power_off called
_
|
And there it will sit. |
|
Back to top |
|
|
knight0334 Rated XXX
Joined: 22 Aug 2003 Posts: 2234 Location: Neither Here, Nor There
|
|
Back to top |
|
|
thePMG Rated XXX
Joined: 24 Apr 2004 Posts: 393 Location: Germany
|
Posted: Mon, 23 May 2005 20:36:34 Post Subject: |
|
|
Big Bruin wrote: | The last few lines of the shutdown sequence, where it just hangs until you hard power it off...
Quote: |
Shutdown: hda
Power down.
acpi_power_off called
_
|
And there it will sit. |
Unfortunatly, not all companies implement ACPI in the same way, and the devs that write the code are often not able to get the docs they need for everything to work properly.
You could try a newer kernel, or you could pass a no acpi option to the kernel at boot time. _________________ It's got something to do with motherboards and fuzzy logic, f**k, I don't know... |
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
thePMG Rated XXX
Joined: 24 Apr 2004 Posts: 393 Location: Germany
|
Posted: Tue, 24 May 2005 18:40:27 Post Subject: |
|
|
Grub is pretty new to me, so don't quote me on this.
I think you need to edit your /boot/grub/menu.lst and add an option like acpi=off. I would add a second entry for a failsafe, and not add this to the main boot entry, just in case.
example:
Code: |
title Ubuntu, kernel 2.6.10-5-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hde1 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel 2.6.10-5-386 No ACPI
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hde1 ro quiet acpi=off splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
|
But definitly google whats above, I'm not totally sure it's right. _________________ It's got something to do with motherboards and fuzzy logic, f**k, I don't know... |
|
Back to top |
|
|
|