Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

lm-sensors et rivatv et i2c-dev

4 réponses
Avatar
Debian User
Bonjour,

je cherche a installer lm-sensors sur une carte mere a7v8x.

#sensors-detect
We can start with probing for (PCI) I2C or SMBus adapters.
You do not need any special privileges for this.
Do you want to probe now? (YES/no):yes

Probing for PCI bus adapters...
Use driver `rivatv' for device 01:00.0: GeForce2 MX
Use driver `i2c-viapro' for device 00:11.0: VIA Technologies
VT8233A/8235 South Bridge
Probe succesfully concluded.

We will now try to load each adapter module in turn.
Load `rivatv' (say NO if built into your kernel)? (YES/no): yes
FATAL: Module rivatv not found.
Loading failed... skipping.
** Note: rivatv module is available at http://rivatv.sourceforge.net/

<<<<<J'arrive pas a trouver un package debian avec rivatv....>>>>>>

Load `i2c-viapro' (say NO if built into your kernel)? (YES/no): no
If you have undetectable or unsupported adapters, you can have them
scanned by manually loading the modules before running this script.

To continue, we need module `i2c-dev' to be loaded.
If it is built-in into your kernel, you can safely skip this.
i2c-dev is not loaded. Do you want to load it now? (YES/no): yes
FATAL: Module i2c_dev not found.
Loading failed, expect problems later on.


<<<<<<<<J'arrive pas a compiler un noyau avec ce module
i2c-dev>>>>>>>>>>>


Est-ce que quelqu'un peut m'expliquer


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

4 réponses

Avatar
RTyler
Debian User a écrit :

Bonjour,

je cherche a installer lm-sensors sur une carte mere a7v8x.

#sensors-detect
We can start with probing for (PCI) I2C or SMBus adapters.
You do not need any special privileges for this.
Do you want to probe now? (YES/no):yes

Probing for PCI bus adapters...
Use driver `rivatv' for device 01:00.0: GeForce2 MX
Use driver `i2c-viapro' for device 00:11.0: VIA Technologies
VT8233A/8235 South Bridge
Probe succesfully concluded.

We will now try to load each adapter module in turn.
Load `rivatv' (say NO if built into your kernel)? (YES/no): yes
FATAL: Module rivatv not found.
Loading failed... skipping.
** Note: rivatv module is available at http://rivatv.sourceforge.net/

<<<<<J'arrive pas a trouver un package debian avec rivatv....>>>>>>

Load `i2c-viapro' (say NO if built into your kernel)? (YES/no): no
If you have undetectable or unsupported adapters, you can have them
scanned by manually loading the modules before running this script.

To continue, we need module `i2c-dev' to be loaded.
If it is built-in into your kernel, you can safely skip this.
i2c-dev is not loaded. Do you want to load it now? (YES/no): yes
FATAL: Module i2c_dev not found.
Loading failed, expect problems later on.


<<<<<<<<J'arrive pas a compiler un noyau avec ce module
i2c-dev>>>>>>>>>>>


Est-ce que quelqu'un peut m'expliquer






Pour avoir i2c-dev : si tu utilises menuconfig, voici la marche à suivre

make menuconfig

section device driver puis sous section I2C support et enfin tu mets en
module I2C device interface

───────────────────────── I2C device interface ──────────────────────────┐

CONFIG_I2C_CHARDEV: │

│ │
│ Say Y here to use i2c-* device files, usually found in the
/dev │
│ directory on your system. They make it possible to have
user-space │
│ programs use the I2C bus. Information on how to do this
is │
│ contained in the file
<file:Documentation/i2c/dev-interface>. │

│ │
│ This support is also available as a module. If so, the
module │
│ will be called i2c-dev.


RTyler


