Script: Samba share from multi fixed servers
Re: Script: Samba share from multi fixed servers
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?
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
Plug in fat32 formatted USB and restart TV. Can be we have some issue with virtual usb.
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
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
Re: Script: Samba share from multi fixed servers
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.
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
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?
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
disable vusb.init script:
and boot tv with physical fat32 usb attached.
Code: Select all
02_04_vusb.init -> 02_04_vusb.init.dis
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
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
Re: Script: Samba share from multi fixed servers
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.
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
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.
no working virtual usb for mst10pdeuc yet.
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
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
Re: Script: Samba share from multi fixed servers
Ahh. Ok.
Cheers for that.
I didn't understand completely.
Cheers for that.
I didn't understand completely.
Re: Script: Samba share from multi fixed servers
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
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
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:
to
or maybe you should mount to some directory instead of root of usb, eg smb:
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
Code: Select all
#DEST_DIR=$MOUNT_PATH/smb
DEST_DIR=/dtv/usb/sda1
Code: Select all
DEST_DIR=/dtv/usb/sda1/smb
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
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