RuneAudio / RuneUI

RuneAudio Player User Interface
GNU General Public License v3.0
186 stars 74 forks source link

cifs mount problem #89

Open metasystem opened 4 years ago

metasystem commented 4 years ago

Hi, impossible to mount cifs share (samba on archlinux) with: mount error(95): Operation not supported Problem solved with : vers=3.0 option added to manual cifs mounting option. I think it would be interesting to add option on ui scripts. Cordially.

gearhead commented 4 years ago

Which image are you running?

metasystem commented 4 years ago

RuneAudio_rpi_0.3-beta_20141029

metasystem commented 4 years ago

new problem added with vers=3.0 added. possibly errors on samba, playing stop and next track on many title, errors on updating folders, tracks disappears and appears on each update. Possibly samba version?

gearhead commented 4 years ago

I believe the later version, 0.5b, will brute force the version. It starts with the highest and tries each successive until it gets a connect. You may want to try it.

gearhead commented 4 years ago

https://www.runeaudio.com/forum/runeaudio-0-5-beta-for-all-raspberry-pi-models-t6532.html

metasystem commented 4 years ago

upgrade done, but issue still present. tracks jump and already need to add vers=3.0 to natively use actual smb/archlinux repo version

nerdoc commented 3 years ago

you mean on your client (Arch linux) you can't mount the runeaudio server's samba share with the error message you wrote? Does installing smb (pacman -S gvfs-smb) help?