[solved] FX2490HD, B2230HD support? - rooted!

Forum for your Monitor questions instead of TVs

victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Thanks a lot katers2, it worked like a charm. :)
I still have the problem of reliability. The playback of a video shared via CIFS stops after 2 minutes, more or less.

SamyGO extensions don't seem to work. No telnet/telnetd access nor virtual usb support. I think they are enabled by default in the init scripts.
Someone got it working on this hardware? Maybe @arris69 has some clues?
I'm using MSTAR extensions from http://sourceforge.net/projects/samygo/ ... lications/

All the best,
Victorlop2

katers2 wrote:Seems to be a known bug in cifs module ...

Try:

Code: Select all

#!/bin/sh
shareip=192.168.0.xxx
while :; do if !(ping -c 2 $shareip | grep -c "100%" 1>/dev/null) then
 mount -o User=xxx,password=xxx,ro,soft,udp,nolock,rsize=32768,wsize=32768 -t cifs //$shareip/Share  $1/Share &
break
fi
sleep 30
done
sleep 5
 echo samba mount succesful:
mount | grep cifs
victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Hi all!,
The reliability issue is solved. :-)
I switched from the crappy usb stick I was using to a better one, and it solved the problem.
Also I noticed that if the usb stick is not in the first port of the hub the playback stops after a while.

All the best,
victorlop2
victorlop2 wrote:Thanks a lot katers2, it worked like a charm. :)
I still have the problem of reliability. The playback of a video shared via CIFS stops after 2 minutes, more or less.

SamyGO extensions don't seem to work. No telnet/telnetd access nor virtual usb support. I think they are enabled by default in the init scripts.
Someone got it working on this hardware? Maybe @arris69 has some clues?
I'm using MSTAR extensions from http://sourceforge.net/projects/samygo/ ... lications/

All the best,
Victorlop2

katers2 wrote:Seems to be a known bug in cifs module ...

Try:

Code: Select all

#!/bin/sh
shareip=192.168.0.xxx
while :; do if !(ping -c 2 $shareip | grep -c "100%" 1>/dev/null) then
 mount -o User=xxx,password=xxx,ro,soft,udp,nolock,rsize=32768,wsize=32768 -t cifs //$shareip/Share  $1/Share &
break
fi
sleep 30
done
sleep 5
 echo samba mount succesful:
mount | grep cifs
victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Hi!
Currently I'm also working on the VUSB. I'm cheking the init script in SamyGO extensions.
I think we could try also the method proposed here:
http://wiki.samygo.tv/index.php5/Mounti ... ypass_DLNA

Since we have no telnet access is really slow testing scripts, because I have to send output to text files and then plug the USB stick into the computer. :(
I will let you know if I make some progress.

All the best,

Victorlop2

katers2 wrote:Great!!! Now we just have to get vusb working that we don't need a hub anymore...
victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Hi all!,
I used the method explained here:
http://forum.samygo.tv/viewtopic.php?f=13&t=1076
katers2, with the method you used you have telnet access from the hack, but not from SamyGO extension.
With SamyGO extensions you should have telnetd access at port 22.

All the best,

victorlop2

[EDIT] I check telnetd access and it's working now. ;)
yepp
Posts: 43
Joined: Sat Oct 08, 2011 1:06 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by yepp »

victorlop2 wrote:Hi all!,
The reliability issue is solved. :-)
I switched from the crappy usb stick I was using to a better one, and it solved the problem.
FullHD mkv file playing fine?
which one do you have FX2490HD or B2230HD?
on my B2230HD fullhd mkv stops every few seconds over cifs or nfs.
only DLNA working fine.
victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Hi yepp!,
I have tested a mkv file. Resolution: 1200x720.
Mounted on cifs and ti works fine, but I have some flickering when there are scenes with a lot of motion.
Nevertheless, it does not stop. I'm using a server connected via WIFI. I will test it also with a server directly connected to the router with a cable.
I'm using a FX2490HD monitor.

All the best,

victorlop2
victorlop2
Posts: 29
Joined: Sat Nov 05, 2011 6:56 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by victorlop2 »

Hi yeep!,
More testing conducted.
I made a test by using the same MKV video file, but with my C7000.
The difference here (apart from the hardware of the TV) is that it is directly connected to the router via cable.
The server for CIFS was connected via WIFI.
It works perfect! No flickering at all.
Now I have to make one last test connecting the server directly to the router via cable and the FX2490HD via WIFI.
I wonder if the stuttering is because of bandwidth or just because the FX2490HD hardware is not enough to decode those files with a very high resolution (1200x720).
I will let you know.

All the best,

victorlop2
yepp
Posts: 43
Joined: Sat Oct 08, 2011 1:06 pm

Re: [solved] FX2490HD, B2230HD support? - rooted!

Post by yepp »

I only have problem with 1080P over cifs and nfs on B2230HD.
1080P over DLNA works fine.

On Samsung C650 1080P mkv files over cifs and nfs works fine.
All hardware connected over wifi, few meters from router.

Post Reply

Return to “Monitors”