Hello, i try start script with bootlocal.sh
#!/bin/sh
# put other system startup commands here
#mount /dev/mmcblk0p2 /mnt/mmcblk0p2
/sbin/syslogd
loadkmap < /usr/share/kmap/azerty/fr.kmap
/usr/local/etc/init.d/openssh start
#modprobe i2c-dev
#mkdir /opt/1wire
/mnt/mmcblk0p2/scripts/eth0.sh &
/mnt/mmcblk0p2/scripts/owfs.sh &
but in /mnt/mmcblk0p2/scripts/owfs.sh &
wait 5
modprobe i2c-dev
wait 10
modprobe fuse
wait 20
mkdir /opt/1wire
wait 5
owfs -a /mnt/mmcblk0p2/scripts/alias.txt --i2c=/dev/i2c-1 --allow_other /opt/1wire &
wait 5
/mnt/mmcblk0p2/scripts/cuve.py &
wait 5
/mnt/mmcblk0p2/scripts/lcd.py &
but owfs -a /mnt/mmcblk0p2/scripts/alias.txt --i2c=/dev/i2c-1 --allow_other /opt/1wire &
no start
if manuel start it's good
in syslog ' box daemon.info OWFS[766]: DEFAULT: owlib.c:(52) No valid 1-wire buses found '
i not understand
thank
version 13.0.3 pi