2.457 can’t support TauDAC?
Thank you!
2.457 can’t support TauDAC?
Thank you!
I don’t have a TAU DAC to test, but checked the build scripts and everything seems fine
I flashed a new img to tf card.
But it still can’t support the TauDAC.
hum…looking at build dates, it could be that Volumio build was made few hours before TauDAC built relevant 4.14.69 drivers…
Timing seems more favorable for Volumio 2.502: you may want to check that.
I flashed 2.502 img to the tf card.
And the same error appeared.
So i don’t know how to fix it.
you may download 4.14.71 drivers from Taudac repo and check whether Volumio 2.502 has same files in relevant locations…
If not install those files, and check if it fixes the issue
I solved it.
I use the command like this:
cd /
wget github.com/taudac/modules/archi … les.tar.gz
sudo tar --strip-components 1 --exclude *.hash -xf rpi-volumio-4.14.71-taudac-modules.tar.gz
rm rpi-volumio-4.14.71-taudac-modules.tar.gz
sudo depmod 4.14.71+
sudo depmod 4.14.71-v7+
reboot
thank you.
good.
So none of the files weren’t there initially? did you check before?
I haven’t check that.
I think there are no those files there.
But everything is fine after I wget and depmod it .
Thank you again.