[opensuse-factory] openSUSE hardware database
Hi, The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at: https://linux-hardware.org/?d=openSUSE Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. Just ask a user to run one simple command to collect all the system logs at once: 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 — see statuses of devices in a probe). Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM: sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe Enjoy! -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Andrey Ponomarenko composed on 2018-10-26 11:19 (UTC+0300):
The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at: https://linux-hardware.org/?d=openSUSE
Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. Just ask a user to run one simple command to collect all the system logs at once:
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 — see statuses of devices in a probe).
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
# grep N_ID /etc/os-release VERSION_ID="20181022" # zypper -v in hw-probe Verbosity: 1 Non-option program arguments: 'hw-probe' Initializing Target ... Reading installed packages... Force resolution: No Selecting 'hw-probe-1.4-129.1.noarch' from repository 'HWprobe' for installation. Resolving package dependencies... Force resolution: No Problem: hw-probe-1.4-129.1.noarch requires sysstat, but this requirement cannot be provided not installable providers: sysstat-12.0.2-2.1.i586[OSS] sysstat-12.0.2-2.1.x86_64[OSS] Solution 1: Following actions will be done: remove lock to allow installation of procmail-3.22-272.2.i586[OSS] install procmail-3.22-272.2.i586 despite the inferior architecture Solution 2: remove lock to allow installation of procmail-3.22-272.2.x86_64[OSS] Solution 3: do not install hw-probe-1.4-129.1.noarch Solution 4: break hw-probe-1.4-129.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): c -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Felix Miata schrieb am 26.10.18 um 11:17:
Andrey Ponomarenko composed on 2018-10-26 11:19 (UTC+0300):
[...]
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
# grep N_ID /etc/os-release VERSION_ID="20181022" # zypper -v in hw-probe Verbosity: 1 Non-option program arguments: 'hw-probe' Initializing Target ... Reading installed packages... Force resolution: No Selecting 'hw-probe-1.4-129.1.noarch' from repository 'HWprobe' for installation. Resolving package dependencies... Force resolution: No Problem: hw-probe-1.4-129.1.noarch requires sysstat, but this requirement cannot be provided not installable providers: sysstat-12.0.2-2.1.i586[OSS] sysstat-12.0.2-2.1.x86_64[OSS] Solution 1: Following actions will be done: remove lock to allow installation of procmail-3.22-272.2.i586[OSS] install procmail-3.22-272.2.i586 despite the inferior architecture Solution 2: remove lock to allow installation of procmail-3.22-272.2.x86_64[OSS] Solution 3: do not install hw-probe-1.4-129.1.noarch Solution 4: break hw-probe-1.4-129.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): c
Well, I guess that is why Andrey added "--no-recommends" to the install command ;) Werner --
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26/10/2018 15.26, Werner Flamme wrote:
Felix Miata schrieb am 26.10.18 um 11:17:
Andrey Ponomarenko composed on 2018-10-26 11:19 (UTC+0300):
[...]
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
# grep N_ID /etc/os-release VERSION_ID="20181022" # zypper -v in hw-probe Verbosity: 1 Non-option program arguments: 'hw-probe' Initializing Target ... Reading installed packages... Force resolution: No Selecting 'hw-probe-1.4-129.1.noarch' from repository 'HWprobe' for installation. Resolving package dependencies... Force resolution: No Problem: hw-probe-1.4-129.1.noarch requires sysstat, but this requirement cannot be provided not installable providers: sysstat-12.0.2-2.1.i586[OSS] sysstat-12.0.2-2.1.x86_64[OSS] Solution 1: Following actions will be done: remove lock to allow installation of procmail-3.22-272.2.i586[OSS] install procmail-3.22-272.2.i586 despite the inferior architecture Solution 2: remove lock to allow installation of procmail-3.22-272.2.x86_64[OSS] Solution 3: do not install hw-probe-1.4-129.1.noarch Solution 4: break hw-probe-1.4-129.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): c
Well, I guess that is why Andrey added "--no-recommends" to the install command ;)
That does not affect dependencies. - -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.0 (Legolas)) -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCW9MudQAKCRC1MxgcbY1H 1SqfAKCTM6XShMpUzMVTYg6njx7/skgCQQCeLCQ+DnJAKs/uytuj4Ej2bpz47RM= =1aEp -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Werner Flamme composed on 2018-10-26 15:26 (UTC+0200):
Felix Miata composed:
Andrey Ponomarenko composed on 2018-10-26 11:19 (UTC+0300):
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
# grep N_ID /etc/os-release VERSION_ID="20181022" # zypper -v in hw-probe Verbosity: 1 Non-option program arguments: 'hw-probe' Initializing Target ... Reading installed packages... Force resolution: No Selecting 'hw-probe-1.4-129.1.noarch' from repository 'HWprobe' for installation. Resolving package dependencies... Force resolution: No Problem: hw-probe-1.4-129.1.noarch requires sysstat, but this requirement cannot be provided not installable providers: sysstat-12.0.2-2.1.i586[OSS] sysstat-12.0.2-2.1.x86_64[OSS] Solution 1: Following actions will be done: remove lock to allow installation of procmail-3.22-272.2.i586[OSS] install procmail-3.22-272.2.i586 despite the inferior architecture Solution 2: remove lock to allow installation of procmail-3.22-272.2.x86_64[OSS] Solution 3: do not install hw-probe-1.4-129.1.noarch Solution 4: break hw-probe-1.4-129.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): c
Well, I guess that is why Andrey added "--no-recommends" to the install command ;)
Shouldn't --no-recommends on cmdline be superfluous when it's the default? # grep ver.only /etc/zypp/zypp.conf solver.onlyRequires = true -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 26/10/2018 10.19, Andrey Ponomarenko wrote:
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
There is no package for Leap? -- Cheers / Saludos, Carlos E. R. (from 42.3 x86_64 "Malachite" at Telcontar)
On Fri, Oct 26, 2018 at 10:19 AM Andrey Ponomarenko <andrewponomarenko@yandex.ru> wrote:
The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at: https://linux-hardware.org/?d=openSUSE Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. Just ask a user to run one simple command to collect all the system logs at once: 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 — see statuses of devices in a probe). Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM: sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
Many years ago, the suse distro and others back then, used to have some four or five letter tool or package that did probably the very same, probably a predecessor of this project maybe recently rebooted. I liked it back then and reported machines I could, but eventually the project died and it gotton stripped from (open)suse distro. Anyone still remember that old attempt years ago? I dont recall its name any more. Also what exactly was wrong with collecting hw ids and lists back then, why has it been abandoned and why is there this project now rising from the dead again? Any background information? Thanks. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* cagsm <cumandgets0mem00f@gmail.com> [10-27-18 09:18]:
On Fri, Oct 26, 2018 at 10:19 AM Andrey Ponomarenko <andrewponomarenko@yandex.ru> wrote:
The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at: https://linux-hardware.org/?d=openSUSE Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. Just ask a user to run one simple command to collect all the system logs at once:
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 — see statuses of devices in a probe). Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM: sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
Many years ago, the suse distro and others back then, used to have some four or five letter tool or package that did probably the very same, probably a predecessor of this project maybe recently rebooted. I liked it back then and reported machines I could, but eventually the project died and it gotton stripped from (open)suse distro. Anyone still remember that old attempt years ago? I dont recall its name any more. Also what exactly was wrong with collecting hw ids and lists back then, why has it been abandoned and why is there this project now rising from the dead again? Any background information? Thanks.
you might be thinking about http://linuxcounter.net the name changed some time ago and I have lost track.... -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27/10/2018 15.56, Patrick Shanahan wrote:
* cagsm <> [10-27-18 09:18]:
Many years ago, the suse distro and others back then, used to have some four or five letter tool or package that did probably the very same, probably a predecessor of this project maybe recently rebooted. I liked it back then and reported machines I could, but eventually the project died and it gotton stripped from (open)suse distro. Anyone still remember that old attempt years ago? I dont recall its name any more. Also what exactly was wrong with collecting hw ids and lists back then, why has it been abandoned and why is there this project now rising from the dead again? Any background information? Thanks.
you might be thinking about http://linuxcounter.net
the name changed some time ago and I have lost track....
No, it was something else. Initially it run automatically on the first boot, later it had to be manual. I remember we used links to our info in the database in Bugzilla reports. Huh, maybe I can find the name there. [...] SMOLT <http://www.smolts.org/> (dead link) <https://en.wikipedia.org/wiki/Smolt_(Linux)> - -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.0 (Legolas)) -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCW9StlAAKCRC1MxgcbY1H 1fkqAJ9masqmshUwoVKHvTLgG9ujGrsfSwCdFfvGfZBau1LXyhsNO9hYJiVW8Gc= =VlqB -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
I think that the information could most certainly be useful but there does seem to be this apprehension to any form of data collection. Ubuntu took some criticism for there data collection practice however, I can't help BUT to see the benefit of it. https://www.ubuntu.com/desktop/statistics I am sure that their execution method could use a little tweaking but it is NOT a bad idea. -- Nathan On Saturday, 27 October 2018 14:25:25 EDT Carlos E. R. wrote:
On 27/10/2018 15.56, Patrick Shanahan wrote:
* cagsm <> [10-27-18 09:18]:
Many years ago, the suse distro and others back then, used to have some four or five letter tool or package that did probably the very same, probably a predecessor of this project maybe recently rebooted. I liked it back then and reported machines I could, but eventually the project died and it gotton stripped from (open)suse distro. Anyone still remember that old attempt years ago? I dont recall its name any more. Also what exactly was wrong with collecting hw ids and lists back then, why has it been abandoned and why is there this project now rising from the dead again? Any background information? Thanks.
you might be thinking about http://linuxcounter.net
the name changed some time ago and I have lost track....
No, it was something else.
Initially it run automatically on the first boot, later it had to be manual.
I remember we used links to our info in the database in Bugzilla reports. Huh, maybe I can find the name there.
[...]
SMOLT
<http://www.smolts.org/> (dead link)
<https://en.wikipedia.org/wiki/Smolt_(Linux)>
-- Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.0 (Legolas))
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sat, 27 Oct 2018 15:14:54 +0200, cagsm <cumandgets0mem00f@gmail.com> wrote:
On Fri, Oct 26, 2018 at 10:19 AM Andrey Ponomarenko <andrewponomarenko@yandex.ru> wrote:
The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at: https://linux-hardware.org/?d=openSUSE Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. Just ask a user to run one simple command to collect all the system logs at once: 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 — see statuses of devices in a probe). Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM: sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe sudo zypper install --no-recommends hw-probe
Many years ago, the suse distro and others back then, used to have some four or five letter tool or package that did probably the very same, probably a predecessor of this project maybe recently rebooted. I liked it back then and reported machines I could, but eventually the project died and it gotton stripped from (open)suse distro. Anyone still remember that old attempt years ago? I dont recall its name any more. Also what exactly was wrong with collecting hw ids and lists back then, why has it been abandoned and why is there this project now rising from the dead again? Any background information? Thanks.
4 letters: $ lshw It is still available on CentOS and Gentoo https://github.com/lyonel/lshw https://www.linux.com/learn/get-hardware-information-linux-lshw-command https://www.linux.com/learn/intro-to-linux/2017/3/deep-hardware-discovery-ls... -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.29 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
No it wasnt linuxcounter, (I think i still have my linuxcounter account :) ), nor those lshw or similar tools. It was actually being run during suse bootup as default I think I remember, and there was even some yast config to this step once, the next suse version has stripped some stuff away already and eventhally the actual tool or script was unsupported as well as the main website and database that collected those submissions was going defunct or something similar happened to the upstream or the people who ran and stored all those submissions. Im really annoyed that I dont remember the tools name any more. Maybe it was something starting with d or k or whatever :( it was complete a website and you could look up your own machine and check for example how many submissions there were for example for a certain type of hardware, cpuid, pciid and whatnot. Dang.... :( -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
dayum there we go, it was smolt/smolts: <https://en.wikipedia.org/wiki/Smolt_(Linux)> damn -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (8)
-
Andrey Ponomarenko
-
cagsm
-
Carlos E. R.
-
Felix Miata
-
H.Merijn Brand
-
Nathan
-
Patrick Shanahan
-
Werner Flamme