Comment 93 for bug 1810183

Revision history for this message
Santiago A Mendez de PAula (dharmamaster) wrote :

Also affected by this issue. Asus Zenbook Flip 13 UX363EA. Ubuntu 20.04.

I can turn on/off the numberpad lights with the commands:

i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad
i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x00 0xad

But the numberpad don't works as expected (as a numeric pad).

I have this

# i2cdetect -l
i2c-3 i2c i915 gmbus dpb I2C adapter
i2c-10 i2c i915 gmbus tc6 I2C adapter
i2c-1 i2c Synopsys DesignWare I2C adapter I2C adapter
i2c-8 i2c i915 gmbus tc4 I2C adapter
i2c-6 i2c i915 gmbus tc2 I2C adapter
i2c-13 i2c AUX E/port E I2C adapter
i2c-4 i2c i915 gmbus dpc I2C adapter
i2c-11 i2c AUX A/port A I2C adapter
i2c-2 i2c i915 gmbus dpa I2C adapter
i2c-0 smbus SMBus I801 adapter at efa0 SMBus adapter
i2c-9 i2c i915 gmbus tc5 I2C adapter
i2c-7 i2c i915 gmbus tc3 I2C adapter
i2c-14 i2c Synopsys DesignWare I2C adapter I2C adapter
i2c-5 i2c i915 gmbus tc1 I2C adapter
i2c-12 i2c AUX D/port D I2C adapter

I have no experience with the i2c tools, and I don't know if here is the right place to ask, but how can I found this part of the command, to apply to my hardware: "w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad"? The first half of the command I undestood, but no how to found the rest.