Sabre I2S DAC ES9023

  • Hello,

    I am running Raspi 1 + Sabre I2S DAC ES9023 and OpenElec. Now I switched to LibreElec and dont know how to configure that the Sabre DAC is working.

    Who knows how to modify config.txt to make the dac working?

  • Code
    dtparam=i2c_arm=on
    dtparam=i2s=on
    dtoverlay=hifiberry-dac

    ^ is a guess based on 30 seconds of searching in Google.

    NB: If you udpated an existing OE install LE will use the same config.txt .. changes will only be required if you clean installed LE

  • A small nit:

    Code
    dtoverlay=hifiberry-dac

    Is all that should be needed.

    The 2 other lines (dtparam=i2s=on and dtparam=i2c_arm=on) are unnecessary. I2S is automatically enabled by the hifiberry-dac overlay and I2C isn't needed at all. Yes, the internet is full of wrong instructions :)

    so long,

    Hias

  • Thanks to Chewitt and HiassofT, you both are right. Its working now 👍 My mistake was to use hifiberry- dacplus instead of hifiberry-dac

    Again thanks to you 🤗