~ubuntu-core-dev/module-init-tools/ubuntu

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Scott James Remnant
  • Date: 2009-07-16 15:24:17 UTC
  • mfrom: (152.1.38)
  • Revision ID: scott@netsplit.com-20090716152417-7ak1sklxb59cs4fz
MergeĀ 3.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  if ! grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/modules ]; then
15
15
 
16
 
Q) Things still don't load properly.
17
 
A) Do you have an /etc/modprobe.conf?  If not, use
18
 
   generate-modprobe.conf to generate an /etc/modprobe.conf from your
19
 
   old setup.
20
 
 
21
16
Q) Sound doesn't load automatically.
22
17
A) You need to set up an alias (or install command) for "sound-slot-0" in
23
 
   /etc/modprobe.conf: the ALSA sound system seems to want this.
 
18
   /etc/modprobe.d/sound.conf: the ALSA sound system sometimes wants this.
24
19
 
25
20
Q) What is "[unsafe]" next to the module name in lsmod?
26
 
A) It means somone used an old-style interfaces to try to control this
 
21
A) It means someone used an old-style interfaces to try to control this
27
22
   module: these are slowly being tracked down and eliminated.  You can
28
23
   use "rmmod -f" to force removal if you configured your kernel with
29
24
   CONFIG_MODULE_FORCE_UNLOAD set.