depmod: export static device node information to modules.devname
[mit.git] / FAQ
blob3db4716b964a432ca8a4473f33c1f7e0cd998cf0
1 Frequently Asked Module User Questions
2 --------------------------------------
4 Q) Where should I report bugs?
5 A) Please post to the linux-modules@vger.kernel.org mailing list, along with
6    a description of how to reproduce. Copy Jon Masters <jcm@jonmasters.org>.
8 Q) I get "/usr/bin/ld: cannot find -lc"
9 A) You need to install a development package which contains libc.a.
10    For example, on Fedora systems, you would type "yum install glibc-static".
12 Q) I'm having trouble inserting out-of-tree modules
13 A) See kernel source tree documentation: Documentation/kbuild/modules.txt