LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ALSA Issue (https://www.linuxquestions.org/questions/linux-hardware-18/alsa-issue-339247/)

Centinul 07-01-2005 11:58 PM

ALSA Issue
 
Info:
FC4
Audigy 2 ZS

I have sound but there is a mixer settings problem. I'm running the Gnome GUI and if I right-click on the volume indicator and go to preferences it lets me cycle through some options as far as BASS, TREBLE etc. The thing is whenever I change these settings it doesn't modify the output of the sound (I'm using XMMS as a check).

XMMS is using the following: ALSA 1.2.10 Output Plugin [libALSA.so]

Output of lspci | grep audio:

01:09.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)

----------------------------------------
Output of lsmod | grep snd:

snd_emu10k1_synth 8513 0
snd_emux_synth 43073 1 snd_emu10k1_synth
snd_seq_virmidi 7105 1 snd_emux_synth
snd_seq_midi_emul 6849 1 snd_emux_synth
snd_emu10k1 133317 5 snd_emu10k1_synth
snd_rawmidi 30305 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 75961 1 snd_emu10k1
snd_seq_dummy 3653 0
snd_seq_oss 37057 0
snd_seq_midi_event 9153 2 snd_seq_virmidi,snd_seq_oss
snd_seq 62289 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51185 0
snd_mixer_oss 17857 1 snd_pcm_oss
snd_pcm 100169 4 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer 33605 4 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 9669 2 snd_emu10k1,snd_pcm
snd_util_mem 4673 2 snd_emux_synth,snd_emu10k1
snd_hwdep 9057 2 snd_emux_synth,snd_emu10k1
snd 57157 19 snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_de vice,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 10913 1 snd
--------------------------------------

Finally, here is my ~/.asoundrc file:

pcm.!default {
type plug
slave.pcm "dmixer"
}

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

ctl.dmixer {
type hw
card 0
}

-----------------------------------
If you need any other commands run please let me know. I hope I gave enough information. Essentially I just want to be able to adjust my treble and bass and have it do something :)

akudewan 07-02-2005 12:17 AM

google gave me this: http://lists.freshrpms.net/pipermail...er/002304.html

Look around for a "Tone" toggle. Toggle it.

Centinul 07-02-2005 12:47 AM

Excellent it worked!! Thanks


All times are GMT -5. The time now is 07:18 PM.