[uClibc] Buildroot Newbie

Ralph Siemsen ralphs at netwinder.org
Sat Mar 12 00:56:34 UTC 2005


cvrancken at mailcan.com wrote:

> Well, I did compile a 2.6.9 kernel and copied the modules directory. The
> system is booting, but I'm getting some warning/errors regarding the
> modules:
> 
> # lsmod
> lsmod: QM_MODULES: Function not implemented

See http://kerneltrap.org/node/3891 or just type the above error message 
into google ;)

> # modprobe ieee1394
> modprobe: module ieee1394 not found.
> modprobe: failed to load module ieee1394.

Evidently you don't have that module, or your uname doesn't match with 
/lib/modules/whatever, or else modutils can't find the module, perhaps 
because you haven't got modprobe.conf (see URL above).

Hope it helps.
-R



More information about the uClibc mailing list