At this point I would like to point out that i2ctransfer can, as stated in the manpages, cause serious damage to your i2c devices. Again, I'm not an expert at this and please correct me, if I'm wrong, but trying all bus addresses seems kind of risky to me. Instead, you can try to use the following:
sudo i2cdetect -l This will print out a list of all available i2c bus addresses. In my case one of the lines is: i2c-0 i2c Synopsys DesignWare I2C adapter This is the touchpad and you should see something similar. After that you can try the original command with the correct address. With this knowledge one should be able to use the python script, which was linked earlier in this bug report and use a python library to incorporate the command. However, I won't follow that approach and instead, I will try to keep on working on a driver. If anyone has experience in this, I would greatly appreciate any help or advice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810183 Title: numpad on touchpad doesn't work in ASUS Zenbook 14 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
