You are not logged in.
Pages: 1
Probe your computer
"This is a project to collect hardware details of Linux-powered computers over the world and help Linux users and developers to collaboratively debug hardware related issues, check for Linux-compatibility and find drivers."
https://linux-hardware.org/
hw-probe, is a nice cli-script. When you have run it:"sudo -E hw-probe -all -upload", it uploads an report to https://linux-hardware.org and gives yo an url of the report. Sensitive information is filtered out.
You can attach to the url and comment your report and submitt it.
Ease support tremendousley.
Unfortunately it is not yet released in buster. If you a'int on Sid or Bullseye, and want to try it, you have to install it in Docker, Snap or Flatpak, or download an appimage.
More info:
https://linux-hardware.org/index.php?view=howto
https://github.com/linuxhw/hw-probe
https://wiki.debian.org/Hardware/Database
Last edited by rbh (2020-11-08 21:49:12)
// Regards rbh
Offline
Be nice if someone with backporting skills to put this into buster-backports if it is possible.
Real Men Use Linux
Offline
^The core of it seems to be a perl script, so it should be an easy backport.
In fact, the bullseye package should install OK on Buster as-is:
https://packages.debian.org/bullseye/al … e/download
I haven't tried it, but gdebi reports no problems, just asks for a few dependencies to be installed.
Last edited by johnraff (2020-11-11 01:24:26)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
@rbh, This is pretty damn cool! Worked really well, and gave a wonderful report to check out. Gonna put this in my build as well.
Not in Bunsenlabs at the moment, but these were all that were required on my buster build. Nothing weird. Guessing some of these are already present in Bunsenlabs.
sudo apt install acpica-tools hdparm hwinfo lm-sensors smartmontools usbutils mesa-utils edid-decode
Then the package from here as johnraff listed:
Bullseye-hw-probe-deb-pkg
Then to install:
sudo dpkg -i hw-probe_1.5-1_all.deb
Then to get the report:
sudo -E hw-probe -all -upload
And here are the results. Nifty:)
https://linux-hardware.org/?probe=c5e6461593
Online
@rbh, This is pretty damn cool! Worked really well, and gave a wonderful report to check out. Gonna put this in my build as well.
Not in Bunsenlabs at the moment, but these were all that were required on my buster build. Nothing weird. Guessing some of these are already present in Bunsenlabs.
sudo apt install acpica-tools hdparm hwinfo lm-sensors smartmontools usbutils mesa-utils edid-decode
Then the package from here as johnraff listed:
Bullseye-hw-probe-deb-pkgThen to install:
sudo dpkg -i hw-probe_1.5-1_all.deb
Then to get the report:
sudo -E hw-probe -all -upload
And here are the results. Nifty:)
https://linux-hardware.org/?probe=c5e6461593
Installed that package and here's mine as another example:
Real Men Use Linux
Offline
Pages: 1