PVR to network storage

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

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: have to add also your edit on vsub init?
what about the mount command on samba script? my edit on your command was crap :P but the first time your command was made with the real usb connected...
Lol can you simply do what I ask:P Don't do anything else :)
:) :) :)

Code: Select all

# 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 »

Deus3X wrote: :) :) :)

Code: Select all

# insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1
very,very good :) Did it work?
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: :) :) :)

Code: Select all

# insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1
very,very good :) Did it work?
what have to work?

now i have no vusb on my tv, but if use ftp i can see /dtv/usb/sdj/smb
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote: now i have no vusb on my tv, but if use ftp i can see /dtv/usb/sdj/smb
he,he run this:

Code: Select all

cat /dtv/usb/usblog
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: now i have no vusb on my tv, but if use ftp i can see /dtv/usb/sdj/smb
he,he run this:

Code: Select all

cat /dtv/usb/usblog

Code: Select all

VDLinux#> cat /dtv/usb/usblog
cat: can't open '/dtv/usb/usblog': No such file or directory
VDLinux#> 
Very strange... find this:

Code: Select all

<<<<<< HERE   
 if [ "$dev" == "sdj" ] ; then
        # make [usb]log
         $(echo -e "[${dev}]\nVendor : SamyGO Virt.\nProduct : SamyGO Virt.\n\
Serial : Q80VQLFK\nDevpath : 11\nLun : 0\nScsiDevicePath : /dev/${dev}\nMountDir : /dtv/usb/${dev}\nFileSystem : vfat\n" >> /dtv/usb/usblog)
    mkdir -p /dtv/usb/${dev}
    fi
where HERE is put this:

Code: Select all

 dev=sdj
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

Code: Select all

dev=sdj
	if [ "$dev" == "sdj" ] ; then
		# make [usb]log
		 $(echo -e "[${dev}]\nVendor : SamyGO Virt.\nProduct : SamyGO Virt.\n\
Serial : Q80VQLFK\nDevpath : 11\nLun : 0\nScsiDevicePath : /dev/${dev}\nMountDir : /dtv/usb/${dev}\nFileSystem : vfat\n" >> /dtv/usb/usblog)
	mkdir -p /dtv/usb/${dev}
	fi
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Yeah. Very good and what are the results 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:Yeah. Very good and what are the results now?
same result :(

Code: Select all

VDLinux#> cat /dtv/usb/usblog
cat: can't open '/dtv/usb/usblog': No such file or directory
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:Yeah. Very good and what are the results now?
same result :(

Code: Select all

VDLinux#> cat /dtv/usb/usblog
cat: can't open '/dtv/usb/usblog': No such file or directory
VDLinux#> 
and no virtual usb? :)
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:Yeah. Very good and what are the results now?
same result :(

Code: Select all

VDLinux#> cat /dtv/usb/usblog
cat: can't open '/dtv/usb/usblog': No such file or directory
VDLinux#> 
and no virtual usb? :)
yep, no virtual usb on my tv, i can see it using the ftp

Post Reply

Return to “[D] Support”