new to Ubuntu. touchpad doesn't work on Vostro laptop

Asked by Rich

Ubuntu 12.04. External USB mouse works but touchpad doesn't. Tab for touchpad is missing in System Setting. There must be a simple fix!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo dmidecode -t 1; lsmod; lsb_release -a; uname -a

Thanks

Revision history for this message
Rich (rohmann) said :
#2

serv3@rich-Vostro-3400:~$ sudo dmidecode -t 1;lsmod:isb_release -a; uname -a
[sudo] password for serv3:
# dmidecode 2.11
SMBIOS 2.6 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: Dell Inc.
        Product Name: Vostro 3400
        Version: A10
        Serial Number: HS2K2N1
        UUID: 4C4C4544-0053-3210-804B-C8C04F324E31
        Wake-up Type: Power Switch
        SKU Number: To be filled by O.E.M.
        Family:

lsmod:isb_release: command not found
Linux rich-Vostro-3400 3.2.0-24-generic-pae #39-Ubuntu SMP Mon May 21 18:54:21 UTC 2012 i686 i686 i386 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you press Fn+F6 is it activated?

Revision history for this message
Rich (rohmann) said :
#4

Sorry, no.

If it's any clue the mouse and touchpad choice in Settings only has a tab for the mouse but not one for the touchpad

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Try:

xinput --set-prop --type=int --format=32 "AlpsPS/2 ALPS GlidePoint" "Synaptics Two-Finger Pressure" 125
xinput --set-prop --type=int --format=32 "AlpsPS/2 ALPS GlidePoint" "Synaptics Two-Finger Width" 0
xinput --set-prop --type=int --format=8 "AlpsPS/2 ALPS GlidePoint" "Synaptics Two-Finger Scrolling" 1 0

Does it jump into life?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

What is the output of:

sudo xinput list

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

(note for me later...
xinput set-prop 14 "Device Enabled" 0
)

Revision history for this message
Rich (rohmann) said :
#8

xinput list is:

 Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ HID 413c:8161 id=10 [slave keyboard (3)]
    ↳ Logitech USB Receiver id=11 [slave keyboard (3)]
    ↳ Laptop_Integrated_Webcam_2M id=13 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
    ↳ Dell WMI hotkeys id=15 [slave keyboard (3)]

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Try:

xinput set-prop 4 "Device Enabled" 1

HTH

Revision history for this message
Rich (rohmann) said :
#10

still nothing. thanks for continuing to help.

Revision history for this message
Nehal J Wani (nehaljwani) said :
#11

Adding GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop" to /etc/default/grub helped me out.

Can you help with this problem?

Provide an answer of your own, or ask Rich for more information if necessary.

To post a message you must log in.