LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-29-2010, 09:21 PM   #1
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Rep: Reputation: 0
Can't get past login screen in ubuntu 10.10


Hi, i'm running ubuntu maverick on a dell laptop and it was working flawlessly until the audio started stuttering so I looked up a possible cure for it. I came accross a post that said uninstalling pulseaudio would cure the problem - so i did through software centre. When I was uninstalling it there was configuration files to uninstall as well. When I shut down the laptop and tried to restart it, it goes to login screen with my name but when I click on login it goes back to the same screen. This is the first time this has happened and im not sure what I can do. Any help would be appreciated.

Michael.
 
Old 10-29-2010, 09:58 PM   #2
kindofabuzz
Member
 
Registered: Mar 2010
Location: There
Distribution: Linux Mint 17.1
Posts: 237

Rep: Reputation: 46
Are you typing in the correct password?
 
Old 10-29-2010, 10:10 PM   #3
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Original Poster
Rep: Reputation: 0
Hi kindofabuzz, yes - I had it set to automatically sign me in until now. Its only happened since I uninstalled pulse.
 
Old 10-30-2010, 01:07 AM   #4
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by mjhera View Post
I came accross a post that said uninstalling pulseaudio would cure the problem - so i did through software centre. When I was uninstalling it there was configuration files to uninstall as well. ...
What exactly did you remove to uninstall pulseaudio? For future reference, the only things you really need to uninstall to get rid of pulseaudio on Ubuntu are pulseaudio and
gstreamer0.10-pulseaudio.
Code:
sudo apt-get remove --purge pulseaudio gstreamer0.10-pulseaudio
Then run
Code:
gstreamer-properties
and set everything to alsa.

To reset everything to the way it was before you removed pulseaudio from the software center, try booting to recovery mode and then reinstall the ubuntu-desktop metapackage.
Code:
sudo apt-get install --reinstall ubuntu-desktop
Then reboot with
Code:
sudo reboot
and you should be back to where you were. Then uninstall pulseaudio the way I have stated above and you (hopefully!!) should be good.

Last edited by tommcd; 10-30-2010 at 01:12 AM.
 
Old 10-30-2010, 02:08 AM   #5
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Original Poster
Rep: Reputation: 0
Hi tommcd, thank you very much for your help, that sorted my problem out perfectly and the audio as well!! Your help is very much appreciated. I have my system back up and running and I wont be doing any uninstalling in the near future! Thank you again.
 
Old 11-08-2010, 06:55 PM   #6
Penceyarts
LQ Newbie
 
Registered: Nov 2010
Posts: 8

Rep: Reputation: 0
Having the exact same problem, and this fix doesn't seem to work. Anything more specific? After logging in it is still returning to the login screen. Will not log in using root user or root password either. When I type sudo apt-get install --reinstall ubuntu-desktop into the root shell prompt, the screen fills with "could not resolve" and "failed to fetch" errors. The last line at the bottom says E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? apt-get update does not work either and for --fix missing, there is no command found. Any other fixes or ways to do this? Thank you, any help would be appreciated.
 
Old 11-09-2010, 10:08 AM   #7
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Original Poster
Rep: Reputation: 0
Hi Penceyarts, did you drop to shell with networking in recovery mode to try this?
 
Old 11-11-2010, 01:44 AM   #8
Penceyarts
LQ Newbie
 
Registered: Nov 2010
Posts: 8

Rep: Reputation: 0
I wasn't at first, but when I tried entering sudo apt-get install --reinstall ubuntu-desktop the receive this: Err http://us.archive.ubuntu.com/ubuntu/ maverick/main libsdl1.2debian-pulseaudio i386 1.2.14-6ubuntu3

Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname)
 
Old 11-11-2010, 11:57 PM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by Penceyarts View Post
Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname)
Are you sure you have networking enabled when you boot to recovery mode? Are you able to ping google.com or yahoo.com from recovery mode? Are you able to run "sudo apt-get update" and have it update the repos without errors saying the repos are not found?
Verify that you have networking enabled, then try it again. The errors you are getting look like you could not connect to the Ubuntu repos.
 
Old 11-12-2010, 02:43 AM   #10
Penceyarts
LQ Newbie
 
Registered: Nov 2010
Posts: 8

Rep: Reputation: 0
Yes, I get the errors saying repos are not found. Sudo apt-get update gets to about 22 percent and then stops. Do I have to be connected directly to the internet through an ethernet cable? I don't have any LAN connected. So I guess my problem is with the connection now.
 
Old 11-12-2010, 06:27 AM   #11
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Original Poster
Rep: Reputation: 0
Hi Penceyarts, when you start in recovery mode with networking, does it start the DHCP Client and discover your connection? It should tell you if your connection is discovered, otherwise you may have to connect via ethernet.
 
Old 11-12-2010, 09:29 PM   #12
Penceyarts
LQ Newbie
 
Registered: Nov 2010
Posts: 8

Rep: Reputation: 0
it gives me the message 'No DHCPOFFERS received. No working leases in persistent database - sleeping. Then asks for my root password. So I'm assuming this means I need to connect via ethernet? How do I go about this? Thanks.
 
Old 11-12-2010, 11:39 PM   #13
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by Penceyarts View Post
So I'm assuming this means I need to connect via ethernet? How do I go about this?
How do you normally connect to the internet? If you connect via wireless, then you will have to connect with ifconfig and iwconfig from recovery mode.
 
Old 11-13-2010, 12:40 AM   #14
Penceyarts
LQ Newbie
 
Registered: Nov 2010
Posts: 8

Rep: Reputation: 0
i usually use wireless, entered iwconfig and it doesn't connect to anything.


so, if reinstalling ubuntu-desktop will return my pulseaudio settings to normal, thus allowing me to log in, and I can't access the internet, how can I fix the ubuntu-desktop file with a flash drive or external hd?

Last edited by Penceyarts; 11-13-2010 at 12:53 AM.
 
Old 11-13-2010, 12:35 PM   #15
mjhera
LQ Newbie
 
Registered: Oct 2010
Location: Sligo, Ireland
Distribution: Ubuntu 10.10
Posts: 13

Original Poster
Rep: Reputation: 0
Hi penceyarts, NO DHCPOFFERS received may mean that DHCP is not enabled on your router so the only way is connecting directly to the router via an ethernet cable or the way tommcd sugested. If you have access to your router from another pc then you may be able to turn on DHCP if you are the administrator.

Last edited by mjhera; 11-13-2010 at 12:44 PM.
 
  


Reply



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
Get past login screen Noodlez910 Linux - Newbie 11 04-29-2010 09:55 AM
Can't get Mandriva to get past login screen?? Erik765 Mandriva 6 12-29-2008 04:11 AM
Can't get past Ubuntu login screen... cautious Ubuntu 21 12-29-2008 03:55 AM
Can't get past login screen ChristopherJ Linux - Newbie 2 12-23-2008 01:41 PM
Can't get past login screen plind Mandriva 2 02-20-2007 10:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:06 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