Re: [Owfs-developers] Problem to enable USB support

2017-04-04 Thread Roland Franke
Hello, last year in June you had the same problem Fine to hear it work. Try to do my best to help. Best regards, Roland From: samuix Sent: Tuesday, April 4, 2017 6:32 PM To: [email protected] Subject: Re: [Owfs-developers] Problem to enable USB support It works, thank you

Re: [Owfs-developers] Problem to enable USB support

2017-04-04 Thread samuix
It works, thank you   Gesendet: Dienstag, 04. April 2017 um 17:33 Uhr Von: "Roland Franke" An: "OWFS (One-wire file system) discussion and help" Betreff: Re: [Owfs-developers] Problem to enable USB support Hello, try to install additional the libusb-1.0.0-dev You will need libusb-dev for v

Re: [Owfs-developers] Problem to enable USB support

2017-04-04 Thread samuix
I have no place to upload, you can find the complete log for ./configure below.   ./configure checking whether make supports nested variables... yes Configuring owfs-3.1p5 checking build system type... armv6l-unknown-linux-gnueabihf checking host system type... armv6l-unknown-linux-gnueabihf ch

Re: [Owfs-developers] Problem to enable USB support

2017-04-04 Thread Roland Franke
Hello, try to install additional the libusb-1.0.0-dev You will need libusb-dev for version 1.0.xxx (xxx as placeholder) Then it should work Best regards, Roland From: samuix Sent: Tuesday, April 4, 2017 5:13 PM To: [email protected] Subject: [Owfs-developers] Problem to ena

Re: [Owfs-developers] Problem to enable USB support

2017-04-04 Thread Johan Ström
That looks wierd, since it reports that ftdi is enabled.. And that depends on libusb. Can you upload the config.log somewhere please (gist.github.com or similar)? On 04/04/17 17:13, samuix wrote: > Hello, > after a power failure, I have to re-install the Raspberry PI. > Unfortunately, I cannot t

[Owfs-developers] Problem to enable USB support

2017-04-04 Thread samuix
Hello, after a power failure, I have to re-install the Raspberry PI. Unfortunately, I cannot turn on the USB support, although all libraries are available.   I try following commands: >apt-get install git >apt-get install autoconf >apt-get install pkg-config >apt-get install libtool m4 automak

Re: [Owfs-developers] How to perform lowlevel read operation from libow or libcapi?

2017-04-04 Thread Jan Kandziora
Am 04.04.2017 um 09:47 schrieb Потапенко Сергей: > > How I can get access to lowlevel iface of OW bus from private data > structures > of libcapi ? > You cannot. Libow and owcapi are just there to hide those details from the user. If you want to access a new slave chip, the easiest way is to

Re: [Owfs-developers] How to perform lowlevel read operation from libow or libcapi?

2017-04-04 Thread Jan Kandziora
Am 04.04.2017 um 09:47 schrieb Потапенко Сергей: > Hi, > Please help me with libow (owfs) API. > How I can send the command "Read ROM" (0x33) and get response from OW bus at > this? This is needed for working with ds1990 similar device . > How I can get access to lowlevel iface of OW bus from pri

[Owfs-developers] How to perform lowlevel read operation from libow or libcapi?

2017-04-04 Thread Потапенко Сергей
Hi,Please help me with libow (owfs) API.How I can send the command "Read ROM" (0x33) and get response from OW bus at this? This is needed for working with ds1990 similar device .How I can get access to  lowlevel iface of OW bus from private data structures of  libcapi ?  --