alsa sound stopped working after upgrade?
hi there
i upgraded my kernel from 2.4.17 to 2.4.19.
i used to have alsa working, but now it dont anymore.
i compile my own alsa package with make-kpkg.
the speakers click when i start alsa. alsamixer seems to be working, but i can get no soundprograms to make any sound. mpg123, alsaplayer, xmms, aplay ... they all hang.
i did run /usr/src/modules/alsa-driver/snddevices
and i did remove isapnp.h from /usr/include/linux as suggested on alsa-project.org before compiling.
what do i do?
martin
this is what i have:
#############################################
ii alsa-base 0.9+0beta12-3 ALSA driver common files
ii alsa-modules-2 0.9+0beta12+3+ Advanced Linux Sound Architecture (drivers)
ii alsa-source 0.9+0beta12-3 ALSA driver source
ii alsa-utils 0.9.0beta12-1 Advanced Linux Sound Architecture (utils)
ii alsaconf 0.4.3b-4 ALSA configurator
ii alsaplayer 0.99.59-5 PCM player designed for ALSA
ii alsaplayer-als 0.99.59-5 PCM player designed for ALSA (ALSA output mo
ii alsaplayer-com 0.99.59-5 PCM player designed for ALSA (common files)
ii alsaplayer-gtk 0.99.59-5 PCM player designed for ALSA (GTK version)
##############################################
this is my modules.conf:
alias char-major-116 snd
alias char-major-14 soundcore
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3
alias snd-card-0 snd-cs4236
alias sound-slot-0 snd-card-0
options snd-cs4236 snd_index=0 snd_id=CARD_0 snd_port=0x530 snd_cport=0x210 snd_mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=0 snd_dma2=1
########################################
more info:
root@homer:/var/log# cat /proc/asound/cards
0 [CARD_0 ]: CS4237B - CS4237B
CS4237B at 0x530, irq 5, dma 0&1
##########################################
more still:
root@homer:/var/log# lsmod
Module Size Used by Not tainted
snd-pcm-oss 35520 0 (autoclean)
snd-mixer-oss 9280 0 (autoclean) [snd-pcm-oss]
snd-cs4236 2208 0
snd-cs4236-lib 10208 0 [snd-cs4236]
snd-opl3-lib 5280 0 [snd-cs4236]
snd-hwdep 3712 0 [snd-opl3-lib]
snd-cs4231-lib 13216 0 [snd-cs4236 snd-cs4236-lib]
snd-pcm 47840 0 [snd-pcm-oss snd-cs4236-lib snd-cs4231-lib]
snd-timer 10080 0 [snd-opl3-lib snd-cs4231-lib snd-pcm]
snd-mpu401-uart 2528 0 [snd-cs4236]
snd-rawmidi 12256 0 [snd-mpu401-uart]
snd-seq-device 3856 0 [snd-opl3-lib snd-rawmidi]
snd 24840 0 [snd-pcm-oss snd-mixer-oss snd-cs4236 snd-cs4236-lib snd-opl3-lib snd-hwdep snd-cs4231-lib snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
Reply to: