[lang_de]
Bei installation eine neuen 1-Wire Controllers an meinem Ubuntuserver stieg die Load gleich auf 3 und mehr und die Maschine war nicht mehr zu bedienen.
Das Problem war der Kerneltreiber. Habe die Module entladen und dann /etc/modprobe.d/blacklist
editiert
blacklist wire
blacklist ds2490
Danach ein schönes owfs compliert und alles funktionierte.
[lang_de]
[lang_en]
After installing a new 1-Wire controller onto my Ubuntuserver the load was raising to 3 and higher and the server wasn’t manageable.
The Problem was the kernel driver. After unloading thecorrosponding modules and editing /etc/modprobe.d/blacklist
the system was operable again
blacklist wire
blacklist ds2490
After that I build owfs and everything was fine
[/lang_en]