interzona / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

SMB Share with Freecom NAS #646

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.Configure SMB1 as:
#Samba share1  (smb1:/)
ip1=192.168.1.105 
share1=Movies
user1=
pass1=

#Samba share2  (smb2:/)
ip1=FND
share1=Movies
user1=
pass1=

192.168.1.105 is the ip I put in to get to the Administrator page where I
can manage users for FTP/SMB shares etc.

I also tried putting in the network name "FND"

What version of the product are you using?

MPlayer CE 0.76

Tell us about your system. Such as the purchase date, hardware or software
modifications and updates.

Windows Vista, Freecom Network Drive

The weird thing is, I DO have it working with a map that's on my laptop's
HDD, but for some reason I get "error connecting to SMB" when I try to
connect to my NAS.

debug_network=yes

Results;

Mounting SMB
Error mounting smb (41ms)

Also, I can browse to \\fnd\Movies without any problems from my laptop.

I hope anyone can help me out on this.

Original issue reported on code.google.com by popo...@gmail.com on 12 Feb 2010 at 1:45

GoogleCodeExporter commented 8 years ago
try beta on download section

Original comment by rodries@gmail.com on 12 Feb 2010 at 3:18

GoogleCodeExporter commented 8 years ago
I have the same problem.

my nas: WD mybook world edition.
mplayer_ce wont connect via SMB.
mplayer version both 0.76 and 0.77 tried

on the server side,log said:

lib/util_sock.c:read_data(534)
  read_data: read failure for 4 bytes to client xxx.xxx.xxx.xxx . Error = Connection
reset by peer

but laptop was ok to connect.

i've spent all day try fixing the problem.but no luck.

maybe you should update to a newer library to connect to a samba server?

Original comment by laurent.su@gmail.com on 12 Feb 2010 at 5:08

GoogleCodeExporter commented 8 years ago
I have the same problem with the freecom nas.
i am able to connect the wii via wlan and SMB to my computer, also computer to 
nas is 
working well, but wii to freecom nas isn't working.

has someone solved the problem with a freecom nas ?

Original comment by weinvier...@gmail.com on 21 Mar 2010 at 3:13

GoogleCodeExporter commented 8 years ago
Problem SOLVED!
forget using samba with the freecom nas, use ftp.
create a ftp user with pass at the nas by freecom webinterface.
ftp status: enable port: 21

edit ftp.conf like mine:
ip3=10.0.0.10
share3=Public
user3=***
pass3=***
passive3=0

try it - it works!

Original comment by weinvier...@gmail.com on 19 Apr 2010 at 7:17

GoogleCodeExporter commented 8 years ago
try this beta:
http://www.mediafire.com/?zfngmhlnxzt

if you can get a tcpdump I can fix it for sure

Original comment by rodries@gmail.com on 20 Apr 2010 at 10:55