LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Asla and Audigy 2 (https://www.linuxquestions.org/questions/linux-newbie-8/asla-and-audigy-2-a-101553/)

acetone802000 10-08-2003 04:42 AM

Asla and Audigy 2 [RESOLVED]
 
My distrib is Slackware 9.1 and I don't have any sound with my audigy 2

My kernel is compiled with:
Enable loadable module support =y
Kernel module loader =y
Sound card support =m
other sound options are turned off

I downloaded alsa driver, libs, utils..

No problems for :

directory drivers : ./configure --with-cards= --with-sequencer=yes;make;make install
./configure --with-cards= --with-sequencer=yes;make;make install


directory libs and utils: ./configure;make;make install

but when i type :modprobe snd-;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

i have on great message : modprobe: Can't locate module snd-

my lsmod is after modprobe :
Module Size Used by Tainted: P
snd-seq-oss 26112 0 (unused)
snd-seq-midi-event 3264 0 [snd-seq-oss]
snd-seq 33616 2 [snd-seq-oss snd-seq-midi-event]
snd-seq-device 3904 0 [snd-seq-oss snd-seq]
snd-pcm-oss 37092 0 (unused)
snd-pcm 55840 0 [snd-pcm-oss]
snd-timer 13220 0 [snd-seq snd-pcm]
snd-page-alloc 6004 0 [snd-pcm]
snd-mixer-oss 11992 0 [snd-pcm-oss]
snd 27524 0 [snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-pcm-oss snd-pcm snd-timer snd-mixer-oss]
emu10k1 61064 0 (unused)
ac97_codec 9512 0 [emu10k1]
soundcore 3332 6 (autoclean) [snd emu10k1]
nvidia 1628576 8 (autoclean)
ppp_async 7552 1 (autoclean)
ppp_generic 15452 3 (autoclean) [ppp_async]
slhc 5040 0 (autoclean) [ppp_generic]
scanner 10488 0 (unused)
acm 5856 0 (unused)
adiusbadsl 96740 2
usb-ohci 18888 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [scanner acm adiusbadsl usb-ohci ehci-hcd]
emu10k1-gp 1352 0 (unused)
gameport 1436 0 [emu10k1-gp]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [ohci1394]
pcmcia_core 40032 0
ide-scsi 9424 0
agpgart 39576 3

After reboot:
Module Size Used by Tainted: P
soundcore 3332 0 (autoclean)
nvidia 1628576 8 (autoclean)
ppp_async 7552 1 (autoclean)
ppp_generic 15452 3 (autoclean) [ppp_async]
slhc 5040 0 (autoclean) [ppp_generic]
scanner 10488 0 (unused)
acm 5856 0 (unused)
adiusbadsl 96740 2
usb-ohci 18888 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [scanner acm adiusbadsl usb-ohci ehci-hcd]
emu10k1-gp 1352 0 (unused)
gameport 1436 0 [emu10k1-gp]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [ohci1394]
pcmcia_core 40032 0
ide-scsi 9424 0
agpgart 39576 3

My modules.conf:
alias char-major-195 nvidia

hussar 10-18-2003 07:56 AM

Try this. Go to the alsa-drivers directory that you compiled and installed the drivers from. There is a subdirectory there called utils. Change to the utils directory and run alsaconf (as root). Alsaconf will discover your Audigy card and configure your modules.conf for you.


All times are GMT -5. The time now is 05:34 PM.