![]() |
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) |
Official moOde 8 support thread - Tim Curtis - 03-13-2022 Hi, Post all bug reports and questions concerning moOde 8 in this thread. Please paste log output, scripts, etc in code boxes for readability. -Tim RE: Official moOde 8 support thread - mheds5116 - 03-13-2022 Christmas in March! Setting up the image on the first of my moOde Pi's. Can't wait to start playing/listening to it. Thanks! RE: Official moOde 8 support thread - philrandal - 03-13-2022 Code: uname -a Looks like the kernel is not immune to the "Dirty Pipe" vulnerability, which was fixed in kernel 5.15.25. https://dirtypipe.cm4all.com/ Any chance of an update to fix this? I can use rpi-update to work around this in my environment, but others may find things break if they go down that route. Otherwise, it looks good so far. Thanks Tim and the team, Phil RE: Official moOde 8 support thread - Tim Curtis - 03-13-2022 We will prolly do a kernel bump in the first in-place update. RE: Official moOde 8 support thread - TheOldPresbyope - 03-13-2022 Re: updating the kernel Here's a data point. I installed moOde 8 on a Pi Zero 2 W. This works fine with my Creative USB BT-W2 adapter / Sennheiser headphones. Ran sudo rpi-update This takes me to kernel 5.15.27-v7+ moOde 8 and the Creative adapter continue to work fine. I'll try the update on my RPi 4B / Khadas Tone 1 Board later tonight. Regards, Kent RE: Official moOde 8 support thread - Tim Curtis - 03-14-2022 The main issue with updating the kernel is that it won't include the 4 patched drivers that we ship with a release. Kernel drivers are compiled to a specific kernel version. If you don't need the capabilities that these patched drivers provide then its a non-issue. Patched drivers Code: aloop Add 384K rate Another issue with bumping the kernel is that there can be other types of breakage. It's always best to stay with the kernel version that ships with a given moOde release because it's the one that is used during testing by the crew and its the one that we provide support and troubleshooting for :-) RE: Official moOde 8 support thread - carmol - 03-14-2022 smb music source not mounting anymore; same share in v.7 worked flawlessy flags are ro,dir_mode=0777,file_mode=0777,vers=1.0 here the log: 20220314 004429 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)) here dmesg: [ 24.895241] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers [ 24.895260] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers [ 24.895273] CIFS: Attempting to mount \\192.168.1.1\usb1_sda1 [ 25.044161] CIFS: VFS: \\192.168.1.1 failed to connect to IPC (rc=-6) [ 25.045225] CIFS: VFS: cifs_mount failed w/return code = -6 [ 25.045387] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers RE: Official moOde 8 support thread - Tim Curtis - 03-14-2022 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. RE: Official moOde 8 support thread - Lizard_King - 03-14-2022 Downloaded, installing it soon. RE: Official moOde 8 support thread - carmol - 03-14-2022 (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. it dont work 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)) [ 2777.355272] CIFS: Attempting to mount \\192.168.1.1\usb1_sda1 [ 2777.361217] CIFS: VFS: \\192.168.1.1 failed to connect to IPC (rc=-6) [ 2777.362123] CIFS: VFS: cifs_mount failed w/return code = -6 [ 2777.362275] Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers |