Gentoo Archives: gentoo-amd64

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] first gentoo install ...
Date: Sat, 06 May 2006 08:50:07
Message-Id: 7573e9640605060147i15828316k57d028af1d2b349a@mail.gmail.com
In Reply to: [gentoo-amd64] first gentoo install ... by rainer
1 On 5/4/06, rainer <chimera@×××××.ca> wrote:
2 > 1. when i tried to emerge pcmcia-cs there was a problem with the
3 > genkernel, something about 'in kernel ...'
4
5 You almost certainly do _not_ need this. This is for old 16-bit
6 PCMCIA cards that barely supported hot-swapping. Running the 2.6
7 kernel with modern 32-bit cardbus cards will not require the pcmcia-cs
8 package.
9
10 > 2. acpi seems to be flakey. hasn't froze yet though. the laptop seems
11 > slow. cpuinfo in /proc says 797 mhz? maybe it's throttled for battery
12 > when it's on ac power? it's a turion ml-37, 2ghz!
13
14 Did you enable the CPU frequency control options in the kernel? If
15 so, and as modules, have you loaded them? What default frequency
16 governor did you select? Have you merged cpufreqd (or equivalent)?
17
18 This might help:
19 http://gentoo-wiki.com/HOWTO_Gentoo_on_laptops#CPU_frequency_scaling
20
21 > 3. really not getting this emerge thing. installing precompiled packages
22 > for amd64. updated emerge to look in /mnt/cdrom as per install
23 > instructions (networkless) did 'emerge alsa-lib' something happened for
24 > a long time. it looked like it installed alsa-utils as well but i get
25 > nothing for commands 'alsamixer' 'alsasetup' no asound dir in /dev???
26 > after that i'm reluctant to go near anything related to X11.
27
28 A very useful utility to go with portage/emerge is "eix". You can get
29 it with "emerge eix". With this, you can do something like this:
30
31 carcharias rjf # eix alsa-utils
32 * media-sound/alsa-utils
33 Available versions: 1.0.9a 1.0.10 1.0.11
34 Installed: 1.0.11
35 Homepage: http://www.alsa-project.org/
36 Description: Advanced Linux Sound Architecture Utils
37 (alsactl, alsamixer, etc.)
38
39 The above tells me what versions of alsa-utils are available, and what
40 version I have merged.
41
42 As far as alsamixer, et al, they are part of alsa-utils. So if you
43 don't have them, then you probably don't have alsa-utils.
44
45 As far as no /dev entries, try adding alsasound to the default runlevel:
46
47 rc-update -a alsasound default
48
49 You may also need to configure the appropriate ALSA modules for your
50 kernel, either by merging alsa-driver (the default builds drivers for
51 all cards, if you know which specific driver you need, you can set
52 ALSA_CARDS in /etc/make.conf to build just that driver), or using the
53 in-kernel drivers. If they work for your card, I would recommend
54 using the in-kernel driver. "make menuconfig" is your friend here.
55
56 HTH,
57 -Richard
58
59 --
60 gentoo-amd64@g.o mailing list