Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vcrine$2m6dk$3@dont-email.me>
Deutsch   English   Français   Italiano  
<vcrine$2m6dk$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: druck <news@druck.org.uk>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: 1-wire behaviour on Bookworm
Date: Mon, 23 Sep 2024 12:17:01 +0100
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <vcrine$2m6dk$3@dont-email.me>
References: <vcgrag$gsv0$2@dont-email.me>
 <MPG.41575c0e6e1470fe9897c0@news.eternal-september.org>
 <vckmfh$17vkc$2@dont-email.me>
 <MPG.415a076b52575f19897c1@news.eternal-september.org>
 <vcp01a$26pq5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 23 Sep 2024 13:17:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="71c13b4fba2ed500722aca577b1b2ccd";
	logging-data="2824628"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18aDAhe4eY8IpTQwSioZjN6"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:7ri7qb1PrlVDyTAtTiYOHxjp9A8=
In-Reply-To: <vcp01a$26pq5$1@dont-email.me>
Content-Language: en-GB
Bytes: 1898

On 22/09/2024 12:45, Chris Elvidge wrote:
> On 22/09/2024 at 11:53, John Aldridge wrote:
>> In article <vckmfh$17vkc$2@dont-email.me>, news@druck.org.uk says...
>>>
>>> On 20/09/2024 11:17, John Aldridge wrote:
>>> [Reading ds18b20 sensors in parallel]
>>>> sudo su <<EOF
>>>> echo trigger > /sys/bus/w1/devices/w1_bus_master1/therm_bulk_read
>>>> EOF
>>>
> 
> Have you tried
> 'echo trigger | sudo tee /sys/bus/w1/devices/w1_bus_master1/therm_bulk_read'
> 

Yes, that works for bus 1, but not bus 2 on that Pi 4.

On a Pi Zero 2W with 2 w1 buses, bus 1 gives the Permission denied error 
and bus 2 succeeds.

On a Pi 3B+ with 4 w1 buses, 1 and 2 succeed, 3 and 4 fail.

Very strange.

---druck