Search found 298 matches

by lanbrown
02 May 2024 19:25
Forum: Discussions in English
Topic: Ubuntu v4.1.3
Replies: 6
Views: 134

Re: Ubuntu v4.1.3

That would be a question for the developer.

You can try:

Code: Select all

sudo apt install ./* && sudo apt --fix-broken install ./*
or

Code: Select all

apt-get install -f
by lanbrown
02 May 2024 19:19
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

No I'm not. Want the truth, you do not have the technical knowledge or fortitude to do all three at the same time. Can you say which one(s) of the three changes that you made were the culprit? The answer is a resounding NO . Basic troubleshooting means you limit the changes to isolate the cause(s). ...
by lanbrown
01 May 2024 21:43
Forum: Discussions in English
Topic: Ubuntu v4.1.3
Replies: 6
Views: 134

Re: Ubuntu v4.1.3

$ dpkg-deb -I gattlib-0.1.deb new debian package, version 2.0. size 81510 bytes: control archive=440 bytes. 258 bytes, 10 lines control 175 bytes, 3 lines md5sums Package: gattlib Version: 0.1 Section: devel Priority: optional Architecture: amd64 Depends: libglib2.0-0 Installed-Size: 227 Maintainer:...
by lanbrown
30 Apr 2024 21:44
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

You don't get it. You make three changes, that is three variables. You limit variables so if there is an issue, the less it can be. This is basic troubleshooting. Keeping the existing board and just upgrading the OS and the Z-Way version would be the first step. if things don't work it limits the po...
by lanbrown
30 Apr 2024 17:24
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

Have you tried just updating the OS and Z-Way version and keeping the current Razberry board and verifying that it all works before introducing a third change which is the Razberry 7?
by lanbrown
26 Apr 2024 03:37
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

post your config.txt
by lanbrown
25 Apr 2024 19:06
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

Do not use both. The pi3 is the old command and the toverlay=disable-bt is the new command. The Raspberry Pi foundation decided to get away from platform specific commands as every Pi would have a new command.

https://www.raspberrypi.com/documentati ... g_txt.html
by lanbrown
25 Apr 2024 17:34
Forum: RaZberry
Topic: Razberry7 on Pi 3B fails setup, no port?
Replies: 11
Views: 244

Re: Razberry7 on Pi 3B fails setup, no port?

Did you add the dtoverlay command or not? From the error message, it appears that you did not. Also, the non specific Pi command which is also the recommended one to use is:
dtoverlay=disable-bt

For reference, all of my systems have that above command in the /boot/config.txt location.