NEWS
RPI2 Adapter kann nicht installiert werden
-
Im Iobroker log steht ja das gleiche.
Ic mach noch ein iob diag
2025-08-22 13:18:57.870 error iobroker gyp info it worked if it ends with okgyp info using node-gyp@11.2.0gyp info using node@22.18.0 | linux | arm64gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.18.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.18.0',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.18.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]gyp info ok gyp info it worked if it ends with okgyp info using node-gyp@11.2.0gyp info using node@22.18.0 | linux | arm64gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.18.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.18.0',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.18.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]gyp info spawn makegyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’ 14 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0}); | ^~~~ | gpiod::lineIn file included from /usr/include/gpiodcxx/chip.hpp:21, from /usr/include/gpiod.hpp:27, from ../cpp/opengpio.cpp:3:/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’ 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0}); | ^~~~~~~~~~~~~~~../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:30:22: error: ‘line’ is not captured 30 | bool value = line.get_value(); | ^~~~../cpp/opengpio.cpp:28:66: note: the lambda has no capture-default 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared here 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:34:52: error: ‘line’ is not captured 34 | { line.release(); }); | ^~~~../cpp/opengpio.cpp:33:67: note: the lambda has no capture-default 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared here 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’ 49 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’ 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:66:9: error: ‘line’ is not captured 66 | line.set_value(value); }); | ^~~~../cpp/opengpio.cpp:63:66: note: the lambda has no capture-default 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared here 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:69:52: error: ‘line’ is not captured 69 | { line.release(); }); | ^~~~../cpp/opengpio.cpp:68:67: note: the lambda has no capture-default 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared here 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: At global scope:../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a type 81 | gpiod::line line; | ^~~~/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’ 92 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’ 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:111:22: error: ‘line’ is not captured 111 | bool value = line.get_value(); | ^~~~../cpp/opengpio.cpp:109:66: note: the lambda has no capture-default 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared here 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’ 115 | data->line = line; | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’ 127 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:131:33: error: ‘line’ is not captured 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1)); | ^~~~../cpp/opengpio.cpp:124:10: note: the lambda has no capture-default 124 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared here 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’? 134 | gpiod::line_event event = line.event_read(); | ^~~~~~~~~~ | info_event../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’? 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false; | ^~~~~ | servent../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declared 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false; | ^~~~~~~~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’ 147 | data->line.release(); | ^~~~../cpp/opengpio.cpp: At global scope:../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a type 168 | gpiod::line line; | ^~~~/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’ 196 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’ 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’ 213 | data->line = line; | ^~~~../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 213 | data->line = line; | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’ 224 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:264:17: error: ‘line’ is not captured 264 | line.set_value(true); | ^~~~../cpp/opengpio.cpp:221:10: note: the lambda has no capture-default 221 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~../cpp/opengpio.cpp:278:17: error: ‘line’ is not captured 278 | line.set_value(false); | ^~~~../cpp/opengpio.cpp:221:10: note: the lambda has no capture-default 221 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’ 327 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:328:13: error: ‘line’ is not captured 328 | line.release(); | ^~~~../cpp/opengpio.cpp:324:10: note: the lambda has no capture-default 324 | [](uv_work_t *req, int status) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Fehler 1gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)gyp ERR! System Linux 6.12.34+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.18.0gyp ERR! node-gyp -v v11.2.0gyp ERR! not ok npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-08-22T11_18_51_462Z-debug-0.log
-
Hier das iob diag zum raspi
========== Start marking the full check here =========== ```bash Script v.2025-08-09 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 13 (trixie) Static hostname: Raspberrypi5 Icon name: computer Kernel: Linux 6.12.34+rpt-rpi-2712 Architecture: arm64 OS is similar to: Model : Raspberry Pi 5 Model B Rev 1.0 Docker : false Virtualization : none Kernel : aarch64 Userland : 64 bit Systemuptime and Load: 13:25:49 up 3:20, 1 user, load average: 0.84, 0.65, 0.48 CPU threads: 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'trixie'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Fri 2025-08-22 13:25:49 CEST Universal time: Fri 2025-08-22 11:25:49 UTC RTC time: Fri 2025-08-22 11:25:49 Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** Users and Groups *** User that called 'iob diag': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker SUDO_HOME=/home/pi GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: false Unit display-manager.service could not be found. Display-Manager: Desktop: Session: tty *** MEMORY *** total used free shared buff/cache available Mem: 8.5G 4.0G 1.8G 26M 2.8G 4.4G Swap: 209M 0B 209M Total: 8.7G 4.0G 2.0G Active iob-Instances: 33 8063 M total memory 3826 M used memory 5223 M active memory 641 M inactive memory 1699 M free memory 170 M buffer memory 2478 M swap cache 199 M total swap 0 M used swap 199 M free swap *** top - Table Of Processes *** top - 13:25:49 up 3:20, 1 user, load average: 0.84, 0.65, 0.48 Tasks: 215 total, 1 running, 214 sleeping, 0 stopped, 0 zombie %Cpu(s): 18.6 us, 2.3 sy, 0.0 ni, 79.1 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 8063.1 total, 1697.5 free, 3828.0 used, 2649.6 buff/cache MiB Swap: 200.0 total, 200.0 free, 0.0 used. 4235.1 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 3.9G 0 3.9G 0% /dev tmpfs tmpfs 1.6G 16M 1.6G 1% /run /dev/sda2 ext4 59G 23G 34G 40% / tmpfs tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs tmpfs 5.0M 48K 5.0M 1% /run/lock tmpfs tmpfs 4.0G 9.9M 4.0G 1% /tmp tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service /dev/sda1 vfat 510M 73M 438M 15% /boot/firmware tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service tmpfs tmpfs 1.0M 0 1.0M 0% /run/credentials/serial-getty@ttyAMA10.service tmpfs tmpfs 807M 32K 807M 1% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Fri Aug 22 10:05:09 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:A3:25:8A vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=beeda195-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE [Fri Aug 22 10:05:14 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none. [Fri Aug 22 10:05:15 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/sda2 ext4 rw,noatime `-/boot/firmware /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 3.1G /var/ 1.4G /var/lib 1.3G /var/log/journal/02a43974e4004c17afbe02a71ed8236e 1.3G /var/log/journal 1.3G /var/log Archived and active journals take up 1.2G in the file system. /opt/iobroker/backups: 3.3G /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 488M /opt/iobroker/iobroker-data/ 160M /opt/iobroker/iobroker-data/files 110M /opt/iobroker/iobroker-data/backup-objects 72M /opt/iobroker/iobroker-data/node-red 71M /opt/iobroker/iobroker-data/node-red/node_modules The five largest files in iobroker-data are: 28M /opt/iobroker/iobroker-data/objects.jsonl 9.8M /opt/iobroker/iobroker-data/states.jsonl 8.8M /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js 8.6M /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js 6.2M /opt/iobroker/iobroker-data/jarvis/0/jarvis.0.devices.json USB-Devices by-id: USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id': No Devices found 'by-id' *** ZigBee Settings *** Zigbee Network Settings on your coordinator/in nvbackup are: zigbee.X Extended Pan ID: *** MASKED *** Pan ID: *** MASKED *** Channel: *** MASKED *** Network Key: *** MASKED *** To unmask the settings run 'iob diag --unmask' *** NodeJS-Installation *** /usr/bin/nodejs v22.18.0 /usr/bin/node v22.18.0 /usr/bin/npm 10.9.3 /usr/bin/npx 10.9.3 /usr/bin/corepack 0.33.0 nodejs: Installed: 22.18.0-1nodesource1 Candidate: 22.18.0-1nodesource1 Version table: *** 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 20.19.2+dfsg-1 500 500 http://deb.debian.org/debian trixie/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: █████ ██ ██ ██████ ██████ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ███████ ██████ ██████ ██████ ██████ ██ *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: Raspberrypi5 Raspberrypi5 (version: 7.0.7, hostname: Raspberrypi5 , alive, uptime: 12022) Core adapters versions js-controller: 7.0.7 admin: 7.7.2 javascript: 9.0.11 nodejs modules from github: 4 +-- iobroker.influxdb@4.0.3 (git+ssh://git@github.com/ioBroker/ioBroker.influxdb.git#28ac2b78843928094d8a6fea3a43a45cde1cc19d) +-- iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b) +-- iobroker.nspanel-lovelace-ui@0.2.4 (git+ssh://git@github.com/ticaki/ioBroker.nspanel-lovelace-ui.git#dcbe5f9e78b9f2b992650058cd43c45843b6ddff) +-- iobroker.pirate-weather@0.2.0 (git+ssh://git@github.com/ticaki/ioBroker.pirate-weather.git#5afe302853331ec86024d6aa8b3f1aefd85f7c03) Adapter State + system.adapter.admin.0 : admin : Raspberrypi5 - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.alexa2.0 : alexa2 : Raspberrypi5 - enabled system.adapter.alias-manager.0 : alias-manager : Raspberrypi5 - enabled + system.adapter.alpha-ess.0 : alpha-ess : Raspberrypi5 - enabled + system.adapter.backitup.0 : backitup : Raspberrypi5 - enabled + system.adapter.cloud.0 : cloud : Raspberrypi5 - enabled system.adapter.devices.0 : devices : Raspberrypi5 - enabled + system.adapter.discovery.0 : discovery : Raspberrypi5 - enabled + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: Raspberrypi5 - enabled system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: Raspberrypi5 - disabled + system.adapter.energiefluss-erweitert.2 : energiefluss-erweitert: Raspberrypi5 - enabled system.adapter.energiefluss-erweitert.3 : energiefluss-erweitert: Raspberrypi5 - disabled + system.adapter.fritzdect.0 : fritzdect : Raspberrypi5 - enabled + system.adapter.hm-rega.0 : hm-rega : Raspberrypi5 - enabled + system.adapter.hm-rpc.0 : hm-rpc : Raspberrypi5 - enabled, port: 18701 + system.adapter.hm-rpc.1 : hm-rpc : Raspberrypi5 - enabled, port: 18701 + system.adapter.hm-rpc.2 : hm-rpc : Raspberrypi5 - enabled, port: 12001 + system.adapter.homeconnect.0 : homeconnect : Raspberrypi5 - enabled + system.adapter.hue.0 : hue : Raspberrypi5 - enabled, port: 80 system.adapter.ical.0 : ical : Raspberrypi5 - enabled system.adapter.ical.1 : ical : Raspberrypi5 - enabled + system.adapter.influxdb.0 : influxdb : Raspberrypi5 - enabled, port: 8086 system.adapter.iot.0 : iot : Raspberrypi5 - disabled + system.adapter.jarvis.0 : jarvis : Raspberrypi5 - enabled + system.adapter.javascript.0 : javascript : Raspberrypi5 - enabled + system.adapter.matter.0 : matter : Raspberrypi5 - enabled + system.adapter.modbus.0 : modbus : Raspberrypi5 - enabled + system.adapter.mqtt.0 : mqtt : Raspberrypi5 - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.net-tools.0 : net-tools : Raspberrypi5 - enabled + system.adapter.nspanel-lovelace-ui.0 : nspanel-lovelace-ui : Raspberrypi5 - enabled + system.adapter.nuki.0 : nuki : Raspberrypi5 - enabled system.adapter.openweathermap.0 : openweathermap : Raspberrypi5 - enabled + system.adapter.ping.0 : ping : Raspberrypi5 - enabled + system.adapter.pirate-weather.0 : pirate-weather : Raspberrypi5 - enabled + system.adapter.simple-api.0 : simple-api : Raspberrypi5 - enabled, port: 8087, bind: 192.168.178.82, run as: admin + system.adapter.socketio.0 : socketio : Raspberrypi5 - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : Raspberrypi5 - enabled, port: 1886, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram : Raspberrypi5 - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.tr-064.0 : tr-064 : Raspberrypi5 - enabled + system.adapter.web.0 : web : Raspberrypi5 - enabled, port: 8082, bind: 0.0.0.0, run as: admin + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : Raspberrypi5 - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.hm-rpc.0 : hm-rpc : Raspberrypi5 - enabled, port: 18701 + system.adapter.hm-rpc.1 : hm-rpc : Raspberrypi5 - enabled, port: 18701 + system.adapter.hm-rpc.2 : hm-rpc : Raspberrypi5 - enabled, port: 12001 + system.adapter.hue.0 : hue : Raspberrypi5 - enabled, port: 80 + system.adapter.influxdb.0 : influxdb : Raspberrypi5 - enabled, port: 8086 + system.adapter.mqtt.0 : mqtt : Raspberrypi5 - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.simple-api.0 : simple-api : Raspberrypi5 - enabled, port: 8087, bind: 192.168.178.82, run as: admin + system.adapter.socketio.0 : socketio : Raspberrypi5 - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.sonoff.0 : sonoff : Raspberrypi5 - enabled, port: 1886, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram : Raspberrypi5 - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : Raspberrypi5 - enabled, port: 8082, bind: 0.0.0.0, run as: admin ioBroker-Repositories ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐ │ (index) │ name │ url │ auto upgrade │ ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤ │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'beta' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘ Active repo(s): beta Upgrade policy: none Installed ioBroker-Adapters Used repository: beta Adapter "admin" : 7.7.2 , installed 7.7.2 Adapter "alexa2" : 3.27.3 , installed 3.27.3 Adapter "alias-manager": 2.0.0 , installed 2.0.0 Adapter "alpha-ess" : 3.0.1 , installed 3.0.1 Adapter "backitup" : 3.3.5 , installed 3.3.5 Adapter "cloud" : 5.0.1 , installed 5.0.1 Adapter "devices" : 1.2.8 , installed 1.2.8 Adapter "discovery" : 5.0.0 , installed 5.0.0 Adapter "energiefluss-erweitert": 0.7.8, installed 0.7.8 Adapter "fritzdect" : 2.6.2 , installed 2.6.2 Adapter "hm-rega" : 5.1.0 , installed 5.1.0 Adapter "hm-rpc" : 2.0.2 , installed 2.0.2 Adapter "homeconnect" : 1.4.3 , installed 1.4.3 Adapter "hue" : 3.16.2 , installed 3.16.2 Adapter "ical" : 1.16.2 , installed 1.16.2 Adapter "influxdb" : 4.0.2 , installed 4.0.3 Adapter "iot" : 3.6.0 , installed 3.6.0 Adapter "jarvis" : 3.2.0-rc.5, installed 3.2.0-rc.17 Adapter "javascript" : 9.0.11 , installed 9.0.11 Controller "js-controller": 7.0.7 , installed 7.0.7 Adapter "matter" : 0.5.2 , installed 0.5.2 Adapter "modbus" : 6.4.0 , installed 6.4.0 Adapter "mqtt" : 6.1.4 , installed 6.1.4 Adapter "net-tools" : 1.2.0 , installed 1.2.0 Adapter "nuki" : 2.0.0 , installed 2.0.0 Adapter "openweathermap": 1.4.0 , installed 1.4.0 Adapter "ping" : 1.7.9 , installed 1.7.9 Adapter "simple-api" : 3.0.7 , installed 3.0.7 Adapter "socketio" : 7.0.8 , installed 7.0.8 Adapter "sonoff" : 3.2.1 , installed 3.2.1 Adapter "telegram" : 4.1.0 , installed 4.1.0 Adapter "tr-064" : 4.3.0 , installed 4.3.0 Adapter "web" : 7.0.9 , installed 7.0.9 Adapter "ws" : 3.0.19 , installed 3.0.19 Objects and States Please stand by - This may take a while Objects: 14989 States: 14520 *** OS-Repositories and Updates *** W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian-security trixie-security InRelease Hit:3 http://archive.raspberrypi.com/debian trixie InRelease Hit:4 https://repos.influxdata.com/debian stable InRelease Hit:5 http://deb.debian.org/debian trixie-updates InRelease Hit:6 https://apt.grafana.com stable InRelease Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease Reading package lists... W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details Pending Updates: 0 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:1886 0.0.0.0:* LISTEN 1001 11185 2050/io.sonoff.0 tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 106 7894 872/mosquitto tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 5691 834/sshd: /usr/sbin tcp 0 0 192.168.178.82:18702 0.0.0.0:* LISTEN 1001 10925 1771/io.hm-rpc.1 tcp 0 0 192.168.178.82:18701 0.0.0.0:* LISTEN 1001 9073 1691/io.hm-rpc.0 tcp 0 0 192.168.178.82:12001 0.0.0.0:* LISTEN 1001 9153 1756/io.hm-rpc.2 tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 8512 1188/iobroker.js-co tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 8507 1188/iobroker.js-co tcp 0 0 192.168.178.82:8087 0.0.0.0:* LISTEN 1001 13159 2302/io.simple-api. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 8429 1152/exim4 tcp6 0 0 :::1883 :::* LISTEN 106 7895 872/mosquitto tcp6 0 0 :::8400 :::* LISTEN 1001 13652 2241/io.jarvis.0 tcp6 0 0 :::22 :::* LISTEN 0 5693 834/sshd: /usr/sbin tcp6 0 0 :::8086 :::* LISTEN 999 7074 862/influxd tcp6 0 0 :::8084 :::* LISTEN 1001 15492 2325/io.socketio.0 tcp6 0 0 :::8082 :::* LISTEN 1001 19457 2523/io.web.0 tcp6 0 0 :::8081 :::* LISTEN 1001 10460 1356/io.admin.0 tcp6 0 0 :::3000 :::* LISTEN 107 8478 1187/grafana tcp6 0 0 ::1:25 :::* LISTEN 0 8430 1152/exim4 udp 0 0 0.0.0.0:54373 0.0.0.0:* 104 4001 674/avahi-daemon: r udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 329053 2267/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 314212 2267/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 13177 2267/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 13169 2267/io.matter.0 udp 0 0 0.0.0.0:5353 0.0.0.0:* 104 3999 674/avahi-daemon: r udp 0 0 0.0.0.0:5541 0.0.0.0:* 1001 13186 2267/io.matter.0 udp 0 0 0.0.0.0:51505 0.0.0.0:* 1001 13230 2267/io.matter.0 udp6 0 0 fe80::f05b:9255:16f:546 :::* 0 7126 768/NetworkManager udp6 0 0 fe80::38be:beb2:fe6:546 :::* 0 7742 768/NetworkManager udp6 0 0 :::50016 :::* 104 4002 674/avahi-daemon: r udp6 0 0 :::5353 :::* 1001 329054 2267/io.matter.0 udp6 0 0 :::5353 :::* 1001 314213 2267/io.matter.0 udp6 0 0 :::5353 :::* 1001 13180 2267/io.matter.0 udp6 0 0 :::5353 :::* 1001 13172 2267/io.matter.0 udp6 0 0 :::5353 :::* 104 4000 674/avahi-daemon: r udp6 0 0 :::5541 :::* 1001 13185 2267/io.matter.0 udp6 0 0 :::51505 :::* 1001 13229 2267/io.matter.0 *** Log File - Last 25 Lines *** 2025-08-22 13:26:00.021 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:00.024 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:00.036 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText] 2025-08-22 13:26:00.037 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText] 2025-08-22 13:26:05.007 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:05.009 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:10.025 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:10.028 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:10.033 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText] 2025-08-22 13:26:10.076 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText] 2025-08-22 13:26:15.046 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:15.049 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:20.179 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:20.182 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:20.192 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText] 2025-08-22 13:26:20.193 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText] 2025-08-22 13:26:25.056 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:25.062 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:25.064 - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend] 2025-08-22 13:26:25.065 - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend] 2025-08-22 13:26:25.069 - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend] 2025-08-22 13:26:30.005 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText] 2025-08-22 13:26:30.009 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText] 2025-08-22 13:26:30.013 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText] 2025-08-22 13:26:30.016 - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
Auffällig wäre das hier
*** FAILED SERVICES *** {1} UNIT LOAD ACTIVE SUB DESCRIPTION {1} 0 loaded units listed. {1} {1} *** DMESG CRITICAL ERRORS *** No critical errors detected {1}
Nach einem iob fix und einem reboot ist aber diese Auffäligkeit wieder weg
-
@teletapi did you post this in the English section intentionally?
-
@homoran said in RPI2 Adapter kann nicht installiert werden:
did you post this in the English section intentionally?
kannst du das bitte verschieben wenn ich das falsch ist.?
-
@teletapi sagte in RPI2 Adapter kann nicht installiert werden:
@homoran said in RPI2 Adapter kann nicht installiert werden:
did you post this in the English section intentionally?
kannst du das bitte verschieben wenn ich das falsch ist.?
done!
-
Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:
https://github.com/Grothesk242/ioBroker.rpi2
Die Version hab ich auf Debian 13 'Trixie' angepasst.
-
@thomas-braun said in RPI2 Adapter kann nicht installiert werden:
Super funktioniert ganz hervoragend. Vielen dank dafür
-
@thomas-braun said in RPI2 Adapter kann nicht installiert werden:
Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:
https://github.com/Grothesk242/ioBroker.rpi2
Die Version hab ich auf Debian 13 'Trixie' angepasst.
Kannst du bitte - wenn noch nicht passiert - einen PR mit deiner Version erstellen.
@Garfonso FYI und ggF mit der Bitte um megr / neue Version
-
Hab ich bewusst nicht gemacht, weil das mit Versionen vor Debian13 Trixie nicht kompatibel ist.
Und ich nicht weiß, wie man unterschiedliche Modul-Versionen abhängig vom OS bei der Installation auswählen kann. -
Würd sagen schreib das dick und fett in den PR rein. Kann / soll (muss?) sich Garfonso ansehen.
Können's ja dann im PR besprechen und ne Lösung suchen.Ich hab jedenfalls schon mal ein Issue angelegt damit das nicht untergeht.
Und irgendwann müssen wir eine Lösung finden weil Trixie wird ja spätesten mit dem RaspiOS Versionsupdate dort häufiger werden.
-
-
@thomas-braun
Ja, geb dir mal recht.Hab mir erst jetzt deinen fork angesehn.
Ich schätze das wird schwer zu lösen. Wahrscheinlich kann man nur eine neue Major machen. Aber dann gits keine Wartung mehr für Bookworm. Auch nicht super ...
Hab auch keine Lösung im Moment.
EDIT:
Eine - zugegebener Maßen krummes - Workaround könnte sei n die dependency ganz zu entfernen und via installs script geziehlt zu installieren. Aber im Kern würgt es mich bei der "Lösung". -
@mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:
Wahrscheinlich kann man nur eine neue Major machen.
Oder einen Adater 'rpi13' oder so.