lpereira / hardinfo

System profiler and benchmark tool for Linux systems
http://hardinfo.org
GNU General Public License v2.0
772 stars 130 forks source link

Not showing Samsung 860 EVO (Solid State Drive) #642

Open ghost opened 2 years ago

ghost commented 2 years ago

Debian 11 Stable

hardinfo --version HardInfo version 0.6-alpha Copyright (C) 2003-2017 Leandro A. F. Pereira. See COPYING for details.

Compile-time options: Release version: Yes (ARCH_x86) BinReloc enabled: Yes Data prefix: /usr/share/hardinfo Library prefix: /usr/lib/x86_64-linux-gnu/hardinfo Compiled for: linux-ARCH_x86 Modules: File Name Name Version
computer.so Computer 0.6-alpha
devices.so Geräte 0.6-alpha
network.so Netzwerk 0.6-alpha
benchmark.so Benchmarks 0.6-alpha

lpereira commented 2 years ago

Debian in has not updated the package in a long time. Try installing it from a PPA such as this one: https://www.linuxuprising.com/2021/12/how-to-install-system-information-tool.html

It'll take a long time before the next version of HardInfo is released, as I'm not working regularly on it anymore.

On Tue, Feb 8, 2022, at 1:10 PM, hacksenwerk wrote:

Debian 11 Stable

hardinfo --version HardInfo version 0.6-alpha Copyright (C) 2003-2017 Leandro A. F. Pereira. See COPYING for details.

Compile-time options: Release version: Yes (ARCH_x86) BinReloc enabled: Yes Data prefix: /usr/share/hardinfo Library prefix: /usr/lib/x86_64-linux-gnu/hardinfo Compiled for: linux-ARCH_x86 Modules: File Name Name Version computer.so Computer 0.6-alpha devices.so Geräte 0.6-alpha network.so Netzwerk 0.6-alpha benchmark.so Benchmarks 0.6-alpha

— Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGNQBZKIO2DPM2FXJU3U2GBEPANCNFSM5N3T2HVA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghost commented 2 years ago

That is a guide to build the version that is shipped with Debian 11 Stable: How To Install System Information Tool HardInfo 0.6 Alpha (GTK3) On Ubuntu, Pop!_OS Or Linux Mint From PPA I have this version as you can see in my first post.

Ok... it seems that hardinfo doesn't show the correct version itself, cause apt shows a different version:

apt show -a hardinfo
Package: hardinfo
Version: 0.5.1+git20180227-2.1
ghost commented 2 years ago

Ok that package depends on a higher version of libc6, so no chance to install it without changing that library...

apt install -f /absolute/path/to/hardinfo_0.6~alpha~git20211203~impish_amd64.deb
hardinfo : Hängt ab von: libc6 (>= 2.34) aber 2.31-13+deb11u2 soll installiert werden
lpereira commented 2 years ago

The version number doesn't mean anything for the prerelease versions. (You're using a 2017 version.)

On Wed, Feb 9, 2022, at 4:30 AM, hacksenwerk wrote:

That is a guide to build the version that is shipped with Debian 11 Stable: How To Install System Information Tool HardInfo 0.6 Alpha (GTK3) On Ubuntu, Pop!_OS Or Linux Mint From PPA I have this version as you can see in my first post.

— Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/642#issuecomment-1033711130, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGL33IPW7K5TGZQJY4DU2JM7LANCNFSM5N3T2HVA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.Message ID: @.***>

lpereira commented 2 years ago

You could try building it yourself (with "apt-get source" or something like that, installing the building dependencies with "apt-get build-dep", etc.)

Alternatively, just clone this repo and build. Building the package should be easier as it's possible to uninstall, the build scripts will take care of dependencies, etc.

On Wed, Feb 9, 2022, at 4:45 AM, hacksenwerk wrote:

Ok that package depends on a higher version of libc6, so no chance to install it without changing that library...

apt install -f /absolute/path/to/hardinfo_0.6~alpha~git20211203~impish_amd64.deb hardinfo : Hängt ab von: libc6 (>= 2.34) aber 2.31-13+deb11u2 soll installiert werden

— Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/642#issuecomment-1033723379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGOENVSSILTOFSQFQZ3U2JOXPANCNFSM5N3T2HVA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.Message ID: @.***>