OpenWrt Forum Archive

Topic: mwan3 installation failed via opkg

The content of this topic has been archived on 16 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hey Guys,

I need to install the packages mwan3 and luci-app-mwan3 to be able to manage a multi WAN configuration with my device. Do you know how I can fix / bypass this opkg error ?


 

# opkg install mwan3

    Installing mwan3 (1.6-2) to root...
    Downloading hxxp://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/mwan3_1.6-2_all.ipk.
    Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest.
    Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest.
    Multiple packages (kmod-ipt-conntrack and kmod-ipt-conntrack) providing same name marked HOLD or PREFER. Using latest.
    Collected errors:
     * satisfy_dependencies_for: Cannot satisfy the following dependencies for mwan3:
     *      kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) *         kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) *         kernel (= 3.18.20-1-7bed08fa9c06eb8089e82c200340ec66) *
     * opkg_install_cmd: Cannot install package mwan3.

     


of course I did a opkg update before to try to install this package
Any idea / suggestions ?

Thanks for your reply

Well it's very old yes sad

# uname -a
Linux Pine 3.18.23 #13 Sat Jul 30 11:47:17 PDT 2016 mips GNU/Linux

It's not a good move :

t# opkg install mwan3_2.6.6-1_all.ipk
Installing mwan3 (2.6.6-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for mwan3:
*      kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *         kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *        kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *
* opkg_install_cmd: Cannot install package mwan3.


After updated my opkg dist file to chaos calmer 15.05.1 :

# opkg install mwan3
Installing mwan3 (1.6-2) to root...
Downloading hxxp://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/mwan3_1.6-2_all.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for mwan3:
*      kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *         kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *        kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *
* opkg_install_cmd: Cannot install package mwan3.


It appears it's not the right kernel ; do you know how to upgrade my kernel to  3.18.23-1 ?

Upgrade firmware on your router.

The discussion might have continued from here.