OpenWRT opkg Packages error
-
I just updated a new Onion Omega 2+ to 0.3.2 b 232 which has the Linux kernel 4.14.81. When trying to install a kernel package kmod-spi-gpio-custom, I get the error that is cannot satisfy_dependencies_for kernel = 4.14.81-1-5..... Any ideas? I can't use SPI without this because of the full-duplex issue.
-
@Jeremy-Shubert have you checked your /etc/opkg/distfeeds.conf to ensure you have uncommented lines 1 and 5 and the onion specific lines? If not please do so then run opkg update and try again.
-
@crispyoz Thanks for responding, yes I had uncommented lines 1-5. An even newer kernel requirement 4.14.140-1 exists in "src/gz reboot_core http://downloads.lede-project.org/snapshots/targets/ramips/mt76x8/packages". When I do opkg find both 4.14.81-1 and 4.14.140-1 show up but opkg always tries to install the newest version. My attempted fix was to comment out the location above...opkg then tries to install kmod-spi-gpio-custom - 4.14.81-1. It seems like this should work but no luck.
-
I was able to install spidev-test (4.14.140-4) without a kernel dependency error but still get the error when trying to install kmod-spi-gpio-custom (4.14.140-1). I'm not sure what else to try.
-
also a correction, the first line in distfeeds.conf is actually: src/gz openwrt_core http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages
-
I pointed to an older list of packages, this included kmod-spi-gpio-custom (4.14.54-1) yet I still get the error.
satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-spi-gpio-custom" kernel (=4.14.54-1-6c5d...)
Maybe this error isn't what I was thinking it was.
-
i downloaded an older firmware to my Omega...0.3.2 b230 and this was resolved. The build number of the kernel in this firmware matches what was available