Results 1 to 10 of 27

Thread: shutdown hang in 8.10

Hybrid View

  1. #1

    shutdown hang in 8.10

    Hi there,

    a few weeks ago I installed ubuntu 8.04 and was very happy with it as my first Linux experience. The only problem was that when I shut down it the orange bar would go completely black and then hang, i had to hold down the of button to switch of.
    I did a lot of googling and found that the problem has no end of potential fixes, but none of the ones i could find fixed the problem for me so i gave up and waited for ubuntu 8.10 to be released in hope that it would fix it.
    It hasn't.
    can anyone help?

    I've also noticed that restarting my computer works fine so it's just shutting down.
    My motherboard is a epox 8k5a3+.

  2. #2

    Re: shutdown hang in 8.10

    I should probably say that i edited "menu.lst" because of several fixes (I can't remember what I did exactly).
    When i installed 8.10 it asked me if i wanted to replace "menu.lts" and i said no because i wasn't sure what it meant.

  3. #3
    Join Date
    Mar 2006
    Beans
    27

    Re: shutdown hang in 8.10

    I posted this one minute ago: http://ubuntuforums.org/showthread.php?t=965391

    same problem
    dmesg is full of this:

    [ 4223.986611] +------ PCI-Express Device Error ------+
    [ 4223.986613] Error Severity : Uncorrected (Non-Fatal)
    [ 4223.986615] PCIE Bus Error type : Transaction Layer
    [ 4223.986628] Flow Control Protocol : First
    [ 4223.986629] Receiver ID : 0010
    [ 4223.986631] VendorID=1106h, DeviceID=a238h, Bus=00h, Device=02h, Function=00h
    [ 4223.986633] pcieport-driver 0000:00:02.0: broadcast error_detected message
    [ 4223.986636] pcieport-driver 0000:00:02.0: broadcast mmio_enabled message
    [ 4223.986638] pcieport-driver 0000:00:02.0: broadcast resume message
    [ 4223.986662] pcieport-driver 0000:00:02.0: AER driver successfully recovered
    Last edited by leifjonny; October 31st, 2008 at 08:07 PM.

  4. #4

    Re: shutdown hang in 8.10

    just noticed that system monitor says I'm using linux kernel 2.6.24-21-generic, despite it saying that intrepid ibex should have 2.6.27 in the release notes. I should definitely fix that, so any help on how to do so would be great.

    Edit: this problem is fixed, but problem persists.
    Last edited by Ewan the moomintroll; November 10th, 2008 at 05:35 PM.

  5. #5
    Join Date
    Mar 2006
    Beans
    27

    Re: shutdown hang in 8.10

    Adding "pci=conf1" as a boot option gets rid of the error msges. I dont know how to make a boot option permanent though.

  6. #6
    Join Date
    Apr 2008
    Beans
    1

    Re: shutdown hang in 8.10

    I am encountering a problem that sounds similar to the OP's on an Acer Travelmate 4000.

    My system very consistently will not shut down. The splash screen will pop up, the orange bar will crank all the way down until it is black, then I will hear the harddrive and the CPU fan turn off. It then sits there for a moment, and suddenly the splash screen goes away, and in the upper left hand corner of the screen it says:

    acpid: exiting



    I've tried a number of suggested fixes. I've modified my stop rule in the /etc/init.d/alsa-utils to look like this:

    stop)
    ifconfig wlan0 down
    ifconfig eth1 down
    ifconfig eth0 down

    EXITSTATUS=0
    TARGET_CARD="$2"
    ect ect..

    (bolded portions are my additions)

    I've also edited my grub menu file's default rule: /boot/grub/menu.lst:

    kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=6419e63e-a1c0-49f4-abef-f3bb1d15ec6f ro quiet splash acpi=force pci=noacpi

    (the bolded portions are my addition).

    It may be important to note that NONE of the changes made to either of these files had any effect what-so-ever.

    With the grub file, I attempted both "acpi=force" and "pci=noacpi" separately. No dice.

    With regard to the alsa-utils, I attempted every possible combination of those 3 lines, including all of them alone. No dice there either.

    In my terminal, the command: sudo ifconfig wlan0 down has no effect. eth1 is my wireless card. I'm not sure if this means anything.

    I have backups of all files, and know my changes, so I can unmake them easily enough if they hurt anything.

    Any suggestions at all would be greatly appreciated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •