View previous topic :: View next topic |
Author |
Message |
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Wed Nov 30, 2005 2:34 pm Post subject: [SOLVED] alsa not seeing my sound card |
|
|
when i try to run alsaconf, it says i should close all apps using the sound driver
how do i stop apps using the modules? and how can i list the modules in use?
i compiled the drivers into my kernel as a module
this is my card:
Multimedia audio controller: Creative Labs SB Live! EMU10k1
media-box ~ # modprobe -l
/lib/modules/2.6.14-gentoo-r2/kernel/net/ipv4/netfilter/iptable_raw.ko
/lib/modules/2.6.14-gentoo-r2/kernel/net/ipv4/netfilter/ipt_NOTRACK.ko
/lib/modules/2.6.14-gentoo-r2/kernel/lib/libcrc32c.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/usb/misc/phidgetservo.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/usb/misc/cytherm.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/usb/input/touchkitusb.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/scsi/sata_sx4.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/scsi/sata_sis.ko
i noticed lsmod does not give any output... so the modules are not loaded, how do i make them load?
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/scsi/ipr.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/scsi/dpt_i2o.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/net/s2io.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/net/dummy.ko
/lib/modules/2.6.14-gentoo-r2/kernel/drivers/firmware/dcdbas.ko
Last edited by PietdeBoer on Fri Dec 02, 2005 10:39 am; edited 1 time in total |
|
Back to top |
|
|
trilexx Apprentice
Joined: 19 Jul 2004 Posts: 217 Location: Austria
|
Posted: Wed Nov 30, 2005 3:10 pm Post subject: |
|
|
is your problem, that you do not know how to manually load modules? if so...
Code: |
modprobe module-name
|
so, in your case (I think the module is called so...)
_________________ if it lives, compile it |
|
Back to top |
|
|
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Wed Nov 30, 2005 3:12 pm Post subject: |
|
|
media-box linux # modprobe emu10k1
FATAL: Module emu10k1 not found.
media-box linux # lsmod
Module Size Used by
media-box linux #
no modules :S |
|
Back to top |
|
|
trilexx Apprentice
Joined: 19 Jul 2004 Posts: 217 Location: Austria
|
Posted: Wed Nov 30, 2005 3:15 pm Post subject: |
|
|
how did you compile your kernel?
Code: |
make && make modules_install
|
used this command? _________________ if it lives, compile it |
|
Back to top |
|
|
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Wed Nov 30, 2005 3:16 pm Post subject: |
|
|
true i used make only.. will try |
|
Back to top |
|
|
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Fri Dec 02, 2005 10:39 am Post subject: |
|
|
woohoo it worked thx for the help _________________ _ Got Root? _ |
|
Back to top |
|
|
|