D5700 Virtual USB Server and shared files

Here for general support for D series TVs, request and problem solve area.

User avatar
juusso
SamyGO Moderator
Posts: 10128
Joined: Sun Mar 07, 2010 6:20 pm

Re: D5700 Virtual USB Server and shared files

Post by juusso »

for sure you have to find your device under Sources, like virtual usb, named sdh :)
To get this you have to dissable vusb script and uncomment rows i wrote you already.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: D5700 Virtual USB Server and shared files

Post by arris69 »

juuso wrote:for sure you have to find your device under Sources, like virtual usb, named sdh :)
To get this you have to dissable vusb script and uncomment rows i wrote you already.
think latest vusb script (from sourceforge svn) supports mount to real usb device (auto detect them) if gadget kernel modules are removed (but then its also required to use again original smbmount nfsmount scripts and not the modified by alex_kall). BUT IN THIS CASE A REAL USB-STORAGE DEVICE MUST BE PLUGGED TO TV!!!

hth
User avatar
maniootek
Posts: 34
Joined: Wed Jan 25, 2012 6:35 am
Location: Poland

Re: D5700 Virtual USB Server and shared files

Post by maniootek »

juuso wrote:for sure you have to find your device under Sources, like virtual usb, named sdh :)
To get this you have to dissable vusb script and uncomment rows i wrote you already.
Ok I did as you said. I can see "sdh" folder in "/dev/usb/" but when I check my Source list on my TV then I can't find anything.
this is the log file contents:

Code: Select all

[sdh]
Vendor : CifsMount
Product : Samba Server
Serial : Q80VQLFH
Devpath : 8
Lun : 0
MountDir : MountPlaceholder/smb
FileSystem : vfat
also I still have disabled those files:

Code: Select all

03_01_fuse.init.dis
03_03_djmount.init.dis
03_03_nfsmount.init.dis
04_04_fusesmb.init.dis
User avatar
juusso
SamyGO Moderator
Posts: 10128
Joined: Sun Mar 07, 2010 6:20 pm

Re: D5700 Virtual USB Server and shared files

Post by juusso »

no ideas :(
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
hazara
Posts: 51
Joined: Wed Jan 11, 2012 1:50 pm

Re: D5700 Virtual USB Server and shared files

Post by hazara »

maniootek wrote:Mounting network shares (samba, nfs, etc.) on Samsung D series with Mstar CPU tested on D5700 by changing virtual usb mounting point to your real usb drive plugged to tv.
If yours virtual usb device with name "Server" ...

This is how to step by step:
1. Disable the following scripts:

Code: Select all

03_01_fuse.init
03_03_djmount.init
03_03_nfsmount.init
04_04_fusesmb.init
v[/code]
Hi,

I think your post is a bit miss leading. I have done exactly as you have written in your post. But after disabling the 4 above mentioned scripts, I can not see the server at all. Initially I though I have mad a lot of changes that might be the problem. But after re-installing the SamyGO freshly for the third time this morning and changing and disabling the scripts by adding ".dis" at the end of the files for the third time, I still can not see the server at all.

I think you have mad some other tweaks before as well, but your forget to document it.

In your earlier post you mentioned that you have metions:
I can see my shares mounted successfully to
Code: Select all
\dtv\usb\sda1\smb\192.168.0.10\...


What changes have you made before you were able to see your share mount?

This is the content of usblog from /../dtv/usb/ after disabling only 03_03_djmount.init.

Code: Select all

[sda]
Vendor : Kingston
Product : DT 100 G2       
Serial : 0019E06B07AEBAC0275
Devpath : 2
Lun : 0
ScsiDevicePath : /dev/sda1
MountDir : /dtv/usb/sda1
FileSystem : vfat

[sdc]
Vendor : Home
Product : Server
Serial : 30122011
Devpath : 7
Lun : 0
ScsiDevicePath : /dev/sdc1
MountDir : /dtv/usb/sda1/nfs
FileSystem : vfat
Your help is really appreciated
Last edited by hazara on Sun Mar 11, 2012 12:48 pm, edited 1 time in total.
User avatar
maniootek
Posts: 34
Joined: Wed Jan 25, 2012 6:35 am
Location: Poland

Re: D5700 Virtual USB Server and shared files

Post by maniootek »

hazara wrote:Hi,

I think your post is a bit miss leading. (...)
03_03_nfsmount.init file is responsible to show up the virtual usb drive called "Server" which is default place to mount all shares. For me this "Server" doesn't work properly because it gets freezing with "Loading..." message. That's why I disabled that file to get rid of that "Server". All what I do now is to change mounting point from "Server" to USB Drive plugged to TV.
hazara wrote:What changes have you made before you were able to see your share mount?
You don't really do anything to see mounted shares. Just enable SamyGo and connect via ftp and go to"/dtv/usb/" and it should be in "sda1" folder. Example:

Code: Select all

\dtv\usb\sda1\smb\192.168.0.10\...
If you want speed up this process just disable all files which I mentioned in my previously post.

All what we need to do now is to change that "sda1" device which is virtual usb device to your real device which is plugged to your tv (for me it was "sda4" device).
Now all my shares are mounted here:

Code: Select all

\dtv\usb\sda4\smb\192.168.0.10\...
hazara
Posts: 51
Joined: Wed Jan 11, 2012 1:50 pm

Re: D5700 Virtual USB Server and shared files

Post by hazara »

Hi,
maniootek wrote: If you want speed up this process just disable all files which I mentioned in my previously post.
All what we need to do now is to change that "sda1" device which is virtual usb device to your real device which is plugged to your tv (for me it was "sda4" device).
Now all my shares are mounted here:

Code: Select all

\dtv\usb\sda4\smb\192.168.0.10\...
I have disable all the 4 files, but the samba share is not mounted. I have also edited the samba.init file and supplied with the user name password, still no result. One thing to keep in mind is that I am running xp and the shares are not password protected! Do I need to run anything extra on win xp?

Last night I was going through the code of the scripts and all the three scripts (i.e. nfsmount, djmount and samba) are supposed to create a folder/directory under the /dtv/usb/sdx/...

After running Samygo with and without the scripts, there is NOT ANY SUBFOLDERS/DIRECTORY under /dtv/usb/sdx/.

Another thing that I found is that there is vusb file with 500k size which is the result of this line (line 28)

Code: Select all

mkfs.vfat -C /dtv/vusb 500
in 02_04_vusb.init. I think that line should create a file-systerm rather than a file! Please someone correct me there!

What I do not understand is that where is the result of this line of code in samba.init:

Code: Select all

DEST_DIR=$MOUNT_PATH/smb
This code should create a directory/subfolder under the vusb.

Can some one shade a bit light please?

PS: after the last tweaking my tv, it is changed to Australia and New Zeland and now I do not have the HD channels which is in UK. My tv is Ue32d5520 which I have changed to d5700. Some how I have changed somthing I don't what it is now changed UA/UP32d5700!! The firmware is 001019
User avatar
maniootek
Posts: 34
Joined: Wed Jan 25, 2012 6:35 am
Location: Poland

Re: D5700 Virtual USB Server and shared files

Post by maniootek »

Make sure that your shares are visible from other device like another pc also reset your SamyGo (install again) and disable all 4 files and check via ftp if any folders appeared in /dtv/usb/sda...
hazara
Posts: 51
Joined: Wed Jan 11, 2012 1:50 pm

Re: D5700 Virtual USB Server and shared files

Post by hazara »

maniootek wrote:Make sure that your shares are visible from other device like another pc also reset your SamyGo (install again) and disable all 4 files and check via ftp if any folders appeared in /dtv/usb/sda...
1. I can ftp from both laptop and desktop to TV.
2. PC shares are visible from Laptop
3. All the 4 files mentioned are disabled.

samba share is not mounted and there is not folder/directory named smb under /dtv/usb/sda1
User avatar
maniootek
Posts: 34
Joined: Wed Jan 25, 2012 6:35 am
Location: Poland

Re: D5700 Virtual USB Server and shared files

Post by maniootek »

Try this:

Code: Select all

http://IP_OF_YOUR_TV/cgi-bin/test.cgi
and check if you see anything under

Code: Select all

/mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init start stop
You can also try to add this line:

Code: Select all

mkdir /dtv/usb/test
to end of this file: "04_04_samba.init"

Now save this file, restart tv and samygo and check via ftp if there is new folder in "dtv/usb/test"
If you can successfully see that foler then that mean that all samba file were loaded. Otherwise we will try to find another issue.

Also delete those files:
/mtd_contents/database/Ace.dat
/mtd_contents/database/Ace.log

Post Reply

Return to “[D] Support”