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

FS#3644 - WRT1900ACS ImageBuilder Error 255 Cannot install package mwlwifi-firmware-88w8864. #8735

Closed
openwrt-bot opened this issue Feb 26, 2021 · 4 comments
Labels

Comments

@openwrt-bot
Copy link

pesa1234:

make image PROFILE=linksys_wrt1900acs
...
....
...

  • opkg_install_cmd: Cannot install package mwlwifi-firmware-88w8864.
    Makefile:162: recipe for target 'package_install' failed
    make[2]: *** [package_install] Error 255
    Makefile:115: recipe for target '_call_image' failed
    make[1]: *** [_call_image] Error 2
    Makefile:237: recipe for target 'image' failed
    make: *** [image] Error 2
@openwrt-bot
Copy link
Author

t0k4rt:

Same issue with wrt1900ac on image builder 19.07

This command worked last week :

make image PROFILE=linksys_wrt1900acs

But does not work any more :

  • opkg_install_cmd: Cannot install package mwlwifi-firmware-88w8864.
    make[2]: *** [Makefile:158: package_install] Error 255
    make[1]: *** [Makefile:118: _call_image] Error 2
    make: *** [Makefile:208: image] Error 2

Could this be related to package build times ?
All packages seems to have been rebuilt today, maybe all packages haven't finished yet ?

@openwrt-bot
Copy link
Author

hnyman:

issue with wrt1900ac on image builder 19.07

The original issue with master was fixed a few days ago, and the same fix was backported to 19.07. in future the mwlwifi firmware blobs are build together with the firmware image builds, while they were earlier built together with the generic packages.

https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=9b3aaf1cdb873cc2a7b2f2ef4e72ddb716afba38

With 19.07, the old imagebuilder from the 19.07.7 release probably wrongly thinks that the mwlwifi firmware blobs are still with the packages.

You need a new 19.07 imagebuilder from
https://downloads.openwrt.org/releases/19.07-SNAPSHOT/targets/mvebu/cortexa9/

Or manually download the firmware blob packages from
https://downloads.openwrt.org/releases/19.07-SNAPSHOT/targets/mvebu/cortexa9/packages/
to your local package downloads directory.

@openwrt-bot
Copy link
Author

t0k4rt:

Many thanks !!!
I couldn't find a solution.

@openwrt-bot
Copy link
Author

pesa1234:

Thanks, it works on latest SNAPSHOT

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

No branches or pull requests

1 participant