03-14-2022, 12:33 AM
Try specifying a specific Vers= in the mount flags.
Thank you for your donation!
Official moOde 8 support thread
|
03-14-2022, 12:33 AM
Try specifying a specific Vers= in the mount flags.
03-14-2022, 12:40 AM
(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
03-14-2022, 12:45 AM
(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. (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. My NAS music source is not detected at all; mount of the SMB share fails
03-14-2022, 01:55 AM
no longer see the radio folder
03-14-2022, 02:05 AM
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...)
03-14-2022, 02:17 AM
(This post was last modified: 03-14-2022, 02:22 AM by MikeyFresh.)
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.
03-14-2022, 02:27 AM
(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 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.
03-14-2022, 02:30 AM
(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. I can repro. Will add to the BUG list to investigate. (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 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> 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 |
« Next Oldest | Next Newest »
|