Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: interesting find, sony vaio laptop touchpad devices

  1. #1
    Join Date
    May 2009
    Beans
    6

    Lightbulb interesting find, sony vaio laptop touchpad devices

    After installing Jaunty, my touchpad did not work on my sony vaio laptop, I wasnt bothered by this at all since i use my wireless usb about 98% of the time. I thought that Jaunty didn't bother with it since I installed with the usb mouse connected and just skipped over it or had it disabled.

    However, I did WANT to get it working. It's an ALPS touchpad and after about 4-6 hours of configuring, reading, etc etc, I still did not have it working. Tried the xorg method and newer hal method (what i am now using), neither of these worked.

    I could see the device, every available command on linux you can think of showed the device connected and working. All the settings looked good, etc etc etc. Completely stumped and mentally exhausted at this point. I figured I was missing something. I'm a windows convert fyi just a couple weeks ago now and dual booting at the moment. (Loving linux btw)

    Anyway, I knew in vista through the sony vaio control panel I had the touchpad disabled. So on a hunch, I booted into vista and enabled the touchpad through sony's control panel. Boot back into Jaunty and boom, touchpad is working.

    And my assumption at this point... the vaio control panel has a hardware/firmware level turn off for the touchpad??? Would be the ONLY thing that makes any logical sense right? Maybe someone can shed some light on this? And God knows what you would do if you removed vista before figuring that out?

    Anyway, thought this was extremely interesting find, for myself anyway and decided to share.

  2. #2
    Join Date
    Jun 2010
    Beans
    4

    Re: interesting find, sony vaio laptop touchpad devices

    See /var/log/Xorg.0.log:

    "PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp"

    This turns out to be the correct advise for Sony VAIO laptops.

    Here's the fix:

    1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX="i8042.nopnp"
    2. Run: sudo update-grub
    3. Reboot.

    (So then, booting into Windows is unnecessary.)

    Tested on Sony Y-Series (VPCY2; Core i5; mid-2010 edition) running Ubuntu 10.04/amd64.

  3. #3
    Join Date
    Mar 2008
    Beans
    2

    Re: interesting find, sony vaio laptop touchpad devices

    dpezely, I love you.

    I added i8042.nopnp to my GRUB_CMDLINE_LINUX_DEFAULT.

    Works on the 2010 Sony Vaio P (VPC-P113KX).
    Last edited by mapleb; July 14th, 2010 at 09:58 AM.

  4. #4
    Join Date
    Mar 2008
    Beans
    2

    Re: interesting find, sony vaio laptop touchpad devices

    Update:

    The i8042.nopnp option was only working intermittently.

    After reading https://bugs.launchpad.net/ubuntu/+bug/341094,

    I added i8042.reset i8042.nomux i8042.nopnp i8042.noloop, and that seemed to do the trick.

  5. #5
    Join Date
    Aug 2010
    Beans
    130
    Distro
    Ubuntu

    Talking Re: interesting find, sony vaio laptop touchpad devices

    Quote Originally Posted by dpezely View Post
    See /var/log/Xorg.0.log:

    "PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp"

    This turns out to be the correct advise for Sony VAIO laptops.

    Here's the fix:

    1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX="i8042.nopnp"
    2. Run: sudo update-grub
    3. Reboot.

    (So then, booting into Windows is unnecessary.)

    Tested on Sony Y-Series (VPCY2; Core i5; mid-2010 edition) running Ubuntu 10.04/amd64.
    usi

    Thanks I love you too !!! I've had that issue since I first started using Linux. I've spent countless hours and nights trying to fix this. Your the man !

  6. #6
    Join Date
    Oct 2010
    Beans
    1

    Talking Re: interesting find, sony vaio laptop touchpad devices

    Great Post. I found this post after two days. My Sony Vaio VPCEA32EN worked fine using this tweak. I tested on Ubuntu 10.04, Ubuntu 10.10 and Fedora 13. All works fine. I updated this on my Blog. You saved my Life

    I Love You --------------!!!!!!!!!!!!!!!1

    Thanks a lot ... TK.

  7. #7
    Join Date
    Oct 2008
    Beans
    3

    Re: interesting find, sony vaio laptop touchpad devices

    I manage to get the touchpad working, but i realy miss two-finger scroll, has anyone got it working, or got the touchpad to show up under mouse settings at all?

  8. #8
    Join Date
    Jun 2008
    Beans
    1

    Re: interesting find, sony vaio laptop touchpad devices

    Thank you, dpezely!!! My new VPC3B3L1E is "full optional" now!! Thanks thanks

  9. #9
    Join Date
    Nov 2010
    Location
    Upstate NY
    Beans
    5
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: interesting find, sony vaio laptop touchpad devices

    Re: Touchpad Not Working...
    Here’s the fix:

    1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX=”i8042.nopnp”
    2. Run: sudo update-grub
    3. Reboot.

    After following the above, I got:

    bill@bill-VPCEE3WFX:~$ !!
    sudo update-grub
    [sudo] password for bill:
    /etc/default/grub: 1: #: not found
    bill@bill-VPCEE3WFX:~$


    What am I missing here?

  10. #10
    Join Date
    Jul 2009
    Beans
    81
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: interesting find, sony vaio laptop touchpad devices

    Quote Originally Posted by nyvietvet View Post
    Re: Touchpad Not Working...
    Here’s the fix:

    1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX=”i8042.nopnp”
    2. Run: sudo update-grub
    3. Reboot.

    After following the above, I got:

    bill@bill-VPCEE3WFX:~$ !!
    sudo update-grub
    [sudo] password for bill:
    /etc/default/grub: 1: #: not found
    bill@bill-VPCEE3WFX:~$


    What am I missing here?
    I Agree I have this same laptop and would like to see a working config file for this solution.
    http://pehden.net http://www.c0mpt3chs.com http://globalpcfix.comhttp://darkspot.net
    Satellite L455D TOSHIBA PSLY5U-00Q01T 32 bit
    AMD Sempron(tm) SI-42/ATI Radeon 3100 Graphics /RAM 2GB

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •