NEWS
Conbee 2 installation Pakete fehlen
-
@lobomau habe ich kurz nach meinem Post auch gesehen und läuft gerade. Melde mich ob wie das Ergebnis danach war.
-
doesn't have the component 'Main' (component misspelt in sources.list?)
Das große M durch ein kleines ersetzen.
Hatte ich oben falsch drin, vermutlich die blöde Autokorrektur... Sorry. -
@nftvirus sagte in Conbee 2 installation Pakete fehlen:
sudo gpasswd -a $USER dialout
Das muss auch
sudo gpasswd -aG $USER dialout
lauten. Ich glaube, du hast dir jetzt die anderen groups gelöscht.
groups
für den pi liefert?
-
sudo gpasswd -aG $USER dialout
liefert bei mir nur einen Fehler:
pi@iobroker:/opt/iobroker $ sudo gpasswd -aG $USER dialout gpasswd: user 'G' does not exist
groups liefert:
pi@iobroker:/opt/iobroker $ groups pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
-
@nftvirus
Ich sollte für heute das Forum schließen...-aG ist für usermod die Option, die agieren da aber mit gpasswd.
Passt also.
-
@thomas-braun jetzt scheint auch alles zu laufen Installation ist zwar noch nicht durch läuft jetzt aber. Vielen Dank für die schnelle und geduldige Unterstützung echt super!!!
-
-
pi@iobroker:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:3 http://phoscon.de/apt/deconz bullseye InRelease Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date.
-
Ja, das schaut gut aus.
Ich würde wohl statt node12 auf node14 spingen. -
@thomas-braun das kann ich jetzt noch machen ja dann bin ich auf dem neusten Stand. Danke nochmal!