Page 1 of 1

Sony Vaio laptop support

Posted: Mon Oct 16, 2017 10:25 pm
by JeansenVaars
Hi all,

I would like Linux Mint to beat all other distros, so here are a few indispensable tricks I have to do manually in every distro in order to have my old sony vaio laptop work properly. It be great if LM could do this out of the box for me next time:

BTW, im using XFCE due to resource limitations
  • Fix bug in Sony Vaio which causes that keyboard not to work after resume from suspend. Only way out is to force restart, fixes by adding the following to the kernel line:

    Code: Select all

    i8042.direct i8042.dumbkbd
    Not sure if it's for all sony vaio, I've got

    Code: Select all

    serio: i8042 KBD port at 0x60,0x64 irq 1
  • Manually enable keyboard backlight, by creating a new systemd entry with

    Code: Select all

    echo 2 | sudo tee /sys/devices/platform/sony-laptop/kbd_backlight
  • Probably this is XFCE specific but I can't find a way to disable tap to click while typing, got to disable this completely per session:

    Code: Select all

    synclient MaxTapTime=0
Thanks
JV

Re: Sony Vaio laptop support

Posted: Tue Oct 17, 2017 2:09 am
by catweazel
Are you asking questions or are you making observations?

Re: Sony Vaio laptop support

Posted: Tue Oct 17, 2017 2:17 am
by Moem
I think they're making a suggestion: better support for a specific type of old hardware. I don't really think this one's got legs...

Re: Sony Vaio laptop support

Posted: Tue Oct 17, 2017 2:33 am
by catweazel
Moem wrote:I think they're making a suggestion: better support for a specific type of old hardware. I don't really think this one's got legs...
I couldn't decide if "I can't find a way to disable tap to click while typing, got to disable this completely per session" implied a question or not.