Page 1 of 1
SamyGO VirtualUSB Extensions (for testing)
Posted: Wed Nov 18, 2009 1:09 am
by arris69
hi,
due grumble about usb-pens and network mounts
for testers:
http://linux.zsolttech.com/Samsung/Samy ... -v0.01.zip
kernel modules and init-script
has timimg problems but if you try it manualy should work.
create a zero filled file:
Code: Select all
dd if=/dev/zero of=/dtv/vusb bs=512 count=4
than load the modules in this order
Code: Select all
insmod dummy_hcd.ko
insmod g_file_storage.ko
may or may not you tv popups notification window about new media, but close it after short time
(yeah, we not realy had usb device)
than try to mount your network shares and write to /dev/usb/log
happy testing
arris
Re: SamyGO VirtualUSB Extensions (for testing)
Posted: Wed Nov 18, 2009 1:26 am
by erdem_ua
Himm, good solution

But I prefer not - dashed names on zip files at release

Re: SamyGO VirtualUSB Extensions (for testing)
Posted: Thu Nov 19, 2009 10:46 pm
by jojomail
It works well. Now I can launch SamyGO Extensions directly from TV Game menu without USB pen plugged in !
Thanks Arris !
Edit :
Until now, i was not able to copy "games" from USB device toward Tv memory because i did not have the ability to select the "Game" with the Yellow Button.
But now, YES I CAN !!! I don't know exactly what i have done, i can just say that i entered this morning in the Service Menu of TV (hiting INFO MENU MUTE and POWER keys successively). I have modify some settings, so i don't exactly know which one has activated the "yellow button" but i think it is the Control/Sub Option/WISELINK WRITE setting that i've turned on.
Re: SamyGO VirtualUSB Extensions (for testing)
Posted: Sat Dec 19, 2009 10:16 pm
by arris69
lyzanxia wrote:I cant find the file anymore on sourceforge?
http://sourceforge.net/projects/samygo/ ... p/download
lyzanxia wrote:
I'm having the problem that the mounts are ok, but i can't see the virtual usbkey on the tv.
using:
#!/bin/sh
#Load cifs.ko module
insmod /mtd_rwarea/cifs.ko
dd if=/dev/zero of=/dtv/vusb bs=512 count=4
insmod /mtd_rwarea/dummy_hcd.ko
sleep 1
insmod /mtd_rwarea/g_file_storage.ko
sleep 10
mkdir -p /dtv/usb/sda4
mkdir -p /dtv/usb/sda4/C
mount -o user=user,password=password -t cifs //192.168.0.105/Movies /dtv/usb/sda4/C
echo "[sde]
Vendor: Linux
Product: SMB_OPIS
Serial: Q80VQLFL
Devpath: 4
Lun: 0
MountDir: / dtv/usb/sda4
FileSystem: ntfs
" >> /dtv/usb/log
Thanks for the help!
try
make the first sleep a bit higher (sleep 2-3)
FileSystem: vfat
arris