<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Linuxbuild</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Linuxbuild"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Linuxbuild"/>
	<updated>2026-05-05T23:00:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Check_hardware_compatibility&amp;diff=18209</id>
		<title>Check hardware compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Check_hardware_compatibility&amp;diff=18209"/>
		<updated>2020-11-27T13:21:16Z</updated>

		<summary type="html">&lt;p&gt;Linuxbuild: Rephrase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note|This article is related to bare-metal Alpine installations. This is not for Alpine installed in any virtual environment (Docker, VZ container or VM).}}&lt;br /&gt;
&lt;br /&gt;
There is an easy and quick method to check all hardware devices on the motherboard for Linux-compatibility with the help of recently added [https://pkgs.alpinelinux.org/packages?name=hw-probe hw-probe package] in edge/testing. The tool checks operability of hardware devices by analysis of logs and tries to find missed drivers with the help of [https://cateee.net/lkddb/ LKDDb].&lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
The package can be installed from edge/testing repository by the following command:&lt;br /&gt;
&lt;br /&gt;
    sudo apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hw-probe&lt;br /&gt;
&lt;br /&gt;
= Check hardware =&lt;br /&gt;
{{Note|Private information (including the username, machine&#039;s hostname, IP addresses, MAC addresses and serial numbers) is NOT uploaded to the database. The tool uploads 32-byte prefix of salted SHA512 hash of MAC addresses and serial numbers to properly identify unique computers and hard drives. All the data is uploaded securely via HTTPS.}}&lt;br /&gt;
{{Tip|If you are security paranoid try to run [https://hub.docker.com/r/linuxhw/hw-probe/ Docker image] or [https://flathub.org/apps/details/org.linux_hardware.hw-probe Flatpak app] instead of the apk package to restrict access to meaningful system resources.}}&lt;br /&gt;
&lt;br /&gt;
Use this command:&lt;br /&gt;
&lt;br /&gt;
    sudo -E hw-probe -all -upload&lt;br /&gt;
&lt;br /&gt;
Sample output:&lt;br /&gt;
&lt;br /&gt;
    Probe for hardware ... Ok&lt;br /&gt;
    Reading logs ... Ok&lt;br /&gt;
    Uploaded to DB, Thank you!&lt;br /&gt;
    Probe URL: [https://linux-hardware.org/?probe=43a8c9674e https://linux-hardware.org/?probe=43a8c9674e]&lt;br /&gt;
&lt;br /&gt;
Now follow the link to check if everything is fine according to the hardware knowledge base.&lt;/div&gt;</summary>
		<author><name>Linuxbuild</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=User:Linuxbuild&amp;diff=16787</id>
		<title>User:Linuxbuild</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Linuxbuild&amp;diff=16787"/>
		<updated>2020-01-18T18:36:37Z</updated>

		<summary type="html">&lt;p&gt;Linuxbuild: Self-intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Andrey P.&lt;br /&gt;
&lt;br /&gt;
Software engineer. Maintainer of the [[Check_hardware_compatibility]] page.&lt;/div&gt;</summary>
		<author><name>Linuxbuild</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Check_hardware_compatibility&amp;diff=16786</id>
		<title>Check hardware compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Check_hardware_compatibility&amp;diff=16786"/>
		<updated>2020-01-18T18:35:08Z</updated>

		<summary type="html">&lt;p&gt;Linuxbuild: Add a note about the hw-probe package from edge/testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note|This article is related to bare-metal Alpine installations. This is not for Alpine installed in any virtual environment (Docker, VZ container or VM).}}&lt;br /&gt;
&lt;br /&gt;
There is an easy and quick method to check all hardware devices on the motherboard for Linux-compatibility with the help of recently added [https://pkgs.alpinelinux.org/packages?name=hw-probe hw-probe package] in edge/testing. The tool checks operability of devices by analysis of logs and searches for missed drivers by the [https://cateee.net/lkddb/ LKDDb].&lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
The package can be installed from edge/testing repository by the following command:&lt;br /&gt;
&lt;br /&gt;
    sudo apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hw-probe&lt;br /&gt;
&lt;br /&gt;
= Check hardware =&lt;br /&gt;
{{Note|Private information (including the username, machine&#039;s hostname, IP addresses, MAC addresses and serial numbers) is NOT uploaded to the database. The tool uploads 32-byte prefix of salted SHA512 hash of MAC addresses and serial numbers to properly identify unique computers and hard drives. All the data is uploaded securely via HTTPS.}}&lt;br /&gt;
{{Tip|If you are security paranoid try to run [https://hub.docker.com/r/linuxhw/hw-probe/ Docker image] or [https://flathub.org/apps/details/org.linux_hardware.hw-probe Flatpak app] instead of the apk package to restrict access to meaningful system resources.}}&lt;br /&gt;
&lt;br /&gt;
Use this command:&lt;br /&gt;
&lt;br /&gt;
    sudo -E hw-probe -all -upload&lt;br /&gt;
&lt;br /&gt;
Sample output:&lt;br /&gt;
&lt;br /&gt;
    Probe for hardware ... Ok&lt;br /&gt;
    Reading logs ... Ok&lt;br /&gt;
    Uploaded to DB, Thank you!&lt;br /&gt;
    Probe URL: [https://linux-hardware.org/?probe=43a8c9674e https://linux-hardware.org/?probe=43a8c9674e]&lt;br /&gt;
&lt;br /&gt;
Now follow the link to check if everything is fine according to the hardware knowledge base.&lt;/div&gt;</summary>
		<author><name>Linuxbuild</name></author>
	</entry>
</feed>