I updated my desktop environment yesterday using "apt-get update" and "apt-get dist-upgrade". I've been unable to access my desktop environment since restarting my PC. The log-in screen loads but the desktop will not. Consequently, I can only access my computer using either a Live Disk or Command Line.
To attempt access to a graphical user interface (GUI aka my Desktop Environment) I have,
None of those methods gave me access to my desktop.
I established that the upgrade failed to install the new version of "kdebase-workspace-data" - it was held back. I thought, I know, I'll uninstall it then re-install it (usually resolves this type of problem). Unfortunately, I can't re-install it because the package didn't download during the original update and Kubuntu is not accessing the Net from Command Line.
I can think of two solutions,
If there's another option, I'm all eyes to learning it.
Anyway, I need some help to use either of those solutions:
To attempt access to the Internet from Command Line, I've run the following commands:
It didn't work, it still uses the default IP address of 255,255,255,255 so I can neither ping nor access the Net.
I'm using an unencrypted wireless network (my choice). The wireless device is shown in lsusb and is listed in lshw -C network.
How do I get Kubuntu to issue an IP address (? I think that's all I need it do). How do I get Internet access?
Please help
And thank you to the developers for this wonderful Live Disk.
To attempt access to a graphical user interface (GUI aka my Desktop Environment) I have,
- tried the Recovery Mode (pressed "ESC" at Grub Loader),
- attempted to gain access by loading previous Kernal(?)/Linux Header versions,
- attempted to gain access by booting to Command Line with Networking Support and re-running the update/upgrade (reason for failure give below),
- issued the startx command from the Command Line.
None of those methods gave me access to my desktop.
I established that the upgrade failed to install the new version of "kdebase-workspace-data" - it was held back. I thought, I know, I'll uninstall it then re-install it (usually resolves this type of problem). Unfortunately, I can't re-install it because the package didn't download during the original update and Kubuntu is not accessing the Net from Command Line.
I can think of two solutions,
- I could download the package whilst using the Live Disk, save it to a USB drive or CD, add the drive or disc to sources.list then install it manually or I could save it the folder where apt would usually store them, else
- I could manually set-up a connection to the Net and re-run the update/upgrade.
If there's another option, I'm all eyes to learning it.
Anyway, I need some help to use either of those solutions:
- If I download the missing package and save it to disc/USB, how do I add it to sources.list; if I save it in apt's cache where's the folder located and how do I manually register it with apt?
- How do I manually configure Internet access whilst using Command Line?
To attempt access to the Internet from Command Line, I've run the following commands:
- ifconfig wlan0 up
- iwconfig wlan0 essid awesome
- iwconfig wlan0 key off
- iwconfig wlan0 mode managed
- dhclient wlan0
It didn't work, it still uses the default IP address of 255,255,255,255 so I can neither ping nor access the Net.
I'm using an unencrypted wireless network (my choice). The wireless device is shown in lsusb and is listed in lshw -C network.
How do I get Kubuntu to issue an IP address (? I think that's all I need it do). How do I get Internet access?
Please help
And thank you to the developers for this wonderful Live Disk.
Comment