Can not install udpspeeder

hello everybody and happy new year i have flashed hap ac2 Capture d’écran 2021-01-05 à 16.13.54

but my gaming is slow in games i 'm interested by udpspeeder but not dependencies is possibles to make ? thanks

i remark to impossible opkg update

like here

root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/ipq40xx/mikrotik/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ipq40xx/mikrotik/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/freifunk/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/freifunk/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/luci/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/ipq40xx/mikrotik/packages/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/freifunk/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/luci/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.gz, wget returned 1.
root@OpenWrt:~#

@robimarko thanks for your work :clap: i appreciate really

what device, and what version of OpenWRT ?

check out Opkg unable to pull from downloads.openwrt.org

hello frollic , the device is mikrotik hap ac2 and i'm use this firmware

How is the router connected to the Internet? Either there is no connection or DNS is not properly configured.

ping 8.8.8.8 -- test connection, if that works then try pinging a site by name such as openwrt.org

1 Like

my router is connected by dhcp with before modem router ( i not bridge mode )

Capture d’écran 2021-01-06 à 05.30.19 Capture d’écran 2021-01-06 à 05.30.48

@dlakelan maybe you are an idea it's my new router while today :slight_smile: but is a build version by @robimarko

How about activate in Firewall:

  • Software flow offloading
  • Hardware flow offloading

Plus you can add in Scheduled Tasks:

10 22 * * * echo performance > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor

or in init script:

echo performance > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor

after reboot router test it and report to this topic.

Thanks.

1 Like

Do you know what your parameters do? Because them don't do anything with the problem described.

@Dopam-IT_1987 as robimarko told you in github, you have to compile programs you want as the hap ac2 isn't accepted yet.

1 Like

Thanks for your response all everybody