adafruit / Raspberry-Pi-Installer-Scripts

381 stars 160 forks source link

Just bought Adafruit Speaker Bonnet but does not work with Bookworm #284

Open richsad-vcs opened 10 months ago

richsad-vcs commented 10 months ago

Hi, I saw other messages about this, but it's rather critical for me. Downgrading the Pi's OS does not appeal to me. Can anyone perhaps either accelerate a fix or give me a pep talk on how to fix myself. I presume all other i2s devices are not working either.

Worst case, I will downgrade a Pi 0w for now. But we need I2S on Bookworm please! Thx

makermelissa commented 10 months ago

The speaker bonnet should work fine in Bookworm. I've tested on both lite and desktop on the Pi 5 with the latest Raspberry Pi OS. Which board are you using?

richsad-vcs commented 10 months ago

RPi3b+ but can try on a 4b+. I tried to Pimoroni scripts too. Nothing. I see a lot of other complaints it doesn't work with bookworm.

I'll try again. I even modified script to allow "bookworm" as an allowed distro. No joy.

Regards,

Rich Sadowsky

Chief Technology Officer

OFFICE: +1.832.497.5607

EMAIL: @.**@.>

[full-color-logo_TES cropped 750x]https://www.vikingcold.com/

                                           [linkedinsquare] <https://www.linkedin.com/company/viking-cold-solutions/>  [facebook square] <https://www.facebook.com/vikingcold/>  [twitter square] <https://twitter.com/VikingColdSolut>

This message may contain confidential information that is proprietary to Viking Cold Solutions, Inc. and is intended only for the use of the parties to whom it is addressed. If you are not an intended recipient, please note that any disclosure, copying, distribution or use of any information in this message is prohibited. If you have received this message in error, please alert the sender by replying to this message and follow with its deletion. Thank you for your cooperation.


From: Melissa LeBlanc-Williams @.> Sent: Wednesday, January 3, 2024 2:26 PM To: adafruit/Raspberry-Pi-Installer-Scripts @.> Cc: Rich Sadowsky @.>; Author @.> Subject: Re: [adafruit/Raspberry-Pi-Installer-Scripts] Just bought Adafruit Speaker Bonnet but does not work with Bookworm (Issue #284)

The speaker bonnet should work fine in Bookworm. I've tested on both lite and desktop on the Pi 5 with the latest Raspberry Pi OS. Which board are you using?

— Reply to this email directly, view it on GitHubhttps://github.com/adafruit/Raspberry-Pi-Installer-Scripts/issues/284#issuecomment-1875857417, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A2IEJHSUZTNWBMVEAO7HU63YMWWEXAVCNFSM6AAAAABBKN5HUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVHA2TONBRG4. You are receiving this because you authored the thread.Message ID: @.***>

makermelissa commented 10 months ago

I just updated the i2samp.sh script a week ago, so hopefully those are old complaints.

makermelissa commented 10 months ago

I'll test it out on a Pi 3 to make sure it works there as well.

makermelissa commented 10 months ago

On the Pi 3, it did not work when the /dev/zero service was enabled. Disabling it by running sudo systemctl disable aplay and then rebooting enabled sound. Confirmed by re-enabling and rebooting causing the sound to stop working again.

richsad-vcs commented 10 months ago

Thanks. I will try that. Would it likely be the same for the 4b+?

Regards,

Rich Sadowsky

Chief Technology Officer

OFFICE: +1.832.497.5607

EMAIL: @.**@.>

[full-color-logo_TES cropped 750x]https://www.vikingcold.com/

                                           [linkedinsquare] <https://www.linkedin.com/company/viking-cold-solutions/>  [facebook square] <https://www.facebook.com/vikingcold/>  [twitter square] <https://twitter.com/VikingColdSolut>

This message may contain confidential information that is proprietary to Viking Cold Solutions, Inc. and is intended only for the use of the parties to whom it is addressed. If you are not an intended recipient, please note that any disclosure, copying, distribution or use of any information in this message is prohibited. If you have received this message in error, please alert the sender by replying to this message and follow with its deletion. Thank you for your cooperation.


From: Melissa LeBlanc-Williams @.> Sent: Thursday, January 4, 2024 6:16 PM To: adafruit/Raspberry-Pi-Installer-Scripts @.> Cc: Rich Sadowsky @.>; Author @.> Subject: Re: [adafruit/Raspberry-Pi-Installer-Scripts] Just bought Adafruit Speaker Bonnet but does not work with Bookworm (Issue #284)

On the Pi 3, it did not work when the /dev/zero service was enabled. Disabling it by running sudo systemctl disable aplay and then rebooting enabled sound.

— Reply to this email directly, view it on GitHubhttps://github.com/adafruit/Raspberry-Pi-Installer-Scripts/issues/284#issuecomment-1877892003, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A2IEJHWUKPW4AGQX26TFZLTYM4Z5TAVCNFSM6AAAAABBKN5HUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXHA4TEMBQGM. You are receiving this because you authored the thread.Message ID: @.***>

makermelissa commented 10 months ago

Would it likely be the same for the 4b+?

Possibly. I think I may have previously run into the same issue on a Pi 4 and disabling that helped. I tested both with it enabled/disable on a Pi 5 and it was fine.