--
Pensez
Avatar
mess-mate
Debian User wrote:
| Bonjour,
|
| je cherche a installer lm-sensors sur une carte mere a7v8x.
|
| #sensors-detect
| We can start with probing for (PCI) I2C or SMBus adapters.
| You do not need any special privileges for this.
| Do you want to probe now? (YES/no):yes
|
| Probing for PCI bus adapters...
| Use driver `rivatv' for device 01:00.0: GeForce2 MX
| Use driver `i2c-viapro' for device 00:11.0: VIA Technologies
| VT8233A/8235 South Bridge
| Probe succesfully concluded.
|
| We will now try to load each adapter module in turn.
| Load `rivatv' (say NO if built into your kernel)? (YES/no): yes
| FATAL: Module rivatv not found.
| Loading failed... skipping.
| ** Note: rivatv module is available at http://rivatv.sourceforge.net/
|
| <<<<<J'arrive pas a trouver un package debian avec rivatv....>>>>>>
va voir sur :
http://www.linux-nantes.fr.eu.org/article.php3?id_article16


mess-mate
--
I have never let my schooling interfere with my education.
-- Mark Twain


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Debian User
> Pour avoir i2c-dev : si tu utilises menuconfig, voici la marche à


suivre

make menuconfig

section device driver puis sous section I2C support et enfin tu mets


en
module I2C device interface



Merci ça a marché.

Voici ce que j'ai mis comme configuration du kernel.
# cat /boot/config-2.6.8-i2c03 |grep -i i2c
# I2C support
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
# I2C Algorithms
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
# 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_ELEKTOR is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PIIX4 is not set
# 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=m
# CONFIG_I2C_VOODOO3 is not set
CONFIG_I2C_SENSOR=m
# 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

%%%%%%%%%%%%%%%%%%%%%%%
* Code maturity level options
o [*] Prompt for development and/or incomplete code/drivers
* Bus options (PCI, PCMCIA, EISA, MCA, ISA)
o [*] PCI support
o [*] ISA support (not needed anymore since 2.6.2-rc1)
* Device Drivers
o I2C Support
+ <M> I2C Support
+ <M> I2C device interface
+ I2C Algorithms
# <M> (j'ai tout mis en M)
+ I2C Hardware Bus support
# <M> (Ca depend du materiel faire un #lspci -v
pour retrouver ses petits)
+ I2C Hardware Sensors Chip support
# <M> (idem faire un lspci -v)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Ensuite un #sensors-detect m'a dit qu'il manquait rivatv.
J'ai fait une installation automatique des lignes nécessaires
dans /etc/modules puis quelques modifs recommandées à /etc/sensors.conf
qui n'ont pas changé grand chose.

et $sensors:
asb100-i2c-0-2d
Adapter: SMBus Via Pro adapter at e800
VCore 1: +1.74 V (min = +1.62 V, max = +1.79 V)
+3.3V: +3.26 V (min = +3.14 V, max = +3.47 V)
+5V: +4.81 V (min = +4.76 V, max = +5.24 V)
+12V: +12.65 V (min = +10.82 V, max = +13.19 V)
-12V (reserved):
-13.21 V (min = -0.00 V, max = -0.00 V)
-5V (reserved):
-5.52 V (min = -0.00 V, max = -0.00 V)
CPU Fan: 4623 RPM (min = 1997 RPM, div = 4)
Chassis Fan:
0 RPM (min = 3994 RPM, div = 2)
Power Fan: 0 RPM (min = 3994 RPM, div = 2)
M/B Temp: +33°C (high = +45°C, hyst = +40°C)
CPU Temp (Intel):
+76°C (high = +60°C, hyst = +50°C)
Power Temp:
+14°C (high = +45°C, hyst = +40°C)
CPU Temp (AMD):
+56°C (high = +60°C, hyst = +50°C)
vid: +1.700 V (VRM Version 9.0)
alarms:

Je comprends pas trop pourquoi j'ai un CPU intel +76°C je n'ai qu'un
Athlon.

Quelqu'un a une idée pour régler ce problème.

Merci




--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Alban Browaeys
Le Sat, 04 Jun 2005 22:02:02 +0200, Debian User a écrit :


Pour avoir i2c-dev : si tu utilises menuconfig, voici la marche à


suivre

make menuconfig

section device driver puis sous section I2C support et enfin tu mets


en
module I2C device interface



Merci ça a marché.

Voici ce que j'ai mis comme configuration du kernel.
# cat /boot/config-2.6.8-i2c03 |grep -i i2c
# I2C support
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
# I2C Algorithms
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
# 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_ELEKTOR is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PIIX4 is not set
# 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=m
# CONFIG_I2C_VOODOO3 is not set
CONFIG_I2C_SENSOR=m
# 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

%%%%%%%%%%%%%%%%%%%%%%%
* Code maturity level options
o [*] Prompt for development and/or incomplete code/drivers
* Bus options (PCI, PCMCIA, EISA, MCA, ISA)
o [*] PCI support
o [*] ISA support (not needed anymore since 2.6.2-rc1)
* Device Drivers
o I2C Support
+ <M> I2C Support
+ <M> I2C device interface
+ I2C Algorithms
# <M> (j'ai tout mis en M)
+ I2C Hardware Bus support
# <M> (Ca depend du materiel faire un #lspci -v
pour retrouver ses petits)
+ I2C Hardware Sensors Chip support
# <M> (idem faire un lspci -v)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Ensuite un #sensors-detect m'a dit qu'il manquait rivatv.



le module rivatv n'est fourni est fourni avec le driver video proprio de
nvidia (pour avoir la température de la carte ... si tu fais de
l'overcloacking) ... ce n'est pas indispensable .


Je comprends pas trop pourquoi j'ai un CPU intel +76°C je n'ai qu'un
Athlon.




Edite /etc/sensors.conf cherche :
chip "asb100-*"

puis décommente après label temp2 "CPU Temp (Intel)":
#ignore temp2

/etc/init.d/sensord restart et la ligne aura disparu.

Alban


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact