Results 1 to 3 of 3

Thread: Hang on shutdown... How do I check what's wrong?

  1. #1
    Join Date
    Sep 2011
    Beans
    18

    Hang on shutdown... How do I check what's wrong?

    My Ubuntu 11.10 hangs on shutdown.

    I have a ATI card installed with fglrx-updates installed.
    I know ATI is crap with linux

    http://ubuntuforums.org/showthread.php?t=808543

    I however found this thread. Ubuntu 11.10 uses lightdm. While there is no lightdm in that file he is describing... Maybe that is the issue preventing to shut down?

    Is there a way for me to find out what exactly is going wrong? a log file I could explore?

  2. #2
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Hang on shutdown... How do I check what's wrong?

    Quote Originally Posted by jonashendrickx View Post
    My Ubuntu 11.10 hangs on shutdown.

    I have a ATI card installed with fglrx-updates installed.
    I know ATI is crap with linux

    http://ubuntuforums.org/showthread.php?t=808543

    I however found this thread. Ubuntu 11.10 uses lightdm. While there is no lightdm in that file he is describing... Maybe that is the issue preventing to shut down?

    Is there a way for me to find out what exactly is going wrong? a log file I could explore?
    What are the specifications for your computer?

    You could edit the /etc/default/grub file and remove the "quiet" from the line
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    so that it will print out text when your system starts and stops.You then have to run
    Code:
    sudo update-grub
    to update the boot file so the text appears during the boot and shutdown phases.

    You could also try to add "acpi=force" to the same file to see if it might be an acpi problem.

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  3. #3
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Hang on shutdown... How do I check what's wrong?


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
  •