print_diagnostic_information() does not report driver runtime version on Linux
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
If a user runs python3 -c "import nidcpower; nidcpower.print_diagnostic_information()" the Driver version reported for Linux will be "Unknown". We should figure out a way to report the true version of the installed driver runtime that ideally does not require sudo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with python3 -c "import nidcpower; nidcpower.print_diagnostic_information()" on Linux and inspect the nidcpower.print_diagnostic_information() entry point. Investigate how the installed driver runtime version can be detected without sudo; done means the diagnostic output reports the true Linux driver version instead of "Unknown".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100