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
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
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
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
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
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
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
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
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 ?
--