Opkg_install_cmd: Cannot install package kmod-ipt-tee

Hi!

I am trying to setup port mirroring on a Teltonika RUT240 router using iptables. For that two packages are needed: iptables-mod-tee and kmod-ipt-tee, but apperantly I am not able to install kmod-ipt-tee anymore, as the package architecture is incompatible with the router.

root@Teltonika-RUT240:~# opkg list | grep kmod-ipt-tee
kmod-ipt-tee - 5.4.143-1 - Kernel modules for TEE
root@Teltonika-RUT240:~# opkg install kmod-ipt-tee
Unknown package 'kmod-ipt-tee'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-nf-reject
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-nf-ipt
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-ipt-core
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-nf-conntrack
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-ipt-conntrack
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-79c5dc6db69102eb2943a96b9bec8b63) for kmod-ipt-tee
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-tee found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package kmod-ipt-tee.
root@Teltonika-RUT240:~# 

The router uses following kernel version:

root@Teltonika-RUT240:~# uname -r
5.4.147

Can that be an issue? As the package is build for 5.4.143?

Update to latest snapshot, or downgrade to latest stable.

1 Like