Hallo. I’ve installed Fedora minimal on a rpi3b and it’s working well, incl dtparams. I wanted to connect my usb-adapter and onewire network to it, as I have to a similar rpi running raspbian light.
So I installed owfs-server (there is no collective “owfs” package on Fedora it seems. Which appears a plus). As far as I can tell (via systemctl status owserver as well as trying to talk to it at tcp:4304) it is running however by default it won’t talk to usb devices so it won’t talk to my network.
I have located no owfs.conf like Debian uses at /etc or elsewere and putting one there seems pretty disregarded by the owserver service.
The service unit file has ExecStart=/usr/bin/owserver --w1 but how do I configure it on a Fedora / rhel system?
I suppose I might try changing that unit file and supplying the necessary start params OWSERVER(1) manual page but that seems slightly less user friendly than a config file. If that’s the way it’s meant to be done on Fedora /rhel however I have no issues with it : )
An OWFS configuration file is specified on the command line:
owfs -c config_file [other options]
The file name is arbitrary, there is no default configuration file used.