LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Alsa sound config (https://www.linuxquestions.org/questions/slackware-14/alsa-sound-config-147507/)

ekoome 02-18-2004 03:41 AM

Alsa sound config
 
I installed a custom kernel (2.6.2) on Slack 9.1 but on boot i get the following error. /dev/dsp: device not found. (the previous Kernel-2.4.22 Alsa had my sound card configurations fine)

It seems ALSA can not locate my sound card. I have run alsaconfig but the system becomes unstable and hangs when it is probing for my sound card.

Is there a way i can put these settings manually (IRQ's and DMA addresses)?

Eric

c0rderr0y 02-18-2004 11:54 AM

I'm having the same problem i think its because you still have to install the libraries im not sure though because im still a n00b

dvsOasis 02-18-2004 12:29 PM

did you update your alsa drivers?

did you enable sound support in your new kernel?

did you modularize all of the alsa drivers? (if you make them modules, alsaconf will find them, if you compile it into the kernel, alsaconf won't find them)

c0rderr0y 02-22-2004 08:56 PM

yes i updated them yes i enables sound support and yes i moularized them....

ekoome 02-23-2004 02:55 AM

I made it work by downloading the Alsa drivers (alsa-drivers, alsa-lib & alsa-utils) from http://alsa-project.org

I configured my Kernel for sound support as a module - SOUNDCORE; nothing else.

On alsa-drivers:

./configure --with-cards=cmipci, bt87x --with-sequencer=yes --with-kernel=/path/to/your/kernel/source --with-isapnp=no

make
make install

on alsa-lib:

./configure
make
make install

On alsa-utils:
./configure
make
make install

then i run alsaconf to setup my soundcard config.

YOu then need to unmute your sound card by running 'alsamixer' and store the settings with "alsactl store"

Reboot your machine and experience your sound card.

I am trying to make my bt878 TV sound work!

c0rderr0y 02-24-2004 11:22 AM

okay i fixed my problem when u have to edit your /etc/modules.conf file for slackware it should be /etc/modprobe.conf or modules-probe or something like that sorry im not at my computer right now


All times are GMT -5. The time now is 10:41 AM.