The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Vaio S + Linux + Touchpad not working

    Discussion in 'VAIO / Sony' started by marsamb, Aug 25, 2010.

  1. marsamb

    marsamb Notebook Enthusiast

    Reputations:
    0
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Hi All,

    My issue is that I installed Linux (openSuse) on my new S Vaio and the touchpad does not work at all. The problem could be related to linux drivers for synaptics but I am not sure. The kernel ver is: 2.6.34-12-desktop. Where can I find linux drivers for Vaio S? Thanks all in advance.

    /Sambiase
     
  2. TofuTurkey

    TofuTurkey Married a Champagne Mango

    Reputations:
    431
    Messages:
    1,129
    Likes Received:
    2
    Trophy Points:
    56
    Is the Synaptics driver already installed? I'm not sure if OpenSuse uses apt-get or yum, but this thread uses the package manager to get the driver: Synaptics Multi-Touch
     
  3. Primes

    Primes Notebook Deity

    Reputations:
    919
    Messages:
    1,736
    Likes Received:
    718
    Trophy Points:
    131
  4. shurcooL

    shurcooL Notebook Deity

    Reputations:
    68
    Messages:
    745
    Likes Received:
    0
    Trophy Points:
    30
    This helped the same issue on my Z series.

    Code:
    touchpad now working by appending "i8042.nopnp" to the boot options
     
  5. marsamb

    marsamb Notebook Enthusiast

    Reputations:
    0
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Thanks,

    It did work for me too adding i80482.nopnp to /boot/grub/menu.lst. Now I am trying to get brightness to work. The FN keys do not work for brightness. Any hints?

    /Sambiase