You are not logged in.

#1 2009-10-01 03:19:12

spiky25
Member
Registered: 2009-09-29
Posts: 134

[Alsa] Ati Hda SB (Intel) sigmatel stac9200 configuration [solved]

Laptop > dell inspiron 1501
lscpi > 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)

do you know how to configurate it ?
It work sometimes, sometimes it's not ...

Note : used chakra live cd/dvd to resolve ...

Last edited by spiky25 (2009-11-23 00:02:15)


English isn't my native langage

Offline

#2 2009-10-01 04:15:12

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: [Alsa] Ati Hda SB (Intel) sigmatel stac9200 configuration [solved]

As root run alsaconf then set the levels in alsamixer and

alsactl store

~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2009-10-01 04:27:45

brando56894
Member
From: NYC
Registered: 2008-08-03
Posts: 681

Re: [Alsa] Ati Hda SB (Intel) sigmatel stac9200 configuration [solved]

youre problably having the same problem I just found a fix for. I have the same onboard soundcard only I have a desktop and my sound only seemed to work in amarok and kaffeine and not anything else. try both of these:

1. create a file in your home directory called .asoundrc and paste this into it:

pcm.softvolPhonon {
    type softvol
    slave.pcm "default:CARD=0"
    control {
        name "Phonon"
        card 0
    }
    min_dB -51.0
    max_dB 0.0
    resolution 100
    hint {
        show on
        description "Phonon"
    }
}

open up alsamixer (via the console) and unmute the phonon channel, exit and then type sudo alsactl store. next change the preferred sound device to 'phonon', if youre using kde its under system settings > multimedia

2. blacklist the snd-pcm-oss module in /etc/rc.conf
3. unload the snd-pcm-oss module by doing this: sudo modprobe -r snd-pcm-oss

heres a link to my thread, which has a few links with more detailed descriptions of what i just told you to do. hope this helps.

Offline

#4 2009-10-01 07:35:58

spiky25
Member
Registered: 2009-09-29
Posts: 134

Re: [Alsa] Ati Hda SB (Intel) sigmatel stac9200 configuration [solved]

It seem that my card isn't detected anymore at all ... I can't open alsamixer at all !!!
there is some information about my current configuration to help to repair ...

lspci > 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)

sudo nano /etc/rc.conf > http://pastebin.com/m315f79fe

cat /etc/modprobe.d/modprobe.conf :

#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd slots=snd-hda-intel
options snd-hda-intel enable_msi=1
options snd-hda-intel index=0
options snd-hda-codec index=1


English isn't my native langage

Offline

#5 2009-10-01 14:39:50

spiky25
Member
Registered: 2009-09-29
Posts: 134

Re: [Alsa] Ati Hda SB (Intel) sigmatel stac9200 configuration [solved]

Now corrected but I don't know the problem exactly ...

Last edited by spiky25 (2009-10-01 21:23:05)


English isn't my native langage

Offline

Board footer

Powered by FluxBB