Page 14 of 34
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Sun Aug 01, 2010 8:12 pm
by arris69
mortimerx wrote:...
Do you have any idea why my TV freezes using 0.03.5?
regards,
morti
the threading has no realy locking and cleanup routines . the starter-library is a prof of concept.
it use threads to get control from - to other processes so may some day it should be easy to implement own media player and other more or less useful stuff
(like change bootloader, revert firmware....) but first it needs a nice working gui and api.
but if you don't start the extensions from your boot script (i am shure the extensions perse won't let hung the tv, just the starterlib do it) you can try to replace the libSamyGO.so with the file SamyGOE.so from older version. (see first post in this thread)
in next days i will release a version that use old starting method per default.
arris
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Tue Aug 10, 2010 9:33 am
by jw1001
Did you read the Wiki? There are separate pages for mounting NFS and Samba, but I have only used the Extensions pack - there, you need to edit the *.init file for the method you are using (e.g. 04_04_samba.init). Open the init file in a Linux-compatible text editor (not Notepad) and enter the specific details where indicated - user, password, and server if you want a fixed address (otherwise the TV will search).
Code: Select all
##### CHANGE MEEEEE !!!!! ######
USER="your_server_username"
PASSWD="your_server_password"
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######
and
For extensions you don't want, I think you can just remove the init file (but don't hold me to that!)
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Thu Aug 12, 2010 3:06 pm
by c74k
if no login and no password set empty ??
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Thu Aug 12, 2010 10:58 pm
by erdem_ua
It doesn't work that way. You needed to put password. Just use 1111 like password if it's hard to remember

Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Sun Aug 15, 2010 5:49 pm
by alaci
My tv is working good with patched firmware (46B651T3P CI+ with 2006FW) but I have a problem.
I tested the NFS and Samba share (Ubuntu Linux server) and everything works but the NFS mount don't follow the symbolic links.
Some folders are in a different partition and I use a symlink.
The Samba shows the symlinked folders but NFS does not show. (My WDTV Live Media Player shows symlinks in NFS share).
What is the solution?
Sorry for my poor English...
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Mon Aug 16, 2010 12:49 am
by erdem_ua
I think this could be handled via nfs permissions on server (and also on client might be.)
I wonder the answer too.
