Ticket #2164 (closed enhancement: wontfix)
Support for MSI P965 MB
| Reported by: | ticket | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | hardware | Version: | 2.10.1 |
| Keywords: | Cc: | dianayago[at]rambler[dot]ru |
Description
I tried # /usr/sbin/sensors-detect
We can start with probing for (PCI) I2C or SMBus adapters.
Do you want to probe now? (YES/no): y
Probing for PCI bus adapters...
Use driver `i2c-i801' for device 0000:00:1f.3: Intel ICH8
.......
Client found at address 0x30
Client found at address 0x32
Client found at address 0x36
Client found at address 0x46
Probing for `Maxim MAX6633/MAX6634/MAX6635'... Success!
(confidence 2, driver `lm92')
Client found at address 0x50
Handled by driver `eeprom' (already loaded), chip type `eeprom'
Client found at address 0x52
Handled by driver `eeprom' (already loaded), chip type `eeprom'
Client found at address 0x69
........
Some Super I/O chips may also contain sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): y
Probing for Super-I/O at 0x2e/0x2f
........
Trying family `VIA/Winbond/Fintek'... Yes
Found unknown chip with ID 0x0541
........
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `lm92' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x46
Chip `Maxim MAX6633/MAX6634/MAX6635' (confidence: 2)
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x50
Chip `eeprom' (confidence: 6)
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x52
Chip `eeprom' (confidence: 6)
* Bus `saa7133[0]'
Busdriver `UNKNOWN', I2C address 0x50
Chip `eeprom' (confidence: 6)
next was:
To load everything that is needed, add this to some /etc/rc* file: #----cut here---- # I2C adapter drivers modprobe i2c-i801 # modprobe unknown adapter saa7133[0] # Chip drivers modprobe lm92 modprobe eeprom # sleep 2 # optional /usr/bin/sensors -s # recommended #----cut here----
so... :
[root@localhost di]# /sbin/modprobe -v i2c-i801 insmod /lib/modules/2.6.18-1.2868.fc6/kernel/drivers/i2c/busses/i2c-i801.ko [root@localhost di]# /sbin/modprobe -v lm92 insmod /lib/modules/2.6.18-1.2868.fc6/kernel/drivers/hwmon/hwmon.ko insmod /lib/modules/2.6.18-1.2868.fc6/kernel/drivers/hwmon/lm92.ko [root@localhost di]# /sbin/modprobe -v eeprom insmod /lib/modules/2.6.18-1.2868.fc6/kernel/drivers/i2c/chips/eeprom.ko [root@localhost di]# /usr/bin/sensors -s No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are.
So I can't monitor my hardwere =(
Can this help:
[root@localhost di]# uname -a Linux localhost.localdomain 2.6.18-1.2868.fc6 #1 SMP Fri Dec 15 17:32:54 EST 2006 i686 i686 i386 GNU/Linux [root@localhost di]# sensors -v sensors version 2.10.1 with libsensors version 2.10.1
?
... and what else debug info do you need?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

