Ticket #2018 (closed defect: fixed)
firmware loading: remove fsosystemd
| Reported by: | GNUtoo | Owned by: | mrmoku |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SHR Image | Version: | SHR-core |
| Keywords: | Cc: | JaMa, morphis |
Description
on N900 and GTA04 fsosystemd prevent the firmware to be loaded at "1ifconfig wlan0 up". it fails with:
[ 212.098480] firmware mmc1:0001:1: firmware_loading_store: unexpected value (0) [ 212.110687] libertas_sdio: failed to find firmware (-2)
but after killing fsosystemd it works fine.
Change History
Note: See
TracTickets for help on using
tickets.

I would propose here to remove fsosystemd from the images and only use udev for firmware loading. It should not have any real impact on the performance on the system at all when using devtmpfs+udev together.
Furthermore we use then what is set from upstream as default: systemd + udev. Means more support from upstream, more standard and better maintainable.