PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : I2c und lm_sensors, wie ?



CheGuevara
11.08.02, 21:25
Hallo Leute,

Ich habe da ein Problem. Wie bringe ich den lm_sensor zum laufen? Mich interessiert die CPU-Temp und der lüfter.

lm_sensor habe ich installiert nur beim i2c geht etwas nicht.

beim kompilieren bekomme ich immer seltsame Fehlermeldungen und zwar :

grep: /usr/src/linux/Makefile: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
grep: /usr/src/linux/.config: Datei oder Verzeichnis nicht gefunden
make: *** Keine Regel vorhanden, um das Target »/usr/src/linux/include/linux/modules/53c700.ver«,
benötigt von »kernel/i2c-pcf-epp.d«, zu erstellen. Schluss.

was muss ich machen ?

Ich habe ein K7T Master-S/I (MS-6347 v1.0)- Board mit VIA Apollo KT133 Chipsatz.

Ps.: lm_sensors habe ich installiert.

Bartleby
11.08.02, 21:32
hast du denn i2c im kernel aktiviert?

kratz00
11.08.02, 22:07
der sucht die kernell sourcen deines aktuellen kernels

CheGuevara
11.08.02, 22:13
Also die Kernel Sourcen sind vorhanden. Auch i2C ist im Kernel aktiviert. (Also nicht mudular sondern fest eingebunden)

sollten Sie als Module geladen werden?

Basti_litho
11.08.02, 22:51
Also dieses Problem hatt ich immer wenn die Kernel-Quellen nicht unter /usr/src/linux lagen (so wie es Katz00 schon gesagt hat :) ), oder wenn ich keinen link hatte von den Quellen mit dem namen linux.

Ansonsten kannst du noch den Pfad zu den Quellen im makefile ändern.

mfg

CheGuevara
13.08.02, 22:47
Ok. Leute,
ich habe einen neuen Kernel (mit Hilfe einiger Leute im Forum) gebastelt, in dem die i2c al Module eingetragen sind. Nach einem make all && make install lief aller korrekt *hoff* ab!

Was nun ?

Einem Aufruf von sensor-detect ergab .... Praktisch nichts

$ /usr/sbin/sensors-detect
This program will help you to determine which I2C/SMBus modules you need to
load to use lm_sensors most effectively.
You need to have done a `make install', issued a `depmod -a' and made sure
`/etc/conf.modules' (or `/etc/modules.conf') contains the appropriate
module path before you can use some functions of this utility. Read
doc/modules for more information.
Also, you need to be `root', or at least have access to the /dev/i2c[-/]* files
for some things. You can use prog/mkdev/mkdev.sh to create these /dev files
if you do not have them already.
If you have patched your kernel and have some drivers built-in you can
safely answer NO if asked to load some modules. In this case, things may
seem a bit confusing, but they will still work.

IF THIS IS AN IBM THINKPAD, PRESS CTRL-C NOW!
IBM Thinkpads have a severely broken i2c/SMBus implementation, just scanning
the bus will break your thinkpad forever!

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):
Probing for PCI bus adapters...
Use driver `i2c-viapro' for device 00:07.4: VIA Technologies VT82C686 Apollo ACPI
Use driver `i2c-riva' for device 01:00.0: RIVA TNT2
Probe succesfully concluded.

We will now try to load each adapter module in turn.
Load `i2c-viapro' (say NO if built into your kernel)? (YES/no):
modprobe: Can't locate module i2c-viapro
Loading failed ()... skipping.
Load `i2c-riva' (say NO if built into your kernel)? (YES/no):
modprobe: Can't locate module i2c-riva
Loading failed ()... skipping.
** Note: i2c-riva module is available at
** http://drama.obuda.kando.hu/~fero/cgi-bin/rivatv.shtml
Do you now want to be prompted for non-detectable adapters? (yes/NO):
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):
Module loaded succesfully.

We are now going to do the adapter probings. Some adapters may hang halfway
through; we can't really help that. Also, some chips will be double detected;
we choose the one with the highest confidence value in that case.
If you found that the adapter hung after probing a certain address, you can
specify that address to remain unprobed. That often
includes address 0x69 (clock chip).

Some chips are also accessible through the ISA bus. ISA probes are
typically a bit more dangerous, as we have to write to I/O ports to do
this. Do you want to scan the ISA bus? (YES/no):
Probing for `National Semiconductor LM78'
Trying address 0x0290... Failed!
Probing for `National Semiconductor LM78-J'
Trying address 0x0290... Failed!
Probing for `National Semiconductor LM79'
Trying address 0x0290... Failed!
Probing for `Winbond W83781D'
Trying address 0x0290... Failed!
Probing for `Winbond W83782D'
Trying address 0x0290... Failed!
Probing for `Winbond W83627HF'
Trying address 0x0290... Failed!
Probing for `Winbond W83697HF'
Trying address 0x0290... Failed!
Probing for `Silicon Integrated Systems SIS5595'
Trying general detect... Failed!
Probing for `VIA Technologies VT82C686 Integrated Sensors'
Trying general detect... Success!
(confidence 9, driver `via686a')
Probing for `ITE IT8705F / IT8712F / SiS 950'
Trying address 0x0290... Failed!
Probing for `IPMI BMC KCS'
Trying address 0x0ca0... Failed!
Probing for `IPMI BMC SMIC'
Trying address 0x0ca8... Failed!

Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `via686a' (should be inserted):
Detects correctly:
* ISA bus, undetermined address (Busdriver `i2c-isa')
Chip `VIA Technologies VT82C686 Integrated Sensors' (confidence: 9)


I will now generate the commands needed to load the I2C modules.
Sometimes, a chip is available both through the ISA bus and an I2C bus.
ISA bus access is faster, but you need to load an additional driver module
for it. If you have the choice, do you want to use the ISA bus or the
I2C/SMBus (ISA/smbus)?

WARNING! If you have some things built into your kernel, the
below list will contain too many modules. Skip the appropriate ones!
To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe via686a
#----cut here----

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

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

Sobald ich jetzt "modprobe i2c-isa " eingebe kommt
modprobe: Can't locate module i2c_isa
das gleich bei via686a:(

Was jetzt?

Basti_litho
14.08.02, 13:10
hol die mal die quellen von i2c bei der seite von lm_sensor, mach 'nen make && make install && depmod -a

wichtig ist das "depmod -a"

oder schau einfach nochmal unter /lib/modules/2.4.XX/kernel/drivers/i2c
ob deine module in dem Verzeichniss drinnen sind. Falls ja mach einach nochmal
ein "depmod -a"

Dann sollte es schon gehen.

mfg

CheGuevara
14.08.02, 17:27
habe nach den Modulen gesucht, jedoch sind diese nicht vorhanden, was nun?:( :(

In /lib/modules/2.4.19/kernel/drivers/i2c sind nur folgende vorhanden :
i2c-algo-bit.o i2c-dev.o i2c-pcf-epp.o i2c-proc.o
i2c-algo-pcf.o i2c-elektor.o i2c-philips-par.o i2c-velleman.o
i2c-core.o i2c-elv.o i2c-pport.o

:confused: