Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[lm_sensors] Fatal: Module i2c-i801modprobe [Résolu]
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
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Dec 26, 2006 5:57 pm    Post subject: [lm_sensors] Fatal: Module i2c-i801modprobe [Résolu] Reply with quote

Bonsoir à tous!

J'ai installé lm_sensors afin de pouvoir avoir certaines infos concernant par exemple la température de mon CPU dans conky et je me retrouve avec ce message d'erreur au boot et au shutdown:

Code:
Fatal: Module i2c-i801modprobe not found


Voici quelques infos:

Code:
bivittatus toto # grep -i i801 /usr/src/linux/.config
CONFIG_I2C_I801=m


Code:
bivittatus toto # lsmod | grep -i i2c*
i2c_isa                 3296  1 it87
i2c_i801                5836  0
i2c_core               11872  5 it87,i2c_isa,eeprom,i2c_i801,nvidia


La fin de mon sensors-detect:

Code:
To load everything that is needed, execute the commands below...

#----cut here----
# I2C adapter drivers
# modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
modprobe i2c-i801
# Chip drivers
modprobe eeprom
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----end cut here----


...et j'ai bien suivi les infos (j'ai fait ça bien avant les fêtes!!!:lol:)!!!

Si quelqu'un a déjà eu ce problème...

N.B.: Une recherche sur le forum avec i2c_modprobe ne m'a rien donné...

Soit dit en passant, j'ai à priori les informations dont j'ai "besoin" sans ce module, ce n'est donc pas si gênant que ça...mais j'aimerais bien comprendre quand même!!!:wink:
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."


Last edited by bivittatus on Tue Dec 26, 2006 9:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Tue Dec 26, 2006 6:32 pm    Post subject: Reply with quote

As mon avis tu as fait une bétise ^^

ça me parait suspect un module qui se nome "modprobe" soit la commande pour charger un module... :D
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Dec 26, 2006 7:33 pm    Post subject: Reply with quote

Ben c'est grandement possible que j'aie fait une bêtise!!! :lol:

Le tout est de savoir où et comment la réparer...là, je ne vois pas du tout...:sad:
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Tue Dec 26, 2006 8:49 pm    Post subject: Reply with quote

As tu modifié le fichier /etc/modules.autoload.d/kernel-2.6 ?
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Dec 26, 2006 9:03 pm    Post subject: Reply with quote

Haaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...ben...en fait non!!! :lol:
Je devrais l'y insérer c'est ça?

Allez hop, j'essaye de suite!!!:wink:
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Dec 26, 2006 9:31 pm    Post subject: Reply with quote

bon, voilà mon fichier /etc/conf.d/lm_sensors:

Code:
#    /etc/conf.d/sensors - Defines modules loaded by /etc/init.d/lm_sensors
#    Copyright (c) 1998 - 2001  Frodo Looijaard <frodol@dds.nl>
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
# See also the lm_sensors homepage at:
#     http://www.lm-sensors.org/
#
# This file is used by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded. This file is sourced into /etc/init.d/lm_sensors.
#
# The format of this file is a shell script that simply defines the modules
# in order as normal variables with the special names:
#    MODULE_0, MODULE_1, MODULE_2, etc.
#
# Please note that the numbers in MODULE_X must start at 0 and increase in
# steps of 1. Any number that is missing will make the init script skip the
# rest of the modules. Use MODULE_X_ARGS for arguments.
#
# List the modules that are to be loaded for your system
#
modprobe i2c-i801modprobe eeprommodprobe it87# Load modules at startup
LOADMODULES=yes

# Initialize sensors at startup
INITSENSORS=yes

MODULE_0=i2c-i801
MODULE_1=eeprom
MODULE_2=it87


On le voit là le fameux i2c-i801modprobe...je le vire??? Je commente la ligne??? J'explose le fichier??? Le PC??? :P
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
SanKuKai
Apprentice
Apprentice


Joined: 17 Feb 2006
Posts: 228
Location: Toulouse, France

PostPosted: Tue Dec 26, 2006 9:38 pm    Post subject: Reply with quote

Salut.

Visiblement il manque des retours à la ligne.
Deux solutions :
[*] Soit tu exploses ton PC :lol:
[*] Soit tu édites /etc/conf.d/lm_sensors de la sorte :
Code:

[...]
modprobe i2c-i801
modprobe eeprom
modprobe it87
[...]


Bon courage. :wink:
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Tue Dec 26, 2006 9:41 pm    Post subject: Reply with quote

+1 pour les retour à la ligne.
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Dec 26, 2006 9:47 pm    Post subject: Reply with quote

Tsssssssssss...bon, les gars...2 choses:

1- Vous aviez raison...ça, c'est indéniable!!!
2- Arrêtez de me rappeler que j'ai du mal à voir l'évidence, même quand elle est vraiment collée en plein sous mon nez!!! :evil: :lol: :wink:

Allez, je colle le résolu...merci à vous!!!

Edit: @ SanKuKai...désolé, mais j'ai compilé l'explosion du PC en module...et je n'en ai donc pas eu besoin!!!:wink:
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
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