[Buildroot] SOLVED! Re: Buildroot 2011.11 on x86_64 - neither udev nor mdev loads needed modules at startup
Wojciech Zabolotny
wzab01 at gmail.com
Mon Dec 26 17:53:08 UTC 2011
Finally I've got it! The reason was so simple, that I can't believe I've spent such a long time at it :-(.
In the buildroot-2011.11 the modprobe is located in /usr/bin:
# which modprobe
/usr/bin/modprobe
However in the /lib/udev/rules.d scripts the modprobe is called as /sbin/modprobe .
So I've added the symlink /sbin/modprobe pointing to /usr/sbin/modprobe and everything works perfectly!
--
Thanks & Regards,
Wojtek
More information about the buildroot
mailing list