Which kernel modules are required to use spi? Parrot OS kernel has spi user mode driver support enabled by default. Injecting asl files does absolutely nothing aside from rasing some kind of conflicts:
[ 0.009445] ACPI: SSDT ACPI table found in initrd [kernel/firmware/acpi/spidev1.1.aml][0xb7]
[ 0.009447] ACPI: SSDT ACPI table found in initrd [kernel/firmware/acpi/spidev1.0.aml][0xb7]
[ 2.243140] spidev spi-SPT0001:00: do not use this driver in production systems!
[ 2.243281] pxa2xx-spi pxa2xx-spi.6: chipselect 0 already in use
[ 2.243316] spi_master spi0: failed to add SPI device SPT0001:01 from ACPI
How do I fix this error? Is there something missing or is there a conflict?