hw-probe icon indicating copy to clipboard operation
hw-probe copied to clipboard

Errors on Termux - Distribution not detected and Probe do not end.

Open Mannshoch opened this issue 2 years ago • 2 comments

On a rooted android you need the app Termux then you could install hw-Probe:

pkg install root-repo
pkg install hw-probe
pkg update

If you rund hw-probe you get:

sudo hw-probe -all -upload
ERROR: failed to detect Linux/BSD distribution
WARNING: 'demidecode' package is not installed
WARNING:  'smartmontools' package is not installed
WARNING:  'edid-decode' package is not installed
probe for hardware ...

the probe do never end.

I tested -log-level max but do not find the log

Mannshoch avatar Jun 16 '23 07:06 Mannshoch

Hi. Please try -list option to list executed probes to find hanged one.

linuxhw avatar Aug 21 '23 12:08 linuxhw

Executing: uname -m
Executing: uname -r
logs/os-release
logs/system-release
logs/lsb-release
ERROR: failed to detect Linux/BSD distribution
logs/dmi_id
logs/ifconfig
Executing: ifconfig -a 2>&1
WARNING: 'dmidecode' package is not installed
WARNING: 'smartmontools' package is not installed
WARNING: 'edid-decode' package is not installed
Probe for hardware ...
logs/dev
Executing: find /dev -ls 2>/dev/null

Mannshoch avatar Aug 21 '23 13:08 Mannshoch