[Owfs-developers] How to display owfs degugging information

2013-05-21 Thread Peter Hollenbeck
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?

Thank you,
Peter
--
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
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] How to display owfs degugging information

2013-05-21 Thread Peter Hollenbeck
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 p4tr...@gmail.com wrote:

 **
 W dniu 21.05.2013 o 17:40 Peter Hollenbeck pwhb...@gmail.com 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


 --
 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
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


--
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
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] How to display owfs degugging information

2013-05-21 Thread Gregg Levine
On Tue, May 21, 2013 at 1:15 PM, Peter Hollenbeck pwhb...@gmail.com 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 p4tr...@gmail.com wrote:

 W dniu 21.05.2013 o 17:40 Peter Hollenbeck pwhb...@gmail.com 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 gregg.drw...@gmail.com
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
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] How to display owfs degugging information

2013-05-21 Thread Peter Hollenbeck
I have lost interest in debugging information now that p4trykx put me on to
rpi-update and my problem is solved.

What I thought I wanted was information from owfs telling me what it was
doing. It seems I no longer need that.

Thanks for your input.
Peter

P.S.
Nice photo.
PH


On Tue, May 21, 2013 at 11:11 AM, Gregg Levine gregg.drw...@gmail.comwrote:

 On Tue, May 21, 2013 at 1:15 PM, Peter Hollenbeck pwhb...@gmail.com
 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 p4tr...@gmail.com wrote:
 
  W dniu 21.05.2013 o 17:40 Peter Hollenbeck pwhb...@gmail.com 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 gregg.drw...@gmail.com
 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
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

--
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
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers