![]() |
Official moOde 8 support thread - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Official moOde 8 support thread (/showthread.php?tid=4777) |
RE: Overlay issue? - Tim Curtis - 03-20-2022 (03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: Version 8.0.0 or 8.0.1 ? RE: Official moOde 8 support thread - hui13 - 03-21-2022 Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. RE: Overlay issue? - JanneP - 03-21-2022 (03-20-2022, 10:45 PM)Tim Curtis Wrote:(03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: Works here with the version 8.0.1, but need one change in config.txt Disable the onboard EEPROM by adding force_eeprom_read=0 to your boot/config.txt file. See the last comments: https://github.com/raspberrypi/linux/issues/4898 RE: Official moOde 8 support thread - s_mury - 03-21-2022 Hi all, I am having problems generating my library. It takes quite some minutes for the busy indicator to stop but there is still no music in the library. The thumbnail generation process seems to be working because I can see what it is doing using the View Status button. That also means it is not the NAS, which I also confirmed by going to the mount point on the pi. If I use the update library command, I can see empty album folders appearing in the folder view but with no files in them. Looking in the MPD log, I see file not found messages but the file is there in the mount folder. I can post logs this evening. This may have been occurring before I updated to moode 8.0.1. It was my reason for updating but I didn't check it so extensively before the update. The test sound file works. Could you please advise how to troubleshoot this and which logs I should post? Best wishes Sean RE: Official moOde 8 support thread - TheOldPresbyope - 03-21-2022 (03-21-2022, 01:47 AM)hui13 Wrote: Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. I can confirm. @Tim Curtis The information returned by bluetoothctl scan on seem to have changed between buster and bullseye. Sigh. Regards, Kent RE: Overlay issue? - Marrahm - 03-21-2022 8.0.01.. RE: Official moOde 8 support thread - the_bertrum - 03-21-2022 (03-21-2022, 12:31 PM)TheOldPresbyope Wrote:(03-21-2022, 01:47 AM)hui13 Wrote: Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. I find that the device name appears in the list correctly if the device in question has a previous pairing that was initiated from the other device. Also, repeating the scan over and over will sometimes show device name on my system (where the other devices happens to be other moOde bluetooth radios). RE: Official moOde 8 support thread - Tim Curtis - 03-21-2022 (03-21-2022, 12:31 PM)TheOldPresbyope Wrote:(03-21-2022, 01:47 AM)hui13 Wrote: Anyone tried Bluetooth functionality. Running 8.01 on RPI3B+ and getting following screen after scan. Same behaviour from terminal. Not the same behaviour that I had with 7.6.1 which worked as expected. I get this which seems pretty normal. IIRC sometimes the scan has to be run multiple times before names start appearing in the list. [attachment=2737] I also ran bluetoothctl in SSH feeding it the commands from moOde bt.sh script and got similar results. Code: pi@moode:~ $ sudo bluetoothctl I did notice in the bt.sh script the SCAN() function which uses expect is looking for the wrong responses from the "scan on" and "scan off" commands. It won't affect the scan results but I'll fix it for upcoming 8.0.2 bug fix release. Code: pi@moode:~ $ sudo /var/www/command/bt.sh -s RE: Overlay issue? - Marrahm - 03-21-2022 (03-21-2022, 05:33 AM)JanneP Wrote:Confirmed, Thanks Janne! Nice work.(03-20-2022, 10:45 PM)Tim Curtis Wrote:(03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: FYI, put this line at the end of the config file in the [all] segment. Didn’t work originally when i put in another section. Mike RE: Overlay issue? - Tim Curtis - 03-21-2022 (03-21-2022, 05:33 AM)JanneP Wrote:(03-20-2022, 10:45 PM)Tim Curtis Wrote:(03-20-2022, 10:19 PM)Marrahm Wrote: Pi with the HifiBerry HD DAC. Everything worked perfectly under M7 using Tim’s overlay fix. But using same overlay and config in v8 gives me an ALSA error: The commit to kernel 5.15.25 makes no mention of needing this command in confix.txt. https://github.com/raspberrypi/linux/pull/4904 Is there a post in the Hifiberry Forum that can be referenced? Also @Marrahm, you posted about the "DAC HD" (not the 2) giving an ALSA error. Is this a separate issue or were you actually referring to the "DAC 2 HD"? -Tim |