Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Thread Closed 
Upcoming moOde 9.0.0 (Bookworm)
#41
(03-29-2024, 04:40 PM)Tim Curtis Wrote: @nullstring there's a reasonably stable ~pre2 package in the repo if you want to try it out.

Code:
1. Boot a Bookworm Lite image
2. sudo apt update && apt list --upgradable
3. sudo apt -y upgrade
4. sudo reboot

5 Install links to Cloudsmith repo
curl -1sLf \
'https://dl.cloudsmith.io/public/moodeaudio/m8y/setup.deb.sh' \
| sudo -E distro=raspbian codename=bookworm bash

6. sudo apt -y install moode-player=9.0.0-1moode1~pre2
7. sudo reboot

After installing the package and rebooting, the system will auto-reboot again after importing the managed config.txt file.

Works great so far. First I could not enter the Configure/System Page (locale DE error in FF console). Then I figured that the WIFI Password I entered in the RPI Imager was used for the SMB library password...!? After I cleared that Password the Configure/System Page loads fine...
#42
Some anlke-biter anomalies in the System Information report

Test rig: a Pi5 with  a clean install to a USB thumbdrive of Bookworm and the "updated ~pre2 package in the repo that include a fix to the Backup/Restore feature"

Booting from the USB thumbdrive and basic configuring proceeded without issue.

Rebooted and invoked  moodeutl -s

Most of the items in the report make sense but the following items not so much.

Code:
SDCard freq        =  MHz
USB boot        = not available

Well, OK, there is no SDCard present so I suppose "[blank] Mhz" isn't exactly wrong but USB boot is certainly available; I just executed it. Indeed, worker reports USB boot is enabled.

Code:
Pi integrated WiFi    = None
Pi integrated BT    = None

Well, no, the integrated WiFi and BT subsystems are present on the Pi5 and enabled.


Code:
Hostapd version        = ine

Oops.

---

Sorry I haven't been able to put in more time testing this release recently but life has been, er, "interesting".

Regards,
Kent
#43
(03-31-2024, 09:03 PM)TheOldPresbyope Wrote: Some anlke-biter anomalies in the System Information report

Test rig: a Pi5 with  a clean install to a USB thumbdrive of Bookworm and the "updated ~pre2 package in the repo that include a fix to the Backup/Restore feature"

Booting from the USB thumbdrive and basic configuring proceeded without issue.

Rebooted and invoked  moodeutl -s

Most of the items in the report make sense but the following items not so much.

Code:
SDCard freq        =  MHz
USB boot        = not available

Well, OK, there is no SDCard present so I suppose "[blank] Mhz" isn't exactly wrong but USB boot is certainly available; I just executed it. Indeed, worker reports USB boot is enabled.

Code:
Pi integrated WiFi    = None
Pi integrated BT    = None

Well, no, the integrated WiFi and BT subsystems are present on the Pi5 and enabled.


Code:
Hostapd version        = ine

Oops.

---

Sorry I haven't been able to put in more time  testing this release recently but life has been, er, "interesting".

Regards,
Kent

Added to the TODO list to investigate/fix
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#44
(03-31-2024, 08:06 PM)wadada Wrote:
(03-29-2024, 04:40 PM)Tim Curtis Wrote: @nullstring there's a reasonably stable ~pre2 package in the repo if you want to try it out.

Code:
1. Boot a Bookworm Lite image
2. sudo apt update && apt list --upgradable
3. sudo apt -y upgrade
4. sudo reboot

5 Install links to Cloudsmith repo
curl -1sLf \
'https://dl.cloudsmith.io/public/moodeaudio/m8y/setup.deb.sh' \
| sudo -E distro=raspbian codename=bookworm bash

6. sudo apt -y install moode-player=9.0.0-1moode1~pre2
7. sudo reboot

After installing the package and rebooting, the system will auto-reboot again after importing the managed config.txt file.

Works great so far. First I could not enter the Configure/System Page (locale DE error in FF console). Then I figured that the WIFI Password I entered in the RPI Imager was used for the SMB library password...!? After I cleared that Password the Configure/System Page loads fine...

Very odd. I'm not sure I'll be able to repro.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#45
Just a HEADS UP about the ~pre packages.

Any ~preN package in our repo is strictly a work in progress and not stable code. You might experience breakage for example full volume, volume not working, audio output not working, features not working, etc.

