This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[SOLVED] mouse not working in Zorin OS 9

archp2008

Sun Oct 11, 2015 10:15:14 pm

I can boot to my Zorin Desktop but there is no mouse cursor. This may be a result of using the clean function or other commands to free up space. There is also a message on the desktop about network not working. Is there a way to get the mouse back using the terminal?

Wolfman

Mon Oct 12, 2015 2:00:46 pm

Hi,

open a terminal with Ctrl + Alt +t and then type the following commands:

Code:
sudo dpkg --configure -a


followed by

Code:
sudo apt-get install -f


Also try:

Code:
sudo apt-get –fix-missing install


The above command downloads and installs any missing packages on your system.

Code:
sudo apt-get –fix-broken install


The above command downloads and installs any broken dependencies on your system.

Also try this command and then reboot on all accounts!:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -f


See also:

viewtopic.php?f=5&t=2247

To restart using the terminal, type:

Code:
sudo reboot


Let us know if it helps. :D

archp2008

Tue Oct 13, 2015 8:14:32 pm

Thanks for the reply. I since got it working by setting it to boot into the previous kernel number of Zorin

Wolfman

Wed Oct 14, 2015 5:09:36 am

Hi,

good to hear, keep on crunching those updates and wait for a newer kernel!. :D