LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-30-2012, 06:36 AM   #1
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
ACPI (Advanced Configuration And Power Configuration) not present on 2.6.38.8?


I need to disable some parts in ACPI, but it is
simply not present in kernel 2.6.38.8 (downloaded
as a tar from net)?

I can see the option in kernel 2.6.34-12 (default
on OpenSuse 11.3), but not in the other one.

What's the point that I am missing?

P.S.
Screen shots are from kernel 2.6.38.8.

Last edited by Aquarius_Girl; 02-16-2015 at 11:57 PM.
 
Old 05-30-2012, 06:53 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Unfortunately, your screenshots are unreadable (the resolution is too low).

Anyhow, of course ACPI is available in 2.6.38.8 vanilla kernel.

Did you get yours directly from kernel.org?

If not try this link.

PS I am downloading it myself to double-check.

Last edited by Didier Spaier; 05-30-2012 at 06:56 AM.
 
Old 05-30-2012, 06:57 AM   #3
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
This is the command I had issued to get that tar:
wget -c http://www.kernel.org/pub/linux/kern....6.38.8.tar.gz

The screen shots are very readable to me. I checked again.
Try opening them in a new tab, please.
 
Old 05-30-2012, 07:08 AM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
This should be the same archive, only the compression method differ... 83% downloaded now, will tell you what I come up with.

Oh and for the screenshots you are right, I did a "save as" instead, my fault.
 
Old 05-30-2012, 07:10 AM   #5
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Update:

From unix.stackexchange someone told me that disabling
PCI can totally hide the ACPI option. I now enabled PCI
and therefore I can see ACPI.

Thanks anyways for the effort of downloading, Didier.

Last edited by Aquarius_Girl; 05-30-2012 at 07:13 AM.
 
Old 05-30-2012, 07:17 AM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
You are welcome.

For the records, it is said in the config help for ACPI as well:
Code:
 Defined at drivers/acpi/Kconfig:5                                                                                         │  
  │   Depends on: !IA64_HP_SIM && (IA64 || X86 [=y]) && PCI [=y] && PM [=y]                                                     │  
  │   Location:                                                                                                                 │  
  │     -> Power management and ACPI options                                                                                    │  
  │   Selects: PNP [=y]
 
1 members found this post helpful.
Old 05-30-2012, 07:25 AM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Last word about that: you probably know that already but even though the menuconfig entry for ACPI doesn't show if PCI is disabled, you can still access the help for it searching ("/") for ACPI.
 
Old 05-30-2012, 07:30 AM   #8
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
"/" ACPI search results in:
Code:
Symbol: ACPI_AC [=m]                                                                                                │   
  │ Prompt: AC Adapter                                                                                                  │   
  │   Defined at drivers/acpi/Kconfig:125                                                                               │   
  │   Depends on: !XEN_UNPRIVILEGED_GUEST [=n] && ACPI [=y] && X86 [=y]                                                 │   
  │   Location:                                                                                                         │   
  │     -> Power management and ACPI options                                                                            │   
  │       -> ACPI (Advanced Configuration and Power Interface) Support (ACPI [=y])
With PCI disabled (due to my ignorance) ACPI
search won't be too helpful? Or will it be?
 
Old 05-30-2012, 07:52 AM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Here with PCI disabled, "/" ACPI_AC results in:
Code:
Symbol: ACPI_AC [=y]                                                                                                        │  
  │ Type  : tristate                                                                                                            │  
  │ Prompt: AC Adapter                                                                                                          │  
  │   Defined at drivers/acpi/Kconfig:124                                                                                       │  
  │   Depends on: ACPI [=y] && X86 [=y]                                                                                         │  
  │   Location:                                                                                                                 │  
  │     -> Power management and ACPI options                                                                                    │  
  │       -> ACPI (Advanced Configuration and Power Interface) Support (ACPI [=y])                                              │  
  │   Selects: POWER_SUPPLY [=y]
But "/" ACPI results in a bunch of entries, among which:
Code:
  Symbol: ACPI [=n]                                                                                                           │  
  │ Type  : boolean                                                                                                             │  
  │ Prompt: ACPI (Advanced Configuration and Power Interface) Support                                                           │  
  │   Defined at drivers/acpi/Kconfig:5                                                                                         │  
  │   Depends on: !IA64_HP_SIM && (IA64 || X86 [=y]) && PCI [=n] && PM [=y]                                                     │  
  │   Location:                                                                                                                 │  
  │     -> Power management and ACPI options                                                                                    │  
  │   Selects: PNP [=n]
I append my .config so you can check by yourself.

I didn't reuse an old .config, thus the only config option I did set up myself is PCI support disabled.

Last edited by Didier Spaier; 08-15-2015 at 05:41 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Bind Configuration fantasygoat Linux - Networking 2 03-06-2012 06:46 PM
proFTPD advanced configuration Satriani Linux - Software 3 04-25-2008 04:58 PM
need help on advanced printer configuration jackandking Linux - Newbie 5 03-22-2008 01:00 PM
advanced squid configuration roopunix Linux - Networking 2 01-23-2006 10:20 PM
PROFTPD advanced Configuration fritz001 Slackware 2 11-05-2004 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration