Page 12 of 18

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:35 pm
by sectroyer
Deus3X wrote: yep, no virtual usb on my tv, i can see it using the ftp
Does your samba share have a password or not?

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:36 pm
by Deus3X
sectroyer wrote:
Deus3X wrote: yep, no virtual usb on my tv, i can see it using the ftp
Does your samba share have a password or not?
have a user and password

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:41 pm
by sectroyer
in vusb put this:

Code: Select all

mkdir /dtv/samba
 insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
$SYSROOT/bin/busybox mount -o "rw,user=YOURUSER,password=YOURPASSWORD,iocharset=utf8 -t  cifs "//YOURSERVEr/YOURSHARE" "/dtv/samba" 
replace needed parts, fix vusb (uncomment insmod), reboot and check if you have any files in /dtv/samba ;)

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:43 pm
by Deus3X
sectroyer wrote:in vusb put this:

Code: Select all

mkdir /dtv/samba
 insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
$SYSROOT/bin/busybox mount -o "rw,user=YOURUSER,password=YOURPASSWORD,iocharset=utf8 -t  cifs "//YOURSERVEr/YOURSHARE" "/dtv/samba" 
replace needed parts, fix vusb (uncomment insmod), reboot and check if you have any files in /dtv/samba ;)
where i have to add this line?

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:47 pm
by sectroyer
Deus3X wrote:
where i have to add this line?
Just before the line you will uncomment ;)

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:54 pm
by Deus3X
sectroyer wrote:
Deus3X wrote:
where i have to add this line?
Just before the line you will uncomment ;)

Code: Select all

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/g_file_storage.ko file=/dtv/vusb >> $LOGFILE 2>&1
now i have no vusb, also using the ftp

on /dtv i have cgi-bin lock WLib www

Re: PVR to network storage

Posted: Fri Jan 02, 2015 5:57 pm
by sectroyer
Deus3X wrote:
now i have no vusb, also using the ftp

on /dtv i have cgi-bin lock WLib www
You did something wrong you should have the vusb :) We had it before commenting :) Fix it !!! :)

Re: PVR to network storage

Posted: Fri Jan 02, 2015 6:00 pm
by Deus3X
sectroyer wrote:
Deus3X wrote:
now i have no vusb, also using the ftp

on /dtv i have cgi-bin lock WLib www
You did something wrong you should have the vusb :) We had it before commenting :) Fix it !!! :)
adding in my vusb.init # before mkdir /dtv/samba and the other added line, i have back vusb working, with my normal samba share

Re: PVR to network storage

Posted: Fri Jan 02, 2015 6:02 pm
by Deus3X
and now i also have usblog :(
don't know what i made wrong

Re: PVR to network storage

Posted: Fri Jan 02, 2015 6:10 pm
by sectroyer
Deus3X wrote:and now i also have usblog :(
don't know what i made wrong
So do you have virtual usb or not ? :)