Thank you for your donation!


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


Thread Closed 
Official moOde 8 support thread
#11
Try specifying a specific Vers= in the mount flags.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#12
(03-14-2022, 12:33 AM)Tim Curtis Wrote: Try specifying a specific Vers= in the mount flags.

flags ro,dir_mode=0777,file_mode=0777,vers=1.0

20220314 013842 sourceMount(): Mount error: (Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg))


[ 3371.183289] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
[ 3371.183307] CIFS: Attempting to mount \\192.168.1.1\USB1_SDA1
[ 3371.189805] CIFS: VFS: \\192.168.1.1 failed to connect to IPC (rc=-6)
[ 3371.191161] CIFS: VFS: cifs_mount failed w/return code = -6
#13
(03-14-2022, 12:16 AM)Tim Curtis Wrote: Remove "vers=1.0" from the mount flags and do a SCAN to select the share. The SMB version should be automatically detected by the SCAN and used in the mount but it won't appear in the mount flags string.

Up and running, streaming a station, rebuilding library.
#14
(03-14-2022, 12:45 AM)Lizard_King Wrote:
(03-14-2022, 12:16 AM)Tim Curtis Wrote: Remove "vers=1.0" from the mount flags and do a SCAN to select the share. The SMB version should be automatically detected by the SCAN and used in the mount but it won't appear in the mount flags string.

Up and running, streaming a station, rebuilding library.

My NAS music source is not detected at all;
mount of the SMB share fails
#15
no longer see the radio folder
#16
I'll give it a whirl sometime this week ... btw, this page is now 404: https://moodeaudio.org/docs/SOURCES.html
(I find it useful to archive the release kernel sources and firmware, just in case...)
#17
I'm up and running with tracks playing from my DLNA/UPnP server at all PCM bit depths and sample rates, as well as DSD64 and 128.

One curious thing happened after I updated a few internet radio stations, and then tried to export a backup of that. It fails with both Safari and Chrome on macOS, I get dumped to a 404 error page and there is no stations.zip file in my downloads folder afterwards.
#18
(03-14-2022, 02:05 AM)swinokur Wrote: I'll give it a whirl sometime this week ... btw, this page is now 404: https://moodeaudio.org/docs/SOURCES.html
(I find it useful to archive the release kernel sources and firmware, just in case...)

Refer to the Developer page at moodeaudio.org. That provides references to guides that explain how the release is built including where the exact sources are obtained.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#19
(03-14-2022, 02:17 AM)MikeyFresh Wrote: I'm up and running with tracks playing from my DLNA/UPnP server at all PCM bit depths and sample rates, as well as DSD64 and 128.

One curious thing happened after I updated a few internet radio stations, and then tried to export a backup of that. It fails with both Safari and Chrome on macOS, I get dumped to a 404 error page and there is no stations.zip file in my downloads folder afterwards.

I can repro.

Will add to the BUG list to investigate.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#20
(03-14-2022, 02:27 AM)Tim Curtis Wrote:
(03-14-2022, 02:05 AM)swinokur Wrote: I'll give it a whirl sometime this week ... btw, this page is now 404: https://moodeaudio.org/docs/SOURCES.html
(I find it useful to archive the release kernel sources and firmware, just in case...)

Refer to the Developer page at moodeaudio.org. That provides references to guides that explain how the release is built including where the exact sources are obtained.

For anyone else who needs it, here's what I had to track down.
(It is a little involved, you'd only need this if you were building kernel modules)

this link: 
Code:
https://github.com/raspberrypi/rpi-firmware/tarball/<hashid> 
will grab the default firmware tree for the particular hash.

for 5.15.23, the Moode 8 release hash is 9e99d81910722b6f2e086f6d14e592f292bcbb8b

Grab that firmware, inside the archive there will be a git_hash file. In that file is a single hash number that points
at the kernel source tree, which can be grabbed from:
Code:
https://github.com/raspberrypi/linux/archive/<git_hash_id>.tar.gz


Forum Jump: