|
no sound - just upgraded kernel - HELP!
hello,
i just upgraded my kernel from 2.4.22 -> 2.4.26, and scince the upgrade i havent gotten my sound to work, i can see my old *.22 drivers, but i thought i compiled them in on the new kernel, i was wondering if i could copy the drivers i used for *.22 over and use them for *.26? and where would i copy them to? the directory i'm in? "/lib/modules/2.4.26/kernel/driver/sound"? ...would be my guess, here some 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
root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# slocate snd-via82xx
/lib/modules/2.4.22/kernel/sound/pci/snd-via82xx.o.gz
root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# slocate soundcore
/lib/modules/2.4.22/kernel/drivers/sound/soundcore.o.gz
/usr/src/linux-2.4.26/drivers/sound/soundcore.o
root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# slocate snd-mixer-oss
/lib/modules/2.4.22/kernel/sound/acore/oss/snd-mixer-oss.o.gz
root@bungle:/lib/modules/2.4.26/kernel/drivers/sound# slocate snd-pcm-oss
/lib/modules/2.4.22/kernel/sound/acore/oss/snd-pcm-oss.o.gz
what did i miss in my kernel config?
thanks
|