From: Станислав <dis...@ma...> - 2012-05-22 14:31:26
|
Hello. Could you, please, help me to solve a problem: im trying to use owfs on SPARC64 achitecture. Im using debian squeeze. I compiled owfs from sources owfs-2.5p15: ./configure --enable-debian --enable-usb make make install (also tried ./configure --build=sparc64-linux target=sparc64-linux --enable- debian --enable-usb) Im starting owfs server by command: /opt/owfs/bin/owfs -u --allow_other -m 1wire --error_level=0 -- mountpoint="/mnt/1wire" and it starts sucsessfuly, but when im trying to write data "echo 1 > /mnt/1wire/12.4A7A80000000/PIO.A". there r no resoults from my actions. i mean when after this im doing cat /mnt/1wire/12.4A7A80000000/PIO.A i resive 0. I tried to do the same actions on amd64 and on i386 and it works fine. I tried to set --error_level=5 and then compare loges from SPARC64 and amd64 - they turned the same (i mean that pid, machine name and adresses are different, but the other information is the same). sorry for my english. |