Replies: 4 comments 27 replies
-
Thank you for testing the raspOVOS image. We would love to help you get this working, and maybe even add it into our ovos-i2csound for auto detection and setup. There are a few things I need to know and a few statements.
raspOVOS is based directly on raspbian and the images are built using the official build tool, pi-gen, so with few exceptions, what you can do there, you can do here.
raspbian has Now to your sound card. It looks like this device has an EEPROM so i2cdetect should work. I hope we can get this working, and looks like a good candidate for auto configuration. |
Beta Was this translation helpful? Give feedback.
-
If they cloned the original Raspberry Device correctly the DtOverlay is actually saved within and loaded from the EEPROM and it should automatically be configured. If not; All required information is accesable from that link, including the link to the ALSA state files at the rapberry pi github repositories to get going quickly. |
Beta Was this translation helpful? Give feedback.
-
@builderjer This; https://github.com/raspberrypi/linux/blob/fd553e002cb908f0dd681af0b3ddb62965e0cc41/arch/arm/boot/dts/overlays/iqaudio-codec-overlay.dts#L25) MIght be problematic for i2csound. |
Beta Was this translation helpful? Give feedback.
-
I also had a couple of issues with OVOS audio (Mic and Speaker) on my RPi4. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run ovos on a raspberry pi 4. I'm using an IQaudio codec zero for the audio i/o. It needs some configuration to use. I'm able to set it up and get it working on raspbian by editing
/boot/firmware/config.txt
and/etc/rc.local
to enable the right drivers and startup scripts.Is it possible to do this on the raspOVOS images? I didn't see a
config.txt
when I installed the img to an sdcard.Beta Was this translation helpful? Give feedback.
All reactions