View previous topic :: View next topic |
Author |
Message |
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Mon Feb 21, 2005 8:46 pm Post subject: Sound Problems |
|
|
I reinstalled Gentoo using the NPTL guide in the Documentation section. I had my sound working, but sound in Quake 3 was a no go. Apparently in my quest for sound in Quake, I've completely disabled sound overall in my entire system. I have an Audigy 2 ZS gamer, using the emu10k1 driver.
/etc/modules.d/alsa is
Code: | # Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $
# ALSA portion
# OSS/Free portion
##
## 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-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.8 ---
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. --- |
lsmod reports:
Code: | Module Size Used by
snd_seq_midi 8800 0
snd_emu10k1_synth 8064 0
snd_emux_synth 39488 1 snd_emu10k1_synth
snd_seq_virmidi 7872 1 snd_emux_synth
snd_seq_midi_emul 7744 1 snd_emux_synth
snd_pcm_oss 54752 0
snd_mixer_oss 20096 1 snd_pcm_oss
snd_seq_oss 37312 0
snd_seq_midi_event 7936 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq 55440 8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_emu10k1 103876 1 snd_emu10k1_synth
snd_rawmidi 25952 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_seq_device 8908 7 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_ac97_codec 75776 1 snd_emu10k1
snd_pcm 94216 3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_timer 26628 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 9924 2 snd_emu10k1,snd_pcm
snd_util_mem 4480 2 snd_emux_synth,snd_emu10k1
snd_hwdep 9888 2 snd_emux_synth,snd_emu10k1
snd 54116 13 snd_emux_synth,snd_seq_virmidi,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer,snd_hwdep
via_velocity 29640 0
fglrx 242364 7
nvidia_agp 7772 1
agpgart 34408 2 nvidia_agp |
/etc/init.d/alsasound status reports
I'm not sure what I've done to kill off sound overall. I'm sure this is just some stupid mistake I've made, that can hopefully be fixed in about 3 seconds. All the mixer levels are at around 50, yes the speakers are plugged in. Quake 3 says the system is muted, but by doing "amixer set Master 100 unmute" says something about unknown level "unmute"...
Anyway, thanks in advance. |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Mon Feb 21, 2005 11:40 pm Post subject: |
|
|
c'mon, I know someone knows off the top of their head how to fix this. |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Tue Feb 22, 2005 1:46 am Post subject: |
|
|
What does running alsamixer give you? |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Tue Feb 22, 2005 2:39 am Post subject: |
|
|
Shows that everything is on. Master, PCM, Surround, and Center are all set to 100. |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Tue Feb 22, 2005 2:54 am Post subject: |
|
|
Your /etc/modules.d/alsa file looks like it is missing some things compared to mine for my sblive. Here is mine:
Code: | # Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# OSS/Free portion - card #1
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
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
alias /dev/sequencer snd-seq-midi
# Set this to the correct number of cards.
options snd cards_limit=1[/ | code] |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Tue Feb 22, 2005 3:16 am Post subject: |
|
|
Added the missing things to mine, unfortunately it didn't fix anything noticable. Quake 3 seems to think that the sound system is muted. I've tried the amixer set Master 100 unmute stuff, to no avail. How else could it be muted? Again, that might just be quake, cause still my sound overall isnt working. |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Tue Feb 22, 2005 8:57 am Post subject: |
|
|
Does the sound work if you log in as root? Did you restart alsasound? |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Tue Feb 22, 2005 12:26 pm Post subject: |
|
|
Not even as root. heh, and all this happens after the sound was working...
I can't imagine what I've done to it. And yes, alsasound is running, it correctly loaded the modules also. |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
Posted: Tue Feb 22, 2005 9:31 pm Post subject: |
|
|
Anyone else have any suggestions? |
|
Back to top |
|
|
gungholady Guru
Joined: 19 Oct 2003 Posts: 392
|
Posted: Wed Feb 23, 2005 2:05 am Post subject: |
|
|
Are you using udev? If so, try moving or removing /etc/security/console.perms. Then restart alsasound. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|