Moode Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


RE: Official moOde 8 support thread - s_mury - 03-23-2022

Hi Martin,

That is essentially what I do now to get it working (except that I need the .  in fritz.box). I have the older 7490.

However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0
I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx)

In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically.

Best
Sean


RE: Official moOde 8 support thread - maartin - 03-23-2022

(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin,

That is essentially what I do now to get it working (except that I need the .  in fritz.box). I have the older 7490.

However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0
I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx)

In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically.

Best
Sean

Ok, I see. Actually a resent Fritzbox should work with SMB up to version 3, as AVM writes. However I never got Moode talking with FritzNAS higher then SMB1. Fine for me so far...

AtB
Maartin


RE: Official moOde 8 support thread - Frank79 - 03-23-2022

(03-16-2022, 09:45 PM)DRONE7 Wrote:
(03-16-2022, 08:33 PM)Tim Curtis Wrote: Try opening alsamixer and bumping the Master volume a couple of times.

The white noise issue is because the Kali reclocker does not support 24 bit format. The fix IIRC was to set SoX resampling to 32-bit

Correct... and change mode from plughw to Direct and check that both Piano dip-switches (RPI compatibility and HAT) are set to OFF.
This is what works for my Piano 2.1 & Kali with 8.

... and with HifiBerry DAC2HD!

I happened to get sound only thru the left speaker until I changed alsamixer mode to Direct.


RE: Official moOde 8 support thread - DRONE7 - 03-23-2022

(03-23-2022, 04:32 PM)maartin Wrote:
(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin,

That is essentially what I do now to get it working (except that I need the .  in fritz.box). I have the older 7490.

However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0
I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx)

In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically.

Best
Sean

Ok, I see. Actually a resent Fritzbox should work with SMB up to version 3, as AVM writes. However I never got Moode talking with FritzNAS higher then SMB1. Fine for me so far...

AtB
Maartin

There are threads pertaining to FritzBox! devices that reference adding  'noserverino' to the mount string.
Perhaps try that and the higher versions as noted in your AVM link.

https://moodeaudio.org/forum/showthread.php?tid=4199&highlight=fritzbox
https://moodeaudio.org/forum/showthread.php?tid=2900&pid=23787#pid23787


RE: Official moOde 8 support thread - s_mury - 03-23-2022

(03-23-2022, 06:05 PM)DRONE7 Wrote:
(03-23-2022, 04:32 PM)maartin Wrote:
(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin,

That is essentially what I do now to get it working (except that I need the .  in fritz.box). I have the older 7490.

However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0
I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx)

In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically.

Best
Sean

Ok, I see. Actually a resent Fritzbox should work with SMB up to version 3, as AVM writes. However I never got Moode talking with FritzNAS higher then SMB1. Fine for me so far...

AtB
Maartin

There are threads that reference adding  'noserverino' to the mount string.
Perhaps try that and the higher versions as noted in your AVM link.

https://moodeaudio.org/forum/showthread.php?tid=4199&highlight=fritzbox
https://moodeaudio.org/forum/showthread.php?tid=2900&pid=23787#pid23787

Thanks for the tip. That did it!

I now have these flags

Code:
ro,dir_mode=0777,file_mode=0777,noserverino

and its working now.


RE: Official moOde 8 support thread - TheOldPresbyope - 03-23-2022

Just so others won't get misled by this discussion, 

Putting aside the now deprecated SMBv1 (aka CIFS aka NT1), the default moOde settings will allow it to negotiate with a server for the highest SMB protocol level acceptable to both.

So, for example, in my test environment with a Samba server running in OpenWRT (to emulate common routers) with no maximum protocol level set and with the minimum protocol level set to NT1, moOde will mount the share with SMBv1 if I explicitly force vers=1.0 in the mount flags.

However, if I leave moOde set with only the default mount flags, then it will negotiate to and mount with SMB3.1.1. If I set the Samba server to a maximum protocol level of SMBv2.0, then that's where the negotiation will end, and so on (usw!).

In past tests, I have covered the entire matrix of SMB protocol versions on various Samba servers versus on the moOde client and found it all very consistent. 

If Fritz!Box doesn't work this way they should be more forthcoming on configuring their software.

Regards,
Kent


RE: Official moOde 8 support thread - DRONE7 - 03-23-2022

Yes Kent..I've updated my post to make it clear that it applies to FritzBox! devices and not for general use.

(from a laymans reading of the FritzBox! settings the attached USB device and folders/partitions need to be configured much as  one does for other servers such as your OMV. Just plugging in a drive and expecting the whole drive to be available  leads to the Inode large file problem the 'noserverino' works around.
I've not used my FritzBox! for a server, as like you I have a dedicated OMV server, but perhaps I should experiment with something via USB on the FritzBox!
Their setup instructions are comprehensive and do include specific Linux instructions :-)

https://en.avm.de/service/knowledge-base/dok/FRITZ-Box-7490/543_Configuring-storage-NAS-on-the-computer-as-a-network-drive/


RE: Official moOde 8 support thread - Marrahm - 03-24-2022

Meant the dac 2 HD. Sorry

When we first did the manual fix for this DAc we had to add that line. I actually posted the instructions for it way back then. https://moodeaudio.org/forum/showthread.php?tid=3389&pid=29539#pid29539
I thought we didn’t need it with later versions once you added the overlay field, but maybe I had only donne live updates after that. Either way, works great now.

Mike


RE: Official moOde 8 support thread - maartin - 03-24-2022

[quote pid='40464' dateline='1648061004']

There are threads that reference adding  'noserverino' to the mount string.
Perhaps try that and the higher versions as noted in your AVM link.

https://moodeaudio.org/forum/showthread.php?tid=4199&highlight=fritzbox
https://moodeaudio.org/forum/showthread.php?tid=2900&pid=23787#pid23787

Thanks for the tip. That did it!

I now have these flags

Code:
ro,dir_mode=0777,file_mode=0777,noserverino

and its working now.
[/quote]

That works for me (7590) too. Very nice. Thanks for that tip!
AtB
Maartin


RE: Official moOde 8 support thread - patrik96 - 03-25-2022

Hi, may someone help for it,
My NAS is a Samba one, previously work fine with 7.xxx version, not not.
It can connect now also, but after the update library the NAS disapiered, not found any file..
(what is strange the NAS name in the 7.xxx version is the name of the path and now MOODE/NAS)
Thanks