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.
Results 1 to 5 of 5

Thread: wrong hw detection

  1. #1
    EnoSat's Avatar
    Title
    Member
    Join Date
    Mar 2013
    Location
    Slovakia
    Posts
    57
    Thanks
    10
    Thanked 10 Times in 9 Posts

    Question wrong hw detection

    Hi,
    why does the log show this information?
    Code:
    <   457.4354> [OpenWebif] -D- tuner '0' 'Availink AVL6261' 'Tuner A'
    <   457.4355> [OpenWebif] -D- tuner '1' 'Availink AVL6862' 'Tuner B'
    <   457.5102> [OpenWebif] wrong hw detection
    ROVER AtomLight STC+ , Televes H30 FLEX
    Gibertini OP100LN /85E-53W/
    WaveFrontier T90 /39E-36E-31E-28E-26E-23E-19E-16E-13E-9E-7E-5E-2E-1W-4W-30W/
    Mutant HD51 , Edision MIO+ 4K , QVIART Lunix , Ustym 4K S2 OTT , Ineos ZX4 , Dreambox 900UHD/7020HD/800se , TBS-5925 , TBS-5530 , TBS-5220

  2. #2
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    OpenWebIf is not our plugin. You need to ask the plugin author.
    Help keep OpenViX servers online.Please donate!

  3. #3

    Title
    Senior Member
    Join Date
    Dec 2013
    Posts
    127
    Thanks
    234
    Thanked 37 Times in 32 Posts
    From defaults.py:

    def getDefaultRcu():
    remotetype = "standard"
    if comp_config.misc.rcused.value == 0:
    remotetype = "advanced"
    else:
    try:
    # FIXME remove HardwareInfo
    from Tools.HardwareInfo import HardwareInfo
    if HardwareInfo().get_device_model() in ("xp1000", "formuler1", "formuler3", "et9000", "et9200", "hd1100", "hd1200"):
    remotetype = "advanced"
    except: # nosec # noqa: E722
    print("[OpenWebif] wrong hw detection")
    return remotetype
    Lol.
    I would not lose any sleep over that error!

  4. #4
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    From defaults.py:

    def getDefaultRcu():
    remotetype = "standard"
    if comp_config.misc.rcused.value == 0:
    remotetype = "advanced"
    else:
    try:
    # FIXME remove HardwareInfo
    from Tools.HardwareInfo import HardwareInfo
    if HardwareInfo().get_device_model() in ("xp1000", "formuler1", "formuler3", "et9000", "et9200", "hd1100", "hd1200"):
    remotetype = "advanced"
    except: # nosec # noqa: E722
    print("[OpenWebif] wrong hw detection")
    return remotetype
    Lol.
    I would not lose any sleep over that error!
    The error is because there is no get_device_model() entry and never has been one in OpenVix - but there is one in OpenATV and OpenPLi).
    So it's really the error message which is wrong.
    Last edited by birdman; 23-12-23 at 18:31.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  5. #5
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    Quote Originally Posted by birdman View Post
    The error is because there is no get_device_model() entry and never has been one in OpenVix - but there is one in OpenATV and OpenPLi).
    So it's really the error message which is wrong.
    Feel free to add it.
    Help keep OpenViX servers online.Please donate!

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.