fluffi444 wrote:Very early in my SamyGo life I wanted to change the Name "SamyGO Virt." (shown in Devices) and changed all SamyGO Virt. in vusb.init to "SamyGO USB"
But this didn't help... After some search I changed the "SamyGO Virt." in "g_file_storage.ko" also (mnt\lib\modules\2.6.35.13\kernel\drivers\usb\gadget) Line 365.
This was the key...
Funny that for me just changing product name in vusb.init is enough...
More funny, I've no g_file_storage.ko module at all, I've even no /usb folder in /kernel/drivers nor any of the requested modules in vusb.init script:
Code: Select all
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/usb/gadget/dummy_hcd.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/usb/gadget/g_file_storage.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/mstar/usb/gadget/g_file_storage.ko': No such file or directory
It seems the big first half of vusb.init script does not concern me, so I've disabled most of it and saved 5 seconds on startup including "sleep 2, sleep 3" (of course virtual usb still works

)
Then, trying to understand, I've set other product names:
-"SamyGO Virt" (without dot) -> no slowness, so Samsung is not slowing virtual USB by detecting "SamyGO" word
-"Net Work." -> still as fast, space in the middle or dot at the end cause no problems
Seeing that after doing 30000+ files sharing try, my virtual USB titled "Network" is now slower by 2-3 seconds on "black screen/loading..." even reverting to previous number of shared files, my conclusion for now is that there must be some sort of cache for a specific product name that become saturated.
So, setting a "fresh" product name accelerate considerably things. But maybe I'm wrong...
edit: @Lordbyte
Not sure but I may be the only one concerned. Again, my TV seems a bit exotic
