New comment by fiatisdead on void-packages repository https://github.com/void-linux/void-packages/issues/33277#issuecomment-932994793 Comment: `lsmod | grep goodix` returns: goodix 32768 0 `sudo dmesg` returns a large amount of output but I think this is what you probably need to see: ``` 4.351333] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 4.369687] Goodix-TS i2c-GDIX1002:00: supply AVDD28 not found, using dummy regulator [ 4.369726] Goodix-TS i2c-GDIX1002:00: supply VDDIO not found, using dummy regulator [ 4.370131] Goodix-TS i2c-GDIX1002:00: i2c test failed attempt 1: -121 [ 4.392201] Goodix-TS i2c-GDIX1002:00: i2c test failed attempt 2: -121 [ 4.415552] usb 2-3.3: reset SuperSpeed Gen 1 USB device number 3 using xhci_hcd [ 4.456656] r8152 2-3.3:1.0: load rtl8153a-4 v2 02/07/20 successfully [ 4.481447] r8152 2-3.3:1.0 eth0: v1.11.11 [ 4.500219] Goodix-TS i2c-GDIX1002:00: i2c test failed attempt 1: -121 [ 4.522265] Goodix-TS i2c-GDIX1002:00: i2c test failed attempt 2: -121 [ 4.544040] Goodix-TS i2c-GDIX1002:00: I2C communication failure: -121 [ 4.544663] Goodix-TS: probe of i2c-GDIX1002:00 failed with error -121 [ 4.553892] usb 1-1.2: new high-speed USB device number 5 using xhci_hcd ```