Gentoo Archives: gentoo-dev

From: 320095285153-0001@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] 2 bugs and a bit
Date: Tue, 30 Jan 2001 04:34:56
Message-Id: 3A76A067.E68C52A0@gottinger.de
In Reply to: [gentoo-dev] 2 bugs and a bit by Andreas Schweitzer
1 Andreas Schweitzer wrote:
2
3 > Hi,
4 > I have 2 more glitches to report :-)
5 > 1 - /var/tmp was missing on my rc4_pre2
6 > 2 - xfree4 depends on freetype (xterm is linked against it)
7
8 True, xfree4.0.2 supports antialiased fonts and I did not use the
9 freetype2 included in xfree becuase we already had a package
10 for that.
11
12 >
13 >
14 > And now the 'bit' : I have a hard time getting sound to work.
15 > But I guess that may not be the most important :-)
16 > I have a SoundBlaster AWE64 card and I'm new to ALSA.
17 > I guess the first thing that should be generic is to
18 > put the sound devices in /etc/devfs.conf or to run
19 > 'snddevices' during setup.
20 > Or am I completely wrong there ?
21 > /proc/asound/* does tell me quite a bit about my soundcard, but
22 > the ALSA tools won't talk to it. I don't really want
23 > you to bother with my problem, but I think there is
24 > something generic - like I the correct setup of /dev/
25
26 Yes ALSA support needs to be improved.
27 Here is what I use together with devfs to get alsa running.
28
29 /etc/modules.conf
30 -------------------------------
31 alias char-major-116 snd
32 alias snd-card-0 snd-card-ens1371
33 alias char-major-14 soundcore
34 alias sound-slot-0 snd-card-0
35 alias sound-service-0-0 snd-mixer-oss
36 alias sound-service-0-1 snd-seq-oss
37 alias sound-service-0-3 snd-pcm-oss
38 alias sound-service-0-12 snd-pcm-oss
39 options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666
40 snd_device_gid=0 snd_device_uid=0
41 options snd-card-ens1371 snd_inde=0 snd_id=CARD_0
42 --------------------------------------------
43 Replace snd-card-ens1371 with your driver and it should work.
44 Copy /etc/modules.conf to /etc/modules/2.4.1-pre8
45
46 Add this to
47 /etc/rc.d/config/modules
48 -------------------------------
49 snd-card-ens1371
50 snd-pcm-oss
51 snd-mixer-oss
52 -------------------------------
53
54 achim~
55
56 >
57 >
58 > Cheers
59 > Andreas
60 >
61 > --
62 > Department of Physics & Astronomy and Center for Simulational Physics
63 > University of Georgia Phone ++1 (706) 542 5043
64 > Athens, GA 30602-2451 Fax ++1 (706) 542 2492
65 > USA http://dilbert.physast.uga.edu/~andy/
66 >
67 > _______________________________________________
68 > gentoo-dev mailing list
69 > gentoo-dev@g.o
70 > http://www.gentoo.org/mailman/listinfo/gentoo-dev