Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SENSOR] Probleme avec Intel 82801EB (resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
theo
n00b
n00b


Joined: 06 Sep 2003
Posts: 31

PostPosted: Thu Oct 14, 2004 3:34 pm    Post subject: [SENSOR] Probleme avec Intel 82801EB (resolu) Reply with quote

Bonjour tout le monde,

Bon j'essaye d'installer depuis plusieurs jours la lib sensors sur mon kernel 2.6.8.r8 mais impossible de le faire fonctionner.

J'ai tous lu, mais rien ne marche. Actuellement je tourne sous une HP dont je ne connais pas la marque de la carte mere mais je sais qu'elle possede comme controlleur un Intel 82801EB ICH5 SMBUS.
J'ai bien active I2c dans le kernel avec i810 comme module.

Mais sensors-detect ne me donne rien, il detecte aucun chips. (et j ai meme essaye de tous compile en module mais rien ne fait, cela ne marche pas)

Pourtant tout marche sous Windows, voici le log
SMBus successfully enabled
Linked Intel 82801EB ICH5 SMBUS at $FC00
Scanning ISA BUS at $0290...
Scanning Intel SMBus at $FC00...
ADT7463 (PLEASE REPORT) (ID=$27) found on SMBus at $2E


:cry: Au secours si quelqu'un a une idee, j'en peux plus.

D'avance merci.


Ps: mes options de .config
# I2C support
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
# I2C Algorithms
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=y
# I2C Hardware Bus support
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
CONFIG_I2C_SENSOR=y
# Other I2C Chip support
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set


Last edited by theo on Tue Oct 19, 2004 3:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
theo
n00b
n00b


Joined: 06 Sep 2003
Posts: 31

PostPosted: Fri Oct 15, 2004 3:24 pm    Post subject: Reply with quote

Personne pour m'aider ? :cry:
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Fri Oct 15, 2004 3:36 pm    Post subject: Reply with quote

Tu essaye d'installer lm-sensors?

C'est quoi le numero de serie de ton ordi? Si c'est un HP on doit pouvoir trouver les infos sur le site avec un peu de chance.

edit : t'as lu les warnings quand tu installes lm-sensors?

Quote:
* *****************************************************************
*
* WARNING: This i2c support is not recommended for things such as
* WARNING: BTTV
*
* *****************************************************************
*
* http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README
*
* 40 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c
* 41 releases due to struct changes; therefore you must NOT ENABLE
* 42 any other i2c drivers (e.g. bttv) in the kernel.
* 43 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv.
*
* Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel
* patch which will fix this problem. Please note that nor the
* lm_sensors team nor the package maintainers will be able to
* support you if you encounter problems with I2C when using
* other modules with requirements on I2C...
*
* *****************************************************************

>>> Unpacking source...
>>> Unpacking i2c-2.8.7.tar.gz to /var/tmp/portage/i2c-2.8.7/work
>>> Source unpacked.
* You are running:- 2.6.8-gentoo-r6
* Using kernel in /usr/src/linux:- 2.6.8-gentoo-r8

* *****************************************************************
*
* For 2.5+ series kernels, use the support already in the kernel
* under 'Character devices' -> 'I2C support'.
*
* To cross-compile, 'export LINUX="/lib/modules/<version>/build"'
* or symlink /usr/src/linux to another kernel.
*
* *****************************************************************

_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
Argian
l33t
l33t


Joined: 01 May 2004
Posts: 682
Location: Nîmes

PostPosted: Fri Oct 15, 2004 3:47 pm    Post subject: Reply with quote

J'ai le même chipset que toi, mais pour l'i2c, c'est un ITE8712F (module it87.ko). Tout ça pour dire que ce n'est pas parce que ton chipset est un intel que tu as besoin du module i801. Donc, comme le dit trevoke, si tu n'as pas de doc pour ton matériel, va voir sur le site HP
Back to top
View user's profile Send private message
theo
n00b
n00b


Joined: 06 Sep 2003
Posts: 31

PostPosted: Tue Oct 19, 2004 2:32 pm    Post subject: Reply with quote

okay merci, j'ai enfin resolu mon probleme.

Cela ne vient pas de lm-sensors mais des idiots de chez asus qui s'amusent a cacher le irq smbus.

Il faut dont activer le support de cela dans le kernel et appliquer ce patch
http://archives.andrew.net.au/lm-sensors/msg27556.html

Et la miracle tout marche. Cela semble etre un probleme connu sous les machines HP.

Sinon merci de votre aide :lol:
Back to top
View user's profile Send private message
theo
n00b
n00b


Joined: 06 Sep 2003
Posts: 31

PostPosted: Tue Oct 19, 2004 2:34 pm    Post subject: Reply with quote

Ah oui pour info mon kernel est un 2.6.8-gentoo-r10

ma machine est une hp D530

mon chipset Intel 82801EB ICH5
et mon chip sensor ADM1027
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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