File: FAQ

package info (click to toggle)
module-init-tools 3.12-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,296 kB
  • ctags: 1,264
  • sloc: sh: 7,010; ansic: 6,584; makefile: 1,114
file content (13 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
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