Bug 1937096 - Touchpad not working
Summary: Touchpad not working
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1938196 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-09 19:39 UTC by krc440002
Modified: 2021-03-12 14:07 UTC (History)
19 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-03-10 09:36:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dmesg.txt (175.03 KB, text/plain)
2021-03-09 19:39 UTC, krc440002
no flags Details

Description krc440002 2021-03-09 19:39:19 UTC
Created attachment 1762083 [details]
dmesg.txt

1. Please describe the problem:
Touchpad not working after upgrade 5.12

2. What is the Version-Release number of the kernel:
5.12.0-0.rc2.165.fc35.x86_64

3. Did it work previously in Fedora? If so, what kernel version did the issue
   *first* appear?  Old kernels are available for download at
   https://koji.fedoraproject.org/koji/packageinfo?packageID=8 :
https://koji.fedoraproject.org/koji/buildinfo?buildID=1719308

4. Can you reproduce this issue? If so, please provide the steps to reproduce
   the issue below:
Touchpad not working due to this config change:
https://github.com/torvalds/linux/commit/27b730e088ff41e43f543a3f8e2042b9ee8ce2f1

5. Does this problem occur with the latest Rawhide kernel? To install the
   Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by
   ``sudo dnf update --enablerepo=rawhide kernel``:
yup, I'm using latest rawhide kernel

6. Are you running any modules that not shipped with directly Fedora's kernel?:
just rtl8821ce

7. Please attach the kernel logs. You can get the complete kernel log
   for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the
   issue occurred on a previous boot, use the journalctl ``-b`` flag.

Comment 1 krc440002 2021-03-09 19:40:30 UTC
I have a solution. Just do this in config folder:

for i in $(ls | grep [.]config$);do sed -e "s/# CONFIG_I2C_HID_ACPI is not set/CONFIG_I2C_HID_ACPI=m/" -e "s/# CONFIG_I2C_HID_OF_GOODIX is not set/CONFIG_I2C_HID_OF_GOODIX=m/" -e "s/# CONFIG_I2C_HID_OF is not set/CONFIG_I2C_HID_OF=m/" $i > $i.new;mv $i.new $i;done

and it's solved.

Comment 2 Hans de Goede 2021-03-10 09:36:12 UTC
Thank you for the bug report, this is already solved in the kernel-ark tree, from which the rawhide kernels are build:
https://gitlab.com/cki-project/kernel-ark/-/commit/2e408a8b90ce243ff95f727a2c31316475cd57fc

So this should be resolved in the next kernel-build, closing.https://gitlab.com/cki-project/kernel-ark/-/commit/2e408a8b90ce243ff95f727a2c31316475cd57fc

Comment 3 Hans de Goede 2021-03-12 14:07:00 UTC
*** Bug 1938196 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.