ALWAYS have a down stream volume control and keep it at a low level!

Btw, please report the audio device you are using.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#46
(04-01-2024, 11:02 AM)Tim Curtis Wrote:
(03-31-2024, 08:06 PM)wadada Wrote:
(03-29-2024, 04:40 PM)Tim Curtis Wrote: @nullstring there's a reasonably stable ~pre2 package in the repo if you want to try it out.

Code:
1. Boot a Bookworm Lite image
2. sudo apt update && apt list --upgradable
3. sudo apt -y upgrade
4. sudo reboot

5 Install links to Cloudsmith repo
curl -1sLf \
'https://dl.cloudsmith.io/public/moodeaudio/m8y/setup.deb.sh' \
| sudo -E distro=raspbian codename=bookworm bash

6. sudo apt -y install moode-player=9.0.0-1moode1~pre2
7. sudo reboot

After installing the package and rebooting, the system will auto-reboot again after importing the managed config.txt file.

Works great so far. First I could not enter the Configure/System Page (locale DE error in FF console). Then I figured that the WIFI Password I entered in the RPI Imager was used for the SMB library password...!? After I cleared that Password the Configure/System Page loads fine...

Very odd. I'm not sure I'll be able to repro.
Maybe the reboot fixed it...
One more topic. My 9.0 Moode player does find all my 8.3.9 moode players in the network. But my 8.3.9 players can't find the 9.0 moode player. They only find the other 8.3.9 players. Not sure that is of any importance. Or maybe a feature ;-)
#47
@wadada , your observation about player discovery (via >> Players) is correct.There would need to be a modification of 8.3.9 code to fix that but we don't have the manpower to maintain both the 839 and 900 code bases.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#48
After some testing it looks like certain I2S drivers don't seem to work on Pi5 Bookworm for example i-sabre-q2m for the Audiophonics 9038 DAC. IIRC there are also some hifiberry drivers that don't work.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#49
(03-28-2024, 06:37 PM)Tim Curtis Wrote:
(03-28-2024, 01:54 PM)Sunfish Wrote:
(03-25-2024, 10:40 PM)Tim Curtis Wrote: Here's latest WIP release notes.
Code:
- UPD: Remove obsolete devices from audio device table

Is it possible to provide a list of obsolete devices?
Seems to me that it will be handy for people who are still using such "obsolete" devices
regards

Here is the r900 Named Device list.

Code:
1    Allo Boss 2 DAC
2    Allo Boss DAC
3    Allo DigiOne
4    Allo DigiOne Signature
5    Allo Katana DAC
6    Allo MiniBoss DAC
7    Allo Piano 2.1 Hi-Fi DAC
8    Allo Piano Hi-Fi DAC
9    Audiophonics ES9018 DAC
10    Audiophonics ES9023 DAC
11    Audiophonics ES9028/9038 DAC
12    Audiophonics PCM5102 DAC
13    Audiophonics PCM5122 DAC
14    Audiophonics TDA1387 DAC
15    DDDAC1794 NOS
16    Generic-I2S (hifiberry-dac)
17    Generic-I2S (i2s-dac)
18    HIFI DAC
19    HIFI DAC+
20    HIFI Digi
21    HIFI Digi+
22    HiFiBerry Amp(Amp+)
23    HiFiBerry Amp2
24    HiFiBerry Beocreate
25    HiFiBerry DAC
26    HiFiBerry DAC+
27    HiFiBerry DAC+ ADC
28    HiFiBerry DAC+ DSP
29    HiFiBerry DAC+ Light
30    HiFiBerry DAC+ Pro
31    HiFiBerry DAC+ Zero
32    HiFiBerry Digi(Digi+)
33    HiFiBerry Digi+ Pro
34    HiFiBerry MiniAmp
35    IQaudIO Pi-AMP+
36    IQaudIO Pi-DAC
37    IQaudIO Pi-DAC PRO
38    IQaudIO Pi-DAC+
39    IQaudIO Pi-DACZero
40    IQaudIO Pi-Digi+
41    IQaudIO Pi-DigiAMP+
42    JustBoom AMP HAT(Zero)
43    JustBoom DAC HAT(Zero)
44    JustBoom Digi HAT(Zero)
45    Mamboberry HiFi DAC+
46    Mamboberry LS DAC+
47    MERUS(tm) Amp piHAT ZW
48    Pi2Design 502DAC
49    Pi2Design 502DAC PRO
50    Pi2Design 503HTA Hybrid Tube Amp
51    ProtoDAC TDA1387 X8
52    ProtoDAC TDA1387 X8 (FifoPiMa)
53    Raspberry Pi Codec Zero
54    Raspberry Pi DAC Pro
55    Raspberry Pi DAC+
56    Raspberry Pi DigiAMP+
57    Soekris DAM
58    Suptronics x400
200    b1
201    b2
202    Headphones
203    vc4hdmi0
204    vc4hdmi1
300    Revolution
301    DAC8STEREO

