Quote |
The mydsl extension ntfsprogs-2.uci in the testing section has a full version of fuse included - you could try loading this and see if it helps? (note that you would still need to load the dsl-4.2.5 fuse module) |
Code Sample |
#!/bin/sh PATH=$PATH:/opt/owfs/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/owfs/lib #sudo insmod /opt/owfs/module/fuse.o 2> /dev/null mkdir ~/1wire 2> /dev/null /opt/owfs/bin/owserver.bin -u /dev/ttyS0 /dev/ttyS1 -p 3333 /opt/owfs/bin/owfs.bin -s 3333 /home/dsl/1wire /opt/owfs/bin/owhttpd -s 3333 -p 3001 dillo http://localhost:3001 |
Code Sample |
#sudo insmod /opt/owfs/module/fuse.o 2> /dev/null |
Quote |
The file '/opt/owfs/module/fuse.o' appears to contain only 3 capital letters: "ELF" and a few un printable characters. |