LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-07-2010, 09:15 AM   #1
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68
Blog Entries: 1

Rep: Reputation: 8
tpuchpad not working on netbook


I am not sure whether it is a hardware problem or software problem.

I have got a new Netbook(OEM, HongKong made) which came with pre-installed Ubuntu-8.04 and its touchpad was working perfectly well. I installed opensuse-11.3 from a bootable usb created on debian-lenny platform by the terminal command
#dd if=opensusexxxx.iso of=/dev/sdb bs=4M
Installation went without hitch and all the packages are behaving fine.
But the touchpad has stopped responding and I have to use an optical mouse which is a botheration.
I shall appreciate all help.
Thank you.
P.Rudra.
 
Old 12-07-2010, 09:27 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I would boot the live SuSE CD of the same version. If the touchpad is working with that then you can see what modules are loaded using lsmod. Then you can make your installed SuSE use the same modules.
 
Old 12-07-2010, 12:03 PM   #3
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Quote:
I am not sure whether it is a hardware problem or software problem.
As per stress junkie: You could also try booting a live Ubuntu CD, preferably 8.04 if such a thing exists, and see if the trackpad works again, if so... it's definitely not a hardware problem. (Which would be my guess anyway! )

Play Bonny!
 
Old 12-08-2010, 09:21 PM   #4
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
Quote:
Originally Posted by Soadyheid View Post
As per stress junkie: You could also try booting a live Ubuntu CD, preferably 8.04 if such a thing exists, and see if the trackpad works again, if so... it's definitely not a hardware problem. (Which would be my guess anyway! )

Play Bonny!
The point is that it being a Netbook, there is no optical tray for CD/DVD and I have to make the installation by USB. This being a software problem, is there a package that will activate the touchpad, or is there any keypad operation like say Ctrl+Fn+ ... that will operate the pointer?

Thanks for assuring me that it is not a hardware problem.
P.Rudra.
 
Old 12-08-2010, 09:33 PM   #5
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
You could use various commands to view the hardware. This will show you the make and model of the touchpad. Then you can use Google to find the Linux module driver for this hardware.

Find hardware make and model using any combination of the following:
Code:
lsusb
lspci
lshw
hwinfo
dmidecode
cat /var/log/messages
dmesg
Also your there may be GUI style applications that will show you information about hardware. KDE has KInfoCenter. I don't know what Gnome has in this department. (KDE has some excellent system tools.)

Then go to Google and enter a search phrase something like this:
Code:
linux <hardware> module
In the above example you would substitute your hardware for <hardware>. Also you may want to substitute the word "driver" for the word "module".

Let us know what happens.

Last edited by stress_junkie; 12-08-2010 at 09:35 PM.
 
Old 12-09-2010, 09:18 AM   #6
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
Quote:
Originally Posted by stress_junkie View Post
You could use various commands to view the hardware. This will show you the make and model of the touchpad. Then you can use Google to find the Linux module driver for this hardware.

Find hardware make and model using any combination of the following:
Code:
lsusb
lspci
lshw
hwinfo
dmidecode
cat /var/log/messages
dmesg
Also your there may be GUI style applications that will show you information about hardware. KDE has KInfoCenter. I don't know what Gnome has in this department. (KDE has some excellent system tools.)

Then go to Google and enter a search phrase something like this:
Code:
linux <hardware> module
In the above example you would substitute your hardware for <hardware>. Also you may want to substitute the word "driver" for the word "module".

Let us know what happens.
I found a file /etc/sysconfig/mouse
with entries among others
MOUSEDEVICE="/dev/input/mice" [with option "/dev/psaux"]
MOUSETYPE="imps2" [eith options ms, ms3, msc, mman, ps2, syn, synps2 ]

I tried with all combinations but nothing changed. I plan to work now with
Live booting and see what happens.
 
Old 12-09-2010, 09:47 AM   #7
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by prudra View Post
I found a file /etc/sysconfig/mouse
with entries among others
MOUSEDEVICE="/dev/input/mice" [with option "/dev/psaux"]
MOUSETYPE="imps2" [eith options ms, ms3, msc, mman, ps2, syn, synps2 ]

I tried with all combinations but nothing changed. I plan to work now with
Live booting and see what happens.
All of the above suggestions were simply to find the brand and model of the touchpad hardware. They would not by themselves fix the problem.

When you boot the live Linux image you will be looking for which modules are loaded. You will then write them all down. Then you will boot your installed Linux and compare the list of loaded modules to the list from the live Linux image. The difference between the two should help us to find which module is missing in the installed system.

When you boot the live Linux image you will want to open a terminal and enter the following command.
Code:
lsmod
This will show two columns. Write down what you see.

Then boot the installed Linux and do the same thing. (Open a terminal and issue the lsmod command.)

Post both lists here.

The differences between the two lists should help us to figure out how to make the touchpad work.

It seems less likely that the differences between the /etc/sysconfig/mouse files are the problem but it is possible. You should also copy what is in that file in the live Linux image and post that here as well.

I'm sorry that this did not work "out of the box" for you. Most computers do not have this sort of problem with Linux.

