Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual install fail #455

Open
dd88w opened this issue May 25, 2022 · 2 comments
Open

manual install fail #455

dd88w opened this issue May 25, 2022 · 2 comments

Comments

@dd88w
Copy link

dd88w commented May 25, 2022

a fresh installation of OpenWrt R22.5.5 / LuCI Master (git-22.121.65028-2a5da72), after expanding the / directory, all dependence installed,including
jshn
ip-full
ipset
iptables
iptables-mod-tproxy
resolveip
dnsmasq-full
then I got these output:

`Downloading https://mirrors.cloud.tencent.com/lede/snapshots/packages/x86_64/telephony/Packages.sig
Signature check passed.
root@OpenWrt:~# opkg install luci-app-v2ray_2.0.0-1_all.ipk
Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest.
Package luci-app-v2ray (2.0.0-1) installed in root is up to date.
Collected errors:

  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-reject
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-ipt
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-log
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-log found, but incompatible with the architectures configured
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-core
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nfnetlink
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-ipset
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-reject6
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack6
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-nat
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-log6
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-log6 found, but incompatible with the architectures configured
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-crypto-hash
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-crypto-crc32c
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-lib-crc32c
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nft-core
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-core found, but incompatible with the architectures configured
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nft-compat
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-compat found, but incompatible with the architectures configured
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-tproxy
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-tproxy found, but incompatible with the architectures configured
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-ipt-tproxy
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.115-1-bce8e44f7254c1ead36f72c6d346f19e) for kmod-nf-conntrack-netlink`
@azzvx
Copy link

azzvx commented Jul 14, 2022

download all kmod-* from https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/ match your kernel version and install manual.
or add src/gz openwrt_kmod https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/{kernel_version}/ to /etc/opkg/customfeeds.conf and excute opkg update.

@linwanxiaoyehua
Copy link

download all kmod-* from https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/ match your kernel version and install manual. or add src/gz openwrt_kmod https://mirrors.cloud.tencent.com/lede/snapshots/targets/x86/64/kmods/{kernel_version}/ to /etc/opkg/customfeeds.conf and excute opkg update.

My kernel version is newer that any of kernal in the url, may I ask how to fix that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants