[Bug 530348] Re: e100: eth0: e100_request_firmware: Failed to load firmware "e100/d101m_ucode.bin
Chase Douglas
chase.douglas at canonical.com
Wed Mar 3 22:43:37 UTC 2010
What that shows us is that udev is receiving the proper events for
firmware uploading from the kernel. Now, lets find out what udev is
doing with them. Execute the following:
1. sudo udevadm control --log-priority debug
2. tail -f /var/log/syslog > udev.log
3. (in another terminal) rmmod e100 && modprobe e100 && ifconfig eth0 up
Attach the udev.log file here. It should contain something like:
Mar 3 17:38:58 cndougla-ubuntu udevd-work[31461]: 'firmware.sh' started
And, hopefully, following messages will also show us what's going on
once it runs firmware.sh.
--
e100: eth0: e100_request_firmware: Failed to load firmware "e100/d101m_ucode.bin
https://bugs.launchpad.net/bugs/530348
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-firmware in ubuntu.
More information about the kernel-bugs
mailing list