tizen 2.0
[external/module-init-tools.git] / FAQ
1 Frequently Asked Module User Questions
2 --------------------------------------
3
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>.
7
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".
11
12 Q) I'm having trouble inserting out-of-tree modules
13 A) See kernel source tree documentation: Documentation/kbuild/modules.txt