Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2385  / 2 Years ago, mon, may 16, 2022, 2:05:41

Had this problem earlier: Crash after update to 11.10, from 11.04; ran the solution and had everything updated and upgraded.



I get the following lines after booting with some of the preceding start, stop an [OK] lines as the other topic.



* Checking battery state...
[ 21.640534] btusb_intr_complete: hci0 urb ffff88011e948480 failed to resubmit (19)
[ 21.640690] btusb_bulk_complete: hci0 urb ffff88011e948cc0 failed to resubmit (19)
[ 21.640734] btusb_bulk_complete: hci0 urb ffff88011e9480c0 failed to resubmit (19)


I run tty2 and execute startx to start the GUI that I'm using right now but Ubuntu won't boot without it.


More From » 11.04

 Answers
6

Looks like the display manager is not loading. Try these commands,



sudo service lightdm start


If this works, it means lightdm is installed but not configured as default display manager. To set it as default display manager, use this command.



sudo dpkg-reconfigure lightdm


and choose lightdm as default display manager. If the above command does not work, try this



sudo apt-get update 
sudo apt-get install lightdm


In case it still doesn't work, try purging lightdm and reinstalling.



sudo apt-get purge lightdm
sudo apt-get install lightdm

[#42706] Monday, May 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raacket

Total Points: 198
Total Questions: 114
Total Answers: 111

Location: Czech Republic
Member since Mon, May 15, 2023
1 Year ago
raacket questions
;