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.

    Linux (Ubuntu) Touch Pad & Sound Fix CF-31 MK2

    Discussion in 'Panasonic' started by ToughBreaK, Feb 9, 2018.

  1. ToughBreaK

    ToughBreaK Notebook Enthusiast

    Reputations:
    8
    Messages:
    15
    Likes Received:
    7
    Trophy Points:
    6
    Just wanted to make a thread to help make it easier to find this information. Tested with Toughbook CF-31 MK2, may work with other models.

    Touchpad Fix

    1) Open Terminal
    2) sudo gedit /etc/default/grub
    3) In the grub file,
    CHANGE: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    TO: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nomux i8042.noloop"
    5) Save
    6) Open Terminal
    7) sudo update-grub
    8) sudo shutdown now
    (Normal reboot will not work.)

    Sound Fix
    1) Open Terminal
    2) sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
    3) In the analog-output-speaker.conf file,
    CHANGE:

    [Element Headphone]
    switch = off
    volume = off
    TO:
    [Element Headphone]
    switch = off
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    CHANGE:
    [Element Speaker]
    required-any = any
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    TO:
    [Element Speaker]
    required-any = any
    switch = mute
    volume = off
    4) Save
    5) Open Terminal
    7) sudo reboot

    [​IMG]
     
    toughasnails, Shawn and SHEEPMAN! like this.