Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7441 - some info missing in the audio setup section to make our life easyer and avoid stupid (my) mistakes :-)
Summary: some info missing in the audio setup section to make our life easyer and avoi...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Desktop Configuration Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-03 22:35 UTC by Eric Thibodeau
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Thibodeau 2002-09-03 22:35:55 UTC
Here is a snippet of the relevant conversation:

mksoft wrote:


You need to set the ALSA_CARDS env var before emerging alsa. Search for 
ALSA_CARDS in the forums for more info.

 
Ahem...now why wasn't that in the desktop configuration document!!! 

and...uhm....feel a little dumb...let's just say that 

Code:


 cat /proc/pci |grep sound

 
printed out 

Code:


Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 0).

Soooooo...I've been trying to use the WRONG driver since the begining!!!
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-06 22:06:41 UTC
Zh,
Take care of this please, it seems relevant.

//ZhEN
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-13 23:39:51 UTC
I never had to set an env var before I emerged ALSA. Any ideas Spanky?

//ZhEN
Comment 3 Stoyan Zhekov (RETIRED) gentoo-dev 2002-10-14 02:56:21 UTC
There a new ALSA guide. It cover this issue. see alsa-guide.xml. but maybe
changes in the build.xml are needed to point to new guide.
Comment 4 SpanKY gentoo-dev 2002-10-14 19:03:41 UTC
you dont *have* to set the environment variable ... if you read the ebuild, it  
tells you that ... 
 
as for using the wrong driver, thats your fault ;) 
zhware says he has new alsa docs, so basically all that needs to be done is 
have a link inserted by ZhEN into the desktop config guide 
 
# By default, drivers for all supported cards will be compiled.  
# If you want to only compile for specific card(s), set ALSA_CARDS  
# environment to a space-separated list of drivers that you want to build.  
# For example:  
#  
#   env ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver  
#  
[ x"${ALSA_CARDS}" = x ] && ALSA_CARDS=all  
  
Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-15 16:37:24 UTC
I will take this because it involves build.. ;-)

//ZhEN
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-16 14:14:14 UTC
I modified the desktop guide to use this guide. Excellent work on that new ALSA
guide ;-)

//ZhEN