ru_master wrote:I have the same problem.
Odroid was powered off when packets updating from the repository. Now it is do not work.
The last message in /var/log/syslog
Mar 3 07:57:59 odroid kernel: [ 3128.225658] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
and in /var/log/dmesg
[ 22.650390] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
I do not have any files with extension ".bin" (mfc_fw_v6.5.bin)
I have only
s5p-mfc.fw
s5p-mfc-v6.fw
Where can I download mfc_fw_v6.5.bin?
Which distro are you using ?
If it's using systemd that could be the root of the problem.
I can't remember the exact details but with newer systemd, after 2.16, udev no longer loads firmware, systemd does.
But it doesn't work on older kernels. Before 3.7 I think. But definitely on 3.4.
The way I fixed it on Arch linux was to rollback to systemd 2.16 and hold the systemd packages.
The fact it stopped working after an update makes me think it could be this issue ?