aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
blob: 3db4716b964a432ca8a4473f33c1f7e0cd998cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Frequently Asked Module User Questions
--------------------------------------

Q) Where should I report bugs?
A) Please post to the linux-modules@vger.kernel.org mailing list, along with
   a description of how to reproduce. Copy Jon Masters <jcm@jonmasters.org>.

Q) I get "/usr/bin/ld: cannot find -lc"
A) You need to install a development package which contains libc.a.
   For example, on Fedora systems, you would type "yum install glibc-static".

Q) I'm having trouble inserting out-of-tree modules
A) See kernel source tree documentation: Documentation/kbuild/modules.txt