Comment 13 for bug 530348

Revision history for this message
Chase Douglas (chasedouglas) wrote :

@austin_is:

The firmware loading stage exited with error -ENOENT. This could be cause by:

* Firmware file doesn't exist in correct location (this seems fine given what you've reported above)
* Firmware file is empty (please check in all locations under /lib/firmware)
* Memory pages fail to be allocated for firmware in kernel (unlikely)
* (Maybe) device entries under /dev or /sys could not be allocated (unlikely)
* Something else I've missed?

Can you also post any messages you find in /var/log/syslog that relate to firmware loading for e100? There may be something in there from the udev firmware loading script.