Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Please Help.. IRQ Problem [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
bennyc
n00b
n00b


Joined: 20 Feb 2003
Posts: 21

PostPosted: Thu Mar 06, 2003 12:00 am    Post subject: Please Help.. IRQ Problem [Solved] Reply with quote

I emerged the sys-kernel/acpi-sources(r9)
kernerl was compiled without any problem..
booting getoo is okay
I have enabled the acpi during compilation..but when I tended to start
acpid, it said acpi wast compiled in the kernel..

is there an irq conflict here?

Please guide me..

=============================
Solved... by using acpi-sources r8
r9 seems to to be bugful...


Last edited by bennyc on Thu Mar 06, 2003 5:49 am; edited 2 times in total
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Thu Mar 06, 2003 1:29 am    Post subject: Reply with quote

not sure I undertand correctly, but If you want to see if there is a irq conflict try:
Code:
dmesg | grep -i IRQ


I am using the 2.4.20-gentoo-r1 kernel here, which has APIC support (different than acpi) so that it allows more than 15 IRQs you might want to try this if you are having IRQ problems.

but your problem isnt irqs, i think. what does
Code:
grep -i acpi  /usr/src/linux/.config
tell you?
mine looks like:
Code:
k sa # grep -i acpi  /usr/src/linux/.config 
CONFIG_HOTPLUG_PCI_ACPI=y
# ACPI Support
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set

Im thinking mabey you have these as modules? so they are not actually in the kernel yet when acpid starts? just a guess tho.

cya,
sa
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum