2.4.26 sound problems

Submitted by tjay
on June 16, 2004 - 7:55pm

hey all, i just upgraded from 2.4.22 to 2.4.26, everything works fine except my sound, i might have left something out in the config, not sure but, in my old modules.conf file i have noticed the "via82xx" module was loaded and other, heres the info:

root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# cat /etc/modules.conf

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.9.0 ---
alias char-major-116 snd
alias snd-card-0 snd-via82xx
alias char-major-14 soundcore
alias sound-slot-0 snd-card-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
options snd major=116 cards_limit=1
options snd-via82xx index=0 dxs_support=2
# --- END: Generated by ALSACONF, do not edit. ---

alias char-major-195 nvidia

heres my lsmod:

root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:0b.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a4)

i can't run alsamixer, or load a driver, i was wondering if i could copy all those modules from /lib/.../2.4.22/... and place them somewhere (dont know where exactly) in my current configuration (2.4.26) i dont know why its not loading, but its confusing me, it was a bit easier to configure before. i am just an average slackware user trying to battle this sound problem, any and all help would certinly be appreciated, thanks!

tjay

You might need to reinstall t

Anonymous
on
June 17, 2004 - 6:08am

You might need to reinstall the alsa-drivers. That means recompiling the alsa-driver package for your new kernel, and then sound should work like it did before. :)

been there...done that....

tjay
on
June 17, 2004 - 7:57am

i use slackware, and i ran swaret and updated alsa (alsa,alsa-utils,alsa-oss) and still nothing, but, i found that with kernel .22 i was using the module snd-via82xx, and .26 uses via82cxxx_audio. now, i can load that module and can get sound, but it needs some tweaking, i ran quake and it almost lags because of the poor sound quality, i play an mp3, and it sounds decent, its weird, i am unable to run alsamixer, when i run alsaconf it does me no good, cannot detect anything, any ideas? thanks!

tjay

via82cxxx_audio

Anonymous
on
June 17, 2004 - 11:33am

via82cxxx_audio is the name of the OSS driver, so you're not using alsa, whose module is still called snd-via82xx. Try enabling just the sound support in the kernel, not including any drivers. Then install and load the alsa-driver, using your old config. Hope that might help.

this sucks...

tjay
on
June 17, 2004 - 1:18pm

i went and remove'd all my alsa packages, went to alsa's webpage, downloaded alsa,libs,utils, and oss, configured libs with snd-via82xx and still nothing! i'm using the 2.4.26 kernel, i believe i have sound support in the kernel, i checked and it seemed fine....*confused*lost*

OSS conflict

Con Kolivas
on
June 19, 2004 - 2:34am

If you have compiled the old oss drivers as well they will load and the alsa drivers won't work. Try rmmod'ing them if they are loaded, and if that fixes your problem you can just delete the oss drivers from the /lib/modules/ directory or recompile without the oss drivers configured.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.