You are not logged in.

#1 2006-03-27 07:41:44

hunter_d
Member
From: Chile
Registered: 2005-04-30
Posts: 15

p5wd2 sound card problem

hi, i have an asus p5wd2 motherboard with realtek alc882 audio (hda-intel) and alsa 1.0.10, kernel 2.6.15

mi problem is that from the front speaker connection i get a buzzing sound, very ugly... also im currently using only the rear connector and does't sound too good, some sounds are very distorted

my modprobe.conf has this alsa entries:

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

in my rc.conf i load snd-hda-intel snd-pcm-oss

any help apreciated

Offline

#2 2006-03-27 08:54:35

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: p5wd2 sound card problem

modprobe -r snd-hda-intel
modprobe snd-hda-intel position_fix=1
Restart udev and alsa.

For more information (since you will likely have issues with alsamixer/ kmix as well) look here


Microshaft delenda est

Offline

#3 2006-03-27 17:00:16

hunter_d
Member
From: Chile
Registered: 2005-04-30
Posts: 15

Re: p5wd2 sound card problem

i couldn't do this: modprobe -r snd-hda-intel, so instead i put in modprobe.conf: options snd-hda-intel position_fix=1 and reboot

the sound problem is still there, did it wrong?


by the way how can i restart udev?

Offline

#4 2006-03-27 18:45:19

hunter_d
Member
From: Chile
Registered: 2005-04-30
Posts: 15

Re: p5wd2 sound card problem

here's my asound.conf if it helps

pcm.hda-intel {
  type plug
  slave.pcm "dmixer"
  }

pcm.dsp0 {
  type plug
  slave.pcm "dmixer"
  }

pcm.dmixer {
  type dmix
  ipc_key 1024
  ipc_key_add_ui 0
    slave {
  pcm "hw:0,0"
  period_time 0
  period_size 1024
  buffer_size 8192
  rate 44100
      }
bindings {
  0 0
  1 1
  }
}

ctl.dmixer {
  type hw
  card 0
  }

Offline

Board footer

Powered by FluxBB