DHDAXCW / OpenWRT_x86_x64

基于 lede 源码建构 x86 的 OpenWrt 固件。
GNU General Public License v3.0
529 stars 130 forks source link

kmod-ixgbevf 安装问题 #9

Closed mk-marc closed 2 years ago

mk-marc commented 2 years ago

大佬,请问这个插件怎样才能装上?是10G NIC的SV-IOV驱动。目前得到的的提示:

Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest. Unknown package 'kmod-ixgbevf'.

Collected errors:

DHDAXCW commented 2 years ago

你先把上面依赖安装全了,可以再安装你的驱动 依赖如下: kmod-mdio kmod-pps kmod-ptp kmod-hwmon-core kmod-libphy kmod-mdio-devres kmod-ixgbe kmod-ixgbevf

shiyipeng210 commented 2 years ago
$` opkg install kmod-mdio kmod-pps kmod-ptp kmod-hwmon-core kmod-libphy kmod-mdio-devres kmod-ixgbe kmod-ixgbevf
Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest.
Package kmod-mdio (5.15.33-1) installed in root is up to date.
Package kmod-pps (5.15.33-1) installed in root is up to date.
Package kmod-ptp (5.15.33-1) installed in root is up to date.
Package kmod-hwmon-core (5.15.33-1) installed in root is up to date.
Package kmod-libphy (5.15.33-1) installed in root is up to date.
Package kmod-mdio-devres (5.15.33-1) installed in root is up to date.
Package kmod-ixgbe (5.15.33-1) installed in root is up to date.
Unknown package 'kmod-ixgbevf'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-mdio
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-pps
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-ptp
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-hwmon-core
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-libphy
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-mdio-devres
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-ixgbe
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.111-1-758c474763454be8ccb8c15838343cc3) for kmod-ixgbevf
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-ixgbevf found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package kmod-ixgbevf.

大佬,我试了还是不行