Gentoo Archives: gentoo-user

From: Lord Sauron <lordsauronthegreat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Mon, 27 Mar 2006 20:14:27
Message-Id: e5a3e9ac0603271209l713419f4mbfcf65bcee79de6b@mail.gmail.com
In Reply to: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel by Lord Sauron
1 Hey, I found something interesting...
2
3 /boot/config
4
5 > #
6 > # Automatically generated make config: don't edit
7 > # Linux kernel version: 2.6.15-gentoo-r1
8 > # Sun Mar 26 17:30:03 2006
9 > #
10
11 large snip of non-ACPI stuff, mainly architecture flags.
12
13 > #
14 > # ACPI (Advanced Configuration and Power Interface) Support
15 > #
16 > CONFIG_ACPI=y
17 > CONFIG_ACPI_AC=y
18 > CONFIG_ACPI_BATTERY=y
19 > CONFIG_ACPI_BUTTON=y
20 > CONFIG_ACPI_VIDEO=y
21 > # CONFIG_ACPI_HOTKEY is not set
22 > CONFIG_ACPI_FAN=y
23 > CONFIG_ACPI_PROCESSOR=y
24 > CONFIG_ACPI_THERMAL=y
25 > # CONFIG_ACPI_ASUS is not set
26 > CONFIG_ACPI_IBM=y
27 > # CONFIG_ACPI_TOSHIBA is not set
28 > CONFIG_ACPI_BLACKLIST_YEAR=0
29 > # CONFIG_ACPI_DEBUG is not set
30 > CONFIG_ACPI_EC=y
31 > CONFIG_ACPI_POWER=y
32 > CONFIG_ACPI_SYSTEM=y
33 > # CONFIG_X86_PM_TIMER is not set
34 > # CONFIG_ACPI_CONTAINER is not set
35
36 /boot/config-2.6.15-gentoo-r1
37
38 > #
39 > # Automatically generated make config: don't edit
40 > # Linux kernel version: 2.6.15-gentoo-r1
41 > # Sun Mar 26 17:30:03 2006
42 > #
43
44 another snip of mainly the same content
45
46 > #
47 > # Power management options (ACPI, APM)
48 > #
49 > CONFIG_PM=y
50 > CONFIG_PM_LEGACY=y
51 > # CONFIG_PM_DEBUG is not set
52 >
53 > #
54 > # ACPI (Advanced Configuration and Power Interface) Support
55 > #
56 > CONFIG_ACPI=y
57 > CONFIG_ACPI_AC=y
58 > CONFIG_ACPI_BATTERY=y
59 > CONFIG_ACPI_BUTTON=y
60 > CONFIG_ACPI_VIDEO=y
61 > # CONFIG_ACPI_HOTKEY is not set
62 > CONFIG_ACPI_FAN=y
63 > CONFIG_ACPI_PROCESSOR=y
64 > CONFIG_ACPI_THERMAL=y
65 > # CONFIG_ACPI_ASUS is not set
66 > CONFIG_ACPI_IBM=y
67 > # CONFIG_ACPI_TOSHIBA is not set
68 > CONFIG_ACPI_BLACKLIST_YEAR=0
69 > # CONFIG_ACPI_DEBUG is not set
70 > CONFIG_ACPI_EC=y
71 > CONFIG_ACPI_POWER=y
72 > CONFIG_ACPI_SYSTEM=y
73 > # CONFIG_X86_PM_TIMER is not set
74 > # CONFIG_ACPI_CONTAINER is not set
75
76 My best guess now is that the line # CONFIG_ACIP_HOTKEY is not set is
77 causing my problems. What do you think? I also think that this more
78 or less confirms that the kernel is getting compiled, and it is
79 working... but now it's a problem with KDE. I'll try opening Gnome
80 in a xnest window and seeing if my battery monitor works then.
81
82 --
83 gentoo-user@g.o mailing list