No driver defaulting for the touchpad on an Acer Spin 1

1. Your Parrot information

  • OS version: run cat /etc/*release`` ``` ┌─[✗]─[norman@parrot]─[~] └──╼ $cat /etc/*release DISTRIB_ID=Parrot DISTRIB_RELEASE=4.10 DISTRIB_CODENAME=rolling DISTRIB_DESCRIPTION="Parrot 4.10" PRETTY_NAME="Parrot GNU/Linux 4.10" NAME="Parrot GNU/Linux" ID=parrot ID_LIKE=debian VERSION="4.10" VERSION_ID="4.10" HOME_URL="https://www.parrotsec.org/" SUPPORT_URL="https://community.parrotsec.org/" BUG_REPORT_URL="https://community.parrotsec.org/" ┌─[norman@parrot]─[~] └──╼ $
    ```
  • Kernel version: run uname -a
    ┌─[✗]─[norman@parrot]─[~] └──╼ $uname -a Linux parrot 5.9.0-2parrot1-amd64 #1 SMP Debian 5.9.6-2parrot1 (2020-11-17) x86_64 GNU/Linux ┌─[norman@parrot]─[~] └──╼ $

2. If you have this problem after fresh installation:

  1. How did you create USB bootable?

    • Software was used to make USB

Startup Disk Creator

- Steps of making USB bootable

Selected the ISO and pressed Go!

  1. How did you install OS?
    • Debian installer or Calamares installer?

Not Sure

3. If your hardware doesn’t work: wifi doesn’t show, graphic issue:

Hardware information

- Your device name or output of `lspci`
```

Acer Spin 1 Model - SP111-33-C3YD

┌─[norman@parrot]─[~]
└──╼ $lspci
00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 06)
00:00.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant (rev 06)
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 605 (rev 06)
00:0c.0 Network controller: Intel Corporation AC 1550i Wireless (rev 06)
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06)
00:12.0 SATA controller: Intel Corporation Device 31e3 (rev 06)
00:15.0 USB controller: Intel Corporation Device 31a8 (rev 06)
00:16.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Serial IO I2C Host Controller (rev 06)
00:16.2 Signal processing controller: Intel Corporation Device 31b0 (rev 06)
00:16.3 Signal processing controller: Intel Corporation Device 31b2 (rev 06)
00:17.0 Signal processing controller: Intel Corporation Device 31b4 (rev 06)
00:17.2 Signal processing controller: Intel Corporation Device 31b8 (rev 06)
00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 06)
00:1f.0 ISA bridge: Intel Corporation Device 31e8 (rev 06)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
┌─[norman@parrot]─[~]
└──╼ $

```
- Did you try searching info about this issue on search engine? Please write **No** or any URL to this issue bellow

4. How did you get this error? Are there any steps to procedure it?

There is no error message. The touchpad doesn’t work.

5. Error log or screenshot

No error

6. If you have any idea or suggestion about this issue please tell us

I think I need to add a new kernel module I just don’t know what module to add.

┌─[norman@parrot]─[~]
└──╼ $lsmod | grep hid
hid_multitouch 32768 0
hid_generic 16384 0
i2c_hid 32768 0
hid 147456 3 i2c_hid,hid_multitouch,hid_generic
┌─[norman@parrot]─[~]
└──╼ $xinput list | grep Touchpad
⎜ ↳ 06CB0001:00 06CB:CD3F Touchpad id=14 [slave pointer (2)]
┌─[norman@parrot]─[~]
└──╼ $xinput list-props 14
Device ‘06CB0001:00 06CB:CD3F Touchpad’:
Device Enabled (177): 1
Coordinate Transformation Matrix (179): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (308): 0
Device Accel Constant Deceleration (309): 1.000000
Device Accel Adaptive Deceleration (310): 1.000000
Device Accel Velocity Scaling (311): 10.000000
┌─[norman@parrot]─[~]
└──╼ $

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.