![]() |
Upcoming moOde 9.0.0 (Bookworm) - 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: Upcoming moOde 9.0.0 (Bookworm) (/showthread.php?tid=6296) |
RE: Upcoming moOde 9.0.0 (Bookworm) - TheOldPresbyope - 03-15-2024 Well, true, Tim hasn't pushed an official 9.0 test image to the test team but I have been building my own on a Pi 5 as he pushes commits to the repo. The build host is now running kernel 6.6.20+rpt-rpi-2712 (as identified by uname -r) and so is the moOde image. Here's the start of what moOde outputs when I open a terminal. Code: Host: m900test It's happily playing tracks through my USB DAC. There may turn out to be gotchas due to kernel 6.6 but I haven't run into any. Regards, Kent RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 03-15-2024 Theres a bit more audio fun in Bookworm. On a Pi5 with an I2S HAT the HDMI 1 port is still assigned a card id by ALSA :-0 In Bullseye (< pi5) there would only be the I2S device at card 0 and no other ALSA cards thus the code assumed card always = 0 for I2S devices but as you can see in the example below on Pi5 the I2S device is at card 1. Code: pi@moode-test1:~ $ aplay -l Whats even more "exciting" is that after a reboot the card assignments can be reversed with the I2S device assigned to card 0 and HDMI 1 assigned to card 1. RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 03-15-2024 Here's the latest WIP release notes. What's new is the addition of a full WiFi Hotspot. Thats a private WiFi network fully bridged to an Ethernet connection if one is present. The port to Bookworm including updates to support PHP8, IEC958 Audio and vastly simplified Networking is mostly complete but only minimal testing has been done so far. Timing for general availability release is still Q2 2024 and there may be a beta release sometime this month. Code: ################################################################################ RE: Upcoming moOde 9.0.0 (Bookworm) - tomaxsas - 03-15-2024 maybe https://github.com/moode-player/moode/issues/584 is a good candidate, as we seeing work is needed in that area? RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 03-15-2024 (03-15-2024, 12:39 PM)tomaxsas Wrote: maybe https://github.com/moode-player/moode/issues/584 is a good candidate, as we seeing work is needed in that area? Yes, definitely but not for the initial 9.0.0 release because the main goal of the release is to have everything working reliably as-is to the extent possible. After that we can certainly explore a re-do of the audio config mechanism per that PR :-) RE: Upcoming moOde 9.0.0 (Bookworm) - SoundAdikt - 03-15-2024 Amazing stuff by Tim and his fellow dedicated development volunteers. Thank you for continued development of this great solution. RE: Upcoming moOde 9.0.0 (Bookworm) - TheOldPresbyope - 03-15-2024 Quote:maybe https://github.com/moode-player/moode/issues/584 is a good candidate, as we seeing work is needed in that area? Wait, did I really write that PR? Damn, I used to be good. My memory isn't the only thing that's failing as I get older. ![]() Anyway, that was more than a year ago. I just checked and, thankfully, dtoverlay is still with us in Bookworm. The problem of knowing which ALSA card is which has to be addressed whether or not we can change overlays on the fly. Regards, Kent RE: Upcoming moOde 9.0.0 (Bookworm) - vikozo - 03-15-2024 will release 9 be running on a raspberry Pi 3b or do i have to think about Hardware update too? RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 03-15-2024 (03-15-2024, 04:41 PM)vikozo Wrote: will release 9 be running on a raspberry Pi 3b or do i have to think about Hardware update too? The 9 series is 64 bit Bookworm and so will support pi-3 and higher and Zero 2W. RE: Upcoming moOde 9.0.0 (Bookworm) - nullstring - 03-17-2024 I was curious so I went ahead and built moode audio 9.0.0. On bootup, you get the normally scrolling of text and then all of a sudden the HDMI turns off and the RPI appears to have crashed. The STAT light is now red. I built the image on an rpi 5 with rasbian bookworm. All I did was checkout the imgbuild repo and run build.sh. Since it appears that Tim must've pushed out a 9.0.0 moode-player package recently, I didn't need to utilize pkgbuild at all. I know it's obviously not ready for prime time, but if anyone is interested in exploring this further please let me know. |