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

Problem with kmod-mmc-over-gpio #34

Closed
citos88 opened this issue Mar 21, 2016 · 1 comment
Closed

Problem with kmod-mmc-over-gpio #34

citos88 opened this issue Mar 21, 2016 · 1 comment

Comments

@citos88
Copy link

citos88 commented Mar 21, 2016

When i try install kmod-mmc-over-gpio I get this error:

Installing kmod-mmc-over-gpio (3.18.17-4) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/rt305x/packages/base/kmod-mmc-over-gpio_3.18.17-4_ramips_24kec.ipk.
Multiple packages (kmod-lib-crc-itu-t and kmod-lib-crc-itu-t) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-mmc-over-gpio:
 *  kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) *     kernel (= 3.18.17-1-73d2b013e81727fe0664fd1b78bd291e) * 
 * opkg_install_cmd: Cannot install package kmod-mmc-over-gpio.

Any idea what is wrong?

@selfbg
Copy link
Contributor

selfbg commented Mar 22, 2016

You cannot install kernel modules from openwrt repositories with our image. Even the kernel version match, the kernel magic won't. The solution is either build kernel with the modules that you need or you can use image from OpenWRT team:
https://downloads.openwrt.org/chaos_calmer/15.05.1/ramips/rt305x/openwrt-15.05.1-ramips-rt305x-olinuxino-rt5350f-evb-squashfs-sysupgrade.bin

or

https://downloads.openwrt.org/chaos_calmer/15.05.1/ramips/rt305x/openwrt-15.05.1-ramips-rt305x-olinuxino-rt5350f-squashfs-sysupgrade.bin

If you use the prebuild image, then installing kernel modules with opkg will be ok.

@selfbg selfbg closed this as completed Mar 22, 2016
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

2 participants