Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sound hosed after running python-updater
Date: Tue, 02 Sep 2008 11:15:53
Message-Id: 20080902111539.GA24755@waltdnes.org
In Reply to: [gentoo-user] sound hosed after running python-updater by "Matthew R. Lee"
1 On Mon, Sep 01, 2008 at 11:11:45AM -0400, Matthew R. Lee wrote
2
3 > I found a thread on the gentoo forums discussing this problem. It seems some
4 > pcm plugins need to be specified. So I specified all of them! reemerged
5 > alsa-libs and tools, utils, etc.
6 > Still the same error message!
7
8 Did you list them properly in /etc.make.conf ? Here's mine. The
9 plugins are listed on the last line. You should only need it if your
10 USE variable has the (in)famous "-*".
11
12
13
14 # These settings were set by the catalyst build script that automatically
15 # built this stage.
16 # Please consult /etc/make.conf.example for a more detailed example.
17 CFLAGS="-O2 -march=prescott -mmmx -msse -msse2 -msse3 -mfpmath=sse -fomit-frame-pointer -pipe"
18 CXXFLAGS="${CFLAGS}"
19 # This should not be changed unless you know exactly what you are doing. You
20 # should probably be using a different stage, instead.
21 CHOST="i686-pc-linux-gnu"
22 MAKEOPTS="-j1"
23 GENTOO_MIRRORS="ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.netnitco.net"
24 SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
25 PORT_LOGDIR=/var/log/portage
26 PORTAGE_ELOG_CLASSES="warn error"
27 PORTAGE_ELOG_COMMAND="echo >> /var/log/portage/elog/cumulative.log"
28 PORTAGE_ELOG_SYSTEM="save"
29 PORTAGE_TMPFS="/dev/shm"
30 FEATURES="parallel-fetch fixpackages"
31 INPUT_DEVICES="keyboard mouse"
32 VIDEO_CARDS="i810 vga"
33 USE="-* X a52 aac bzip2 dga doc dri exif ffmpeg flac gif jpeg mmx mng mp3 mpeg nptl nptlonly nsplugin offensive ogg opengl png posix sse sse2 theora threads tiff truetype vim-syntax vorbis win32codecs wmf xcomposite xpm xv xvid zlib"
34 ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol"
35
36
37 --
38 Walter Dnes <waltdnes@××××××××.org>