public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Strange ALSA issues (emu10k1)
@ 2006-06-05  0:06 Jesse Hannah
  2006-06-05  3:06 ` Thomas Kear
  2006-06-05 19:09 ` [gentoo-user] " Jesse Hannah
  0 siblings, 2 replies; 4+ messages in thread
From: Jesse Hannah @ 2006-06-05  0:06 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 2098 bytes --]

I'm having an interesting time getting my sound card working for some
reason. It's a SB Audigy 2 (emu10k1), with the main audio jacks on the
actual card and headphone and microphone ports in front. For some reason, I
can only get sound out of the front headphone port--not any of the ports on
the card itself. Other than that, everything works fine.

That I can tell, I have everything configured right, but here's some output
in case anybody spots something:

foogley ~ # lspci | grep audio
02:0a.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)

foogley ~ # lsmod | grep snd
snd_pcm_oss            49184  0
snd_mixer_oss          17920  1 snd_pcm_oss
snd_seq_oss            32640  0
snd_seq_midi            7584  0
snd_emu10k1_synth       7808  0
snd_emux_synth         35584  1 snd_emu10k1_synth
snd_seq_virmidi         6784  1 snd_emux_synth
snd_seq_midi_event      6912  3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi
snd_seq_midi_emul       7808  1 snd_emux_synth
snd_seq                50512  8
>>snd_seq_oss,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,
>>snd_seq_midi_emul
snd_emu10k1           121252  4 snd_emu10k1_synth
snd_rawmidi            21408  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec         92448  1 snd_emu10k1
snd_ac97_bus            2944  1 snd_ac97_codec
snd_seq_device          7820  7
>>snd_seq_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,
>>snd_emu10k1,snd_rawmidi
snd_util_mem            4352  2 snd_emux_synth,snd_emu10k1
snd_hwdep               8324  2 snd_emux_synth,snd_emu10k1
snd_pcm                81540  5 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_page_alloc          9352  2 snd_emu10k1,snd_pcm
snd_timer              22276  3 snd_seq,snd_emu10k1,snd_pcm
snd                    47460  17 >>snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_emux_synth,snd_seq_virmidi,
>>snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_device,snd_hwdep,
>>snd_pcm,snd_timer
soundcore               8672  1 snd

Any help with this would be greatly appreciated.
--
Jesse Hannah

[-- Attachment #1.2: Type: text/html, Size: 4037 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Strange ALSA issues (emu10k1)
  2006-06-05  0:06 [gentoo-user] Strange ALSA issues (emu10k1) Jesse Hannah
@ 2006-06-05  3:06 ` Thomas Kear
  2006-06-05 19:09 ` [gentoo-user] " Jesse Hannah
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Kear @ 2006-06-05  3:06 UTC (permalink / raw
  To: gentoo-user

Open your favourite mixer, go to the 'switches' section and turn on
the one labelled "Audigy analog/digital output jack".  Good chance it
will just start working.

If you don't have a mixer that does that, try this way:
# amixer controls | grep Jack

should produce output like this
numid=216,iface=MIXER,name='Audigy Analog/Digital Output Jack'

To enable the control, run
# amixer -c 0 cset numid=216 1
with the numid= value you got above

-- 
Thomas Kear
thomas.kear@gmail.com
+64211031910
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Strange ALSA issues (emu10k1)
  2006-06-05  0:06 [gentoo-user] Strange ALSA issues (emu10k1) Jesse Hannah
  2006-06-05  3:06 ` Thomas Kear
@ 2006-06-05 19:09 ` Jesse Hannah
  2006-06-05 19:14   ` Jesse Hannah
  1 sibling, 1 reply; 4+ messages in thread
From: Jesse Hannah @ 2006-06-05 19:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2757 bytes --]

I seem to have gotten things figured out myself. :P Apparently there were 
still some things muted in alsamixer, and I'm not sure which one it was but 
one of them was the control for the audio ports on the sound card. Everything 
works fine now. :)

On Sunday, 4 June 2006 17:06, you wrote:
> I'm having an interesting time getting my sound card working for some
> reason. It's a SB Audigy 2 (emu10k1), with the main audio jacks on the
> actual card and headphone and microphone ports in front. For some reason, I
> can only get sound out of the front headphone port--not any of the ports on
> the card itself. Other than that, everything works fine.
>
> That I can tell, I have everything configured right, but here's some output
> in case anybody spots something:
>
> foogley ~ # lspci | grep audio
> 02:0a.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
>
> foogley ~ # lsmod | grep snd
> snd_pcm_oss            49184  0
> snd_mixer_oss          17920  1 snd_pcm_oss
> snd_seq_oss            32640  0
> snd_seq_midi            7584  0
> snd_emu10k1_synth       7808  0
> snd_emux_synth         35584  1 snd_emu10k1_synth
> snd_seq_virmidi         6784  1 snd_emux_synth
> snd_seq_midi_event      6912  3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi
> snd_seq_midi_emul       7808  1 snd_emux_synth
> snd_seq                50512  8
>
> >>snd_seq_oss,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_even
> >>t, snd_seq_midi_emul
>
> snd_emu10k1           121252  4 snd_emu10k1_synth
> snd_rawmidi            21408  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
> snd_ac97_codec         92448  1 snd_emu10k1
> snd_ac97_bus            2944  1 snd_ac97_codec
> snd_seq_device          7820  7
>
> >>snd_seq_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,
> >>snd_emu10k1,snd_rawmidi
>
> snd_util_mem            4352  2 snd_emux_synth,snd_emu10k1
> snd_hwdep               8324  2 snd_emux_synth,snd_emu10k1
> snd_pcm                81540  5 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
> snd_page_alloc          9352  2 snd_emu10k1,snd_pcm
> snd_timer              22276  3 snd_seq,snd_emu10k1,snd_pcm
> snd                    47460  17
> >>snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_emux_synth,snd_seq_virmidi,
>
> >>snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_device,snd_hwdep,
> >>snd_pcm,snd_timer
>
> soundcore               8672  1 snd
>
> Any help with this would be greatly appreciated.
> --
> Jesse Hannah

-- 
Jesse Hannah

Homepage: <http://everstar.hostultra.com/>
IRC Nick: FlakPenguin@irc.freenode.net
GPG Key: 0x78F156E7
Available on the keyservers (search the key or for "Jedi Web-Penguin")
or from <http://everstar.hostultra.com/jesse.asc>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Strange ALSA issues (emu10k1)
  2006-06-05 19:09 ` [gentoo-user] " Jesse Hannah
@ 2006-06-05 19:14   ` Jesse Hannah
  0 siblings, 0 replies; 4+ messages in thread
From: Jesse Hannah @ 2006-06-05 19:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

Thomas--thanks. Saw your message after I figured it out, but that seems to 
have been what it was. :) Thank you anyway!

-- 
Jesse Hannah

Homepage: <http://everstar.hostultra.com/>
IRC Nick: FlakPenguin@irc.freenode.net
GPG Key: 0x78F156E7
Available on the keyservers (search the key or for "Jedi Web-Penguin")
or from <http://everstar.hostultra.com/jesse.asc>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-05 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05  0:06 [gentoo-user] Strange ALSA issues (emu10k1) Jesse Hannah
2006-06-05  3:06 ` Thomas Kear
2006-06-05 19:09 ` [gentoo-user] " Jesse Hannah
2006-06-05 19:14   ` Jesse Hannah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox