I’ve set up a samba share on my Ubuntu Lucid Lynx server, but am unable to connect from within WiiMC 1.0.6 (or MPlayerCE). I am able to browse this share from a Windows and an OSX client.
Here is my smb.conf:
[ global ]
workgroup = WORKGROUP
netbios name = LucidSambaShare
server string = LucidSambaShareString
unix charset = UTF8
hosts allow =
hosts deny =
security = USER
encrypt passwords = yes
max log size = 0
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777
use sendfile = yes
smb ports = 445
[ Downloads ]
comment =
path = /home/vanepelw/Downloads
valid users = vanepelw
read only = yes
guest ok = no
oplocks = no
map archive = no
Does anything look amiss here? Is there a way to see the actual error message that WiiMC is generating? In my samba logs on the server, I am not seeing any failed attempts, etc.
Thanks in advance for your help.