On Tue, May 21, 2013 at 1:15 PM, Peter Hollenbeck <[email protected]> wrote: > Yes, it is a Raspberry. After following your advice and running rpi-update, > owfs is working perfectly. > I didn't know about rpi-update. > Thank you very much. > Peter > > > > On Tue, May 21, 2013 at 7:52 AM, p4trykx <[email protected]> wrote: >> >> W dniu 21.05.2013 o 17:40 Peter Hollenbeck <[email protected]> pisze: >> >> >> sudo owfs -u -m /weather/1wire >> starts but /weather/1wire is empty. >> >> Device is: >> Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, >> Ltd FT232 USB-Serial (UART) IC >> >> Is there a way to display debugging information? >> >> >> You can pass --debug option ot owfs but I think you are using the -u >> wrong. You probably have an usb<->serial<->1-wire adapter. The FT232 should >> show as a serial port /dev/ttyUSB0 or 1 etc. >> So try >> sudo owfs -d /dev/ttyUSB0 -m /weather/1wire >> >> If you are using Raspi make sure you have the latest kernel (run sudo >> rpi-update) because older usb drivers perform poorly especially with >> serial2usb devices like FT232. >> >> >> >> >> -- >> p4trykx
Hello! Correct. That command is essential to the device to update itself. I have one such device, and yesterday I did have it working with my one-wire devices. It took two tries, but getting it to present what I am used to inside the mnt directory worked. Now the question is one of, what sort of debugging information did you want to see from your setup, and on the Raspi? ----- Gregg C Levine [email protected] "This signature fought the Time Wars, time and again." ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
