Re: No nfs access anymore. Change mount.sh from nfs to samba
Posted: Sat Feb 05, 2011 7:50 pm
make sleep 10 intead of 5. Might you need more time to insmod dumy_hcd and vusb...
But as you said, you can see files on NAS, just TV freezes trying to play it...
And what is false in your script - you need insmod modules only once, why this code repeats here twice?
You get two virtual gadgets? Try use one.
But as you said, you can see files on NAS, just TV freezes trying to play it...
And what is false in your script - you need insmod modules only once, why this code repeats here twice?
Code: Select all
# Install VUSB
insmod /mtd_rwarea/modules/dummy_hcd.ko
sleep 5
insmod /mtd_rwarea/modules/g_file_storage.ko file=/mtd_rwarea/vusb.image
sleep 5