Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.

View Entry Info: Different remote button actions

Category:
Possible Bug
What ViX Image build number are you using?
Please provide your ViX Team image build number. Menu > Information > About > Build number > ENTER THIS NUMBER e.g. 4.2.028
Have you tried a flash WITHOUT settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
Yes
Have you tried a flash WITH settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Attachments
Page 6 of 6 FirstFirst ... 456
Results 76 to 87 of 87

Thread: Different remote button actions

  1. #76

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    No that crash is again base 16.

    i attach a log from this evening. I think crash came this time in Movielist or channellist after end of play a video.mp4.
    Attached Files Attached Files

  2. #77

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,129
    Thanks
    106
    Thanked 1,435 Times in 1,138 Posts
    Hi Lothar2,
    you have a very funny box. Are you sure that it is an original Duo2? The routines that make problems on your machine are >1 year old and beside me there are some other Duo2 user which use OpenViX. Same reason different file. Try attached converter.

    ciao
    Attached Files Attached Files
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  3. #78

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    Even my old Duo was a funny box. But with VIX 3.0.7xx it then ran perfectly. I use determined only slightly different settings than other users. see "gradient" in LCD4Linux.
    I think it is a original Box, because problems in other Image-plugin combinations generate the same problems as other users have. Only VIX is different than in others.
    I always seem to good boxes for find error.

    THX for fixed ServiceInfo.py. However, it may take some time with feedback, since the error occurs rarely and can not be reproduced.

  4. #79

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,129
    Thanks
    106
    Thanked 1,435 Times in 1,138 Posts
    Hi,
    in this area ViX is a bit different. Because gstreamer sometimes delivered wrong or missing video information especially with downloaded or streamed videos ViX uses the information the hardware delivers in /proc/stb/vmpeg which is reliable and important for instance when using auto resolution.

    You can take a look for yourself in VideoMode.py.
    OpenViX uses:
    Code:
    if path.exists("/proc/stb/vmpeg/0/xres"):
    	f = open("/proc/stb/vmpeg/0/xres", "r")
    	try:
    		video_width = int(f.read(),16)
    	except:
    	        pass
    	f.close()
    The try/except is because of you:-)

    Most other images are using
    Code:
    video_width = int(info.getInfo(iServiceInformation.sVideoWidth))
    and rely completely on gstreamer.

    ciao
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  5. #80

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    thx for information about the issue. if the information from hardware in /proc/stb/vmpeg is reliable, why it crash only from time to time and can not be reproduced with same file? Is there a too short timeout set somewhere and my Box or fingers too fast?

  6. #81

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,129
    Thanks
    106
    Thanked 1,435 Times in 1,138 Posts
    Hi,
    it should be a driver/hardware problem. With reliable I mean the information you get. As I said with only gstreamer sometimes frequency or other information was wrong and this means that AutoResolution or Multi for frequency could not work reliable.

    ciao
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  7. #82

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    it should be a driver/hardware problem.
    Can Ubi-Error have something to do with that my box behaves differently?

  8. #83

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,129
    Thanks
    106
    Thanked 1,435 Times in 1,138 Posts
    Hi,
    what ubi-error? ubi is the file system of the flash and can be cause of funny behavior.

    ciao
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  9. #84

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    But, if "UBI error: ubi_open_volume: cannot open device 0, volume 0, error -16" mean "define EBUSY 16 /* Device or resource busy */" then i must have no flash, or?

    is this ok so?:

    Code:
    root@vuduo2:~# df -h                                                  
    Filesystem                Size      Used Available Use% Mounted on    
    ubi0:rootfs             862.3M    143.6M    718.7M  17% /             
    devtmpfs                687.4M      8.0K    687.4M   0% /dev          
    tmpfs                    64.0K         0     64.0K   0% /media        
    /dev/sda1               931.1G    605.5G    325.6G  65% /media/hdd    
    /dev/sdb1                 7.2G    292.5M      6.9G   4% /media/usb    
    tmpfs                   687.5M    320.0K    687.2M   0% /var/volatile
    Code:
    root@vuduo2:~# free -m                                                     
                 total       used       free     shared    buffers     cached  
    Mem:          1375        229       1145          0          8         76  
    -/+ buffers/cache:        143       1231                                   
    Swap:            0          0          0
    Next i have time i will see in dmesg in VTI if there is the same massage.

  10. #85

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,129
    Thanks
    106
    Thanked 1,435 Times in 1,138 Posts
    Hi,
    I think this means that it is mounted and no thing to worry about.

    ciao
    ---
    Sat:VU+ Ultimo4K/Solo4K/Duo2/2*Solo2/Ultimo
    Remote: Harmony 200, 700, Link, Smart Control, Smart Companion, Elite, 2*Ultimate, Keyboard

  11. #86

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    Quote Originally Posted by Trial View Post
    Hi Lothar2,
    you have a very funny box. Are you sure that it is an original Duo2? The routines that make problems on your machine are >1 year old and beside me there are some other Duo2 user which use OpenViX. Same reason different file. Try attached converter.

    ciao
    Hello Trial,

    after Update to 095 the invalid literal for int() with base 16: '' is back. Have the Update change ServiceInfo.pyo back to unfixed dafault? Is fixed in 097?
    At this Time the crash occurs my wife only would select a other Channel from Channellist.
    Attached Files Attached Files

  12. #87

    Title
    Senior Member
    Join Date
    Jul 2012
    Posts
    277
    Thanks
    50
    Thanked 22 Times in 19 Posts
    and after update to build 097 the same failure come back. this time i have play a file from RTLnow.
    Attached Files Attached Files

Page 6 of 6 FirstFirst ... 456

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.