You are not logged in.
Hi everyone,
a few days ago, i cloned my arch install from my old Asus Zenbook to my new not so old Matebook X Pro (2018 model).
Since then i never got the touchpad of the Matebook working in my Arch install. I used the system-rescue.org live USB to backup my partitions using clonezilla. This live distribution uses Arch Linux and the touchpad is working fine.
It shows up in dmesg
[ 45.649802] hid-multitouch 0018:06CB:CD48.0002: input,hidraw1: I2C HID v1.00 Mouse [SYNA1D31:00 06CB:CD48] on i2c-SYNA1D31:00and in xinput list
root@sysrescue ~]# xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA2393:00 06CB:19AC id=9 [slave pointer (2)]
⎜ ↳ SYNA1D31:00 06CB:CD48 Mouse id=10 [slave pointer (2)]
⎜ ↳ SYNA1D31:00 06CB:CD48 Touchpad id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Huawei WMI hotkeys id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]On my normal install nothings in xinput list and even dmesg does not show the touchpad. How can i figure out which module i am missing?
system-rescue.org live uses 5.15 lts kernel, i also tried this one, but still nothing showed up.
Could anyone point me to the right direction?
Thank you.
Last edited by miau (2022-11-02 16:31:58)
Offline
Compare "lsmod" between the systems and also
modinfo hid-multitouch | grep -i 06cbOffline
Thanks for your reply.
dmodinfo hid-multitouch | grep -i 06cbgives the same output in both environments. Hid-multitouch was missing in the not working touchpad environment, but loading it didn't also change anything. Still no output in dmesg.
I'll add the lsmod output in a few moments...
lsmod working touchpad:
8250_dw 20480 0
ac97_bus 16384 1 snd_soc_core
acpi_als 20480 1
acpi_pad 24576 0
acpi_thermal_rel 16384 1 int3400_thermal
aesni_intel 380928 4
asn1_encoder 16384 1 trusted
atkbd 40960 0
bluetooth 745472 5 btrtl,btintel,btbcm,btusb
bpf_preload 16384 0
btbcm 20480 1 btusb
btintel 45056 1 btusb
btrtl 28672 1 btusb
btusb 65536 0
cbc 16384 0
ccm 20480 6
cdrom 81920 1 isofs
cfg80211 1056768 3 iwlmvm,iwlwifi,mac80211
coretemp 20480 0
crc16 16384 2 bluetooth,ext4
crc32c_generic 16384 0
crc32c_intel 24576 3
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cryptd 28672 2 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
dm_crypt 61440 0
dm_mod 184320 2 dm_crypt,dm_multipath
dm_multipath 45056 0
dptf_power 16384 0
dw_dmac 16384 0
ecdh_generic 16384 1 bluetooth
encrypted_keys 28672 1 dm_crypt
ext4 991232 1
fuse 172032 1
ghash_clmulni_intel 16384 0
hid_multitouch 32768 0
huawei_wmi 24576 0
i2c_hid 40960 1 i2c_hid_acpi
i2c_hid_acpi 16384 0
i2c_i801 45056 0
i2c_smbus 20480 1 i2c_i801
i8042 40960 0
i915 3231744 4
idma64 20480 0
industrialio 102400 3 industrialio_triggered_buffer,acpi_als,kfifo_buf
industrialio_triggered_buffer 16384 1 acpi_als
int3400_thermal 20480 0
int3403_thermal 20480 0
int340x_thermal_zone 20480 2 int3403_thermal,processor_thermal_device
intel_cstate 20480 0
intel_gtt 28672 1 i915
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 28672 2
intel_pch_thermal 20480 0
intel_pmc_bxt 16384 1 iTCO_wdt
intel_powerclamp 20480 0
intel_rapl_common 32768 2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr 20480 0
intel_soc_dts_iosf 20480 1 processor_thermal_device_pci_legacy
intel_tcc_cooling 16384 0
intel_uncore 208896 0
intel_wmi_thunderbolt 20480 0
intel_xhci_usb_role_switch 16384 0
ip6table_filter 16384 1
ip6_tables 36864 1 ip6table_filter
iptable_filter 16384 1
ip_tables 36864 2 iptable_filter
irqbypass 16384 1 kvm
isofs 61440 0
iTCO_vendor_support 16384 1 iTCO_wdt
iTCO_wdt 16384 0
iwlmvm 495616 0
iwlwifi 454656 1 iwlmvm
jbd2 192512 1 ext4
joydev 28672 0
kfifo_buf 16384 1 industrialio_triggered_buffer
kvm 1085440 1 kvm_intel
kvm_intel 360448 0
ledtrig_audio 16384 3 snd_ctl_led,snd_hda_codec_generic,huawei_wmi
libarc4 16384 1 mac80211
libcrc32c 16384 1 nf_conntrack
libps2 20480 1 atkbd
loop 40960 2
mac80211 1216512 1 iwlmvm
mac_hid 16384 0
mbcache 16384 1 ext4
mei 163840 3 mei_hdcp,mei_me
mei_hdcp 24576 0
mei_me 49152 1
Module Size Used by
mousedev 24576 0
nf_conntrack 180224 1 xt_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
nf_defrag_ipv6 24576 1 nf_conntrack
nf_log_syslog 24576 2
overlay 176128 1
pcspkr 16384 0
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy 16384 0
processor_thermal_mbox 16384 2 processor_thermal_rfim,processor_thermal_device
processor_thermal_rapl 20480 1 processor_thermal_device
processor_thermal_rfim 16384 1 processor_thermal_device
rapl 16384 0
rfkill 36864 5 bluetooth,cfg80211
rng_core 16384 1 tpm
roles 16384 1 intel_xhci_usb_role_switch
serio 28672 4 serio_raw,atkbd,i8042
serio_raw 20480 0
sg 45056 0
snd 126976 17 snd_ctl_led,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm
snd_compress 28672 1 snd_soc_core
snd_ctl_led 24576 0
snd_hda_codec 184320 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_codec_generic 98304 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 77824 1
snd_hda_codec_realtek 167936 1
snd_hda_core 118784 8 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_soc_skl
snd_hda_ext_core 36864 2 snd_soc_hdac_hda,snd_soc_skl
snd_hda_intel 61440 3
snd_hwdep 16384 1 snd_hda_codec
snd_intel_dspcfg 32768 2 snd_hda_intel,snd_soc_skl
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
snd_pcm 159744 8 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_compress,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
snd_soc_acpi_intel_match 57344 1 snd_soc_skl
snd_soc_core 389120 2 snd_soc_hdac_hda,snd_soc_skl
snd_soc_hdac_hda 28672 1 snd_soc_skl
snd_soc_skl 217088 0
snd_soc_sst_dsp 36864 1 snd_soc_skl
snd_soc_sst_ipc 20480 1 snd_soc_skl
snd_timer 49152 1 snd_pcm
soundcore 16384 2 snd_ctl_led,snd
sparse_keymap 16384 1 huawei_wmi
spi_pxa2xx_platform 40960 0
squashfs 77824 1
tee 40960 1 trusted
tpm 102400 1 trusted
trusted 45056 2 encrypted_keys,dm_crypt
ttm 86016 1 i915
uas 32768 0
usb_storage 81920 2 uas
video 61440 1 i915
wmi 45056 3 intel_wmi_thunderbolt,huawei_wmi,wmi_bmof
wmi_bmof 16384 0
x86_pkg_temp_thermal 20480 0
xhci_pci 20480 0
xhci_pci_renesas 24576 1 xhci_pci
x_tables 57344 7 ip6table_filter,xt_conntrack,iptable_filter,xt_LOG,ip6_tables,ip_tables,xt_limit
xt_conntrack 16384 3
xt_limit 16384 2
xt_LOG 20480 2lsmod non working touchpad
8250_dw 24576 0
ac97_bus 16384 1 snd_soc_core
acpi_als 20480 1
acpi_pad 24576 0
acpi_thermal_rel 16384 1 int3400_thermal
aesni_intel 393216 8
af_alg 36864 7 algif_hash,algif_skcipher,algif_aead
algif_aead 16384 0
algif_hash 16384 1
algif_skcipher 16384 1
atkbd 36864 0
bluetooth 937984 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep 32768 2
bpf_preload 24576 0
btbcm 24576 1 btusb
btintel 45056 1 btusb
btmtk 16384 1 btusb
btrtl 28672 1 btusb
btusb 65536 0
cbc 16384 0
ccm 20480 6
cec 81920 2 drm_display_helper,i915
cfg80211 1118208 3 iwlmvm,iwlwifi,mac80211
cmac 16384 3
coretemp 20480 0
crc16 16384 2 bluetooth,ext4
crc32c_generic 16384 0
crc32c_intel 24576 4
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
crypto_user 24576 0
des_generic 16384 0
dptf_power 16384 0
drm_buddy 20480 1 i915
drm_display_helper 180224 1 i915
dw_dmac 16384 0
ecb 16384 0
ecdh_generic 16384 2 bluetooth
ext4 1019904 3
fat 98304 1 vfat
fuse 176128 3
gf128mul 16384 1 polyval_generic
ghash_clmulni_intel 16384 0
hid_multitouch 32768 0
huawei_wmi 24576 0
i2c_hid 40960 1 i2c_hid_acpi
i2c_hid_acpi 16384 0
i2c_i801 45056 0
i2c_smbus 20480 1 i2c_i801
i8042 49152 0
i915 3149824 29
idma64 20480 0
industrialio 106496 3 industrialio_triggered_buffer,acpi_als,kfifo_buf
industrialio_triggered_buffer 16384 1 acpi_als
int3400_thermal 20480 0
int3403_thermal 20480 0
int340x_thermal_zone 20480 2 int3403_thermal,processor_thermal_device
intel_cstate 20480 0
intel_gtt 28672 1 i915
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 28672 2
intel_pch_thermal 20480 0
intel_powerclamp 20480 0
intel_rapl_common 32768 2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr 20480 0
intel_soc_dts_iosf 20480 1 processor_thermal_device_pci_legacy
intel_tcc_cooling 16384 0
intel_uncore 217088 0
intel_wmi_thunderbolt 20480 0
intel_xhci_usb_role_switch 16384 0
ip_tables 36864 0
irqbypass 16384 1 kvm
iwlmvm 524288 0
iwlwifi 491520 1 iwlmvm
jbd2 188416 1 ext4
kfifo_buf 16384 1 industrialio_triggered_buffer
kvm 1138688 1 kvm_intel
kvm_intel 389120 0
ledtrig_audio 16384 3 snd_ctl_led,snd_hda_codec_generic,huawei_wmi
libarc4 16384 1 mac80211
libdes 24576 1 des_generic
libps2 20480 1 atkbd
mac80211 1298432 1 iwlmvm
mac_hid 16384 0
mbcache 16384 1 ext4
md4 16384 0
mei 172032 5 mei_hdcp,mei_pxp,mei_me
mei_hdcp 24576 0
mei_me 53248 2
mei_pxp 20480 0
Module Size Used by
nls_iso8859_1 16384 1
nvme 61440 4
nvme_common 24576 1 nvme_core
nvme_core 208896 6 nvme
overlay 180224 1
pcspkr 16384 0
pkcs8_key_parser 16384 0
polyval_clmulni 16384 0
polyval_generic 16384 1 polyval_clmulni
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy 16384 0
processor_thermal_mbox 16384 2 processor_thermal_rfim,processor_thermal_device
processor_thermal_rapl 20480 1 processor_thermal_device
processor_thermal_rfim 16384 1 processor_thermal_device
rapl 16384 0
rfcomm 90112 4
rfkill 32768 6 iwlmvm,bluetooth,cfg80211
roles 16384 1 intel_xhci_usb_role_switch
serio 28672 4 serio_raw,atkbd,i8042
serio_raw 20480 0
sg 49152 0
snd 126976 17 snd_ctl_led,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm
snd_compress 28672 1 snd_soc_core
snd_ctl_led 24576 0
snd_hda_codec 188416 7 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_codec_generic 98304 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 86016 1
snd_hda_codec_realtek 172032 1
snd_hda_core 118784 10 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_soc_skl
snd_hda_ext_core 36864 4 snd_soc_avs,snd_soc_hda_codec,snd_soc_hdac_hda,snd_soc_skl
snd_hda_intel 61440 3
snd_hwdep 16384 1 snd_hda_codec
snd_intel_dspcfg 36864 3 snd_soc_avs,snd_hda_intel,snd_soc_skl
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
snd_pcm 172032 9 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_compress,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
snd_soc_acpi_intel_match 69632 1 snd_soc_skl
snd_soc_avs 172032 0
snd_soc_core 393216 4 snd_soc_avs,snd_soc_hda_codec,snd_soc_hdac_hda,snd_soc_skl
snd_soc_hdac_hda 28672 1 snd_soc_skl
snd_soc_hda_codec 28672 1 snd_soc_avs
snd_soc_skl 217088 0
snd_soc_sst_dsp 40960 1 snd_soc_skl
snd_soc_sst_ipc 20480 1 snd_soc_skl
snd_timer 49152 1 snd_pcm
soundcore 16384 2 snd_ctl_led,snd
sparse_keymap 16384 1 huawei_wmi
spi_pxa2xx_platform 40960 0
ttm 94208 1 i915
uas 32768 0
usb_storage 81920 2 uas
vboxdrv 581632 2 vboxnetadp,vboxnetflt
vboxnetadp 28672 0
vboxnetflt 32768 0
vfat 24576 1
video 65536 1 i915
vivaldi_fmap 16384 1 atkbd
vmmon 151552 0
vmnet 69632 13
vmw_vmci 118784 0
wmi 45056 3 intel_wmi_thunderbolt,huawei_wmi,wmi_bmof
wmi_bmof 16384 0
x86_pkg_temp_thermal 20480 0
xhci_pci 20480 0
xhci_pci_renesas 24576 1 xhci_pci
x_tables 57344 1 ip_tablesI couldn't find anything obvious here.
Last edited by miau (2022-11-02 16:01:51)
Offline
Please also post the complete dmesg output of either system - you can use the tip in the 1st link below to feed it directly into a pastebin service.
Offline
Dmesg output working touchpad
Dmesg output non working touchpad
Offline
By looking at both dmesg output i saw the ACPI errors and checked the kernel command line. After removing the acpi_osi= from the command line, the touchpad started working.
Thanks everyone!
Offline