OpenWRT Repo Russian Edition.

Discussion in 'ZIDOO X9S' started by HaoSs, Feb 10, 2017.

  1. HaoSs

    HaoSs Well-Known Member

    THIS IS NOT A OFFICIAL zidoo/realtek/openwrt REPO. Use this on your own risk !You have been warned!
    Long story short. Our friends from 4pda.ru have setup a repo for rtd1295 soc
    Direct link to post. There you will find latest transmission and aria2.ipk,

    Go to system/software/configuration
    Under configuration. remove:
    Code:
    option check_signature 1
    Under Distribution feeds. Have all linies with a # in front
    Under Custom feeds add:
    Code:
    src/gz base_dtkms_repo http://repo.dtkms.ru/arm64-glibc/packages/base
    src/gz luci_dtkms_repo http://repo.dtkms.ru/arm64-glibc/packages/luci
    src/gz packages_dtkms_repo http://repo.dtkms.ru/arm64-glibc/packages/packages
    src/gz kernel_dtkms_repo http://repo.dtkms.ru/arm64-glibc/packages/kernel
    Don't forget to hit "submit" under all settings.

    If you don't know what this repo is used for. IT IS NOT FOR YOU, YOU WILL PROBABLY BREAKE OPENWRT. YOU HAVE BEEN WARNED AGAIN
     
    losim, freeroc and pcristi like this.
  2. HaoSs

    HaoSs Well-Known Member

    latest update on 8 feb also added luci-app-s . you can now install new transmission and still have the luci config ( location is not under "NAS: tab, but does not matter )
     
  3. superlopez

    superlopez New Member

    Is the repository down?

    wget: bad address 'repo.dtkms.ru'
    wget: bad address 'repo.dtkms.ru'
    wget: bad address 'repo.dtkms.ru'
    wget: bad address 'repo.dtkms.ru'
     
    Last edited: Feb 21, 2017
  4. HaoSs

    HaoSs Well-Known Member

    yes. also down for me
     
  5. Kingston-kms

    Kingston-kms New Member

    This is a temporary error related to the domain transfer to other register.
     
  6. HaoSs

    HaoSs Well-Known Member

    ok. ty kingston. Any plans to compile other apps and add them to repo? rtorrent for example.
     
  7. Kingston-kms

    Kingston-kms New Member

    yes, i try compile/add any apps/tools to repo if need it.
     
  8. HaoSs

    HaoSs Well-Known Member

    Nice. if you have time. rtorrent should be awsome :) the rss function should help us users allot.
     
  9. Is repository up yet still get these errors.
     
  10. HaoSs

    HaoSs Well-Known Member

    Its up.

    do a: opkg update
     
  11. How do you do that?
     
  12. tried opkg update command in putty ssh still get the errors
     
  13. superlopez

    superlopez New Member

    The repo is ok but opkg update don't work
     
  14. HaoSs

    HaoSs Well-Known Member

    Code:
    root@OpenWrt:~# opkg update
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/base/Packages.gz.
    Updated list of available packages in /var/opkg-lists/base_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/luci/Packages.gz.
    Updated list of available packages in /var/opkg-lists/luci_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/packages/Packages.gz.
    Updated list of available packages in /var/opkg-lists/packages_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/kernel/Packages.gz.
    Updated list of available packages in /var/opkg-lists/kernel_dtkms_repo.
    root@OpenWrt:~#
    
     
  15. Code:
    root@ZidooX9s:~# opkg update
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/base/Packages.gz.
    wget: bad address 'repo.dtkms.ru'
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/luci/Packages.gz.
    wget: bad address 'repo.dtkms.ru'
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/packages/Packages.gz.
    wget: bad address 'repo.dtkms.ru'
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/kernel/Packages.gz.
    wget: bad address 'repo.dtkms.ru'
    Collected errors:
    * opkg_download: Failed to download http://repo.dtkms.ru/arm64-glibc/packages/base/Packages.gz, wget returned 1.
    * opkg_download: Failed to download http://repo.dtkms.ru/arm64-glibc/packages/luci/Packages.gz, wget returned 1.
    * opkg_download: Failed to download http://repo.dtkms.ru/arm64-glibc/packages/packages/Packages.gz, wget returned 1.
    * opkg_download: Failed to download http://repo.dtkms.ru/arm64-glibc/packages/kernel/Packages.gz, wget returned 1.
    root@ZidooX9s:~#
     
  16. HaoSs

    HaoSs Well-Known Member

    what does " netstat -rn " return ?

    also do a ping google.com
     
  17. Code:
    root@OpenWrt:~# netstat -rn
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    10.10.0.0       0.0.0.0         255.255.252.0   U         0 0          0 wlan0
    root@OpenWrt:~#
     
  18. HaoSs

    HaoSs Well-Known Member

    hm, i'm on wire not wifi, so i have different output. but still, your's don't look right. try this :
    route add default gw 192.168.1.1 wlan0

    assuming your router is 192.168.1.1

    P.S. not responsable if you fuck up your openwrt
     
  19. kaefert

    kaefert New Member

    I just added those repositories to my list, but updating my package cache fails:
    Code:
    root@OpenWrt:~# opkg update
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/base/Packages.gz.
    Updated list of available packages in /var/opkg-lists/base_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/base/Packages.sig.
    Signature check failed.
    Remove wrong Signature file.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/luci/Packages.gz.
    Updated list of available packages in /var/opkg-lists/luci_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/luci/Packages.sig.
    Signature check failed.
    Remove wrong Signature file.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/packages/Packages.gz.
    Updated list of available packages in /var/opkg-lists/packages_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/packages/Packages.sig.
    Signature check failed.
    Remove wrong Signature file.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/kernel/Packages.gz.
    Updated list of available packages in /var/opkg-lists/kernel_dtkms_repo.
    Downloading http://repo.dtkms.ru/arm64-glibc/packages/kernel/Packages.sig.
    Signature check failed.
    Remove wrong Signature file.
    How can I fix this signature problem?

    I changed "option check_signature 1" to "option check_signature 0" but the error persisted.
     
  20. HaoSs

    HaoSs Well-Known Member

    that's what happens when you don't read the first post carefully . it say's " Under configuration. remove: " , putin 0 is not the same thing as removing the line
     

Share This Page