Closed philmmanjaro closed 1 week ago
I silent the output for now and Frede is working on aarch64 support for get_cpuinfo
: https://github.com/manjaro/mdd/pull/2
rockpro64 headless via ssh so not much graphic info:
Welcome to MDD - The Manjaro Data Donor
Preparing data submission...
grep: /var/log/pacman.log: binary file matches
------------------------------------------
Sending the following data
------------------------------------------
{
"meta": {
"version": 1,
"timestamp": "2024-11-03T14:20:06.345160+00:00",
"device_id": "1b44c177-f040-5bdb-a9ec-ef6a1e00e7f8",
"distro_id": "manjaro-arm",
"release": "24.04",
"inxi": true
},
"system": {
"kernel": "6.11.4-1-MANJARO-ARM",
"form_factor": "single board computer",
"install_date": "2020-04-02T15:26:13+00:00",
"product_name": "Pine64 RockPro64 v2.1",
"product_family": "rockpro64 rockchip",
"sys_vendor": "pine64",
"board_name": "rockpro64-v2.1 pine64"
},
"boot": {
"uefi": false,
"uptime_seconds": 100537
},
"cpu": {
"arch": "aarch64",
"model": "unknown",
"cores": 6,
"threads": 6
},
"memory": {
"ram_gb": 3.771087646484375,
"swap_gb": 5.656627655029297
},
"graphics": {
"comp": "unknown",
"dri": null,
"gpus": [
{
"vendor": null,
"model": "display-subsystem",
"driver": "rockchip_drm"
},
{
"vendor": null,
"model": "rk3399-dw-hdmi",
"driver": "dwhdmi_rockchip"
},
{
"vendor": null,
"model": "rk3399-mali",
"driver": "panfrost"
}
],
"outputs": []
},
"audio": {
"servers": [
{
"name": "PulseAudio",
"active": true
}
]
},
"disk": {
"disks": [
{
"size_gb": 14.83740234375,
"root": {
"size_gb": 14.59898328781128,
"fstype": "ext4",
"crypt": false
},
"home": null
}
],
"windows": false
},
"locale": {
"region": "en_US.UTF-8",
"language": "en",
"timezone": "America/Chicago"
},
"package": {
"last_update": "2022-05-30T05:54:40-05:00",
"branch": "arm-unstable",
"pkgs": 901,
"foreign_pkgs": 11,
"pkgs_update_pending": 45,
"flatpaks": 0,
"pacman_mirrors": {
"total": 5,
"ok": 5,
"country_config": "Germany"
}
},
"desktop": {
"cli": "/bin/bash"
}
}
------------------------------------------
vim3 headless via ssh so not much graphic info:
[ray@vim3 ~]$ mdd --dry-run
Welcome to MDD - The Manjaro Data Donor
Preparing data submission...
------------------------------------------
Would send the following data (dry run)
------------------------------------------
{
"meta": {
"version": 1,
"timestamp": "2024-11-03T15:03:17.482788+00:00",
"device_id": "62782d1c-ce35-55ac-b8a9-65af227178be",
"distro_id": "manjaro-arm",
"release": "24.04",
"inxi": true
},
"system": {
"kernel": "6.11.4-1-MANJARO-ARM",
"form_factor": "single board computer",
"install_date": "2020-12-20T21:05:01+00:00",
"product_name": "Khadas VIM3",
"product_family": "a311d amlogic",
"sys_vendor": "khadas",
"board_name": "vim3 amlogic"
},
"boot": {
"uefi": false,
"uptime_seconds": 105029
},
"cpu": {
"arch": "aarch64",
"model": "unknown",
"cores": 6,
"threads": 6
},
"memory": {
"ram_gb": 3.6921768188476562,
"swap_gb": 5.538261413574219
},
"graphics": {
"comp": "unknown",
"dri": null,
"gpus": [
{
"vendor": null,
"model": "meson-g12a-vpu",
"driver": "meson_drm"
},
{
"vendor": null,
"model": "meson-g12a-mali",
"driver": "panfrost"
},
{
"vendor": null,
"model": "meson-g12a-dw-hdmi",
"driver": "meson_dw_hdmi"
}
],
"outputs": []
},
"audio": {
"servers": [
{
"name": "PulseAudio",
"active": true
},
{
"name": "PipeWire",
"active": false
}
]
},
"disk": {
"disks": [
{
"size_gb": 29.12109375,
"root": {
"size_gb": 28.90625,
"fstype": "ext4",
"crypt": false
},
"home": null
}
],
"windows": false
},
"locale": {
"region": "en_US.UTF-8",
"language": "en",
"timezone": "America/Chicago"
},
"package": {
"last_update": "2024-11-02T05:29:44-05:00",
"branch": "arm-unstable",
"pkgs": 1209,
"foreign_pkgs": 24,
"pkgs_update_pending": 7,
"flatpaks": 0,
"pacman_mirrors": {
"total": 7,
"ok": 7,
"country_config": "Germany"
}
},
"desktop": {
"cli": "/bin/bash"
}
}
------------------------------------------
The original issue with CPU has been fixed by #2
We should decide on how we add other architectures like
aarch64
from ARM64. There DMI calls don't work as there is no BIOS given. An example error message from Ray trying to runmmd
on one of his devices:Some
inxi
sample outputs:We might want to collect
inxi -Fxxx
outputs on several ARM devices we have access to and also decide if we want to create a separate Grafana dashboard to display the collected data to avoid conflicts with the Manjaro x86_64 distribution.