LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   via8233 onboard sound solved problem (https://www.linuxquestions.org/questions/linux-software-2/via8233-onboard-sound-solved-problem-141028/)

bibilit 02-01-2004 11:27 AM

via8233 onboard sound solved problem
 
I was trying to get sound from the onboard via8233/ realtek system for so long that i lost count !!

Now everything is working great !!

Here are my new modules :

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-via82xx
options snd-via82xx index=0 dxs_support=0

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 via82cxxx_audio
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
#
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

Hope the above will help any of you !!

Thanks to all of you for help and assistance.


All times are GMT -5. The time now is 12:42 PM.