Check operability of hardware and find drivers
10K+
Run in Linux terminal to probe your hardware:
sudo -E docker run -it -v /dev:/dev:ro -v /lib/modules:/lib/modules:ro -v /etc/os-release:/etc/os-release:ro -v /var/log:/var/log:ro --privileged --net=host --pid=host linuxhw/hw-probe -all -upload
You may need to run xhost +local: before docker run to collect X11 info.
More info: https://github.com/linuxhw/hw-probe
Content type
Image
Digest
Size
26.5 MB
Last updated
over 4 years ago
docker pull linuxhw/hw-probe