• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ic2_nforce2 und pca9540 Module nicht gefunden (lm-Sensors)

Triade

Newbie
Hi, hab einen neuen Rechner und SuSE 10.2 drauf.
Da ich Superkaramba laufen habe und meine CPU passiv gekühlt ist, will ich mal die Temperatur überwachen.
also Lm-sensors-detect und die module mal probehalber geladen. allerdings läd er nur

Code:
modprobe eeprom
modprobe k8temp
modprobe it87

Bei den anderen Module kommt:

Code:
newbitch:/home/triade # modprobe ic2-nforce2
FATAL: Module ic2_nforce2 not found.
newbitch:/home/triade # modprobe pca9540
FATAL: Module pca9540 not found.

Hier die Komplette Ausgabe am Ende von sensors-detect:
Code:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `to-be-written' (should be inserted):
  Detects correctly:
  * Bus `NVIDIA i2c adapter 3 at 7:00.0'
    Busdriver `UNKNOWN', I2C address 0x2e
    Chip `Analog Devices ADT7473' (confidence: 5)
  * Bus `SMBus nForce2 adapter at 1c40'
    Busdriver `i2c-nforce2', I2C address 0x2e
    Chip `Analog Devices ADT7475' (confidence: 5)

Driver `pca9540' (should be inserted):
  Detects correctly:
  * Bus `NVIDIA i2c adapter 3 at 7:00.0'
    Busdriver `UNKNOWN', I2C address 0x70
    Chip `Philips Semiconductors PCA9540' (confidence: 1)

Driver `eeprom' (should be inserted):
  Detects correctly:
  * Bus `NVIDIA i2c adapter 1 at 7:00.0'
    Busdriver `UNKNOWN', I2C address 0x50 (and 0x51 0x52 0x53 0x54 0x55 0x56 0x57)
    Chip `EDID EEPROM' (confidence: 8)
  * Bus `SMBus nForce2 adapter at 1c00'
    Busdriver `i2c-nforce2', I2C address 0x50
    Chip `eeprom' (confidence: 6)
  * Bus `SMBus nForce2 adapter at 1c00'
    Busdriver `i2c-nforce2', I2C address 0x51
    Chip `eeprom' (confidence: 6)
  * Bus `SMBus nForce2 adapter at 1c00'
    Busdriver `i2c-nforce2', I2C address 0x52
    Chip `eeprom' (confidence: 6)
  * Bus `SMBus nForce2 adapter at 1c00'
    Busdriver `i2c-nforce2', I2C address 0x53
    Chip `eeprom' (confidence: 6)

  EEPROMs are *NOT* sensors! They are data storage chips commonly
  found on memory modules (SPD), in monitors (EDID), or in some
  laptops, for example.

Driver `k8temp' (should be inserted):
  Detects correctly:
  * ISA bus, undetermined address (Busdriver `i2c-isa')
    Chip `AMD K8 thermal sensors' (confidence: 9)

Driver `it87' (should be inserted):
  Detects correctly:
  * ISA bus address 0x0290 (Busdriver `i2c-isa')
    Chip `ITE IT8716F Super IO Sensors' (confidence: 9)

I will now generate the commands needed to load the required modules.
Just press ENTER to continue:

To make the sensors modules behave correctly, add these lines to
/etc/modprobe.conf:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# I2C adapter drivers
# modprobe unknown adapter NVIDIA i2c adapter 0 at 7:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 7:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 7:00.0
# modprobe unknown adapter NVIDIA i2c adapter 3 at 7:00.0
modprobe i2c-nforce2
# Chip drivers
# no driver for Analog Devices ADT7473 yet
# Warning: the required module pca9540 is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe pca9540
modprobe eeprom
modprobe k8temp
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----

If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones! You really
should try these commands right now to make sure everything is
working properly. Monitoring programs won't work until the needed
modules are loaded.


MB ist das ASUS M2N SLi Deluxe mit einem 65nm 5000+

Was kann ich da machen?
Google hat zu beiden Modulen leider nicht viel zu sagen...

Abgesehen davon zeigt die CPU-Temp IMMER 40°C an. Hab das schon in einem anderen Thread gelesen, aber keine Antwort gefunden :(
 

swalok

Newbie
eine antwort darüber würde mich auch sehr freuen...habe das selbe problem, aber n anderes bord. bei den superkarambatheme wird keine cpu temperatur gemessen?!??!
 
Oben