+ Antworten
Ergebnis 1 bis 10 von 107

Hybrid-Darstellung

  1. #1
    Benutzer
    Registriert seit
    25.11.2012
    Beiträge
    64
    Thanks
    47
    Thanked 19 Times in 15 Posts
    Zitat Zitat von blueice_haller Beitrag anzeigen
    Hallo Audioniek (und wer sonst noch beteiligt ist),

    könnt ihr bitte python-sqlite3 (und Abhängigkeiten) integrieren?
    Code:
    octagon:~# opkg install /tmp/enigma2-plugin-extensions-webradiofs_18.14_all.ipk
    Collected errors:
     * calculate_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-webradiofs:
     *      python-sqlite3 *
     * opkg_solver_install: Cannot install package enigma2-plugin-extensions-webradiofs.
    Vielen Dank
    Code:
    opkg install python-sqlite3


  2. #2
    Benutzer Avatar von blueice_haller
    Registriert seit
    10.02.2013
    Beiträge
    60
    Thanks
    47
    Thanked 4 Times in 4 Posts
    Leider nicht.
    Code:
    octagon:~# opkg update
    octagon:~# opkg install python-sqlite3
    Collected errors:
     * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'python-sqlite3'.
    MFG blueice_haller | Kabel / 19,2° / 28,2°

    Octagon SF1028P (AT7500), Audioniek rev1364 @ Kingston DTMCK 8GB
    AzBoxHD, HDMU 12411 OE 1439 Flash @ DeLock 2GB DOM
    2x Golden Interstar Xpeed LX3, openATV

    Plugins: epgsearch, fritzcall, mediaportal, webradioFS, metrixhd, skins-mymetrix, rtmpdump, werbezapper
    Senderliste: DreamBox Edit
    Android: DreamDroid

    Plugins früher getestet: dreamexplorer, mediainfo, partnerbox, sambaserver, iptv updater, network-dropbear, emc, foreca, shoutcast, wiki


  3. #3
    Benutzer
    Registriert seit
    25.11.2012
    Beiträge
    64
    Thanks
    47
    Thanked 19 Times in 15 Posts
    try install this file
    Angehängte Dateien Angehängte Dateien


  4. #4
    Benutzer Avatar von blueice_haller
    Registriert seit
    10.02.2013
    Beiträge
    60
    Thanks
    47
    Thanked 4 Times in 4 Posts
    Sorry it's not that easy with dependencies. I will search for an feed where I can download all ipk.
    Tut mir leid so einfach ist das nicht mit Abhängigkeiten. Ich schauen mich mal nach eine Feed um und lade alle ipk von dort.
    Code:
    octagon:~# opkg install /tmp/python-sqlite3_2.7.13-r1_sh4.ipk
    Collected errors:
     * calculate_dependencies_for: Cannot satisfy the following dependencies for python-sqlite3:
     *      libc6 (>= 2.25) *       libpython2.7-1.0 (>= 2.7.13) *  libsqlite3-0 (>= 3.17.0) *      python-core *   python-crypt *  python-datetime *       python-io *     python-lang *   python-threading *      python-zlib *
     * opkg_solver_install: Cannot install package python-sqlite3.

    How to configure an additional custom feed url in opkg?
    Search the Internet for python-sqlite3_2.7.13-r1_sh4.ipk and if you find an feed create an .conf with unique name.

    Wie kann man eine zusätzlichen Feed Adresse in opkg konfigurieren?
    Suche im Internet nach python-sqlite3_2.7.13-r1_sh4.ipk und falls ein feed gefunden wurde erstelle eine .conf mit einem eindeutigen Namen.
    src/gz <unique name> http
    Code:
    octagon:~# cd /etc/opkg/
    
    octagon:~# ls -lah
    drwxr-xr-x    2 1000     1000        1.0K May  5 12:35 .
    drwxr-xr-x   16 root     root        2.0K May  5 12:41 ..
    
    vi plugins.conf
    src/gz plugins http:// ...
    
    
    octagon:/etc/opkg# opkg update
    Downloading http:// ... /Packages.gz.
    Updated source 'plugins'.
    
    
    octagon:/etc/opkg# opkg install python-sqlite3
    package libtinfo5 suggests installing ncurses-terminfo
    Breaking circular dependency on python-core for libz1.
    Breaking circular dependency on python-core for python-lang.
    Breaking circular dependency on python-core for libz1.
    Breaking circular dependency on python-core for python-lang.
    Breaking circular dependency on python-core for python-re.
    Breaking circular dependency on python-core for python-re.
    Breaking circular dependency on python-io for python-contextlib.
    Breaking circular dependency on python-io for python-math.
    Breaking circular dependency on python-io for python-netclient.
    Breaking circular dependency on python-io for python-contextlib.
    Breaking circular dependency on python-io for python-math.
    Breaking circular dependency on python-io for python-netclient.
    Breaking circular dependency on python-io for python-textutils.
    Breaking circular dependency on python-io for python-textutils.
    Installing libc6 (2.25) on root.
    Downloading http://
    ...
    Configuring python-sqlite3.
    
    octagon:/etc/opkg# opkg install /tmp/enigma2-plugin-extensions-webradiofs_18.14_all.ipk
    Installing enigma2-plugin-extensions-webradiofs (18.14) on root.
    Configuring enigma2-plugin-extensions-webradiofs.
    added to install
    In comparison with my other receiver:
    Zum Vergleich mein anderer Receiver:
    Code:
    root@xpeedlx3:~# ls -lah /etc/opkg/
    drwxr-xr-x    2 root     root         880 Mar  1 23:25 .
    drwxr-xr-x   50 root     root        8.5K May  4 14:52 ..
    -rw-r--r--    1 root     root          74 Jun 11  2019 3rdparty-feed.conf
    -rw-r--r--    1 root     root          64 Jun 11  2019 all-feed.conf
    -rw-r--r--    1 root     root         172 Jun 11  2019 arch.conf
    -rw-r--r--    1 root     root          70 Jun 11  2019 inihdp-feed.conf
    -rw-r--r--    1 root     root          88 Jun 11  2019 inihdp_3rdparty-feed.conf
    -rw-r--r--    1 root     root          85 Mar  1 23:25 mips32el-3rdparty-secret-feed.conf
    -rw-r--r--    1 root     root          74 Jun 11  2019 mips32el-feed.conf
    -rw-r--r--    1 root     root         845 Sep 20  2019 opkg.conf
    -rw-r--r--    1 root     root          74 Jun 11  2019 xpeedlx3-feed.conf

    Ein anderes Problem ist das der Receiver sich öfter neu startet z.B. wenn ich Sender auf PC/Smartphone streame, vermutlich geht ihm der Speicher aus.

    Wenn ich über OpenWebif GUI neustarten wähle dann kommt E2 Error.

    Und jetzt startet er nicht mehr: nach Loading E2 HS8200 Enigma2 kommt E2 Error.
    Geändert von blueice_haller (05.05.2020 um 13:11 Uhr)
    MFG blueice_haller | Kabel / 19,2° / 28,2°

    Octagon SF1028P (AT7500), Audioniek rev1364 @ Kingston DTMCK 8GB
    AzBoxHD, HDMU 12411 OE 1439 Flash @ DeLock 2GB DOM
    2x Golden Interstar Xpeed LX3, openATV

    Plugins: epgsearch, fritzcall, mediaportal, webradioFS, metrixhd, skins-mymetrix, rtmpdump, werbezapper
    Senderliste: DreamBox Edit
    Android: DreamDroid

    Plugins früher getestet: dreamexplorer, mediainfo, partnerbox, sambaserver, iptv updater, network-dropbear, emc, foreca, shoutcast, wiki


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •