Linux Hardware Project
Linux Hardware Project
Yes, we need to show some reliability metrics for drives instead of a warning. From linuxhw/SMART
The problem is that the model is not reported in the EDID
Currently we only have all-time stats for NetBSD: https://github.com/bsdhw/TestDays/tree/master/Dist/NetBSD#test-cases For Trends to be available for NetBSD we need more probes traffic from NetBSD. To get better stats from NetBSD we...
Should we do all of this taking into account that we do not collect any personal data?
Is this a proper search query for such devices? https://linux-hardware.org/?view=search&name=802.11ac&typeid=net%2Fwireless#list
`edid-decode /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/edid` or `edid-decode /sys/class/drm/card0-LVDS-1/edid` ? Which is most reliable way?
Try: git clone https://github.com/linuxhw/EDID.git And then: grep -nR ANYTHING_YOU_NEED ./EDID
Latest `edid-decode` (since Nov 2019) reports EDIDs in such way: ``` edid-decode (hex): 00 ff ff ff ff ff ff 00 0d ae b1 15 00 00 00 00 01...
Can't built it due to the error I can't resolve: /home/.../src/google-cloud-cpp-common/0.16.0/google-cloud-cpp-common-0.16.0/external/grpc/src/grpc_project/src/core/lib/security/credentials/jwt/jwt_verifier.cc:628:57: error: invalid conversion from ‘const uint8_t* {aka const unsigned char*}’ to ‘unsigned char*’ [-fpermissive] GRPC_SLICE_LENGTH(signature)) != 1) {