Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Dell Ubuntu Support
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Dell Ubuntu Support
Got a Dell powered by Ubuntu? Or thinking about getting one? Discuss it here.

 
Thread Tools Display Modes
Old July 26th, 2007   #1
apswartz
Ubuntu Extra Shot
 
apswartz's Avatar
 
Join Date: Jun 2005
Location: North Carolina
Beans: 383
Kubuntu 9.10 Karmic Koala
Send a message via ICQ to apswartz Send a message via AIM to apswartz Send a message via MSN to apswartz Send a message via Yahoo to apswartz Send a message via Skype™ to apswartz
[SOLVED] No Scrolling Touchpad on New Dell Inspiron 1420

I received my new Dell yesterday with Ubuntu preinstalled and the Touchpad is not recognized. I tried the fixes mentioned in the forum and have not been able to correct the problem.
e.g. http://ubuntuforums.org/showthread.p...=touchpad+dell

Here is the report from my Xorg.0.log
(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics Touchpad no synaptics event device found (checked 19 nodes)
(**) Option "Device" "/dev/psaux"
(**) Option "SHMConfig" "on"
(**) Option "HorizScrollDelta" "0"
Query no Synaptics: 6003C8
(EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device
(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Touchpad"
(II) UnloadModule: "synaptics"
Is this a common problem? Has anybody received a Dell 1420 with Ubuntu where the touchpad is recognized and the scrolling works?

Last edited by apswartz; August 4th, 2007 at 05:36 PM.. Reason: Fixed mispelled word in title
apswartz is offline   Reply With Quote
Old July 27th, 2007   #2
purplearcanist
A Carafe of Ubuntu
 
purplearcanist's Avatar
 
Join Date: Nov 2006
Beans: 141
Re: No Scolling Touchpad on New Dell Inspiron 1420

Yes, I have the same problem, I received a dell inspiron 1420 and the touchpad WON'T SCROLL!
__________________
Have fun at my website: http://www.thepurplearcanist.1sweethost.com
purplearcanist is offline   Reply With Quote
Old July 29th, 2007   #3
flowbot
Just Give Me the Beans!
 
flowbot's Avatar
 
Join Date: Aug 2006
Beans: 40
Hardy Heron (Ubuntu Development)
Send a message via MSN to flowbot Send a message via Skype™ to flowbot
Angry Re: No Scolling Touchpad on New Dell Inspiron 1420

i'm having no luck, either ... i've tried doing some of the stuff mentioned in this thread, but to no avail. whenever i try to start gsynaptics, i always get the message:

Quote:
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
i guess that's because the synaptics driver isn't loading (it can't find the input device):

Code:
shayne@laptop:~$ cat /var/log/Xorg.0.log | grep synaptics
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
Synaptics Touchpad no synaptics event device found (checked 19 nodes)
(II) UnloadModule: "synaptics"
here's the relevant sections from my Xorg.conf:

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

...

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
    Load           "synaptics"
EndSection

...

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "AlwaysCore"
    Option         "SendCoreEvents" "True"
#    Option         "Device" "/dev/input/mouse0"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "SHMConfig" "True"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
#    Option         "Device" "/dev/input/mice"
#    Option         "Protocol" "ImPS/2"
#    Option         "ZAxisMapping" "4 5"
#    Option         "Emulate3Buttons" "true"
EndSection
if this helps anyone to troubleshoot, here's my input devices:

Code:
shayne@laptop:~$ cat /proc/bus/input/devices 
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/class/input/input0
H: Handlers=mouse0 ts0 event0 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1 
B: EV=120013
B: KEY=1007 2002000 4380207a f840d001 feffffdf ffefffff ffffffff ffffffff
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=0a5c Product=4502 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1a.0-2.2/input0
S: Sysfs=/class/input/input2
H: Handlers=kbd event2 
B: EV=120003
B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
B: LED=7

I: Bus=0003 Vendor=0a5c Product=4503 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1a.0-2.3/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse1 ts1 event3 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input4
H: Handlers=kbd event4 
B: EV=40001
B: SND=6

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse2 ts2 event5 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/class/input/input6
H: Handlers=event6 
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input7
H: Handlers=kbd event7 
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/class/input/input8
H: Handlers=kbd event8 
B: EV=3
B: KEY=4000 0 0 0 0

I: Bus=0003 Vendor=1241 Product=1166 Version=0110
N: Name="HID 1241:1166"
P: Phys=usb-0000:00:1d.0-1/input0
S: Sysfs=/class/input/input9
H: Handlers=mouse3 ts3 event9 
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103
i really, really want to get my scroll-thing happening on my trackpad.
__________________
2+2=Jesus
flowbot is offline   Reply With Quote
Old July 30th, 2007   #4
neptho
Way Too Much Ubuntu
 
neptho's Avatar
 
Join Date: Jan 2005
My beans are hidden!
Kubuntu 8.04 Hardy Heron
Re: No Scolling Touchpad on New Dell Inspiron 1420

You've taken out what it wants to work. Try the following:

Code:
Section "ServerLayout"
        Identifier      "Default Layout"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
       ... more here ...
        Inputdevice     "Synaptics Touchpad"
EndSection

.... the rest ...

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig" "on"
EndSection

...yet more...
__________________
Registered Linux user #32508.
I use openSUSE on my Latitude E6500.

Last edited by neptho; July 30th, 2007 at 12:27 AM.. Reason: Added SHMConfig option
neptho is offline   Reply With Quote
Old July 30th, 2007   #5
AndyQ
5 Cups of Ubuntu
 
Join Date: Jul 2007
Beans: 16
Re: No Scolling Touchpad on New Dell Inspiron 1420

I think the newer Dells have a different Trackpoint that isn't currently recognised by the synaptics driver.

I have exactly the same issue with my 1720, and the synaptics driver just won't load.
AndyQ is offline   Reply With Quote
Old July 30th, 2007   #6
flowbot
Just Give Me the Beans!
 
flowbot's Avatar
 
Join Date: Aug 2006
Beans: 40
Hardy Heron (Ubuntu Development)
Send a message via MSN to flowbot Send a message via Skype™ to flowbot
Re: No Scolling Touchpad on New Dell Inspiron 1420

Quote:
Originally Posted by AndyQ View Post
I think the newer Dells have a different Trackpoint that isn't currently recognised by the synaptics driver.

I have exactly the same issue with my 1720, and the synaptics driver just won't load.
is true ... i've tried everything, including neptho's suggestion ... just won't happen
__________________
2+2=Jesus
flowbot is offline   Reply With Quote
Old July 30th, 2007   #7
apswartz
Ubuntu Extra Shot
 
apswartz's Avatar
 
Join Date: Jun 2005
Location: North Carolina
Beans: 383
Kubuntu 9.10 Karmic Koala
Send a message via ICQ to apswartz Send a message via AIM to apswartz Send a message via MSN to apswartz Send a message via Yahoo to apswartz Send a message via Skype™ to apswartz
Re: No Scolling Touchpad on New Dell Inspiron 1420

None of the suggested fixes works for me. Touchpad just isn't recognized.
apswartz is offline   Reply With Quote
Old July 31st, 2007   #8
apswartz
Ubuntu Extra Shot
 
apswartz's Avatar
 
Join Date: Jun 2005
Location: North Carolina
Beans: 383
Kubuntu 9.10 Karmic Koala
Send a message via ICQ to apswartz Send a message via AIM to apswartz Send a message via MSN to apswartz Send a message via Yahoo to apswartz Send a message via Skype™ to apswartz
Re: No Scolling Touchpad on New Dell Inspiron 1420

I downloaded and tried the newest live cds with Knoppix, SimplyMEPIS, and PCLinoxOS and none of them recognized the Trackpad on my Dell 1420.
apswartz is offline   Reply With Quote
Old July 31st, 2007   #9
sciurus
Ubuntu Extra Shot
 
Join Date: May 2005
Beans: 362
Re: No Scolling Touchpad on New Dell Inspiron 1420

Please submit any additional information to https://bugs.launchpad.net/ubuntu/+s...cs/+bug/129477
sciurus is offline   Reply With Quote
Old August 1st, 2007   #10
laetfut
First Cup of Ubuntu
 
Join Date: Jul 2007
Beans: 2
Re: No Scolling Touchpad on New Dell Inspiron 1420

I am totally new to ubuntu. I have a dell inspiron 1420 also. my scrool bar also isn't working. will an update eventually be made that solves this problem?
laetfut is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:41 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry