Kod: Markera allt
owfs -u --foreground --error_level=9 --error_print=2 /mnt/1wire
Kod: Markera allt
root@slug:/etc/owfs# cat /etc/owfs/owfs
OPTIONS="-s 4304"
MOUNTDIR="/tmp/1wire"
#DISABLE="1"
# uncomment this to start process at startup. Try to start manually with run-owfs first!
ENABLESTARTUP="1"
root@slug:/etc/owfs# cat /etc/owfs/owserver
# Uncomment one of the OPTIONS line below.
#
# For WRT54G and WRT54GS it should be possible to find 1-wire adapter at
# /dev/tts/1 if you have added an extra serial-port.
#OPTIONS="-d /dev/tts/1 -p 4304"
# For Asus wl500gd it's NOT possible to read/write to /dev/tts/1 since
# the kernel hangs and it will not even repond to ping.
# To connect an USB-adapter you need to install some additional packages.
# Try install kmod-usb-core, kmod-usb2, kmod-usb-storage, kmod-usb-uhci
# before starting owfs.
OPTIONS="-u -p 4304"
#DISABLE="1"
# uncomment this to start process at startup. Try to start manually with run-owfs first!
ENABLESTARTUP="1"
root@slug:/etc/owfs#
Kod: Markera allt
root@slug:/etc/owfs# cat /etc/owfs/owfs
OPTIONS="-s 4304"
MOUNTDIR="/tmp/1wire"
#DISABLE="1"
# uncomment this to start process at startup. Try to start manually with run-owfs first!
ENABLESTARTUP="1"
root@slug:/etc/owfs#