Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian hardware database

Need help with peripherals or devices?
Post Reply
Message
Author
linuxbuild
Posts: 9
Joined: 2018-10-26 08:44
Has thanked: 3 times

Debian hardware database

#1 Post by linuxbuild »

Hi,

The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro.

The Debian database is available at: https://linux-hardware.org/?d=Debian

Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe (various packages are available: native Deb, AppImage, Docker, Snap, Flatpak, etc.). The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. You need to execute only one simple command to collect all system logs at once:

Code: Select all

sudo hw-probe -all -upload
Hardware failures are highlighted in the collected logs (smartctl, dmesg, xorg.log). Also it's handy to search for particular hardware configurations in the community and review logs for errors to check operability of devices on board (for some devices this is done automatically by hw-probe — see statuses of devices in a probe).

Enjoy!

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Debian hardware database

#2 Post by debiman »

the site looks trustworthy & legit, and i applaud your effort!
but there's no disclaimer, no privacy statements, nothing to reassure me that my data won't be abused, or that the site maintainers intend to abide by the (which?) law.
the github project is still fairly young (2015) and has only 2 contributors.
there's already a few issues voicing privacy concerns.
the fix, at least in this case, looks a little too trivial for my taste.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1404
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 70 times

Re: Debian hardware database

#3 Post by None1975 »

This project does not lead me to confidence.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

linuxbuild
Posts: 9
Joined: 2018-10-26 08:44
Has thanked: 3 times

Re: Debian hardware database

#4 Post by linuxbuild »

debiman wrote:the site looks trustworthy & legit, and i applaud your effort!
but there's no disclaimer, no privacy statements, nothing to reassure me that my data won't be abused, or that the site maintainers intend to abide by the (which?) law.
the github project is still fairly young (2015) and has only 2 contributors.
there's already a few issues voicing privacy concerns.
the fix, at least in this case, looks a little too trivial for my taste.
Privacy statements:

https://github.com/linuxhw/hw-probe#privacy
https://linux-hardware.org/?view=howto

All collected logs are cleared from usernames, hostnames, IP addresses, MAC addresses and serial numbers.

You can check collected data before uploading:

Code: Select all

sudo hw-probe -all
sudo grep -nR smth /root/HW_PROBE/LATEST
or submit minimal info:

Code: Select all

sudo hw-probe -all -upload --log-level=minimal
Thank you!

Post Reply