Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
yet another Audigy LS problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
corey_s
Apprentice
Apprentice


Joined: 29 Jun 2003
Posts: 264

PostPosted: Mon Nov 01, 2004 5:40 pm    Post subject: yet another Audigy LS problem Reply with quote

Hello!

Ok, after much gnashing of teeth I've been finally able to get my audigy ls working... well, sorta.

Short story: all modules seem to load fine, I'm using the "snd-audigyls" module, /dev/dsp is being created, I can run alsamixer... BUT - when I run alsamixer ( or 'kmix' under KDE ), only the headphone output is provided for muting/unmuting and turning up/down the volume - i.e., no Master, Master Mono or PCM. Now, at least that would be *something* - but unmuting the headphone and turning up sound, I still don't hear anything; so it doesn't really work for whatever reason, despite all appearances.

Below are the ( exhaustive ) relevant details:

Code:

denise linux # uname -a
Linux denise 2.6.9-gentoo-r2 #1 Mon Nov 1 00:28:43  i686 Celeron (Mendocino) GenuineIntel GNU/Linux


Code:

denise linux # emerge -p alsa-utils alsa-oss alsa-driver alsa-lib

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-sound/alsa-utils-1.0.6
[ebuild   R   ] media-libs/alsa-oss-1.0.6
[ebuild   R   ] media-sound/alsa-driver-1.0.6a
[ebuild   R   ] media-libs/alsa-lib-1.0.6


Code:

denise linux # /etc/init.d/alsasound start
 * Loading ALSA drivers...
 *   Loading: snd-audigyls...                                             [ ok ]
 *   Loading: snd-seq-oss...                                              [ ok ]
 *   Loading: snd-pcm-oss...                                              [ ok ]
 * Restoring Mixer Levels                                                 [ ok ]


Code:

denise linux # cat /proc/asound/cards
0 [AUDIGYLS       ]: AudigyLS - AUDIGYLS
                     AudigyLS [SB0310] at 0xa400 irq 5


Code:

denise linux # cat /etc/modules.d/alsa
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##  ALSA portion
alias snd-card-0 snd-audigyls
##  OSS/Free portion
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

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss


Code:

denise linux # lsmod
Module                  Size  Used by
snd_pcm_oss            47144  0
snd_mixer_oss          16256  1 snd_pcm_oss
snd_seq_oss            30080  0
snd_seq_midi_event      6016  1 snd_seq_oss
snd_seq                45584  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          6536  2 snd_seq_oss,snd_seq
snd_audigyls           20520  0
snd_pcm                77320  2 snd_pcm_oss,snd_audigyls
snd_timer              19588  2 snd_seq,snd_pcm
snd_ac97_codec         63184  1 snd_audigyls
snd                    44772  9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_audigyls,snd_pcm,snd_timer,snd_ac97_codec
snd_page_alloc          7432  2 snd_audigyls,snd_pcm


Code:

denise linux # ls -l /dev/dsp /dev/sound/ /dev/snd/
lr-xr-xr-x  1 root root 9 Nov  1 03:26 /dev/dsp -> sound/dsp

/dev/snd/:
total 0
crw-rw----  1 root audio 116,  0 Dec 31  1969 controlC0
crw-rw----  1 root audio 116, 24 Dec 31  1969 pcmC0D0c
crw-rw----  1 root audio 116, 16 Dec 31  1969 pcmC0D0p
crw-rw----  1 root audio 116, 17 Dec 31  1969 pcmC0D1p
crw-rw----  1 root audio 116, 18 Dec 31  1969 pcmC0D2p
crw-rw----  1 root audio 116, 19 Dec 31  1969 pcmC0D3p
crw-rw----  1 root audio 116,  1 Dec 31  1969 seq
crw-rw----  1 root audio 116, 33 Dec 31  1969 timer

/dev/sound/:
total 0
crw-rw----  1 root audio 14, 12 Dec 31  1969 adsp
crw-rw----  1 root audio 14,  4 Dec 31  1969 audio
crw-rw----  1 root audio 14,  3 Dec 31  1969 dsp
crw-rw----  1 root audio 14,  0 Dec 31  1969 mixer
crw-rw----  1 root audio 14,  1 Dec 31  1969 sequencer
crw-rw----  1 root audio 14,  8 Dec 31  1969 sequencer2


I guess that's about it...

I compiled my kernel ( 2.6.9-r2 ) w/ genkernel - and I disabled the inkernel support for oss and alsa; leaving only general sound support:

Code:

<SNIP>
#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
<SNIP>



Thanks a ton for any help you can provide - it's much appreciated, as I'd _really_ like to get some use out of this d@mn sound card I just bought...

( I should have been more carefull choosing a supported card before making the purchase. )

Cheers,

Corey
Back to top
View user's profile Send private message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Thu Nov 04, 2004 1:39 am    Post subject: Reply with quote

What does

Code:
lspci | grep -i audio


Please paste the output.
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
peter96362930
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 141
Location: S.E. Asia

PostPosted: Thu Nov 04, 2004 2:47 pm    Post subject: Reply with quote

corey_s,

I've got a Sound Blaster Live! 24-bit card, which is supposed to require the snd-audigyls driver. I've followed your details to the letter but no dice.

