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.

    cf-19 Linux

    Discussion in 'Panasonic' started by goontron, Jan 14, 2015.

  1. goontron

    goontron Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    does anybody know how to get the front(top) buttons on a cf-19 to work in Linux? the brightness works, but that's the only buttons that do.






    posted from my cf-19 on the bus.
     
  2. UNCNDL1

    UNCNDL1 Notebook Deity

    Reputations:
    225
    Messages:
    795
    Likes Received:
    183
    Trophy Points:
    56
  3. goontron

    goontron Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    well, if i have to got at the issue myself, so be it. not my first go-round with *nix software on strange hardware. who knows, might be as simple as remapping scan codes.







    posted from an ARMEL based NAS with a USB dock attached and software replaced.
     
  4. kode-niner

    kode-niner Notebook Consultant

    Reputations:
    34
    Messages:
    276
    Likes Received:
    113
    Trophy Points:
    56
    I looked into it. The 4 buttons are not standard keyboard events. which explains why they need a driver in Windows.
     
    Sadlmkr likes this.
  5. ViciousXUSMC

    ViciousXUSMC Master Viking NBR Reviewer

    Reputations:
    11,461
    Messages:
    16,824
    Likes Received:
    76
    Trophy Points:
    466
    Yeah with Panasonics "Misc" Driver and "Common Components" Driver that is probably driving a lot of those minor functionalities and is tailored to the system so it wont be a driver to be found outside of the Panasonic environment.
     
  6. UNCNDL1

    UNCNDL1 Notebook Deity

    Reputations:
    225
    Messages:
    795
    Likes Received:
    183
    Trophy Points:
    56
  7. scott adam

    scott adam Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    found this page about the cf-19 tablet (front panel) buttons
    https://hev.cc/2451.html

    had to translate it english as I do not speak chinese
     
  8. Shawn

    Shawn Crackpot Search Ninja and Options Whore

    Reputations:
    1,541
    Messages:
    8,306
    Likes Received:
    2,050
    Trophy Points:
    331
    translation


    Panasonic CF-18/19 (Toughbook) Tablet Button driver for Linux
    Finally get the Panasonic CF-19 notebook Tablet Button Driver, hereby record it.

    Panasonic CF-19 notebook has four Tablet Button, function calls are defined as soft keyboard, touch screen switch? , Rotate the screen, lock the computer.

    During the installation of the Linux operating system on the CF-19 notebook, all the function keys work by default, but the above-mentioned four Tablet Button does not work, the brightness can be adjusted on the edge of the work.

    By looking at / proc / interrupts found when pressed and bounce Tablet Button, acpi interrupt number will increase, indicating that the kernel ACPI bus driver is to receive the event, but did not deal with the routine.

    Through a series of find, test, and finally found the Tablet Button ACPI device belongs HID, namely MAT001F or MAT0020.

    With HID device after just write a kernel driver module to ACPI events mapped to a Input Device can be reported to the user level, user-level services to handle events and perform actions.

    Kernel driver module code => https://github.com/heiher/panasonic-hbtn
     
  9. scott adam

    scott adam Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    I am trying to get a couple of my linux programmer buddies to help me with this but no luck so far. I will update as I progress.
     
  10. SHEEPMAN!

    SHEEPMAN! Freelance

    Reputations:
    879
    Messages:
    2,666
    Likes Received:
    517
    Trophy Points:
    131
    Very interesting.

    Thank you.
     
  11. scott adam

    scott adam Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    I have posted at toughbooktalk.com my journey to get the tablet (front panel) buttons working. I have them responding and a couple of them work perfectly, I am working on the other two now, I know another member has the rotate button working.
     
  12. toughasnails

    toughasnails Toughbook Moderator Moderator

    Reputations:
    7,107
    Messages:
    6,193
    Likes Received:
    2,254
    Trophy Points:
    331
    Scott , you should put your full model number in your sig. This way our members will know which Toughbook model / MK you have. I know it's a 19 but which one.
     
  13. scott adam

    scott adam Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    sorry about that I am on so many sights that I forgot to list my toughbooks on here
     
  14. scott adam

    scott adam Notebook Enthusiast

    Reputations:
    0
    Messages:
    17
    Likes Received:
    1
    Trophy Points:
    6
    when I get the front buttons working, I will either post the instructions here or put a link to the toughtbooktalk discussion about this.