View previous topic :: View next topic |
Author |
Message |
haarp Guru
Joined: 31 Oct 2007 Posts: 535
|
Posted: Thu Nov 01, 2007 4:30 pm Post subject: Line-In not functioning on Audigy 2 ZS [solved] |
|
|
Hi,
I've got a problem with my soundcard, a Audigy 2 ZS: Line-In does not work.
I tried playing around with the mixer, enabled Capture on channels, muted and unmuted channels and changed volume with no success. Sound playback works properly, as well as Mic-In, which is physically right next to Line-In on the card.
IIRC, Line-In was "Analog Mix" on my old Debian system, where it worked just fine. When I enable that channel on Gentoo and set its volume to max, I get an extremely small amplitude, which could be the result of interferences. It appears almost as if the phone jack was physically disconnected from the card (which it isn't, since it worked on Debian)
I'm using 2.6.22-gentoo-r8 with emu10k1 and ALSA compiled as modules (not alsa-driver)
/usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt yielded no useful information.
In my Google searches, I discovered that there are other people with completely different kernels or sound cards/modules who seem to suffer from the same problem, but none of them managed to get a solution...
I hope someone here has an idea.
Code: | # grep SND /usr/src/linux/.config | grep "="
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_EMU10K1=m
# grep SOUND /usr/src/linux/.config | grep "="
CONFIG_SOUND=y |
Code: | # cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).
|
Code: | # lsmod | grep snd
snd_seq_midi 7584 0
snd_emu10k1_synth 7616 0
snd_emux_synth 29632 1 snd_emu10k1_synth
snd_seq_virmidi 6720 1 snd_emux_synth
snd_seq_midi_emul 6784 1 snd_emux_synth
snd_pcm_oss 34400 0
snd_mixer_oss 14720 1 snd_pcm_oss
snd_seq_oss 27584 0
snd_seq_midi_event 7424 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq 41968 8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_emu10k1 116160 3 snd_emu10k1_synth
snd_rawmidi 18848 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 89248 1 snd_emu10k1
snd_pcm 57028 4 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_seq_device 7048 6 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_emu10k1,snd_rawmidi
snd_timer 17796 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 8968 2 snd_emu10k1,snd_pcm
snd_util_mem 5056 2 snd_emux_synth,snd_emu10k1
snd_hwdep 7940 2 snd_emux_synth,snd_emu10k1
snd 40036 16 snd_emux_synth,snd_seq_virmidi,snd_pcm_oss.....
ac97_bus 3776 1 snd_ac97_codec
|
Code: | # cat /etc/modules.d/alsa
# Alsa kernel modules' configuration file.
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
# 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
# Set this to the correct number of cards.
options snd cards_limit=1
|
Code: | # cat /proc/asound/cards
0 [Audigy2 ]: Audigy2 - Audigy 2 ZS [SB0350]
Audigy 2 ZS [SB0350] (rev.4, serial:0x20021102) at 0xd800, irq 19
# cat /proc/interrupts
.
.
.
19: 8929635 IO-APIC-fasteoi nvidia, EMU10K1
.
.
.
|
Code: | lspci -v
.
.
.
00:0d.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
Subsystem: Creative Labs SB Audigy 2 ZS (SB0350)
Flags: bus master, medium devsel, latency 32, IRQ 19
I/O ports at d800 [size=64]
Capabilities: [dc] Power Management version 2
00:0d.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
Subsystem: Creative Labs SB Audigy MIDI/Game Port
Flags: bus master, medium devsel, latency 32
I/O ports at d400 [disabled] [size=8]
Capabilities: [dc] Power Management version 2
00:0d.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04) (prog-if 10 [OHCI])
Subsystem: Creative Labs SB Audigy FireWire Port
Flags: bus master, medium devsel, latency 32, IRQ 17
Memory at e4000000 (32-bit, non-prefetchable) [size=2K]
Memory at e3800000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
.
.
.
|
Last edited by haarp on Thu Nov 01, 2007 5:16 pm; edited 2 times in total |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Thu Nov 01, 2007 4:59 pm Post subject: Re: Line-In not functioning on Audigy 2 ZS |
|
|
There are emu10k1 mixer changes in 1.0.15 - try e.g. kamikaze-sources
Might be useful - "2005-02-19 True 5.1 surround" |
|
Back to top |
|
|
haarp Guru
Joined: 31 Oct 2007 Posts: 535
|
Posted: Thu Nov 01, 2007 5:15 pm Post subject: |
|
|
OK, in a last-ditch effort I just enabled, unmuted and maxxed every channel. It worked!
Result: in order for "Analog Mix" and "Analog Mix Capture" to work, you have to unmute "Line-In" under Playback. This does not make any sense, but it works now.
Thank you Paul for trying to help tho |
|
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
|
|