Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36

Thread: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

  1. #11
    Join Date
    Oct 2010
    Beans
    146
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    Quote Originally Posted by sdowney717 View Post
    IMO, this is a video driver issue.

    What do you have for a video card?
    You can download and install video driver and make other changes from a console window.
    I have NVIDIA Quadro NVS 160M.
    You think this procedure won't work?

    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    or
    sudo rm /etc/X11/xorg.conf
    then reboot
    Can you please tell me how to download, install and make other changes from the console window.
    Last edited by agentfortyseven; November 29th, 2012 at 05:24 PM.

  2. #12
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    you can use wget command to download an nvidia driver from their website.
    I have done it before.
    the idea is download it, then install from the boot console window.

    You just have to log in from the boot menu screen to a command prompt with networking enabled.

    You need to find the details for getting this file using a google search. Or maybe someone else will know a better way to fix this.

    to install you navigate to the directory and type
    ./nameoffile.run
    ls shows the files in a directory. cd lets you move into the directory, etc...

    You got an error running that command so you likely do not have the xorg file in etc folder.

  3. #13
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    here is a site that talks about doing this.
    there may be another way.

    http://superuser.com/questions/48499...n-ubuntu-12-04

  4. #14
    Join Date
    Oct 2010
    Beans
    146
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    alright I will try to do that and let you know if it works.

  5. #15
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    for a quadro card, you need either:
    - the nvidia driver from the site
    - or install "nouveau" which work also with the quadro cards

    http://askubuntu.com/questions/93809...latitude-e6500

    See /usr/share/doc/nvidia-current-updates/README.txt.gz for a complete list
    of supported GPUs and PCIIDs
    Last edited by dino99; November 29th, 2012 at 05:49 PM.

  6. #16
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    Hi,
    nouveau (open source driver for nvidia) is pre-installed. Have you tried it ?

    You can execute the commands below to make sure that no nvidia-proprietary driver left in your system and nouveau will be used.

    Code:
    sudo apt-get purge nvidia-*
    sudo rm /etc/X11/xorg.conf # if the file does not exist , then is OK 
    sudo apt-get install nvidia-common ubuntu-desktop
    sudo apt-get install --reinstall xserver-xorg-video-nouveau
    sudo dpkg-reconfigure xserver-xorg
    and at the end , give this command to reboot your pc
    Code:
    sudo reboot
    If everything work ok , then is not needed to install additional-proprietary nvidia driver.

    Thanks

  7. #17
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    Quote Originally Posted by NikTh View Post
    Hi,
    If everything work ok , then is not needed to install additional-proprietary nvidia driver.

    Thanks
    I really cant imagine running that driver.
    How well does it do games and video?

  8. #18
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    i get that same checking battery state message on my headless server. it's because I uninstalled a desktop manager. I am guessing lightdm was uninstalled when you uninstalled that gnome thingy. try to reinstall lightdm.

    also, what happens if at the checking battery state screen, you hit ctrl-alt-f1, login textually. then at the prompt enter this
    sudo service start lightdm

  9. #19
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    Quote Originally Posted by dannyboy79 View Post
    i get that same checking battery state message on my headless server. it's because I uninstalled a desktop manager. I am guessing lightdm was uninstalled when you uninstalled that gnome thingy. try to reinstall lightdm.

    also, what happens if at the checking battery state screen, you hit ctrl-alt-f1, login textually. then at the prompt enter this
    sudo service start lightdm
    the xorg.0.log file should reveal the problem, if he looks at it.

    you can from the root directory

    cat /var/log/Xorg.0.log |more

    to see it. space bar and enter key will move it along.

  10. #20
    Join Date
    Oct 2010
    Beans
    146
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Stuck at "checking battery state..." in ubuntu 12.04. Please help.

    I have to say I am overwhelmed by your help and support guys. So thanks a lot.

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •