Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touchpad only recognized as ImPS/2 Wheelmouse #1

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 58 comments
Open

Touchpad only recognized as ImPS/2 Wheelmouse #1

GoogleCodeExporter opened this issue Apr 1, 2015 · 58 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

Touchpad is not supported by 2.6.33 alps driver.

Original issue reported on code.google.com by tilman.vogel on 10 Feb 2010 at 9:41

@GoogleCodeExporter
Copy link
Contributor Author

[deleted comment]

@GoogleCodeExporter
Copy link
Contributor Author

Progress - drivers/input/mouse/alps.c

enable DEBUG, reports on probing:
Feb  9 21:29:05 atrium kernel: [18446744060.802712] alps.c: E6 report: 00 00 64
Feb  9 21:29:05 atrium kernel: [18446744060.843237] alps.c: E7 report: 73 02 64

patching as a first guess with alps00.patch makes alps driver recognize the 
touchpad,
registers two input devices
- AlpsPS/2 ALPS GlidePoint
- PS/2 Mouse

unfortunately, only plain PS/2 events on the latter arrive, tested with "xinput 
test".


Original comment by tilman.vogel on 10 Feb 2010 at 10:06

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Contributor Author

Sent request to ALPS:
I intend to update the linux driver for ALPS Glidepoint devices to support the 
recent
touchpads as the one built into the Sony VAIO VPCF115FM. To an "E7" information
request, it reports as 73-02-64 (hex). Could you provide me details on the PS/2
protocol used by that device such that I can implement specific support in the 
linux
kernel driver? Currently, the touchpad is only supported as a plain PS/2 mouse 
which
leaves much of its functionality and its settings unused. 


Original comment by tilman.vogel on 1 Mar 2010 at 9:30

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

any progress on this issue?

I bought a vaio VPCF11S1E these days and I have the same issues with the 
touchpad.
Strange enough, ubuntu seems to have released a fix in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/545307 but things still do 
not
work on my machine (the kernel version matches though)

Original comment by andre.di...@gmail.com on 4 Apr 2010 at 12:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

After upgrading the kernel I can see a touchpad tab in mouse settings, but the 
touchpad isn't actually configurable regardless of what is selected on that tab.

And even worse, with the old kernel I had edge scrolling just of the box, but 
with the 
new one it is gone, no matter if I enable or disable it on settings tab.

Original comment by shand...@gmail.com on 8 Apr 2010 at 12:09

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I confirm the very same behavior as described by shandyba on my VPCF11C5E with 
Lucid
Beta1 (kernel 2.6.32-19-generic-pae).

Original comment by stefano....@gmail.com on 8 Apr 2010 at 6:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Yeah, after upgrading to Lucid I don't even have edge scrolling any more... Any 
tips?

Original comment by che...@gmail.com on 1 May 2010 at 11:12

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

The issue's still not fixed, but it looks like some kernel versions of lucid 
bring 
edge scrolling back again. I didn't try these kernels though (and didn't find 
them in 
a quick search):

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554050
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625

Original comment by andre.di...@gmail.com on 1 May 2010 at 12:54

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I third that. I keep trying to scroll to no avail lol... It's frustrating. 
Other than 
that, (and of course hibernation/suspend not working) lucid lynx seems to work 
very 
well.

Original comment by philipth...@gmail.com on 1 May 2010 at 3:50

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

hmmm.. hibernate and suspend work with my VPCF11S1E. Not with yours?

Original comment by andre.di...@gmail.com on 1 May 2010 at 8:53

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I *wish* hibernate and suspend worked. Actually, they work just fine, It's just 
that
you never get the display back after resuming.

Original comment by ra...@randyfay.com on 2 May 2010 at 4:24

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Constantly frustrated by not being able to scroll... Is a fix anywhere near 
arriving?!

Original comment by che...@gmail.com on 18 May 2010 at 11:07

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

If you want at least a working horizontal scrolling under Lucid, you have to 
upgrade
the kernel: http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/

Original comment by kilo...@gmail.com on 18 May 2010 at 11:41

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

an easy workaround to have vertical scrolling back is the following:

add the following to */etc/modprobe.d/psmouse.conf*

<snip>
options psmouse proto=imps
</snip>

Original comment by andre.di...@gmail.com on 18 May 2010 at 12:04

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Wow, brilliant, vertical scrolling working perfectly again, thanks!
Horizontal scrolling isn't as important to me, I think I'll just wait until 
kernel
2.6.34 makes it into the official release.

Original comment by che...@gmail.com on 19 May 2010 at 7:53

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

@andre.dietisheim
vaio VPCF11M1E, vertical scrolling working perfectly again, thanks!

Original comment by andrea.t...@gmail.com on 19 May 2010 at 9:19

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

In the last comment (n. 13) I wrote that with the new kernel 2.6.34 you can 
have a
working "horizontal" scrolling, but unfortunately it is not true. It just 
enables
vertical scrolling, I wasn't pay attention while I was writing...
Sorry!

Original comment by kilo...@gmail.com on 19 May 2010 at 5:05

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Excellent, many thanks @andre.dietisheim and @Treenaks from #ubuntu-uk IRC who
pointed me to this thread. I was ready to send back my new Sony PVCEC1S1E ... 
Now the
vertical scrolling works, and I never cared for two-finger or horizontal 
scrolling to
be honest.

Original comment by dav...@gmail.com on 30 May 2010 at 7:03

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

This is driving me crazy because there's no way to disable the touchpad while 
typing
such as 'syndaemon -td' So I keep making mistakes typing by accidentally 
touching the
touchpad.

I want to disable the touchpad completely and just use a mouse, but I can't 
figure
out how to do this in Ubuntu. Any help would be appreciated!

Original comment by flupwat...@gmail.com on 31 May 2010 at 6:12

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

ok, in reply to above I figured it out myself. sudo rmmod psmouse does the trick
nicely when I need to type something and not worry about the touchpad. I hope 
this
issue gets sorted out in the future though.

Original comment by flupwat...@gmail.com on 31 May 2010 at 9:26

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I have the new Vaio F12 and found that the touchpad did not work at all out of 
the box under Fedora 13. After a lot of searching I found that adding 
"i8042.nopnp" to the kernel parameters restored functionality to the touchpad.  

Original comment by ESC...@gmail.com on 4 Jul 2010 at 12:42

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Can anyone with the F11 verify that ESC201's fix works? Does it enable all of 
the touchpad's features and alpspointer controls?

Original comment by Jason.Donenfeld on 15 Jul 2010 at 7:00

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I own a VPCF11C5E. Touchpad had basic functionalities working out of the box 
since the first installation of Fedora 13, although wrongly recognised as PS/2 
Wheelmouse as the Issue title specifies. 
Using the parameter "i8042.nopnp" didn't change anything. Touchpad still has 
only basic functionalities (no horizontal scrolling, no circular scrolling, no 
multifinger) and it is still recognised as PS/2 Wheelmouse

Original comment by federico...@gmail.com on 16 Jul 2010 at 5:07

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

@federico
That's what I thought.

@tilman
Any luck? You're the owner of this bug.

Original comment by Jason.Donenfeld on 16 Jul 2010 at 5:09

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

disabling touchpad with : 
xinput set-int-prop "ImPS/2 Generic Wheel Mouse" "Device Enabled" 8 0 

and start again with

xinput set-int-prop "ImPS/2 Generic Wheel Mouse" "Device Enabled" 8 1 

srolling worked automatically with fresh archlinux net install

Original comment by falconnn...@gmail.com on 31 Jul 2010 at 9:56

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Inspired by falconnnnpunch, I wrote a small script to toggle the touchpad. I 
hope it will be useful for others, too.

Original comment by meg...@gmail.com on 2 Aug 2010 at 6:32

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Contributor Author

Hi. i used magari script, the touchpad disableb but i can't enable it again i 
have:
unable to find device ImPS/2 Generic Wheel Mouse
please help

Original comment by linki...@gmail.com on 16 Sep 2010 at 9:00

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Anything I can help with to speed up the bug closure? Beta-testing?

Original comment by federico...@gmail.com on 16 Sep 2010 at 5:14

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I am having the same problem as comment #28 with a Vaio VPCF12AFM.  Anyone had 
any luck?

Original comment by adam.str...@gmail.com on 18 Sep 2010 at 1:42

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

It seems people with Vaio F12 series laptops are suffering from problems. I 
myself have a VPC-F12S1E and I believe the sister models VPC-F12M1E and 
VPC-F12Z1E should be very similar.

