bp0
bp0
Yeah, alright, although the existing format actually does store them as numbers already, but along with the CPU description string. I guess the idea was that description is platform dependent....
Does `ls /sys/bus/i2c/drivers/ee1004/` show two devices? 1-0050 and some other one, like 1-005x?
So the second module's SPD is not being read by Hardinfo. DDR4 is still not automatic, so both modules have to be manually added as devices. The instructions at https://github.com/lpereira/hardinfo/pull/334,...
The `lsscsi` fallback also lists NVMe devices, although doesn't give much information.  Also `/sys/class/nvme` 
Thanks, whenever you can. I found an interesting one, from the Valve Index HMD. Interesting in that it is a 3D VR goggles thing, not so much because of the...
That's strange, I know that Nvidia driver will not work because it doesn't provide the connection info via sysfs, only through nvidia-settings , but nouveau should work. I have a...
``` 00ffffffffffff004c2dee0f000e0001 011d0103807944780a23ada4544d9926 0f474abdef80714f81c0810081809500 a9c0b300d1c004740030f2705a80b058 8a00501d7400001e565e00a0a0a02950 30203500501d7400001a000000fd0018 4b0f511e000a202020202020000000fc 0053414d53554e470a202020202001cc 02034bf0525f101f041305142021225d 5e626407160312290907071507505707 0083010000e2004fe30503016e030c00 1000b83c20008001020304e3060d01e5 0e60616566e5018b849001023a801871 382d40582c4500501d7400001e000000 00000000000000000000000000000000 00000000000000000000000000000016 ```
It looks like you're using an older hardinfo. See #163. You'd need to use the version from git to see it. Will look something like this: 
Yeah, you'd need one from after Jan 2019. You must build from git master. I know it is confusing right now, but the version number doesn't really mean anything. Last...
Remember there is this: https://github.com/lpereira/hardinfo/blob/1cc8cc4623331c5ca83ff5a20e23265af7a5e4de/shell/shell.c#L724-L738 But how to arrange for the GTK events to navigate to a specific target?