![]() |
Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - 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: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) (/Thread-Raspberry-Pi-3B-Support-for-Allo-DigiOne-Signature) |
Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - bernardhung - 19-Mar-2019 Hi there I am wondering what sort of HAT is supported as there must be a bunch of potential Raspberry Pi user looming around? I am currently testing out ver 1.1.3. What I am trying to achieve is to use Lumin app (from iPad) to feed music to the Pi that has the Allo's DigiOne Signature. I am not seeing the Allo supported in Music Player - ALSA Output Devices Any insight would be helpful, thanks in advance. Cheers RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - Bromf - 19-Mar-2019 You need to add the overlay for the Allo DigiOne Signature to /boot/config.txt.. (any device supported by current kernel should work) If you ssh into your pi running Snakeoil and run... Code: nano /boot/overlays/README See here for how I added the dtoverlay for a HiFiBerry digi+Pro. I2S and I2C lines need to be activated too... https://www.snakeoil-os.net/forums/Thread-Any-Interest-in-ARMv7-builds?pid=1901#pid1901 whilst ssh in run... Code: https://pimylifeup.com/raspi-config-tool/ RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - bernardhung - 19-Mar-2019 (19-Mar-2019, 06:27 PM)Bromf Wrote: You need to add the overlay for the Allo DigiOne Signature to /boot/config.txt.. (any device supported by current kernel should work) Thanks a lot Bromf !! RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - Bromf - 19-Mar-2019 You're most welcome... I am off for my 'ugly' sleep now but will check back in the morning to see how it went... ![]() RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - bernardhung - 19-Mar-2019 (19-Mar-2019, 07:08 PM)Bromf Wrote: You're most welcome... Sweet dreams Bromf, thanks for your input. Somehow, I put in the dtoverlay=allo-digione & enabled I2S and I2C in the CONFIG.TXT by removing the #(which is valid as this is in the README file), but in RASPI-CONFIG, interface sub-menu, there is no tab for I2S, only I2C, SPI, SSH etc. In the web interface SNAKEOIL/ ALSA Output Devices, Client is still in RED cannot start client grateful for any input, thx RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - Bromf - 20-Mar-2019 Ah... yes I was going from memory there....no I2S to activate in raspi-config you are correct. Have you entered allo-digione as the Name in Alsa Configuration in the Music Player tab of the Snakeoil web interface and rebooted ? Can you post the full content of /boot/config.txt Currently my kernel line in /boot/config.txt shows.. Code: kernel=kernel-4.14.66-rt40-pi-snakeoil RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - bernardhung - 20-Mar-2019 (20-Mar-2019, 02:38 AM)Bromf Wrote: Ah... yes I was going from memory there....no I2S to activate in raspi-config you are correct. Here you go, thanks in advance ! Code: RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - Bromf - 20-Mar-2019 From my previous post...."Have you entered allo-digione as the Name in Alsa Configuration in the Music Player tab of the Snakeoil web interface and rebooted ?" ?? Not sure about the line in your boot/config.txt Code: start_x=0 This does not appear in mine. RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - bernardhung - 20-Mar-2019 (20-Mar-2019, 08:19 AM)Bromf Wrote: From my previous post...."Have you entered allo-digione as the Name in Alsa Configuration in the Music Player tab of the Snakeoil web interface and rebooted ?" ?? I did put down the "allo-digione" into the Music Player and rebooted, but it was shown in red, [HW:0,0], and mpd is not started nor I can launch "mpd --version" in command line. below is from aplay -L Code: I will try to burn a fresh sd card and try from scratch and report back. ![]() (20-Mar-2019, 10:56 AM)bernardhung Wrote:(20-Mar-2019, 08:19 AM)Bromf Wrote: From my previous post...."Have you entered allo-digione as the Name in Alsa Configuration in the Music Player tab of the Snakeoil web interface and rebooted ?" ?? Got this by clicking Cannot start server Code: ![]() RE: Raspberry Pi 3B+ : Support for Allo DigiOne (Signature) - agent_kith - 20-Mar-2019 (20-Mar-2019, 10:56 AM)bernardhung Wrote: Got this by clicking Cannot start serverHi Bernard. Did mpd v21 work for you before? It seems to be missing a library now. Can you SSH into the pi, and run the following? Code: sudo ldconfig |