Page 3 of 17
					
				Re: SamyGO Extensions [v0.03.6 rc] for c-series
				Posted: Wed Nov 10, 2010 3:30 pm
				by arris69
				maciejs20 wrote:Hi
There are some problems with recent version of SamyGO extensions on C650:
1. VUSB problem.
...
So VUSB does not work.
Also, /dtv/SGO.env lacks MOD_DIR="/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8" or similar definition for VUSB to run.
2. busybox problem
...
---
cifs module loads properly and cifs mount works OK.
regards
Maciej
thnx for the report:
vusb seems to be "broken" in this kernel or conflicts with soc, but the message should be something about can't claim resource and not device busy.
btw. its not required than we have to use real usb-storage device for now to get programs started on tv.
if /dtv/SGO.env don't has entry for MOD_DIR start pls. SamyGO/rcSGO with
Code: Select all
sh -x <usbmountpoint>/SamyGO/rcSGO &
from command line and send me the output.
for busybox, strace and gdb are also shipped with extensions  
 
as quick workaround you can replace busybox with the version compiled by timoo 
here?
shipped version is ok for b and a series, so i wait for patches  
 
arris
 
			 
			
					
				Re: SamyGO Extensions [v0.03.6 rc] for c-series
				Posted: Wed Nov 10, 2010 6:30 pm
				by arris69
				timreynaert wrote:Hello,
This is working for virtual usb for nfs:
Code: Select all
echo "[sdd]
Vendor : Linux
Product : NAS
Serial : Q80VQLFL
Devpath : nfs
Lun : 0
ScsiDevicePath : /dev/sdd1
MountDir : /dtv/usb/sda1/nfs
FileSystem : nfs
" >> /dtv/usb/usblog
Thanks for the extentions.
 
thnx
but question is do you need the entry in usblog? if you mount your nfs to /dtv/usb/sda1/nfs than its mounted to usb-pen so you can access it from media player if you select your usb-pen and go to folder nfs. or show the tv some kind of popup window if you do the echo... to /dtv/usb/usblog?
the "real" virtual usb part (dummy_hcd.ko and g_file_storage.ko, non working on c series for now) where required if there is no usb-pen attached to tv, then in this case exeDSP ignores entries from /dtv/usb/usblog file.
thnx
arris
 
			 
			
					
				Re: SamyGO Extensions [v0.03.6 rc] for c-series
				Posted: Wed Nov 10, 2010 6:41 pm
				by arris69
				robvb wrote:Arris, this is my output with a 32c6700
~ # ./dtv/usb/sda1/SamyGO/rcSGO  ----- I type this line in telnet to start rcSGO ----
 
this is my output with revision 6
/...
regards rob
ps      samba, ftp,  winscp (scp), pvr function work just fine   /  
         only thing missing is autostart in telnet run.sh script ?   linux noob   

 
you forgot to pass sh -x before the command but not so important if other parts are working  

 messages are ok -> normal condition
why you need telnet if you have ssh?
scp files to tv is realy working? (never tested it  

 )
somebody an idea why
Code: Select all
'/proc/scsi/scsi': No such file or directory
  
  
  
  
  
 
thnx
arris
 
			 
			
					
				Re: SamyGO Extensions [v0.03.6 rc] for c-series
				Posted: Wed Nov 10, 2010 6:55 pm
				by arris69
				timreynaert wrote:Hello,
....
Edit:
When you place the code in 03_03_nfsmount.init at the end of the function do_mount() it works automatically  
The problem now is that rcSGO don't start when I place sh +X /dtv/usb/sda1/SamyGO/rcSGO in run.sh, I have to run it manually from telnet :s
Anny solutions?
 
the old code is in 03_03_nfsmount.init (firs 2 comment lines in do_mount) needs some changes i have to test what b series tv do if we write in new syntax to log file.
EDIT: no need to test for b series latest version don't need to write to log file on this devices.
for start:
1. exact command line: (case sensitive!!!)
Code: Select all
sh +x /dtv/usb/sda1/SamyGO/rcSGO &
or
or
you can also try to delete the line 
 in SamyGO/rcSGO script
arris