Last edited by stress_junkie; 12-09-2010 at 09:50 AM.
 
Old 12-09-2010, 10:57 AM   #8
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Just a thought... My Netbook is an Asus EEE PC1001 HA and has a little button which disables the trackpad... Does yours have anything similar which may inadvertently have been pushed?

Play Bonny!
 
Old 12-10-2010, 10:32 PM   #9
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
First even in the Live version the touchpad does not work. All the entries for lsmod in the Live version except for nfs, lockd, fscache, nfs_acl, auth-rcpgss, sunrpc, ext3, jtd2, crc16, squashfs, nts_htt8, st, sr_mod, cdrom, dm_mod, brd, usb_storage are present in the Installed version. But the installed version has much more. However in both the versions no entry "psmouse" could be found.

I ran lsmod on my other laptop with debian-lenny OS and found the entry "psmouse". Can it be that opensuse-11.3-Gnome has no psmouse in its Kernel 2.6.34.-7-0.5-default ?
I am wondering if it is the cause of the trouble.
 
Old 12-11-2010, 05:51 AM   #10
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I often choose a distribution based on the ability to work with the hardware that I've got. This is particularly true on laptop computers. If your other computer is the same model then I would consider using Debian Lenny on this computer.
 
Old 12-12-2010, 02:15 AM   #11
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
Quote:
Originally Posted by stress_junkie View Post
I often choose a distribution based on the ability to work with the hardware that I've got. This is particularly true on laptop computers. If your other computer is the same model then I would consider using Debian Lenny on this computer.
The other Laptop is Debian-Vostro-1014 and this is a HongKong based OEM machine. So I am not sure whether Debian will behave well here. The only thing I am sure is that Ubuntu-8.04 worked here. The problem is that I downloaded Ubuntu-10.04 and tried to create a installation-usb by the terminal command
#dd if=ubuntu-10.04xxx.iso of=/dev/sdb bs=4M
the usb showed all the files but the netbook refused to recognize it during booting.
I consulted the Ubuntu homepage which gave the procedure for creating installation-usb on ONLY Ubuntu and Windows platform while opensuse clearly states that the above procedure is vaid on ANY Linux/GUI platform. In Debian's case it has been stated that only netinstall and business images can be burnt. I wanted to have two different Linux
versions on two different machines. I like only Debian and openSUSE. So I think I will make do with the otical mouse for now.
 
Old 12-12-2010, 02:26 AM   #12
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
Quote:
Originally Posted by Soadyheid View Post
Just a thought... My Netbook is an Asus EEE PC1001 HA and has a little button which disables the trackpad... Does yours have anything similar which may inadvertently have been pushed?

Play Bonny!
I have only F1,....,F12, Num Lk/Scr Lk,Inser/Prt Scr, Pause/Break,Delete/Sys Rq, Alt Gr,
Fn, (Windows logo), (a picture like a ladder with a pointer) and the usual keyboards. What does the button you refer looks like?
 
Old 12-13-2010, 10:09 AM   #13
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Quote:
I have only F1,....,F12, Num Lk/Scr Lk,Inser/Prt Scr, Pause/Break,Delete/Sys Rq, Alt Gr,
Fn, (Windows logo),
These are keyboard keys, not buttons. My trackpad button looks like my power on button but has something like a square with a diagonal line through it. It's additional to any keys, just a small silver button.

Play Bonny!
 
Old 12-14-2010, 08:34 AM   #14
prudra
Member
 
Registered: Dec 2010
Location: Kolkata, India
Distribution: Now only Debian Stable Mate DE on laptop.
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 8
Quote:
Originally Posted by Soadyheid View Post
These are keyboard keys, not buttons. My trackpad button looks like my power on button but has something like a square with a diagonal line through it. It's additional to any keys, just a small silver button.

Play Bonny!
I am afraid this netbook does not have any button but the power-on one.
 
Old 12-14-2010, 10:23 AM   #15
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
xorg.conf...

Try to make a USB installable version of Ubuntu 8.04, to see if the touchpad functions as it did under the original 8.04 installation, then open the 8.04 "xorg-conf" file and copy the section for your mouse/touchpad, either to paste into or to use as a basis for editing the "xorg.conf" in openSUSE 11.3.

http://iso.linuxquestions.org/ubuntu/ubuntu-8.04.4/

Last edited by thorkelljarl; 12-14-2010 at 10:29 AM.
 
  


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
Touchpad quit working Gateway Netbook arfon Linux - Laptop and Netbook 2 10-25-2015 05:59 PM
Headphones not working on netbook Autotrappic Linux - Laptop and Netbook 6 09-21-2010 09:39 AM
Can't get sound working on Toshiba Netbook nb200 thach.trung.ngoc Slackware 4 12-27-2009 07:46 AM
keys not working on freedom netbook under ubuntu netbook remix albythom Linux - Laptop and Netbook 2 09-06-2009 08:24 AM
Trying to get sound working on my netbook (hp mini 1030nr) nacoku Linux - Hardware 4 06-23-2009 07:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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