SMB shares don't work at all now?!
#1
just installed the new 2004-01-02 build of xbmc and now my smb shares don't work at all! yes i did change the syntax to:

smb://workgroup;user:pass@computername/sharename

the sample xml uses domain instead of workgroup, by i don't have a domain in my local network, i use a workgroup.

good ol' xbmp 2.4 does still work with smb shares.

joost
#2
well a domain is pretty the same as a workgroup (only managed by a server). just enter your workgroup as domain or remove domain; from the line (it will work without this info in workgroups).
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
#3
well, that's what i did, and it doesn't work. it takes about 10 seconds for en empty folder to appear when i click on a smb share in 'my videos'. the smb shares worked fine with the 2003-12-08 build. with the new version all i did was change the syntax.
#4
are you sure you did not set a workgoup after the @?
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
#5
yes 100% positive. i've changed the syntax carefully. cut & paste from my .xml file:

<bookmark>
<name>john</name>
<path>smb://workgroup;guest:guest@pcjohn/movies</path>
</bookmark>
#6
you positive you have allowed guest user access?

also, remove the workgroup so that you have:

smb://guest:guest@pcjohn/movies

ts
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#7
i've got the identical problem.

have a linux server sharing files to the xbox. worked fine under 12-31 build but not under 01-02 build.

changed the syntax to match the new format and tried with and without the workgroup name.

any ideas?

first post - by the way, i think xbmc is excellent - keep up the good work!
#8
no luck either. i'm also 100% positive that the credentials are correct, because the exact same shares do work with xbmp 2.4 at the moment. they just don't work with xbmc latest cvs.
#9
no problems for me, using smb on a w2k3 server, and its fast. if this version of smb does get rid of the old problems, looks like i can do away with relax :d

is there a list of features/improvements this version of smb gives us?
#10
could you try using an ip adres instead of your netbios name?

like smb://workgroup;guest:[email protected]/movies

also try smb://ip-adres and see what it gives ( and make sure you have enabled the guest account
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
#11
(darkie @ jan. 02 2004,19:59 Wrote:could you try using an ip adres instead of your netbios name?

like smb://workgroup;guest:[email protected]/movies
yes, that works!
#12
are you using windows xp / 2000 / ? or linux ?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
#13
i have different servers, one running w2k, and a few running winxp, none work with the name, only ip.
#14
no problem for me too. so again for ll with issues this is the right syntax:

without a domain you can skip the wrokgroup info:
Quote:    <bookmark>
     <name>meta</name>
   <path>smb://user:pass@mypc/myshare</path>
   </bookmark>
with a domain it will look like this:
Quote:    <bookmark>
     <name>meta</name>
   <path>smb://mydomain;user:pass@mypc/myshare</path>
   </bookmark>
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
#15
(joostk @ jan. 02 2004,21:11 Wrote:i have different servers, one running w2k, and a few running winxp, none work with the name, only ip.
guess you don't have a nameserver st in the config (or a wrong ip). set nameserver to your routers ip or to the ip of a pc in your network that is up and running most of the time.
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!

Logout Mark Read Team Forum Stats Members Help
SMB shares don't work at all now?!0