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.
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 43

Thread: uPnP media renderer

  1. #16

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    attached you find the latest versions. To be sure it works first expand cocy 0.1.10 and copy the cocy directory to /tmp on your box. With telnet go into this directory with cd /tmp/cocy-0.1.10 and enter the command python setup.py install. After that install the enigma2 plugin. After a restart you should have the new renderer up and running. As a bonus als pictures are now working:-)

    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

  2. #17

    Title
    Junior Member
    Join Date
    Jan 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    thanks for replay,
    i tried but nothing change, I have same log, cocy look to be strated but bubbleupnp render is empty.
    I tried to install on a clean vti 6.0.5, but is been necessary to install ez_setup.py for setutool and the ptyhon library.
    Same situation,
    2014-01-09 13:13:02,539 CoCy[application] INFO: Application CoCy started
    2014-01-09 13:13:04,644 CoCy[providers] DEBUG: <Enigma2Player/media_player 1735:Application (queued=0) [S]> changed: {'volume': 1}
    thanks

  3. #18

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    I expanded the cocy-0.1.10.tar.gz but when I try to install it , it says No module named setuptools

  4. #19

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    install python-dev and python-difflib and try again.

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

  5. #20

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Are the steps in first post still needed ? or do I just install the files from post #16

  6. #21

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    Quote Originally Posted by papa2 View Post
    Are the steps in first post still needed ? or do I just install the files from post #16
    no. Andy (Mr. Vix) and Michael did change a lot since I started installing CoCy and now only 1-2 steps are necessary. Sometimes installing only the plugin works but sometimes manual installation of CoCy is needed to.

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

  7. #22

    Title
    Junior Member
    Join Date
    Jan 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I didn't solve yet,
    here the log (init 4 with putty)

    CoCy] reason = 0
    [CoCy] session = <__main__.Session instance at 0x286c058>
    [CoCy] Added missing attribute oldRef to ServiceEventTracker
    EXCEPTION IN PYTHON STARTUP CODE:
    ------------------------------------------------------------
    Traceback (most recent call last):
    File "/usr/lib/enigma2/python/mytest.py", line 607, in <module>
    runScreenTest()
    File "/usr/lib/enigma2/python/mytest.py", line 465, in runScreenTest
    session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = nav)
    File "/usr/lib/enigma2/python/mytest.py", line 185, in __init__
    p(reason=0, session=self)
    File "/usr/lib/enigma2/python/Plugins/SystemPlugins/CoCy/plugin.py", line 35, in plugin_start
    start(session)
    File "/usr/lib/enigma2/python/Plugins/SystemPlugins/CoCy/server.py", line 51, in start
    UPnPDeviceServer(application.app_dir).register(app lication)
    File "/usr/lib/python2.7/site-packages/cocy-0.1.10-py2.7.egg/cocy/upnp/device_server.py", line 105, in register
    SSDPTranceiver().register(self.parent)
    File "/usr/lib/python2.7/site-packages/cocy-0.1.10-py2.7.egg/cocy/upnp/ssdp.py", line 60, in __init__
    SSDPSender().register(self)
    File "/usr/lib/python2.7/site-packages/cocy-0.1.10-py2.7.egg/cocy/upnp/ssdp.py", line 99, in __init__
    % (type(e), str(e)), "logger"))
    TypeError: __init__() takes exactly 3 arguments (4 given)
    ------------------------------------------------------------
    (exit code 5)

    thanks

  8. #23

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Trial View Post
    Hi,
    install python-dev and python-difflib and try again.

    ciao
    Where do I get these files , tried just installing the ipk but doesnt install correctly

    Just did an opkg install of both files and the ones I have installed are up to date but still
    complains about setup tools,
    I'm using the latest vix image
    Last edited by papa2; 14-01-14 at 21:07.

  9. #24

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Heres the error I get

    root@vusolo2:/tmp/cocy-0.1.10# python setup.py install
    Traceback (most recent call last):
    File "setup.py", line 2, in <module>
    from setuptools import setup
    ImportError: No module named setuptools
    root@vusolo2:/tmp/cocy-0.1.10#

    and heres the error I get when I try to install the ipk

    Traceback (most recent call last):
    File "ez_setup.py", line 21, in <module>
    import optparse
    ImportError: No module named optparse
    //var/lib/opkg/info/enigma2-plugin-cocy.postinst: line 12: easy_install: command
    not found

  10. #25

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    which image are you on?

    Have you installed python-dev and python-difflib before you try to install cocy-0.1.10?

    I am out of ideas at the moment.

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

  11. #26

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Trial View Post
    Hi,
    which image are you on?

    Have you installed python-dev and python-difflib before you try to install cocy-0.1.10?

    I am out of ideas at the moment.

    ciao
    Like I said earlier , the latest VIX image, so basically I'm getting 3 errors - no module named setuptools and when I install the ipk I get No module named optparse AND easy_install: command
    not found

  12. #27

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    I followed the step by step instructions posted in the vusupport forums and still cannot do this, heres the error

    root@vusolo2:/var/volatile/tmp# opkg install python-dev_2.7.2-r8.17_mips32el.ipk
    Installing python-dev (2.7.2-r8.17) to root...
    Collected errors:
    * opkg_install_pkg: Package python-dev md5sum mismatch. Either the opkg or the
    package index are corrupt. Try 'opkg update'.
    * opkg_install_cmd: Cannot install package python-dev.
    root@vusolo2:/var/volatile/tmp#

    The first thing I done before trying to install it was opkg update , so thats not going to work,
    it just looks like a problem with python-dev_2.7.2-r8.17_mips32el.ipk , could you post it again or even a newer version , I've looked but cant find one

  13. #28

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    where did you get "python-dev_2.7.2-r8.17_mips32el.ipk"? I think you copied it to /tmp and then tried to install it. This is not necessary with ViX because they are one the feed.

    A simple
    opkg install python-dev
    opkg install python-difflib
    should do.

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

  14. #29

    Title
    Member
    Join Date
    Aug 2010
    Posts
    36
    Thanks
    3
    Thanked 0 Times in 0 Posts
    I got it from your thread over on vusupport , but I only tried that because opkg install python-dev didnt work,
    I get a lot of unsatisfied recommendations ,heres the log

    root@vusolo2:~# opkg install python-dev
    Installing python-dev (2.7.2-r8.17) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/pyt
    hon-dev_2.7.2-r8.17_mips32el.ipk.
    python-dev: unsatisfied recommendation for python-audio-dev
    python-dev: unsatisfied recommendation for python-mime-dev
    openssl-dev: unsatisfied recommendation for libssl-dev
    openssl-dev: unsatisfied recommendation for libcrypto-dev
    libc6-dev: unsatisfied recommendation for eglibc-thread-db-dev
    libc6-dev: unsatisfied recommendation for libsegfault-dev
    bash-dev: unsatisfied recommendation for ncurses-libtinfo-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libmenu-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libpanel-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libtinfo-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libmenuw-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libncursesw-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libtic-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libncurses-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libform-dev
    ncurses-dev: unsatisfied recommendation for ncurses-terminfo-base-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libpanelw-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libformw-dev
    ncurses-dev: unsatisfied recommendation for ncurses-libticw-dev
    libc6-dev: unsatisfied recommendation for eglibc-extra-nss-dev
    libc6-dev: unsatisfied recommendation for libcidn-dev
    libglib-2.0-dev: unsatisfied recommendation for glib-2.0-utils-dev
    python-dev: unsatisfied recommendation for python-io-dev
    python-dev: unsatisfied recommendation for ncurses-libtinfo-dev
    python-dev: unsatisfied recommendation for python-resource-dev
    python-dev: unsatisfied recommendation for python-zlib-dev
    python-dev: unsatisfied recommendation for python-curses-dev
    python-dev: unsatisfied recommendation for python-lang-dev
    python-dev: unsatisfied recommendation for python-multiprocessing-dev
    python-dev: unsatisfied recommendation for python-pkgutil-dev
    python-dev: unsatisfied recommendation for python-subprocess-dev
    python-dev: unsatisfied recommendation for python-json-dev
    python-dev: unsatisfied recommendation for python-gdbm-dev
    python-dev: unsatisfied recommendation for python-compile-dev
    python-dev: unsatisfied recommendation for python-sqlite3-dev
    python-dev: unsatisfied recommendation for python-logging-dev
    python-dev: unsatisfied recommendation for python-math-dev
    python-dev: unsatisfied recommendation for python-pickle-dev
    python-dev: unsatisfied recommendation for python-email-dev
    libgdbm-dev: unsatisfied recommendation for gdbm-compat-dev
    python-dev: unsatisfied recommendation for python-pydoc-dev
    python-dev: unsatisfied recommendation for python-pprint-dev
    python-dev: unsatisfied recommendation for python-codecs-dev
    libreadline-dev: unsatisfied recommendation for ncurses-libtinfo-dev
    python-dev: unsatisfied recommendation for python-fcntl-dev
    python-dev: unsatisfied recommendation for python-debugger-dev
    python-dev: unsatisfied recommendation for python-xmlrpc-dev
    python-dev: unsatisfied recommendation for sqlite3-dev
    python-dev: unsatisfied recommendation for python-distutils-dev
    python-dev: unsatisfied recommendation for python-unittest-dev
    python-dev: unsatisfied recommendation for ncurses-libncursesw-dev
    python-dev: unsatisfied recommendation for python-difflib-dev
    python-dev: unsatisfied recommendation for python-crypt-dev
    python-dev: unsatisfied recommendation for python-numbers-dev
    python-dev: unsatisfied recommendation for python-idle-dev
    python-dev: unsatisfied recommendation for python-db-dev
    python-dev: unsatisfied recommendation for python-unixadmin-dev
    python-dev: unsatisfied recommendation for libssl-dev
    python-dev: unsatisfied recommendation for python-syslog-dev
    python-dev: unsatisfied recommendation for python-tests-dev
    python-dev: unsatisfied recommendation for libcrypto-dev
    python-dev: unsatisfied recommendation for python-datetime-dev
    python-dev: unsatisfied recommendation for python-profile-dev
    python-dev: unsatisfied recommendation for python-compression-dev
    python-dev: unsatisfied recommendation for python-xml-dev
    python-dev: unsatisfied recommendation for python-textutils-dev
    python-dev: unsatisfied recommendation for python-readline-dev
    python-dev: unsatisfied recommendation for python-mailbox-dev
    python-dev: unsatisfied recommendation for python-threading-dev
    python-dev: unsatisfied recommendation for python-hotshot-dev
    python-dev: unsatisfied recommendation for python-html-dev
    python-dev: unsatisfied recommendation for python-tkinter-dev
    python-dev: unsatisfied recommendation for python-mmap-dev
    python-dev: unsatisfied recommendation for python-bsddb-dev
    python-dev: unsatisfied recommendation for python-netclient-dev
    python-dev: unsatisfied recommendation for python-image-dev
    python-dev: unsatisfied recommendation for python-elementtree-dev
    python-dev: unsatisfied recommendation for python-doctest-dev
    python-dev: unsatisfied recommendation for python-shell-dev
    python-dev: unsatisfied recommendation for python-terminal-dev
    python-dev: unsatisfied recommendation for libpython2-dev
    python-dev: unsatisfied recommendation for python-sqlite3-tests-dev
    python-dev: unsatisfied recommendation for python-compiler-dev
    python-dev: unsatisfied recommendation for python-2to3-dev
    python-dev: unsatisfied recommendation for python-smtpd-dev
    python-dev: unsatisfied recommendation for python-robotparser-dev
    python-dev: unsatisfied recommendation for ncurses-libpanelw-dev
    python-dev: unsatisfied recommendation for python-stringold-dev
    python-dev: unsatisfied recommendation for python-re-dev
    python-dev: unsatisfied recommendation for python-netserver-dev
    python-dev: unsatisfied recommendation for python-ctypes-dev
    python-dev: unsatisfied recommendation for python-core-dev
    Installing openssl-dev (0.9.8x-r15.0) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/ope
    nssl-dev_0.9.8x-r15.0_mips32el.ipk.
    Installing pkgconfig (0.25-r3) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/pkg
    config_0.25-r3_mips32el.ipk.
    Installing libpopt0 (1.16-r0) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    popt0_1.16-r0_mips32el.ipk.
    Installing pkgconfig-dev (0.25-r3) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/pkg
    config-dev_0.25-r3_mips32el.ipk.
    Installing libc6-dev (2.13-r28+svnr15508) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    c6-dev_2.13-r28+svnr15508_mips32el.ipk.
    Installing libthread-db1 (2.13-r28+svnr15508) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    thread-db1_2.13-r28+svnr15508_mips32el.ipk.
    Installing eglibc-extra-nss (2.13-r28+svnr15508) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/egl
    ibc-extra-nss_2.13-r28+svnr15508_mips32el.ipk.
    Installing libcidn1 (2.13-r28+svnr15508) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    cidn1_2.13-r28+svnr15508_mips32el.ipk.
    Installing bash-dev (4.2-r2) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/bas
    h-dev_4.2-r2_mips32el.ipk.
    Installing bash (4.2-r2) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/bas
    h_4.2-r2_mips32el.ipk.
    Installing ncurses-dev (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/ncu
    rses-dev_5.9-r8.1_mips32el.ipk.
    Installing ncurses (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/ncu
    rses_5.9-r8.1_mips32el.ipk.
    Installing libform5 (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    form5_5.9-r8.1_mips32el.ipk.
    Installing libtic5 (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    tic5_5.9-r8.1_mips32el.ipk.
    Installing libpanel5 (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    panel5_5.9-r8.1_mips32el.ipk.
    Installing libmenu5 (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    menu5_5.9-r8.1_mips32el.ipk.
    Installing libticw5 (5.9-r8.1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    ticw5_5.9-r8.1_mips32el.ipk.
    Installing linux-libc-headers-dev (3.3-r1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lin
    ux-libc-headers-dev_3.3-r1_mips32el.ipk.
    Installing libglib-2.0-dev (1:2.30.3-r1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    glib-2.0-dev_2.30.3-r1_mips32el.ipk.
    Installing libz-dev (1.2.6-r1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    z-dev_1.2.6-r1_mips32el.ipk.
    Installing libffi-dev (3.0.10-r0) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    ffi-dev_3.0.10-r0_mips32el.ipk.
    Installing zip-dev (3.0-r1) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/zip
    -dev_3.0-r1_mips32el.ipk.
    Installing libpopt-dev (1.16-r0) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    popt-dev_1.16-r0_mips32el.ipk.
    Installing db-dev (5.1.19-r4) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/db-
    dev_5.1.19-r4_mips32el.ipk.
    Installing db (5.1.19-r4) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/db_
    5.1.19-r4_mips32el.ipk.
    Installing bzip2-dev (1.0.6-r5) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/bzi
    p2-dev_1.0.6-r5_mips32el.ipk.
    Installing bzip2 (1.0.6-r5) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/bzi
    p2_1.0.6-r5_mips32el.ipk.
    Installing libbz2-dev (1.0.6-r5) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    bz2-dev_1.0.6-r5_mips32el.ipk.
    Installing libgdbm-dev (1.10-r3) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    gdbm-dev_1.10-r3_mips32el.ipk.
    Installing libgdbm4 (1.10-r3) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    gdbm4_1.10-r3_mips32el.ipk.
    Installing libgdbm-compat4 (1.10-r3) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    gdbm-compat4_1.10-r3_mips32el.ipk.
    Installing libreadline-dev (6.2-r2) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    readline-dev_6.2-r2_mips32el.ipk.
    Installing libsqlite3-dev (3.7.13-r0) to root...
    Downloading http://enigma2.world-of-satellite.co...2/mips32el/lib
    sqlite3-dev_3.7.13-r0_mips32el.ipk.
    Configuring libthread-db1.
    Configuring eglibc-extra-nss.
    Configuring libcidn1.
    Configuring bash.
    update-alternatives: Linking //bin/sh to /bin/bash
    Configuring ncurses.
    Configuring libform5.
    Configuring libtic5.
    Configuring libpanel5.
    Configuring libmenu5.
    Configuring libticw5.
    Configuring ncurses-dev.
    Configuring bash-dev.
    Configuring linux-libc-headers-dev.
    Configuring libc6-dev.
    Configuring libbz2-dev.
    Configuring libpopt0.
    Configuring pkgconfig.
    Configuring libz-dev.
    Configuring libffi-dev.
    Configuring zip-dev.
    Configuring libglib-2.0-dev.
    Configuring libpopt-dev.
    Configuring pkgconfig-dev.
    Configuring openssl-dev.
    Configuring db.
    Configuring db-dev.
    Configuring bzip2.
    update-alternatives: Linking //usr/bin/bunzip2 to /usr/bin/bunzip2.bzip2
    update-alternatives: Linking //usr/bin/bzcat to /usr/bin/bzcat.bzip2
    Configuring bzip2-dev.
    Configuring libgdbm4.
    Configuring libgdbm-compat4.
    Configuring libgdbm-dev.
    Configuring libreadline-dev.
    Configuring libsqlite3-dev.
    Configuring python-dev.
    root@vusolo2:~#


    But I try to python setup.py install , I get this,

    root@vusolo2:~# cd /tmp/cocy-0.1.10
    root@vusolo2:/tmp/cocy-0.1.10# python setup.py install
    Traceback (most recent call last):
    File "setup.py", line 2, in <module>
    from setuptools import setup
    ImportError: No module named setuptools
    root@vusolo2:/tmp/cocy-0.1.10#

  15. #30

    Title
    Moderator
    Join Date
    Jul 2011
    Location
    germania
    Posts
    5,122
    Thanks
    106
    Thanked 1,434 Times in 1,137 Posts
    Hi,
    this weekend I installed CoCy on 4-5 Boxes and it was only a matter of minutes. The enigma2-plugin does the rest of the installation automatically. So if you are running ViX just installing the plugin should work.

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

Page 2 of 3 FirstFirst 123 LastLast

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.