ETA: Here are the named I2S devices that were removed mostly because they are redundant to one of the Generic I2S selections or very likely not be in use anymore.

Code:
id,name,alt_name,dacchip,chipoptions,iface,list,driver,drvoptions
16,Buffalo I,,ESS Sabre ES9008,,I2S,yes,i2s-dac,
17,Buffalo II/IIIse,,ESS Sabre ES9018,,I2S,yes,i2s-dac,
19,DDDAC1794 NOS (384K),,Burr Brown PCM1794,,I2S,yes,i2s-dac,
20,Denafrips Pontus R2R DAC (I2S),,Altera MAX II CPLD,,I2S,yes,i2s-dac,
21,DIAL-DAC,,Burr Brown PCM1793,,I2S,yes,i2s-dac,
22,Dion Audio LOCO,,"Burr Brown PCM5242 DAC, TPA3118 AMP",,I2S,yes,dionaudio-loco,
23,Dion Audio LOCO V2,,"Burr Brown PCM5242 DAC, TPA3118 AMP",,I2S,yes,dionaudio-loco-v2,
24,DIYINHK ES9023 DAC,,ESS Sabre ES9023,,I2S,yes,hifiberry-dac,
25,Durio Sound PRO,,Burr Brown PCM5102A,,I2S,yes,hifiberry-dac,
26,EWCG Discrete R2R DAC,,Altera Max II CPLD,,I2S,yes,i2s-dac,
27,G2 Labs BerryNOS Red,,Philips TDA1543,,I2S,yes,hifiberry-dac,
47,Hifimediy ES9023,,ESS Sabre ES9023,,I2S,yes,hifiberry-dac,
48,IanFIFO II,,Altera Max II CPLD,,I2S,yes,hifiberry-dac,
59,Lucid Labs Raspberry Pi DAC,,Burr Brown PCM5102A,,I2S,yes,hifiberry-dac,
66,Pimoroni pHAT DAC,,Burr Brown PCM5102A,,I2S,yes,hifiberry-dac,
67,PlainAMP,,Burr Brown TAS5756,"100,100,FIR interpolation with de-emphasis",I2S,yes,iqaudio-dacplus,
68,PlainDAC,,Burr Brown PCM5100,,I2S,yes,hifiberry-dac,
69,PlainDAC+,,Burr Brown PCM5121,"100,0,FIR interpolation with de-emphasis",I2S,yes,hifiberry-dacplus,
70,PlainDSP,,Burr Brown PCM5121,"100,0,FIR interpolation with de-emphasis",I2S,yes,hifiberry-dacplus,
71,RaspyPlay4,,Burr Brown PCM5122,,I2S,yes,iqaudio-dac,
72,RPi-DAC,,Burr Brown PCM1794A,,I2S,yes,i2s-dac,
73,Soekris DAM1021/1121 (I2S),,FPGA based,,I2S,yes,i2s-dac,

Hi Tim - I currently use 2 different Hat Dac/Amps on the r900 list - the Merus one and the Justboom one.  Both of these (when selected with the named drop down list) provide "Chip Options" - for example on the Merus one, they are power management profiles that can impact sound quality depending on the usage scenario, and also include profiles to select the type of loudspeaker in use.  The question is - how will I be able to access these in the new version of Moode if the named option has gone and just generic options remain?
Regards Adrian
#50
@adrian311 both your devices are in the named list so you are all set.

Keep in mind that audio devices that use the Generic I2S drivers (i2s-dac or hifiberry-dac) don't expose chip options anyway.

The only devices on the "Removed" list that supported chip options are listed below:

Dion Audio LOCO
PlainAMP
PlainDAC
PlainDAC+
PlainDSP
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub


Forum Jump: