Page 4 of 5

Re: Script: Samba share from multi fixed servers

Posted: Sat May 04, 2013 2:27 pm
by Hoffy
TV is UA32ES6200 (I think)
Firmware is T-MST10PDEUS-1030.0
Would it be a good idea to update firmware, or leave it as is?

Just a quick update.

After 20 minutes, the display still shows loading. The directory /dtv/usb/sdj/smb/10.0.0.100/Harddisk looks like it is completely populated, but the tv will not display a list. Still only loading.

Is there any way to specify directories directly, rather than have it automatically search the whole system every time?

Re: Script: Samba share from multi fixed servers

Posted: Sat May 04, 2013 2:44 pm
by juusso
Plug in fat32 formatted USB and restart TV. Can be we have some issue with virtual usb.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 2:24 am
by Hoffy
Ok. Plugged in a fat32 usb. Loaded and could browse the folders on that.

Restarted tv and still have the loading screen but no browse of the Dreambox.

Will leave it running for a while now and see if it finally sorts out.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 6:09 am
by Hoffy
Still no go.

Left it on the "loading" screen of Allshare for an hour. Came back to still "loading".

What can I do to help solve this issue?

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 6:45 am
by juusso
disable vusb.init script:

Code: Select all

02_04_vusb.init -> 02_04_vusb.init.dis
and boot tv with physical fat32 usb attached.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 9:38 am
by Hoffy
Ok. Followed your instruction. Disabled the vusb script, restarted tv. Plugged in USB with a couple movies on it.

Could browse and play the files on it no problem.

Have now re-enabled the script and restarted tv again. Still no joy with Dreambox shares. :(

Still loading only.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 9:44 am
by juusso
you don't need to reenable vusb.init. if you get shares mounted to physical usb, use this until solution will be found.

no working virtual usb for mst10pdeuc yet.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 10:17 am
by Hoffy
Ahh. Ok.

Cheers for that.

I didn't understand completely.

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 10:55 am
by Hoffy
Sorry to bother you all again.

Can anyone tell me how to mount my Dreambox share on the physical usb now?

I'm guessing I have to change the mount point in samba.init but can't see where.

My physical usb is /dtv/usb/sda1

Re: Script: Samba share from multi fixed servers

Posted: Sun May 05, 2013 11:47 am
by juusso
1. disable vusb.init (rename to vusb.init.dis)
2. edit script and write MOUNT_PATH=your path
im not on pc, check proper variable name

change in samba.init:

Code: Select all

DEST_DIR=$MOUNT_PATH/smb
to

Code: Select all

#DEST_DIR=$MOUNT_PATH/smb
DEST_DIR=/dtv/usb/sda1
or maybe you should mount to some directory instead of root of usb, eg smb:

Code: Select all

DEST_DIR=/dtv/usb/sda1/smb