Re: PVR to network storage
Posted: Fri Jan 02, 2015 5:35 pm
Does your samba share have a password or not?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?Deus3X wrote: yep, no virtual usb on my tv, i can see it using the ftp
have a user and passwordsectroyer wrote:Does your samba share have a password or not?Deus3X wrote: yep, no virtual usb on my tv, i can see it using the ftp
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"
where i have to add this line?sectroyer wrote:in vusb put this:replace needed parts, fix vusb (uncomment insmod), reboot and check if you have any files in /dtv/sambaCode: 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"
Just before the line you will uncommentDeus3X wrote:
where i have to add this line?
sectroyer wrote:Just before the line you will uncommentDeus3X wrote:
where i have to add this line?
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
You did something wrong you should have the vusbDeus3X wrote:
now i have no vusb, also using the ftp
on /dtv i have cgi-bin lock WLib www
adding in my vusb.init # before mkdir /dtv/samba and the other added line, i have back vusb working, with my normal samba sharesectroyer wrote:You did something wrong you should have the vusbDeus3X wrote:
now i have no vusb, also using the ftp
on /dtv i have cgi-bin lock WLib wwwWe had it before commenting
Fix it !!!
So do you have virtual usb or not ?Deus3X wrote:and now i also have usblog
don't know what i made wrong