Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

[SOLVED] can not read ACPI sensors :(((

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
doublehp
Guru
Guru
User avatar
Posts: 473
Joined: Mon Apr 11, 2005 2:48 pm
Location: FRANCE
Contact:
Contact doublehp
Website

[SOLVED] can not read ACPI sensors :(((

  • Quote

Post by doublehp » Wed Jun 08, 2005 3:10 am

my computer IS ACPI compilant, since the BIOS shows up an option:
"is system ACPI compialnt"
which I ticked to YES.

I compiled my kernel with ACPI support:

Code: Select all

root@mercure:~# cat /usr/src/mercure_03_vs  | grep ACPI
# Power management options (ACPI, APM)
# ACPI (Advanced Configuration and Power Interface) Support
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_CONTAINER is not set
CONFIG_PNPACPI=y
# CONFIG_SERIAL_8250_ACPI is not set
on the following hardware:
  • root@mercure:/proc# lspci
    0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
    0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
    0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
    0000:00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
    0000:00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
    0000:00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
    0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
    0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
    0000:00:09.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W [Millennium] (rev 01)
    0000:00:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 64)
    0000:00:0d.0 Network controller: Intersil Corporation Prism 2.5 Wavelan chipset (rev 01)
    0000:00:0f.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 64)
    0000:01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 11)
but the command ACPI produces the following output:

Code: Select all

root@mercure:/proc# acpi -V
No support for device type: thermal
I really do not know what to do to be able to read ACPI devices (temperature and so on ..)

Maybe the sensors lay on the SMBus, but I did not find which driver to use for that one.

Code: Select all

# uname -a
Linux mercure 2.6.11.10-vs2.0-rc2_mercure_03_vs #2 Tue Jun 7 18:22:27 BST 2005 i686 AMD Athlon(tm) 4 Processor AuthenticAMD GNU/Linux
Any idea ?
Last edited by doublehp on Sat May 17, 2008 12:01 am, edited 2 times in total.
DEMAINE Benoît-Pierre (aka DoubleHP ) http://www.demaine.info/
>o_/ Coin coin coin \_o<
to contact me (MSN,ICQ, JABBER, Skype ... ) http://benoit.demaine.info/contact.png
Top
peka
l33t
l33t
User avatar
Posts: 773
Joined: Wed Mar 16, 2005 7:06 pm
Location: Płońsk, Poland

  • Quote

Post by peka » Wed Jun 08, 2005 6:45 am

did you try to emerge lm_sensors?
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Top
doublehp
Guru
Guru
User avatar
Posts: 473
Joined: Mon Apr 11, 2005 2:48 pm
Location: FRANCE
Contact:
Contact doublehp
Website

  • Quote

Post by doublehp » Wed Jun 08, 2005 12:01 pm

lm_sensor should NOT be required: I use true ACPI ... and on my laptop, I could read sensors using ONLY ACPI for 2 years, WITHOUT lm_sensors on both Debian and Gentoo, 2.4 and 2.6 ...

if the command acpi requires lm_sensor to work properly, there should be a dependency !!!
DEMAINE Benoît-Pierre (aka DoubleHP ) http://www.demaine.info/
>o_/ Coin coin coin \_o<
to contact me (MSN,ICQ, JABBER, Skype ... ) http://benoit.demaine.info/contact.png
Top
doublehp
Guru
Guru
User avatar
Posts: 473
Joined: Mon Apr 11, 2005 2:48 pm
Location: FRANCE
Contact:
Contact doublehp
Website

  • Quote

Post by doublehp » Wed Jun 08, 2005 12:03 pm

and after a check, yes it was installed ...
DEMAINE Benoît-Pierre (aka DoubleHP ) http://www.demaine.info/
>o_/ Coin coin coin \_o<
to contact me (MSN,ICQ, JABBER, Skype ... ) http://benoit.demaine.info/contact.png
Top
doublehp
Guru
Guru
User avatar
Posts: 473
Joined: Mon Apr 11, 2005 2:48 pm
Location: FRANCE
Contact:
Contact doublehp
Website

  • Quote

Post by doublehp » Fri Jun 10, 2005 6:16 am

SOLVED

on my board, the sensors are not TRUE ACPI, but dedicated i2c chip ... what mean the standard command ACPI can NOT read them, but it is required to use sensord + sensor commands.
DEMAINE Benoît-Pierre (aka DoubleHP ) http://www.demaine.info/
>o_/ Coin coin coin \_o<
to contact me (MSN,ICQ, JABBER, Skype ... ) http://benoit.demaine.info/contact.png
Top
Post Reply

5 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy