Fedora Linux Support Community & Resources Center
  #1  
Old 5th August 2011, 04:49 AM
intruderii Offline
Registered User
 
Join Date: Aug 2011
Posts: 3
linuxchrome
Dell 15z Touchpad

I'm having difficulty getting Fedora 15 working with my Dell XPS 15z touchpad. It's a multi-touch Cypress touchpad which apparently has no available Linux drivers. Is there any way to get this working or must I wait until some official drivers are made?

I'm willing to work through potential solutions!

Last edited by intruderii; 5th August 2011 at 05:24 AM.
Reply With Quote
  #2  
Old 5th August 2011, 10:10 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Re: Dell 15z Touchpad

Hello intruderii

Welcome to the forum.

I found this:

http://ubuntuforums.org/archive/inde...t-1776254.html

on the Ubuntu forum where someone reckons to have got it going. Look for the posts from July 5th onward.

I don't know how/if that will translate to Fedora though, and I doubt if it does more than activate the basic functions.
Reply With Quote
  #3  
Old 6th August 2011, 06:29 AM
intruderii Offline
Registered User
 
Join Date: Aug 2011
Posts: 3
linuxchrome
Re: Dell 15z Touchpad

That thread says I need to modify the psmouse module. But, unfotunately that module doesn't seem to exist in Fedora.

Code:
sudo rmmod psmouse
ERROR: Module psmouse does not exist in /proc/modules.
Reply With Quote
  #4  
Old 7th August 2011, 11:45 PM
mattold7 Offline
Registered User
 
Join Date: Jan 2006
Location: Lubbock
Age: 30
Posts: 40
linuxfirefox
Re: Dell 15z Touchpad

I am also interested in this let me know if you find out something
__________________
Linux Registered User #480793
Reply With Quote
  #5  
Old 8th August 2011, 12:56 AM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
Re: Dell 15z Touchpad

AFAICT, it appears that psmouse is part of the kernel now.
What happens if you just enter: sudo modprobe psmouse proto=imps

Just an idea. Try installing mtdev (multitouch device). Maybe reboot and see what happens.
http://comments.gmane.org/gmane.linu...el.input/19182
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
  #6  
Old 8th August 2011, 01:48 AM
intruderii Offline
Registered User
 
Join Date: Aug 2011
Posts: 3
windows_7chrome
Re: Dell 15z Touchpad

Thanks David,

Unfortunately neither of those suggestions worked. sudo modprobe psmouse proto=imps seems to execute, but it doesn't return anything and the mouse still remains immovable. Installing and rebooting with mtdev also had no effect.
Reply With Quote
  #7  
Old 11th August 2011, 01:13 AM
mattold7 Offline
Registered User
 
Join Date: Jan 2006
Location: Lubbock
Age: 30
Posts: 40
linuxfirefox
Re: Dell 15z Touchpad

Any other suggestions?
__________________
Linux Registered User #480793
Reply With Quote
  #8  
Old 3rd November 2011, 04:13 AM
mattold7 Offline
Registered User
 
Join Date: Jan 2006
Location: Lubbock
Age: 30
Posts: 40
windows_7chrome
Re: Dell 15z Touchpad

Has anyone had any success with this?
__________________
Linux Registered User #480793
Reply With Quote
  #9  
Old 17th December 2011, 12:23 AM
murat01 Offline
Registered User
 
Join Date: May 2005
Posts: 3
linuxchrome
Re: Dell 15z Touchpad

you need to download and build a custom version of the kernel, with psmouse configured as a module. Then, loading psmouse with proto=imps activates the touchpad. I found the touchpad, however, extremely sensitive, sensitive to the point of frustration: the touchpad picks up an induced signal from a finger, which IS NOT touching the pad, but is just close enough to it.
Reply With Quote
  #10  
Old 19th December 2011, 02:18 AM
premudriy Offline
Registered User
 
Join Date: Dec 2006
Posts: 313
linuxfirefox
Re: Dell 15z Touchpad

Hello, guys! I have the exact same Dell XPS 15z and struggled a lot trying to solve all the quirks with this laptop. At this point I solved all of the major problems. So, here it comes:

1) To make touchpad working all you need to do is add "psmouse.proto=exps" to the kernel options. For now I just added it at the end of the line starting with "linux /vmlinuz......" in /boot/grub2/grub.cfg

This makes touchpad work, but only in "basic" mode, i.e. no multi-touch. The scrolling on the right side dragging works too.

NOTE: Remember that modifying /boot/grub2/grub.cfg is not permanent and will be overwritten when kernel updates. I'm new to Grub 2 and have to read how to make changes that stick though kernel upgrades, but for now modifying that file at least makes things work.

2) Since Fedora 15 I was noticing that my laptop gets extremely hot and fan runs on high all the time. I found this happens because CPU frequency scaling governor does not load. Therefore CPU always sits at highest frequency. Furthermore, the PowerBoost does work in Fedora which results in CPU constantly running at whooping 3.4GHz.

I have traced this problem to the following: if option "acpi=off" is present in kernel boot options, then CPU is not recognized properly (shows only 1 core). Also, a whole bunch of other acpi-related things don't work like battery charge, suspend, etc.

BUT, if I was to remove "acpi=off" from the kernel options the Fedora would not boot. Then I noticed that removing "acpi=off" and adding "noacpi" instead made things mostly work except the keyboard didn't work (big bummer).

So, after more tinkering I have found the solution that worked:
- simply remove "acpi=off" (and/or "noacpi") from kernel boot option (same file as in 1) and add only "pci=noacpi".

Now my XPS works cool and quiet.


3) Finally, some people can't get WiFi to work no matter what in this 15z, even though the iwl6000b2g driver is installed. I have noticed that the hardware switch to toggle WiFi in Fedora doesn't work, i.e. you can't turn on WiFi with Fn+F2. Therefore, you must boot to windows to turn on the WiFi with Fn+F2. In other words you must make sure that wireless hardware is on before you boot fedora, otherwise even after doing "rfkill unblock all" the "rfkill list" will still show that wireless card is hard-blocked.


I hope this helps!

EDIT: PS: I have noticed that original poster inquired about F15. I am now on F16 with latest updates to date and all the tweaks work. I didn't try these teaks in F15. I just waited though F15 without doing anything, hoping that these issues will be remedied, but they didn't, so I started looking into it myself.


Also, one more quirk about Dell XPS 15z: if you disable "Virtualization Tech" in BIOS, then you will not be able to install Fedora no matter what, it will say something like "...kernel is corrupt and can't load..." or similar. Just a thing to watch out for.

Last edited by premudriy; 19th December 2011 at 02:25 AM.
Reply With Quote
Reply

Tags
15z, dell, touchpad

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[f15] Touchpad problem on dell E5410 lysyr Hardware & Laptops 6 20th September 2011 02:09 PM
[SOLVED] Dell Vostro V13 touchpad problem kolsys Hardware & Laptops 4 8th June 2011 03:49 PM
Dell Touchpad and F14 issue khandu Using Fedora 1 4th December 2010 12:37 AM
configuring touchpad on dell mini 10v reub2000 Hardware & Laptops 2 28th December 2009 08:06 AM
Touchpad jerky on Dell XPS M1530 with FC9 byhisdeeds Hardware & Laptops 27 15th December 2008 04:20 PM


Current GMT-time: 22:22 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat