LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-13-2009, 05:21 AM   #16
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33

oops, sorry eric, i didn't see your answer.
my problem is that my touchpad doesn't work.
upgrading is usually the best solution to keep the system safe in windows, so i guessed it was the same with linux. how was i supposed to know that the system would propose me something that could harm my computer?
anyway, the upgrade is done now, so there's no need to talk about my mistakes, let's just try to fix them.
i don't know how to get back to the previous version, please give me a step by step.
i hope i've answered all your questions.
regards
 
Old 11-13-2009, 05:32 AM   #17
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
First make sure the touchpad is enabled using the Fn key
Another option to try
press CTRL_ALT_F2
login
type
Code:
sudo apt-get install xserver-xorg-input-synaptics
 
Old 11-13-2009, 05:41 AM   #18
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Quote:
First make sure the touchpad is enabled using the Fn key
i'm sorry i don't understand what you mean.
what am i supposed to try exactly??
 
Old 11-13-2009, 05:44 AM   #19
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i made the manipulation that you asked, it said :
reading of package lists... done
construction of dependance tree... done
reading of information states... done
E: Impossible to find the package x-server-xorg-input-synaptics
 
Old 11-13-2009, 05:44 AM   #20
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Every laptop has a fn key
It is used to disable or enable the mousepad, wireless, monitor...

The combination on my laptop is
fn-F8

Take a look at the manual from the laptop
 
Old 11-13-2009, 05:45 AM   #21
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Now how do I get out of this weird console mode ?
shall i type startx?
 
Old 11-13-2009, 05:46 AM   #22
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
my laptop is a hp. what would the combination be for mine?
 
Old 11-13-2009, 05:46 AM   #23
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by elishac View Post
i made the manipulation that you asked, it said :
reading of package lists... done
construction of dependance tree... done
reading of information states... done
E: Impossible to find the package x-server-xorg-input-synaptics
It is
Code:
sudo apt-get install xserver-xorg-input-synaptics
 
Old 11-13-2009, 05:53 AM   #24
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
oh sorry i added an extra -.
so now i wrote it again and i said
reading of package lists... done
construction of dependance tree... done
reading of information states... done
xserver-xorg-input-synaptics is already the latest available version.
the following packages have been installed automatically and are no longer necessary :
(do you want me to copy the 4 lines that are written here?)
please use "apt-get autoremove" to uninstall them.
0 updates,0 newly installed, 0 to delete and 0 nonupdates.
 
Old 11-13-2009, 05:53 AM   #25
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

Upgrading sometimes is a good solution, but never should be performed without taking the necessary precautions. And upgrading on Windows to keep the system safe?? Here at the office we're still using Windows XP instead of having upgraded to Vista or Windows 7 (which will not happen if I have a say in the matter).

I think you are confusing upgrading packages (software) with upgrading the system. The upgrade you performed is a dist-upgrade, installing new drivers, new options and a lot more stuff that might not work on the same hardware your previous version was running. So it's always a good idea to make a backup prior to upgrading the OS so that you can revert to the previous version fast without having to reinstall from CD.

Getting back to the previous version is best done by booting from the CD, deleting the partitions and start from scratch. Needless to say you'll need to make a backup of your documents and stuff before doing so.

Kind regards,

Eric
 
Old 11-13-2009, 05:57 AM   #26
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
oh sorry i added an extra -.
so now i wrote it again and i said
reading of package lists... done
construction of dependance tree... done
reading of information states... done
xserver-xorg-input-synaptics is already the latest available version.
the following packages have been installed automatically and are no longer necessary :
(do you want me to copy the 4 lines that are written here?)
please use "apt-get autoremove" to uninstall them.
0 updates,0 newly installed, 0 to delete and 0 nonupdates.
This tells you that the necessary packages have already been installed.

Try running:
Code:
sudo dpkg-reconfigure xserver-xorg-input-synaptics
If it doesn't show any errors, verify if the touchpad is working again.

Kind regards,

Eric

Last edited by EricTRA; 11-13-2009 at 05:58 AM. Reason: Sorry: Ubuntu thing if not logged in as root, you'll need to type sudo in front of the command. I have corrected the command.
 
Old 11-13-2009, 05:57 AM   #27
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try this
http://danilogurovich.wordpress.com/...hpad-behavior/
 
Old 11-13-2009, 05:59 AM   #28
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
eric,
i thought this was a sort of "windows update". such updates are usually good windows, i didn't know that linux would propose me something that could damage my computer.
i thought linux could go for years without even any restart, and i would need to reinstall it all after a few days only??? I'd rather not do that. I don't know how to anyway. And i'd rather not lose time/money to make backups just to reinstall linux.
 
Old 11-13-2009, 06:00 AM   #29
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by repo View Post
Repo, you're good and fast

Kind regards,

Eric
 
Old 11-13-2009, 06:00 AM   #30
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Quote:
If it doesn't show any errors, verify if the touchpad is working again.
how am i supposed to verify that, i cant even see the cursor. how do i get out of this black console?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem with update divnypatron Ubuntu 3 06-27-2007 10:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 10:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 12:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 07:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 09:25 AM

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

All times are GMT -5. The time now is 04:33 PM.

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