Kodi Community Forum

Full Version: I-Sabre kali editio and Allo kali reclocker ( DAC ) Rpi3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
¿does anyone know how to run the 384 khz or 192 khz using Kodi 15.2 under Raspbian Jessie?

because only displayed on the i-sabre screen 96kHz, while listening to a 384kHz,192 kHz, 176 kHz Flac audio file.
also only the 96kHz led is on under Allo kali reclocker

components:

AUDIOPHONICS DAC I-SABRE ES9028Q2M KALI EDITION
ALLO KALI RECLOCKER I2S FIFO
RASPBERRY PI 3

in the file config i have the line dtoverlay=hifiberry-dac
Maybe i´m completely wrong, but why do you use a DTOverlay for a device you don´t own?

You don´t use the Hifiberry DAC and would doubt a little bit, that those DACs are compatible to each other
Be aware the kali reclocker delays audio and so probably isn't useful for video playback (see here).
(2017-10-20, 06:57)DaVu Wrote: [ -> ]Maybe i´m completely wrong, but why do you use a DTOverlay for a device you don´t own?

You don´t use the Hifiberry DAC and would doubt a little bit, that those DACs are compatible to each other

The problem is that the kernel does not have drivers for this DAC, so in order to make it work I have to use one that is compatible, although it does not work as it would have to be, in Dietpi, Picoreplayer and other similar works.
well, i fixed now. just used the Kernel from DietPi 4.9.52-v7+ http://dietpi.com/downloads/binaries/rpi...el_4.9.zip  and the i-sabre drive http://dietpi.com/downloads/binaries/rpi...naries.zip from same site.

now works 352.8 Khz on Kodi 15.2 and Debian 8 (jessie) ( or whatever you use )

for check on command the actual info of hardware of dac play


Code:
cat /proc/asound/card*/pcm0p/sub0/hw_params

command used:

Code:
sudo apt-mark hold raspberrypi-bootloader raspberrypi-kernel libraspberrypi-bin
wget http://dietpi.com/downloads/binaries/rpi/dietpi_rpi_kernel_4.9.zip -O package.zip
sudo 7z x -aoa package.zip -o/
rm package.7z

Code:
wget http://dietpi.com/downloads/binaries/rpi/I-Sabre-K2M_binaries.zip -O package.zip
sudo unzip -o package.zip -d /
rm package.7z
depmod -a

code added on boot/config.txt

Code:
dtoverlay=i-sabre-k2m
dtparam=i2c_arm=on