Trackpad won't click after firmware update

Hello, I have a Samsung Chromebook 3 (CELES) that I had installed the MrChromebox FW on. I had just updated the firmware to MrChromebox-2509.2 11/01/2025, and the trackpad just won’t click anymore. Can I fix this? Is it a problem with the new firmware? If so, how can I rollback?

On a Samsung Chromebook 3 (CELES) with Debian 13 Trixie and KDE installed on an SD card the touchpad worked before the latest MrChromebox-2509.2 11/01/2025 update. My workaround is to disable the touchpad in KDE and use an external mouse only. Is there any chance to get the regression fixed?

Can you show me what the result of running this command is:

$ cat /sys/class/dmi/id/modalias 

And while you’re at it also:

$ sudo dmesg | grep -i touch

I just updated to MrChromebox-2509.3 11/08/2025.
After trying the touchpad again with MrChromebox-2509.3 11/08/2025, it appears to have fixed the issue.

$ cat /sys/class/dmi/id/modalias

dmi:bvncoreboot:bvrMrChromebox-2509.3:bd11/08/2025:br0.0:efr0.0:svnGOOGLE:pnCeles:pvr1.0:rvnGOOGLE:rnCeles:rvr

1.0:cvnGOOGLE:ct9:cvr:sku:

$ sudo dmesg | grep -i touch

[ 12.708222] atmel_mxt_ts i2c-ATML0000:00: firmware: failed to load maxtouch.cfg (-2)

[ 12.708493] atmel_mxt_ts i2c-ATML0000:00: firmware: failed to load maxtouch.cfg (-2)

[ 12.709701] atmel_mxt_ts i2c-ATML0000:00: firmware: failed to load maxtouch.cfg (-2)

[ 12.709716] atmel_mxt_ts i2c-ATML0000:00: Direct firmware load for maxtouch.cfg failed with error -2

[ 12.820597] atmel_mxt_ts i2c-ATML0000:00: Touchscreen size X1920Y1080

[ 12.820748] input: Atmel maXTouch Touchpad as /devices/pci0000:00/808622C1:05/i2c-1/i2c-ATML0000:00/input/input4

So, it’s most likely due to the capitalized product name in 2509.2.

Not sure about Walmart67 but as for me, that was an easy fix. Thanks! Appreciate it.

After running, it spits out:

dmi:bvncoreboot:bvrMrChromebox-2509.2:bd11/01/2025:br0.0:efr0.0:svnGOOGLE:pnCELES:pvr1.0:rvnGOOGLE:rnCeles:rvr1.0:cvnGOOGLE:ct9:cvr:sku:

After running:

[ 13.758555] atmel_mxt_ts i2c-ATML0000:00: Direct firmware load for maxtouch.cfg failed with error -2

[ 13.761332] atmel_mxt_ts i2c-ATML0000:00: Touchscreen size X1920Y1080

[ 13.761545] input: Atmel maXTouch Touchpad as /devices/pci0000:00/808622C1:05/i2c-1/i2c-ATML0000:00/input/input8

Updated to latest 2509.3 11/08/2025, that fixed the trackpad problem. Thanks!