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: p.s. remember that atm i have removed the edited part from vusb.init and the mout command from samba.init.
if you what that i reenable it and then send this command, tell me and i will do it asap :P
I assumed that :P

Code: Select all

lsmod | grep g_mass

Code: Select all

VDLinux#> lsmod | grep g_mass
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Good, now run this commands:

Code: Select all

 insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
dmesg | tail
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, now run this commands:

Code: Select all

 insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
dmesg | tail

Code: Select all

VDLinux#> insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
insmod: can't read '/mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/g_mass_storage.ko': No such file or directory
VDLinux#> dmesg | tail
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
##### do_setitimer  busybox(1893) 
curr temp = 52
curr temp = 52
curr temp = 52
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, now run this commands:

Code: Select all

 insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
dmesg | tail

Code: Select all

VDLinux#> insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
insmod: can't read '/mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/g_mass_storage.ko': No such file or directory
VDLinux#> dmesg | tail
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
##### do_setitimer  busybox(1893) 
curr temp = 52
curr temp = 52
curr temp = 52
VDLinux#> 
Ahh you are testing it on fucking F:P No wonder...

Code: Select all

ls /mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/
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, now run this commands:

Code: Select all

 insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
dmesg | tail

Code: Select all

VDLinux#> insmod $MOD_DIR/kernel/drivers/usb/gadget/g_mass_storage.ko file=/dtv/vusb
insmod: can't read '/mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/g_mass_storage.ko': No such file or directory
VDLinux#> dmesg | tail
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
curr temp = 52
##### do_setitimer  busybox(1893) 
curr temp = 52
curr temp = 52
curr temp = 52
VDLinux#> 
Ahh you are testing it on fucking F:P No wonder...

Code: Select all

ls /mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/
my poor f series :)

Code: Select all

VDLinux#> ls /mnt/lib/modules/3.0.33/kernel/drivers/usb/gadget/
dummy_hcd.ko        g_file_storage.ko   g_file_storage.ko_  g_sam_multi.ko
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Code: Select all

lsmod | grep g_file
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:

Code: Select all

lsmod | grep g_file

Code: Select all

VDLinux#> lsmod | grep g_file
g_file_storage 20024 0 - Live 0xbf72f000
dummy_hcd 10504 1 g_file_storage, Live 0xbf729000
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:

Code: Select all

lsmod | grep g_file

Code: Select all

VDLinux#> lsmod | grep g_file
g_file_storage 20024 0 - Live 0xbf72f000
dummy_hcd 10504 1 g_file_storage, Live 0xbf729000
VDLinux#> 
ehh f*ck not good :) try disabling this line:

Code: Select all

insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file...
put "#" at the beginning :) Reboot TV and check if "everything works" ;)
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:

Code: Select all

lsmod | grep g_file

Code: Select all

VDLinux#> lsmod | grep g_file
g_file_storage 20024 0 - Live 0xbf72f000
dummy_hcd 10504 1 g_file_storage, Live 0xbf729000
VDLinux#> 
ehh f*ck not good :) try disabling this line:

Code: Select all

insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file...
put "#" at the beginning :) Reboot TV and check if "everything works" ;)
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...
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

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 :)
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 !!!!

Post Reply

Return to “[D] Support”