Am 02.07.2016 um 15:08 schrieb Dr. Trigon: > > $ git clone git://git.code.sf.net/p/owfs/code owfs-code > $ cd owfs-code/ > ~/owfs-code$ ./bootstrap > ~/owfs-code$ ./configure > (get patch from > https://sourceforge.net/p/owfs/mailman/owfs-developers/?viewmonth=201606&viewday=28) > ~/owfs-code$ patch -p1 < eservice_lcd.diff > ~/owfs-code$ make > ~/owfs-code$ nano owfs.conf > (copy content from my wiki) > ~/owfs-code$ module/owserver/src/c/owserver -c ~/owfs-code/owfs.conf --debug > -u > Uhhh, no. -c ~/owfs-code/owfs.conf and -u may be mutually exclusive. You haven't listed what is inside ~/owfs-code/owfs.conf.
Does your user have sufficient rights to access the host adaptor? Because you don't start owserver as root. > (in another window) > ~/owfs-code$ module/owhttpd/src/c/owhttpd -c ~/owfs-code/owfs.conf > (check localhost:2121 to find device -> 29.2F7214000000) > Same here with the config. You don't need this program for testing. If you want to check for the device id, use $ module/owshell/src/c/owdir /uncached > ~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/strobe 1 > ~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/LCD_H/clear 1 > ~/owfs-code$ module/owshell/src/c/owwrite /29.2F7214000000/LCD_H/message > "Foobar" > (copy output of 1st/debug window for maillist then quit app) > I'd like to see that log. > ~/owfs-code$ sudo killall lt-owfs lt-owhttpd lt-owserver > You should have killed all these programs *before* starting anything new. When you use the --debug switch on owserver it stays in the foreground and you can terminate it with Ctrl-C. The owshell programs aren't daemons at all. Please try again, cleanly. Kind regards Jan ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers