LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   ATI HDA Audio ALC861 codec and alsa on slackware (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/ati-hda-audio-alc861-codec-and-alsa-on-slackware-611050/)

ulukaj 01-04-2008 03:17 AM

ATI HDA Audio ALC861 codec and alsa on slackware
 
Okay I`ve seen some posts on this subject,yet I can`t get sound to work on my toshiba satellite l30-115.I`ve read this post http://www.linuxquestions.org/questi...ack-12-578834/
and trying anything suggested didn`t help.So here are my questions:
#1 I installed alsa exactly as suggested on www.alsa-project.org.The install guide says I should edit modprobe.conf but the file`s use is deprecated.So which file should I use(create) for slackware instead?

#2 Using modprobe.conf and adding "options snd-hda-indel modell=..." wouldn`t help as I cannot play any sounds.I always check alsamixer to see whether I need to unmute some channel.
here is some info: I`m using slackware 12

uname -r

Code:

2.6.23.12.E
lspci

Code:

00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev                                  80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev                                  80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev                                  80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Contro                                ller (rev 80)
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200                                M]
09:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139                                C+ (rev 10)
09:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC                                  (rev 01)

lsmod

Code:

snd_hda_intel        271648  0
snd_pcm_oss            37888  0
snd_mixer_oss          17152  1 snd_pcm_oss
snd_pcm                64900  2 snd_hda_intel,snd_pcm_oss
snd_timer              20612  1 snd_pcm
snd_page_alloc        11272  2 snd_hda_intel,snd_pcm
snd_hwdep              10500  1 snd_hda_intel
snd                    44804  6 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
fglrx                1485356  18

cat /proc/asound/card0/codec#*|grep Codec

Code:

Codec: Realtek ALC861
Codec: Generic 11c1 Si3054

I appreciate any suggestions.Thanks.


All times are GMT -5. The time now is 07:07 AM.