Hi all,
I tried isapnptools. But I still can't use my sound card in RHL 7.1 During the bootup (dmesg) the message appears like : Activating ISA DMA hang workarounds. isapnp: Scanning for PnP cards... isapnp: Card 'OPL3-SAx' isapnp: 1 Plug & Play card detected total
that means the sound card is detected by the RHL7.1 But still the sound test fails. I alsp try to execute pnpdump but, I didn't understand anything out of it. Also when I logout & halt the m/c. I get the message something like: saving mixer settings modprobe : Can't locate module sound - slot - 0 modprobe : Can't locate module sound - service - 0 - 0 aumix: error oopening mixer.
How can I get rid of this & enjoy music form my linux box?
Thanks & Regards, SAMEER :))
~~~~~ My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer ICQ : 26769285
On Mon, 13 Aug 2001, Sameer Shinde wrote:
saving mixer settings modprobe : Can't locate module sound - slot - 0 modprobe : Can't locate module sound - service - 0 - 0 aumix: error oopening mixer.
Do you have relevant entries in your /etc/modules.conf ?
I have entries like these,
[rajen@localhost ~]$ cat /etc/modules.conf alias parport_lowlevel parport_pc alias sound-slot-0 es1371
HTH, Rajen.
From: Rajen Parekh rajen@softhome.net Sent: Monday, August 13, 2001 7:48 PM
saving mixer settings modprobe : Can't locate module sound - slot - 0 modprobe : Can't locate module sound - service - 0 - 0 aumix: error oopening mixer.
I have entries like these,
[rajen@localhost ~]$ cat /etc/modules.conf alias parport_lowlevel parport_pc alias sound-slot-0 es1371 Do you have relevant entries in your /etc/modules.conf ?
No. I do not have such entries in /etc/modulecs.conf The entries I found are: alias parport_lowlevel parport_pc alias usb-controller usb-uhci alias char-major-24 sm56 } These 2 entries are for my softmodem options sm56 country=1 }
Well. That means the sound card modules are not installed. How can I install them? Where can I get it? or just writting following lines will do. alias sound-slot-0 alias sound-service-0-0 But then what about the no. which you have after ...slot-0. How can I get any no. like that? What about aumix?
Reply awaiting, Thanks & Regards, SAMEER :))
~~~~~ My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer
--- Sameer Shinde s2sameer@hotmail.com wrote:
From: Rajen Parekh rajen@softhome.net
alias parport_lowlevel parport_pc alias sound-slot-0 es1371
No. I do not have such entries in /etc/modulecs.conf Well. That means the sound card modules are not installed.
They are, but they just need to be aliased to the correct name.
How can I install them? Where can I get it? or just writting following lines will do. alias sound-slot-0 alias sound-service-0-0
You will also need to add the name of the module that is specific to your Sound Card. Look for this in the file /etc/modules ...
But then what about the no. which you have after ...slot-0. How can I get any no. like that?
It's not a "number" ... es1371 the name of the module that supports the Creative Ensonique sound card.
HTH, SameerDS.
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
On Tue, 14 Aug 2001, Sameer Shinde wrote:
No. I do not have such entries in /etc/modulecs.conf The entries I found are: alias parport_lowlevel parport_pc alias usb-controller usb-uhci alias char-major-24 sm56 } These 2 entries are for my softmodem options sm56 country=1 }
Well. That means the sound card modules are not installed.
Its not like that. You must be having your modules under /lib/modules/. Are you using a stock kernel or have you compiled your own kernel. In case you are using the normal Red Hat distribution, then run sndconfig. If it detects your sound card then it will write the necessary lines in /etc/modules.conf file.
What about aumix?
Once your sound card works properly, you will be able to use aumix.
HTH, Rajen.