Cros-ec-spi and other drivers error, CROATA

Greetings,

I recently received two chromebooks, one of which is a Dell 5430 Chromebook CROTA. I followed the steps to install corebook and have installed Linux. I originally saw some drivers issues in the logs when booting to Arch so I went ahead and tried Mint to see if what drivers it could detect.

I am seeing the same errors when I run dmesg | grep error on a free install. Any guidance on what I should do next is appreciated.

[ 0.288303] pcieport 0000:00:07.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.288803] pcieport 0000:00:07.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.289303] pcieport 0000:00:07.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.293227] cros-ec-spi spi-PRP0001:00: Cannot identify the EC: error -110
[ 1.293519] cros-ec-spi: probe of spi-PRP0001:00 failed with error -110
[ 1.978919] cros_ec_lpcs GOOG0004:00: Transfer error 1/3: -95
[ 1.980767] cros-ec-keyb: probe of GOOG0007:00 failed with error -95
[ 3.918134] sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof_probe_work failed err: -2

Before, I was just troubleshooting the post-install audio and I tried the WeirdTreeThing audio setup script before. The audio did not work even though the script ran without any annouced errors. Which is when I noticed that the cros-ec-spi driver raised an error.

Also here is the machine output for lsmod | grep cros

Module Size Used by
cros_ec_sensors 12288 0
cros_ec_sensors_core 20480 1 cros_ec_sensors
industrialio_triggered_buffer 12288 1 cros_ec_sensors_core
kfifo_buf 12288 2 industrialio_triggered_buffer,cros_ec_sensors_core
industrialio 126976 4 industrialio_triggered_buffer,cros_ec_sensors,kfifo_buf,cros_ec_sensors_core
cros_usbpd_logger 16384 0
cros_ec_sysfs 12288 0
cros_ec_chardev 12288 0
cros_usbpd_charger 24576 0
cros_ec_sensorhub 36864 1 cros_ec_sensors_core
cros_ec_debugfs 16384 0
cros_ec_dev 12288 0
cros_ec_typec 40960 0
cros_usbpd_notify 20480 2 cros_ec_typec,cros_usbpd_charger
cros_kbd_led_backlight 12288 0
cros_ec_lpcs 20480 0
cros_ec_spi 24576 0
cros_ec_keyb 24576 0
cros_ec 20480 2 cros_ec_lpcs,cros_ec_spi
matrix_keymap 12288 1 cros_ec_keyb
typec 106496 2 cros_ec_typec,intel_pmc_mux

Those errors in dmesg almost certainly don’t matter. For audio issues, run the debugging script on the chrultrabook docs to generate an archive full of logs to help find the issue.