Rick

Results 41 comments of Rick

AMD APUs have limited driver support. I think you are seeing all supported data. You can use `gpu-ls --raw` to make the utility attempt to read all possible sensors. The...

lspci is critical in the way gpu-utils interacts with GPUs. Also, open source drivers are needed. Probably won't be a priority for me to support non-opensource platforms.

This looks like a problem that I have already fixed. I think the debian package still has not been updated. Can you try a PyPI or rickslab.com install to verify?...

Looks like bpo in the kernel version is causing the problem. Should be an easy fix. Will make a change tomorrow.

I have a version that should work, but can you run your current version with `--debug` option and post the contents of the log file here? The fixed version is...

> PS: exchanging the 'tuple([int(x) ...' w/ 'tuple([str(x) ...' is no option here? I was handling the case of strings ate end of kernel version, but for your case, the...

I have a fix completed for this and a few other improvements. But I have not made a release yet. I probably need a week or two to finalize a...

@RogerWeihrauch I have released a version that should address this issue on PyPI: [3.9.0rc1](https://pypi.org/project/rickslab-gpu-utils/3.9.0rc1/) Please remove all other versions of rickslab-gpu-utils and pip install RC1: `pip install rickslab-gpu-utils==3.9.0rc1`

I have released latest release candidate on PyPI: [3.9.0rc2](https://pypi.org/project/rickslab-gpu-utils/3.9.0rc2/) Please remove all other versions of rickslab-gpu-utils and pip install RC2: `pip install rickslab-gpu-utils==3.9.0rc2`