Results 1 to 13 of 13

Thread: Hibernation Error (Ubuntu 8.10)

  1. #1
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Unhappy Hibernation Error (Ubuntu 8.10)

    I am facing hibernation error with the mentioned OS. I get the following error while trying to hibernate and while trying to resume from hibernate.

    [*****.********] pm_op(): pci_pm_restore + 0x0/0x80 returns -16
    [*****.********] PM: Device 0000:00:00.0 failed to restore: error -16
    Although the error is displayed briefly on a black screen when hibernation is activated, the PC successfully hibernates. But when i try to resume the PC, i get the same error on a black screen, stays for sometime and the screen turns black without booting into the desktop.

    Linux techies....i need your help

  2. #2
    Gold Member
    Join Date
    Apr 2007
    Liked
    0 times
    Posts
    772

    Default

    This is a Known Bug, which is yet to be fixed, please track the progress on launchpad which is Ubuntu's bug tracking system

    https://bugs.launchpad.net/ubuntu/+s...er/+bug/298804

    I hate Ubuntu because of this many silly bugs, thats why i left it

  3. #3
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Default

    Hmm i just tried one so-called fix and screwed up big time. Am about to remove Ubuntu 8.10 from my PC tonight

  4. #4
    Platinum Member Archer's Avatar
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    2,969

    Default

    I also removed Ubuntu because of some error like this. Ubnutu 8.04 is said to be stable with less problems, but I cannot install it because of some initramfs error. Now I am trying my luck with Mandriva Linux One 2008 Spring KDE (Mandriva Linux One 2009 KDE is a little buggy). I am still searching for a way to connect to internet using Bridge mode in it. Other than that everything is working fine, the interface is cool and seem like it's more stable than Ubuntu 8:10 and Kubuntu 8:10.

  5. #5
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Default

    ArchLinux seems exciting. Do we get all the packages installed, just like Ubuntu. My working knowledge of Linux is limited to Fedora and Ubuntu. Will ArchLinux be appropriate for me? I can be termed as an intermediate user in the above mentioned Fedora and Ubuntu releases..

  6. #6
    Platinum Member Archer's Avatar
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    2,969

    Default

    It seems ArchLinux is the new trend after Ubuntu. It's doesn't seem impressive on first look. I have never used it. The only Linux distros I have used are Red Hat Linux [installed and used a little], Ubuntu [almost intermediate user], Fedora [installed and uninstalled only], Freespire [installed and used a little], Kubuntu [not a newbie] and now Madriva [total newbie].

  7. #7
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Default

    Just read the following in a website regarding Archlinux...15 mins after inserting the installation medium, u will be looking at a terminal window.

    Well that explains a lot..

  8. #8
    Gold Member
    Join Date
    Apr 2007
    Liked
    0 times
    Posts
    772

    Default

    ArchLinux follows KISS(Keep it Simple) pricipal, so its default install, core system only. No X server would be installed.which means you can install each and every package based on your needs.

    I like it because of its Rolling release model, no need to wait for latest versions like in Ubuntu.

    Check this for review:
    Life on the cutting edge - ArchLinux « The Smaller Bang

  9. #9
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Default

    Command Line Skills are required to play about with Arch, which i am badly lacking. Better luck some other time

  10. #10
    Gold Member
    Join Date
    Apr 2007
    Liked
    0 times
    Posts
    772

    Default

    Quote Originally Posted by cool_techie_tvm View Post
    Command Line Skills are required to play about with Arch, which i am badly lacking. Better luck some other time
    dude,
    Don't fear the command line, its actuality very easy to use.

    Example:
    *If i have install a new program on my PC, like I want to install gimp. so i need to enter this
    Code:
     install gimp
    rest is managed automatically by my system.

    *whereas on a GUI based interface like windows, i will have do search for the setup,download it,navigate to folder where i downloaded it,double click on it, and couple clicks on next,next and next. then my software is installed

    I just want to say that:
    CLI is more efficient than GUI, if you know how to use it properly

  11. #11
    Platinum Member Archer's Avatar
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    2,969

    Default

    I agree command line inteface make work easier. I am not very good with command line either. I know some of the commonly used commands in Ubuntu. eg: "sudo apt-get install gimp", "sudo apt-get remove gimp" etc
    Is it the same/similar with every Linux OS ?

  12. #12
    Gold Member
    Join Date
    Apr 2007
    Liked
    0 times
    Posts
    772

    Default

    Quote Originally Posted by Archer View Post
    I agree command line inteface make work easier. I am not very good with command line either. I know some of the commonly used commands in Ubuntu. eg: "sudo apt-get install gimp", "sudo apt-get remove gimp" etc
    Is it the same/similar with every Linux OS ?
    some general commands like ls,pwd are same but some commands pertaining to package mgt are different.

    But Use Bash Alias, so you can rename a complex command which is to convert videos from digicam. like
    Code:
    mencoder -@  -s 640x480 -aspect 1.3333  -vol 256 -vcodec "libxvid" -b "1200K" -acodec "mp3" -ab "128K" -ar "48000" -ac "2 (Stereo)"
    to convert-video

    More information:
    Shorten the apt-get install! at Harsh J

    Quote Originally Posted by Archer View Post
    I agree command line inteface make work easier. I am not very good with command line either. I know some of the commonly used commands in Ubuntu. eg: "sudo apt-get install gimp", "sudo apt-get remove gimp" etc
    Is it the same/similar with every Linux OS ?
    some general commands like ls,pwd are same but some commands pertaining to package mgt are different.

    But Use Bash Alias, so you can rename a complex command which is to convert videos from digicam. like
    Code:
    mencoder -@  -s 640x480 -aspect 1.3333  -vol 256 -vcodec "libxvid" -b "1200K" -acodec "mp3" -ab "128K" -ar "48000" -ac "2 (Stereo)"
    to convert-video

    More information:
    Shorten the apt-get install! at Harsh J
    Last edited by Gary4gar; 02-21-09 at 03:38 AM. Reason: Automerged Doublepost

  13. #13
    Amor vincit omnia
    Join Date
    Dec 2007
    Liked
    3 times
    Posts
    3,022

    Default

    Thanks for the encouragement gaurish..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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