Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AC97 and ALSA
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
Taktykal_Gentoo
n00b
n00b


Joined: 30 Aug 2004
Posts: 35

PostPosted: Wed Oct 06, 2004 9:57 pm    Post subject: AC97 and ALSA Reply with quote

Is it me or does support not exist for this soundcard? I cannot find support for this anywhere

Thanks

Kaotik :twisted:
_________________
Death by Digital Warfare
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Oct 06, 2004 10:04 pm    Post subject: Reply with quote

My on-board VIA (snd-via82xx) uses AC'97 (snd-ac97-codec).
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
discowombat
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2003
Posts: 106
Location: The Cornfields

PostPosted: Wed Oct 06, 2004 11:22 pm    Post subject: Reply with quote

AC'97 doesn't tell you what kind of sound card it is, you should have some sort of name along with it...

Code:

localhost root # lspci | grep AC
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
0000:00:1f.6 Modem: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Modem Controller (rev 02)

(if you don't have lspci, emerge pciutils)

Mine is is an intel onboard and uses the snd-intel8x0 module.
If you still can't find the right module, post the relevant section of your lspci.
_________________
One by one the penguins steal my sanity
Back to top
View user's profile Send private message
vvlaw
n00b
n00b


Joined: 28 Apr 2004
Posts: 15

PostPosted: Thu Oct 07, 2004 12:11 am    Post subject: Reply with quote

This is my lspci message:
---
0000:00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
0000:00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
---

which modules need i write in the /etc/make.conf

myabe is not snd-via82xx
_________________
...:::No Pain No Gain:::...
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Thu Oct 07, 2004 5:53 am    Post subject: Reply with quote

Hei

Did you select the via82xx under PCI cards in your kernel config?

regards
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
vvlaw
n00b
n00b


Joined: 28 Apr 2004
Posts: 15

PostPosted: Mon Oct 11, 2004 10:23 am    Post subject: Reply with quote

hi...Cintra:

yeah...i select the via82xx under PCI cards as the modules...

and this is a part of my config file:
======================================
#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
CONFIG_SND_VIA82XX=m
# CONFIG_SND_VX222 is not set

#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
=============================================

is it correct? thx...
_________________
...:::No Pain No Gain:::...
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Mon Oct 11, 2004 1:00 pm    Post subject: Reply with quote

I'm using..
#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

mvh
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
westboy21
Tux's lil' helper
Tux's lil' helper


Joined: 10 Oct 2003
Posts: 135
Location: Raleigh, North Carolina

PostPosted: Tue Oct 12, 2004 12:40 am    Post subject: Reply with quote

vvlaw, your config looks correct. have you also emerged the alsa-utils and alsa-lib packages?
Back to top
View user's profile Send private message
Taktykal_Gentoo
n00b
n00b


Joined: 30 Aug 2004
Posts: 35

PostPosted: Sat Oct 16, 2004 1:48 pm    Post subject: Reply with quote

My grep says this when i lspci | grep -i audio

bash-2.05b#lspci | grep -i audio
0000:00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown device 4341

anyone have any ideas?


it is an ac 97 soundcard but it is reading it as an ati soundcard
_________________
Death by Digital Warfare
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sat Oct 16, 2004 3:12 pm    Post subject: Reply with quote

what mobo are you usning (suppose it's sound on board)
I believe you need this module:
snd-intel8x0
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