여기에서:http://www.xenomai.org/documentation/xenomai-2.6/문제 해결
Q: 어떤 CONFIG_* 항목이 대기 시간을 단축시키며 피해야 합니까?
...
APM: APM 모델은 전원 관리 제어를 BIOS에 할당하며 BIOS 코드는 RT 대기 시간을 염두에 두고 작성되지 않습니다. 구성된 경우 APM 루틴은 SMI 우선순위로 호출되며 이는 adeos-ipipe가 이러한 작업을 담당해야 한다는 규칙을 위반합니다. DISABLE_SMI는 여기서 도움이 되지 않습니다(나중에 자세히 설명).
문제는 이 APM 관련 내용을 어디에서도 찾을 수 없다는 것입니다.
"ACPI(고급 구성 및 전원 인터페이스) 지원" 결과는 다음 메뉴입니다.
--- ACPI (Advanced Configuration and Power Interface) Support
[*] Deprecated /proc/acpi files
[*] Deprecated power /proc/acpi directories
<M> ACPI 4.0 power meter
< > EC read/write access through /sys/kernel/debug/ec (NEW)
[*] Deprecated /proc/acpi/event support
<M> AC Adapter
<M> Battery
{M} Button
{M} Video
<M> Fan
[*] Dock
<M> Processor
< > IPMI (NEW)
<M> Processor Aggregator
<M> Thermal Zone
-*- NUMA support
() Custom DSDT
Table file to include
[*] Debug Statements
[ ] Additionally enable ACPI function tracing
<M> PCI slot detection driver
{M} Container and Module Devices (EXPERIMENTAL)
<M> Memory Hotplug
<M> Smart Battery System
< > Hardware Error Device (NEW)
[ ] ACPI Platform Error Interface (APEI) (NEW)
도와주세요.
답변1
이 옵션을 직접 찾을 수 있습니다.
/
인터페이스를 클릭하여 거기에 menu menuconfig
넣으면 CONFIG_APM
지원됩니다.
버전 3.3.7의 출력만 제공할 수 있습니다.
하지만 어쨌든 .config 파일을 직접 편집하고 추가한 CONFIG_APM=y
다음 다시 실행할 수 있습니다 make menuconfig
.