[GH-ISSUE #124] RM500U Does not support systemctl #45

Closed
opened 2026-02-27 14:38:50 +03:00 by kerem · 3 comments
Owner

Originally created by @RongshuoHe on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/124

root@udx710-module:/ # opkg update && opkg install systemctl
Downloading http://bin.entware.net/armv7sf-k3.2/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware
Unknown package 'systemctl'.
Collected errors:

  • opkg_install_cmd: Cannot install package systemctl.

root@udx710-module:/ # cat /etc/os-release
ID=unisoc-initgc
NAME="unisoc-initgc-distro"
VERSION="udx710-module+unisoc-initgc-1.0+W24.10.4:14.56.00+user+native (sumo)"
VERSION_ID=udx710-module-unisoc-initgc-1.0-w24.10.4:14.56.00-user-native
PRETTY_NAME="unisoc-initgc-distro udx710-module+unisoc-initgc-1.0+W24.10.4:14.56.00+user+native (sumo)"
DISTRO_CODENAME="sumo"
root@udx710-module:/ # uname -a
Linux udx710-module 4.14.98 #1 SMP PREEMPT Thu Mar 7 07:12:10 UTC 2024 aarch64 GNU/Linux

Originally created by @RongshuoHe on GitHub (Feb 19, 2025). Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/124 root@udx710-module:/ # opkg update && opkg install systemctl Downloading http://bin.entware.net/armv7sf-k3.2/Packages.gz Updated list of available packages in /opt/var/opkg-lists/entware Unknown package 'systemctl'. Collected errors: * opkg_install_cmd: Cannot install package systemctl. root@udx710-module:/ # cat /etc/os-release ID=unisoc-initgc NAME="unisoc-initgc-distro" VERSION="udx710-module+unisoc-initgc-1.0+W24.10.4:14.56.00+user+native (sumo)" VERSION_ID=udx710-module-unisoc-initgc-1.0-w24.10.4:14.56.00-user-native PRETTY_NAME="unisoc-initgc-distro udx710-module+unisoc-initgc-1.0+W24.10.4:14.56.00+user+native (sumo)" DISTRO_CODENAME="sumo" root@udx710-module:/ # uname -a Linux udx710-module 4.14.98 #1 SMP PREEMPT Thu Mar 7 07:12:10 UTC 2024 aarch64 GNU/Linux
kerem closed this issue 2026-02-27 14:38:50 +03:00
Author
Owner

@dr-dolomite commented on GitHub (Feb 19, 2025):

I dont think that it supports Unisoc release modules?

<!-- gh-comment-id:2667489925 --> @dr-dolomite commented on GitHub (Feb 19, 2025): I dont think that it supports Unisoc release modules?
Author
Owner

@iamromulan commented on GitHub (Feb 19, 2025):

RM or RG?

Doesn't appear to be SDXLEMUR, SDXPRAIRIE, or SDXPINN which is what this repo supports.

Confirmed:
(*Assumed not tested)

SDXPRAIRIE:
RM500Q*, RM502
SDXLEMUR:
RM520/521/530*
SDXPINN:
RM550*, RM551

However, your goal seems to be to understand what handles services and/or system init. Could be systemd (systemctl ), could be systemV (like on OpenWRT; init.d [service command] ), could even be BusyBox init. Just depends on how the system was built.

The kernel log right after it's booted can be helpful
dmesg

Also understanding the mount points and storage allotment can also be helpful

df -h && mount

<!-- gh-comment-id:2668872292 --> @iamromulan commented on GitHub (Feb 19, 2025): RM or RG? Doesn't appear to be SDXLEMUR, SDXPRAIRIE, or SDXPINN which is what this repo supports. Confirmed: (*Assumed not tested) SDXPRAIRIE: RM500Q*, RM502 SDXLEMUR: RM520/521/530* SDXPINN: RM550*, RM551 However, your goal seems to be to understand what handles services and/or system init. Could be systemd (`systemctl `), could be systemV (like on OpenWRT; init.d [` service ` command] ), could even be BusyBox init. Just depends on how the system was built. The kernel log right after it's booted can be helpful `dmesg` Also understanding the mount points and storage allotment can also be helpful `df -h && mount`
Author
Owner

@RongshuoHe commented on GitHub (Feb 20, 2025):

It should be a model issue, this module is not supported

<!-- gh-comment-id:2670094387 --> @RongshuoHe commented on GitHub (Feb 20, 2025): It should be a model issue, this module is not supported
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#45
No description provided.