Code:

# cat /proc/asound/cards
--- no soundcards ---


Code:

# lspci | grep -i audio
0000:00:06.0 Multimedia audio controller: Creative Labs SB Audigy LS


Code:

amd64 root # lsmod
Module                  Size  Used by
snd_pcm_oss            52584  0
snd_mixer_oss          17728  1 snd_pcm_oss
snd_seq_oss            34112  0
snd_seq_device          7052  1 snd_seq_oss
snd_seq_midi_event      7040  1 snd_seq_oss
snd_seq                49824  4 snd_seq_oss,snd_seq_midi_event
snd_audigyls           20680  0
snd_pcm                87372  2 snd_pcm_oss,snd_audigyls
snd_timer              21192  2 snd_seq,snd_pcm
snd_ac97_codec         73280  1 snd_audigyls
snd                    47656  9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq_device,snd_seq,snd_audigyls,snd_pcm,snd_timer,snd_ac97_codec
snd_page_alloc          8848  2 snd_audigyls,snd_pcm
ehci_hcd               27012  0
uhci_hcd               29600  0
usb_storage            30400  0
nvidia               5284212  12


Any ideas?
Back to top
View user's profile Send private message
corey_s
Apprentice
Apprentice


Joined: 29 Jun 2003
Posts: 264

PostPosted: Thu Nov 04, 2004 5:07 pm    Post subject: Reply with quote

Quote:

What does

lspci | grep -i audio

Please paste the output.


Code:

denise ~ # lspci | grep audio
0000:00:09.0 Multimedia audio controller: Creative Labs SB Audigy LS


Code:

denise ~ # lspci -vn
<snip>
0000:00:09.1 Class 0980: 1102:7005
        Subsystem: 1102:1002
        Flags: bus master, medium devsel, latency 32
        I/O ports at a800
        Capabilities: [dc] Power Management version 2
<snip>



Thanks for the assistance!

Cheers,

Corey
Back to top
View user's profile Send private message
corey_s
Apprentice
Apprentice


Joined: 29 Jun 2003
Posts: 264

PostPosted: Thu Nov 04, 2004 5:18 pm    Post subject: Reply with quote

peter96362930 -- I'm afraid I don't have much to offer as far as help goes... but here's a total shot in the dark:

Did you emerge hotplug? Try doing that, and be sure to add it to your rc at boot : rc-update add hotplug boot

Also make sure that 'alsasound' is similarly added to 'boot' ( not 'default' ).

I don't know whether, after booting w/ hotplug, that you'll need to re-run genkernel ( I really doubt it, but.... )

Finally, another shot in the dark that runs counter to general linux ideaology - is after you emerge hotplug, and you've added hotplug and alsasound to 'boot' .... try doing a clean reboot.

/etc/init.d/hotplug start

and

/etc/init.d/alsasound start ( or restart )

_should_ do the trick without reboot - but I'm not quite certain exactly how/when the sound card gets detected ( and thus stored under /proc/asound/cards ).

Good luck, bro!


Cheers,

Corey
Back to top
View user's profile Send private message
peter96362930
Tux's lil' helper
Tux's lil' helper


Joined: 26 Oct 2003
Posts: 141
Location: S.E. Asia

PostPosted: Thu Nov 04, 2004 11:35 pm    Post subject: Reply with quote

Thanks. I put hotplug to 'boot', alsasound was already there. After a reboot, I noticed this in dmesg;

Code:

ALSA /var/tmp/portage/alsa-driver-1.0.6a/work/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1904: AC'97 0 does not respond - RESET
ALSA /var/tmp/portage/alsa-driver-1.0.6a/work/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1912: AC'97 0 access is not valid [0x0], removing mixer.
AudigyLS: probe of 0000:00:06.0 failed with error -5


and

Code:

# cat /proc/asound/cards
--- no soundcards ---
# lspci | grep -i audigy
0000:00:06.0 Multimedia audio controller: Creative Labs SB Audigy LS


so it looks like it just doesn't want to play nice with my card?
Back to top
View user's profile Send private message
squares016
n00b
n00b


Joined: 29 Jan 2004
Posts: 52

PostPosted: Fri Nov 05, 2004 9:53 pm    Post subject: Reply with quote

I don't know if this would help you out any, but I as well have the audigy ls card. I emerged the "alsamixergui" and found that only one of the things work, which is "analog front". That's all that can control my volume. Otherwise, nothing else worked for me. Also here is my post for troubles with this card. https://forums.gentoo.org/viewtopic.php?t=218991. Hopes that helps you out.
Back to top
View user's profile Send private message
g0su
Guru
Guru


Joined: 14 May 2003
Posts: 437
Location: Dresden, Deutschland

PostPosted: Sun Dec 05, 2004 10:57 pm    Post subject: Reply with quote

core_s i have the same config than u and the audigy ls but my problem is than sound is mute, i can not listening nothing, only when i restart the asound.

I run alsamixer and i have this channels:

http://80.33.200.165/alsa.jpg

Can you help me please? thx :roll:
_________________
Busco desarrollador con complejo de proxy, interesados MP
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
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