LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-23-2006, 03:36 AM   #1
Azalar
Member
 
Registered: Jan 2006
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 15
Kubuntu wont shutdown or reboot?


Hi
I am having a problem restarting and shutting down Kubuntu properly.
I have the latest version of Kubuntu running on a 2ghz box with 1 gig ram.
I am suspecting the problem is either linked to my graphics card or my wireless usb dongle as these are the only things i changed settings for since the last reboot.
The graphics card i have is the Nvidia GeForce FX 5950 Ultra.
The default installation chose a driver for this which didnt support the 3d.
I believe this to be a GE Force 4 card(correct me if i am wrong pls) so i chose that driver instead and it made a vast improvement.
The Open GL screensavers now work awesome and general performance is great etc.
When i try to reboot or shutdown it goes to a black screen after a few seconds and just stays there.
I left it a few minutes in case it was slow to shut down but nothing happened and i had to eventually hold the power button down to forcefully shutdown.
The problem with doing this was that it lost the graphics settings i had just changed.
It went back to 1280x1024 resolution when i switched back on even though i had left it in 1600x1200.
At after sorting out the graphics stuff i foolishly moved onto setting up the wi fi, i should have maybe rebooted to check everything was ok.
As a consequence the problem i am having might also be linked to the wi fi install so heres the details of that too.
I have the D-Link DWL-G122 Wireless USB Adapter and used the ndiswrapper stuff to get this working.
This seemed to work nicely at first as i was browsing web sites fine but since that reboot the internet stopped working.
According to ndiswrapper it still knows about the drivers and says the hardware is working correctly.
And according to the network settings it still has the correct SSID and wep key setup but its not working.
I had followed instruction from the following link to get the wi fi adapter working http://www.ubuntuforums.org/showthread.php?t=146018
So there could be 2 issues here or one that is effecting the other.
Anyone had similar issues and could offer any advice to getting it working?
Any help will be greatly appreciated.
thanks

Paul
 
Old 08-23-2006, 09:41 AM   #2
pinguim66
LQ Newbie
 
Registered: Aug 2006
Posts: 16

Rep: Reputation: 0
Try as root: halt -p or reboot
 
Old 08-23-2006, 09:57 AM   #3
Azalar
Member
 
Registered: Jan 2006
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pinguim66
Try as root: halt -p or reboot
Isn't this what Kde is attempting to do anyway?
 
Old 08-24-2006, 03:24 AM   #4
Azalar
Member
 
Registered: Jan 2006
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 15
I decided to reinstall as i hadn't installed much at the point i had problems to try track down the problem and think it is linked to kdm.
It happened when i upgraded to the 3d graphics driver for nvidia and then rebooted without any other changes to Kde.
I may install Ubuntu instead of Kubuntu if i can't a resolution to this as the research i have done suggests the same problem doesn't exist with gdm under Gnome.
 
Old 08-29-2006, 03:17 AM   #5
Azalar
Member
 
Registered: Jan 2006
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 15
I figured out why i was getting the black screen problem and thought i'd post thing in case anyone else has the same problem.

To get rid of the problem edit the grub config file at /boot/grub/menu.lst and look for the line

# defoptions=quiet splash

Remove the word "splash" from it and save and exit the file.
Then type

sudo update-grub

This removes the splash screen when you shutdown/reboot but solves the black screen problem
 
Old 02-07-2007, 09:14 AM   #6
d3athp3nguin
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Rep: Reputation: 0
I have had the exact same issue. I am on a Toshiba Sattelite A105-S4134 with an Intel 3945 network card.

The only big changes I have made to the operating system are:

1. did a sudo apt-get update/upgrade
2. Installed AIGLX/Beryl; works like a charm
3. Set my network/interfaces file to not start internet connections automatically, since it was causing my lappy to lag when booting.

For me, Kubuntu will shut down properly if I end the current session first, and then shutdown from the login screen. However, if I try to shut down/reboot while in a session, it will eventually go to a blank screen and sit there. If I press Alt+F2 to try and pull up the console, the kubuntu splash screen pops up, but does nothing. The frozen splash screen pops back up every time I hit Alt+F2.

The first time I tried Azalar's solution, linux stopped booting (thank god for recovery mode).

Anyone have any other ideas?

Last edited by d3athp3nguin; 02-07-2007 at 11:05 AM.
 
Old 02-09-2007, 12:16 AM   #7
NobeyamaGP
Member
 
Registered: Jun 2006
Location: Bedford, IN
Distribution: Kubuntu 7.10, Arch Linux
Posts: 39

Rep: Reputation: 15
You ca try adding the option
Code:
acpi=force
option to the end of your kernel line in /boot/grub/menu.lst
so that it looks like this:
Code:
/boot/vmlinuz-2.6.17-10-generic root=/dev/sdb5 ro quiet splash acpi=force
That's what fixed it for me.
 
Old 02-09-2007, 03:08 AM   #8
biniou
Member
 
Registered: Feb 2007
Location: Belgium
Distribution: Ubuntu (7.04), (B)LFS (6.2), ...
Posts: 105

Rep: Reputation: 15
For the splash screen problem, maybe the Frame Buffer mode got messed up by the installation of new nVidia driver ...
 
Old 02-12-2007, 08:26 AM   #9
d3athp3nguin
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Rep: Reputation: 0
Edit: I tried removing Alazar's "splash" option again, but this time I gave it a while to work- it shut down properly. Chalk one up for Alazar.

Last edited by d3athp3nguin; 02-12-2007 at 09:16 AM.
 
Old 10-26-2009, 08:51 PM   #10
greglox
LQ Newbie
 
Registered: Oct 2009
Posts: 1

Rep: Reputation: 0
Huge thanks!!!

I also had the same problem with 9.04...2.5 years later...sheesh! nVidia 1.80 driver. When I would shutdown or restart from the gui, the screen would go black and the computer would just sit there. Changing the line from
# defoptions=quiet splash
to:
# defoptions=quiet
and updating the grub menu fixed my problem.

Thanks!!!
 
  


Reply

Tags
dwlg122



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kubuntu 6.06 wont boot anymore leupi Ubuntu 3 08-22-2006 03:22 PM
Shutdown yes, reboot no vitorg Slackware 17 02-18-2006 03:18 AM
shutdown -h causes reboot obrienj Red Hat 1 09-11-2005 09:52 PM
Reboot Shutdown netlink Mandriva 2 06-13-2004 12:13 AM
reboot + shutdown :( zulik Slackware 12 05-31-2004 01:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration