What motherboard are you using? And what soundcard?
I am using Linux redhat 7.3 on a Intel 845-GLAD, 1.7 ghz processor with an
Ac`97 audio card.
Whenever i run sndconfig --no probe and select my sound card.
It gives the following error:
The following error occurred running the modprobe program: ?
? ?
? /lib/modules/2.4.18-3/kernel/drivers/sound/i810_audio.o: ?
? init_module: No such device ?
? /lib/modules/2.4.18-3/kernel/drivers/sound/i810_audio.o: insmod ?
? /lib/modules/2.4.18-3/kernel/drivers/sound/i810_audio.o failed ?
? /lib/modules/2.4.18-3/kernel/drivers/sound/i810_audio.o: insmod ?
? sound-slot-0 failed
Can anyone help me.
Thankyou!
[edit:gorn]changed title to make it a little more clear[/edit]
What motherboard are you using? And what soundcard?
hello,
as user root type depmod -a and the try modprobe sound
@trickster : I already mentioned what mainboard and sound card i was having..anyhow, Intel845GLAD series and AC97 Audio.
@pbharris : Very little am i understanding from what you suggested, but i tried it without knowing these commands and nothing happened.
Anyi deas?
[quote author=Dagreat1 link=board=2;threadid=5971;start=0#57064 date=1041479521]
<snip>
@pbharris : Very little am i understanding from what you suggested, but i tried it without knowing these commands and nothing happened.
Anyi deas?
[/quote]
hello,
the depmod -a will handle depencies issues for loadable modules and the modprobe blank will load module blank .
what is in /etc/modules.conf and what happens when you run just sndconfig ?
When you type lsmod, does any of those sound drivers show in the list?
Have they been compiled from the kernel?
Just some thoughts!
Hey,
This is my whole modules.conf :
--------------------------------------------------------------------------------------------------
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
--------------------------------------------------------------------------------------------------
When i run sndconfig without the --noprobe option it says.
A PCI sound card was found in your sustem.The details are.
Model : Intel corp. |Unknown device. 8086:24c5
The Intel corp. |Unknown device. 8086:24c5 is not supported.
... and lsmod
Module Size Used by Not tainted
ppp_deflate 4032 1 (autoclean)
zlib_deflate 21344 0 (autoclean) [ppp_deflate]
ppp_async 8256 1 (autoclean)
ppp_generic 24108 3 (autoclean) [ppp_deflate ppp_async]
slhc 6508 1 (autoclean) [ppp_generic]
soundcore 6692 0 (autoclean)
autofs 12164 0 (autoclean) (unused)
ide-cd 30272 0 (autoclean)
cdrom 32192 0 (autoclean) [ide-cd]
ehci-hcd 19552 0 (unused)
usb-uhci 24484 0 (unused)
usbcore 73152 1 [ehci-hcd usb-uhci]
ext3 67136 3
jbd 49400 3 [ext3]
:-\
hummm...
lets try this - add the follwoing lines to the file /etc/modules.conf
Code:alias sound-slot-0 i810_audio post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L > /dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
if that fails add alias char-major-14 soundcore to the start of those lines.
why not do a lspci -v and post the info on your sound card. it might help.
I have the sound working at work on a Dell OptiPlex GX260, which uses the same chipset, etc. as your sound - unfortunately, i've been on vacation for 2 weeks now so I don't exactly remember what I have done to make it work. Send me a PM - I go back to work tomorrow and I'll let you know.
Bookmarks