In order to get events from the mouse, the following line needs to be added to 
/etc/default/grub:
GRUB_CMDLINE_LINUX="i8042.nopnp"

Don't ask me why, as I don't know the answer.

Although a bit off-topic in this particular bug, I have also attached a 
document which covers various issues with Vaio F12 laptops and Ubuntu Lucid. 
Hopefully it will be useful for users of other distributions as well. I give my 
full permission to do whatever you want to do with it.

Original comment by meg...@gmail.com on 5 Oct 2010 at 7:07

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Contributor Author

Any ideas how to get 2 finger scrolling working?
With the i8042.nopnp fix, I think it acts like a normal mouse rather than a 
real touchpad.

Original comment by Ian.Corn...@gmail.com on 5 Nov 2010 at 1:22

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

With the 2.6.37-2 kernel currently in ubuntu 11.04 (pre alpha) It works without 
the i8042.nopnp fix, but still same issue as above

Original comment by Ian.Corn...@gmail.com on 7 Nov 2010 at 10:50

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Hi all, i have a vpc eb3l1e and have te same problem. Touchpad didn't work out 
of the box (allthough it should support multitouch gestures (as it does in w7)

Original comment by alisan.s...@gmail.com on 8 Nov 2010 at 12:08

  • Added labels: ****
  • Removed labels: ****

1 similar comment
@GoogleCodeExporter
Copy link
Contributor Author

Hi all, i have a vpc eb3l1e and have te same problem. Touchpad didn't work out 
of the box (allthough it should support multitouch gestures (as it does in w7)

Original comment by alisan.s...@gmail.com on 8 Nov 2010 at 12:08

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Issue 32 has been merged into this issue.

Original comment by Jason.Donenfeld on 9 Nov 2010 at 5:44

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Please submit your findings to the following bug report: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/6817
48

Original comment by lukasz.c...@gmail.com on 26 Nov 2010 at 11:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

VPCF126FM

$xinput list
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Logitech USB Optical Mouse  //MyUSBMouse  id=10   [slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse  //Broken TP   id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ UVC Camera (05ca:18ba)                      id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=11   [slave  keyboard (3)]

Original comment by earthme...@gmail.com on 7 Dec 2010 at 9:28

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Sony VAIO F11 VPCF11M1E
Ubuntu 11.04


⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse                id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ UVC Camera (064e:2100)                      id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=12   [slave  keyboard (3)]

Original comment by sandfigh...@gmail.com on 27 Mar 2011 at 9:49

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

VPCF12MOE - Gentoo

# xinput list
� Virtual core pointer                        id=2    [master pointer  (3)]
�   ��� Virtual core XTEST pointer                  id=4    [slave  pointer  
(2)]
�   ��� ImPS/2 Generic Wheel Mouse                  id=10   [slave  pointer  
(2)]
� Virtual core keyboard                       id=3    [master keyboard (2)]
    ��� Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ��� Sony Vaio Keys                            id=6    [slave  keyboard (3)]
    ��� Video Bus                                 id=7    [slave  keyboard (3)]
    ��� Power Button                              id=8    [slave  keyboard (3)]
    ��� AT Translated Set 2 keyboard              id=9    [slave  keyboard (3)]

Original comment by Moye...@gmail.com on 28 Mar 2011 at 5:08

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

VPCF1190X - Gentoo


$ xinput list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  
(2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse                id=12   [slave  pointer  
(2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                            id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ UVC Camera (064e:2100)                    id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=11   [slave  keyboard (3)]

Original comment by Jason.Donenfeld on 28 Mar 2011 at 7:21

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

[deleted comment]

@GoogleCodeExporter
Copy link
Contributor Author

VPCF11M1E - Arch


$ xinput list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  
(2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse                id=11   [slave  pointer  
(2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                            id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ UVC Camera (064e:2100)                    id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=10   [slave  keyboard (3)]

Original comment by xjc...@gmail.com on 30 Mar 2011 at 8:10

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Just want to add the kernel bugzilla report:

https://bugzilla.kernel.org/show_bug.cgi?id=14660

It should be the primary place for things related to this bug instead of 
launchpad etc.

Original comment by gpanta...@gmail.com on 7 Apr 2011 at 6:21

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

On VPCSB13 - ubuntu natty 11.04 (with kernel-patched)

jek@VaioS:~$ xinput list
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse                id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Video Bus                                   id=6    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=7    [slave  keyboard (3)]
    ↳ Video Bus                                   id=8    [slave  keyboard (3)]
    ↳ Power Button                                id=9    [slave  keyboard (3)]
    ↳ USB 2.0 Camera                              id=10   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=11   [slave  keyboard (3)]

Original comment by giacomo_...@mobile.comune.trento.it on 20 May 2011 at 9:58

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Installing 11.04 and then running xinput has given me a new core pointer (vs 
post 40):


⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Microsoft SideWinder™ Mouse             id=10   [slave  pointer  (2)]
⎜   ↳ PS/2 Mouse                                id=12   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint  

Original comment by earthme...@gmail.com on 12 Jun 2011 at 1:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Awesome.. kernel 3.0.6 has the correct driver :)

⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ PS/2 Mouse                                id=11   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint                  id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ UVC Camera (05ca:18ba)                      id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=10   [slave  keyboard (3)]

using driver x11-drivers/xf86-input-synaptics-1.4.0.  All working as it should 
:D

Original comment by Moye...@gmail.com on 5 Oct 2011 at 5:00

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Are edge scrolling and multitouch working yet?

Original comment by lengau on 5 Oct 2011 at 8:10

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Edge scrolling is there.. multitouch I've not managed to get working... yet.  
Maybe I was a little quick to say "All working as it should".. apologies for 
that.  

Original comment by Moye...@gmail.com on 5 Oct 2011 at 8:31

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

I just upgraded to Ubuntu 11.10 x64 and updated Kernel to 3.0.6. Now there is 
no tab for a touchpad at all in system settings, and this is what I get from 
xinput:


⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Logitech USB Receiver                     id=10   [slave  pointer  (2)]
⎜   ↳ Logitech USB Receiver                     id=11   [slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse                id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ UVC Camera (064e:2100)                      id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=12   [slave  keyboard (3)]

Any solutions, guys?

Original comment by sandfigh...@gmail.com on 16 Oct 2011 at 4:59

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Do you still have "options psmouse proto=imps" somewhere in your
modules settings?

Original comment by lengau on 16 Oct 2011 at 7:29

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Finally got the touchpad of Sony Vaio VPCF120FL working as supposed to with 
Ubuntu 11.10 x64 and kernel 3.1.1, compiled with patch from:
    http://www.absence.it/vaio-acpi/source/patches/vaio-full-3.0.4.patch
and according to instructions in this blog post:
    http://duopetalflower.blogspot.com/2011/10/custom-64-bit-ubuntu-kernel-31.html
Also needed to install psmouse driver from:
    http://people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.10/psmouse-alps-dkms_0.10_all.deb

This is what I get now from xinput:

⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ PS/2 Mouse                                id=11   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint                  id=12   [slave  pointer  (2)]
⎜   ↳ VGP-BMS33                                 id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Sony Vaio Keys                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ UVC Camera (05ca:18ba)                      id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=10   [slave  keyboard (3)]

The Touchpad tab shows up now in the Mouse control panel applet.  Vertical and 
horizontal scrolling, on the edges, works, and also disabling the touchpad when 
typing.  Multitouch scrolling doesnt seem to be working in this model.

Original comment by vespinos...@gmail.com on 15 Nov 2011 at 5:48

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Also look at the patch in this ubuntu forum which fixed it for me
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/737051?comments=all

contains a deb file to install. Fixes everything on Vaio VPC-F13M1E/H laptop

Original comment by jeroen....@gmail.com on 30 Nov 2011 at 9:44

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Just a heads up (please feel free to correct me if I'm wrong).  The touchpad is 
correctly detected as an "AlpsPS/2 ALPS GlidePoint" upto and including kernel 
v3.1.7, however, it regresses back to the "generic mouse" in kernel v3.2.0.  
Multitouch still does not function in 3.1.7.

Original comment by Moye...@gmail.com on 5 Jan 2012 at 6:17

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

This is fixed in gentoo-sources-3.2.0-r1 :)

Original comment by Moye...@gmail.com on 6 Jan 2012 at 5:05

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

can anyone please give me patch for linux linux-3.2.6 ? 

Thanks !

Original comment by razegh...@gmail.com on 14 Feb 2012 at 8:53

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant