![]() |
[SOLVED] No audio devices on RPi5 with latests builds - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: [SOLVED] No audio devices on RPi5 with latests builds (/Thread-SOLVED-No-audio-devices-on-RPi5-with-latests-builds) Pages:
1
2
|
RE: No audio devices on RPi5 with latests builds - hkphantomgtr - 09-Apr-2025 Poor you. May I know what is the power supply for your Pi 5? FYI, now I got 2 analogue audio hats from 2 different suppliers, and 2 digital audio output hats also from different suppliers. Except 1 digital hat I didn't test yet, all 3 hats can be used on my Pi 5 after input the correct overlay in the config.txt. RE: No audio devices on RPi5 with latests builds - miksi - 09-Apr-2025 (09-Apr-2025, 11:54 AM)hkphantomgtr Wrote: Poor you. May I know what is the power supply for your Pi 5? ![]() Power supply is genuine RPi5. If you have hats working then I must be doing something wrong with installation of SnakeOil OS for RPi5, although I did the same for RPi4, didn't have any problems... Which overlays did you use for your hats? Ubuntu image flashed is 64bit v24.04.02 server edition. RE: No audio devices on RPi5 with latests builds - hkphantomgtr - 09-Apr-2025 (09-Apr-2025, 11:11 PM)miksi Wrote:(09-Apr-2025, 11:54 AM)hkphantomgtr Wrote: Poor you. May I know what is the power supply for your Pi 5? I use i2s-dac, or hifiberry-dac. How about testing the overlay setting with ubuntu desktop or Raspberry Pi OS? RE: No audio devices on RPi5 with latests builds - hkphantomgtr - 13-Apr-2025 (09-Apr-2025, 11:11 PM)miksi Wrote:(09-Apr-2025, 11:54 AM)hkphantomgtr Wrote: Poor you. May I know what is the power supply for your Pi 5? Hey, did you update your Pi 5 firmware and etc thru Raspberry Pi OS (not Ubuntu)? Code: sudo apt update && apt full-upgrade and also having the following lines in /boot/firmware/config.txt? dtparam=audio=off dtparam=i2c_arm=on dtparam=spi=on dtparam=i2s=on RE: No audio devices on RPi5 with latests builds - miksi - 20-Apr-2025 (13-Apr-2025, 05:29 PM)hkphantomgtr Wrote: Hey, did you update your Pi 5 firmware and etc thru Raspberry Pi OS (not Ubuntu)? I forgot to update eeprom firmware on my RPi5... ![]() RE: No audio devices on RPi5 with latests builds - hkphantomgtr - 21-Apr-2025 (20-Apr-2025, 11:37 PM)miksi Wrote:(13-Apr-2025, 05:29 PM)hkphantomgtr Wrote: Hey, did you update your Pi 5 firmware and etc thru Raspberry Pi OS (not Ubuntu)? so how is it going now? fixed the problem yet? And btw, may I know how did you update the eeprom? such as.... ? Code: sudo rpi-eeprom-update -a RE: No audio devices on RPi5 with latests builds - miksi - 21-Apr-2025 (21-Apr-2025, 12:08 AM)hkphantomgtr Wrote:No, trough Raspberry Pi Imager.(20-Apr-2025, 11:37 PM)miksi Wrote:(13-Apr-2025, 05:29 PM)hkphantomgtr Wrote: Hey, did you update your Pi 5 firmware and etc thru Raspberry Pi OS (not Ubuntu)? |