djoi n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2002 Posts: 49
|
Posted: Sat Jun 28, 2003 12:17 am Post subject: TIP: sound with ASROCK K7VT2 or similar (via82xx) |
|
|
Hi,
me and some other here had problems with sound on this mainboard.The solution for me was this :
nano -w /etc/modules.d/alsa
Quote: |
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-via82xx
alias snd-card-1 snd-via82xx
alias snd-card-2 snd-via82xx
alias snd-card-3 snd-via82xx
alias snd-card-4 snd-via82xx
alias snd-card-5 snd-via82xx
alias snd-card-6 snd-via82xx
alias snd-card-7 snd-via82xx
options snd-via82xx dxs_support=3
## modinfo snd-via82xx explains it
|
update-modules
/etc/init.d/alsasound stop
/etc/init.d/alsasound start
mpg123 your_favourite_song.mp3
..and listen to clear sound
(if you dont hear anything , read the desktop doc how to use amixer or alsamixer )
Some peeps here reported that a newer kernel solve it but with
2.5.70-mm7 it dont work here w/o this option.
Maybe it help somebody
bye |
|