View previous topic :: View next topic |
Author |
Message |
cz0 Guru
Joined: 13 Jun 2005 Posts: 313 Location: /earth/russia/moscow
|
Posted: Sat Jan 14, 2006 9:03 pm Post subject: Problem with autoloading modules |
|
|
Whell, after boot I enter somemting like uamix to setup volume levels, but it's quits with a error. After entering lsmod I dont see any sound modules and only after modprobe snd-emu10k1 (I have Audigy 1) everthing work OK. I have modules autoloading on in kernel config. Any ideas? |
|
Back to top |
|
|
artworcs Tux's lil' helper
Joined: 12 Jun 2005 Posts: 126
|
Posted: Sat Jan 14, 2006 9:07 pm Post subject: |
|
|
You should set the module in Code: | /etc/modules.autoload.d/kernel-2.6 | for a 2.6 based kernel
Mine looks like Code: |
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# For example:
#nvidiafb
#forcedeth
8139too
nvidia
|
|
|
Back to top |
|
|
cz0 Guru
Joined: 13 Jun 2005 Posts: 313 Location: /earth/russia/moscow
|
Posted: Sat Jan 14, 2006 9:13 pm Post subject: |
|
|
nvidia kernel module loads automaticly after starting X...
And I have problems with coldplug, it crashes and freez the system and if I try to load modules with insmod, I have somthung about wrong format and unknown symbol.. |
|
Back to top |
|
|
|