PVR to network storage

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

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote:p.s. i had the dude if was needed to set the command with "SECRETUSER" and "SECRETPASS" :P so i made the test 1 times with the real user and pass and the second time with secretuser secretpass :P :P
Anyway the result was the same :P
NFI what you mean :D You have to have correct user/pass in command I gave you. Also when you have rec img in /dtv/samba what is the result of this command:

Code: Select all

cat /dtv/usb/usblog
?
Is the TV stable now ?
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote:p.s. i had the dude if was needed to set the command with "SECRETUSER" and "SECRETPASS" :P so i made the test 1 times with the real user and pass and the second time with secretuser secretpass :P :P
Anyway the result was the same :P
NFI what you mean :D You have to have correct user/pass in command I gave you. Also when you have rec img in /dtv/samba what is the result of this command:

Code: Select all

cat /dtv/usb/usblog
?
Is the TV stable now ?
:)

Code: Select all

VDLinux#> cat /dtv/usb/usblog
[sda]
Vendor : SamyGO  
Product : Virt. USB       
Serial : None
Devpath : 7-1
Lun : 0
ScsiDevicePath : /dev/sda
MountDir : /dtv/usb/sda
FileSystem : vfat
if i hit on rec the tv tells me "less then 1 gb or reed only".
atm the tv seams stable.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Good very good so far. Now run this:

Code: Select all

ls /dtv/samba
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:Good very good so far. Now run this:

Code: Select all

ls /dtv/samba
nice to know that is a good news :P

Code: Select all

VDLinux#> ls /dtv/samba
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote:
sectroyer wrote:Good very good so far. Now run this:

Code: Select all

ls /dtv/samba
nice to know that is a good news :P

Code: Select all

VDLinux#> ls /dtv/samba
VDLinux#> 
you disabled mounting in /dtv/samba?
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote:
sectroyer wrote:Good very good so far. Now run this:

Code: Select all

ls /dtv/samba
nice to know that is a good news :P

Code: Select all

VDLinux#> ls /dtv/samba
VDLinux#> 
you disabled mounting in /dtv/samba?
no

Code: Select all

echo "++++++++++++++++++++" >> $LOGFILE
		echo "vusb things to test:" >> $LOGFILE
		mkdir /dtv/samba
       		insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
      		$SYSROOT/bin/busybox mount -o "rw,user=Deus,password=buona,iocharset=utf8" -t  cifs "//192.168.2.33/REG_TV" "/dtv/samba"
		insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko >> $LOGFILE 2>&1
		sleep 2; sync

		# insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko
		insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Okay I know what happened. Please try renaming 02_06_crypto_load.init to 02_03_crypto_load.init. That should do the trick :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:Okay I know what happened. Please try renaming 02_06_crypto_load.init to 02_03_crypto_load.init. That should do the trick :)

Code: Select all

[R1] Failed to rename /mnt/etc/init.d/02_06_crypto_load.init
is not possible to rename this file using ftp?
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

Deus3X wrote:
sectroyer wrote:Okay I know what happened. Please try renaming 02_06_crypto_load.init to 02_03_crypto_load.init. That should do the trick :)

Code: Select all

[R1] Failed to rename /mnt/etc/init.d/02_06_crypto_load.init
is not possible to rename this file using ftp?
done, don't know what last time i got an error :P
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

now i can see the REG_TV file on samba (using ftp), reg.img, but if i hit rec i have always the same error... less then 1gb..

Post Reply

Return to “[D] Support”