Hello, I have been trying to use an DAC+ ADC with a Raspberry Pi 4B, and while previously the computer had been detecting the HAT, this is suddenly not the case (I think I may have updated something). I have I2C enabled via raspi-config and have added all the suggested lines to my config.txt file that were recommended on the website, but nothing so far has worked.
Below is my config.txt file. I have tried many iterations of this and am running out of configurations to try. Does anyone know why this might not work?
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
# Additional overlays and parameters are documented
# /boot/firmware/overlays/README
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Automatically load initramfs files, if found
auto_initramfs=1
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d,noaudio
max_framebuffers=2
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Disable compensation for displays with overscan
disable_overscan=1
# Run as fast as firmware / board allows
arm_boost=1
# Disable the onboard EEPROM
force_eeprom_read=0
[all]
# Enable HiFiBerry DAC+ADC HAT
dtoverlay=hifiberry-dacplusadc