Add module to patch ath12k firmware#1711
Add module to patch ath12k firmware#1711TwoUnderscorez wants to merge 2 commits intoNixOS:masterfrom
Conversation
| @@ -0,0 +1,81 @@ | |||
| # linux-firmware/ath12k | |||
There was a problem hiding this comment.
Do you you know any laptop module where this apply? I mainly want to get some basic evaluation coverage for this code.
There was a problem hiding this comment.
Is this a good example?
I don't know of any laptop that comes with a wifi chip with unsupported device ids as I have a desktop. I did try to plug the module into a few laptops of mine in case it was my desktop motherboard's fault, but all my computers ended up not recognizing this chip exactly the same.
Because the code merely adds the device id you define to the json and doesn't override anything, you could test it on a computer with Qualcomm wifi chip that already works and make sure that it still works when using this module.
Sorry, this is indeed a very quirky module for very quirky hardware, let me know if there is anything else I can do.
There was a problem hiding this comment.
Maybe it's time to find an alternative to parsing our README.md table to figure out what needs to be evaluated and instead use flake outputs to import each module into its own nixos configuration. Than your module would be tested automatically.
There was a problem hiding this comment.
Oh I didn't know that the readme was being parsed automatically.
Is there anything you want me to do?
There was a problem hiding this comment.
@Mic92 Do you think this can be merged or is there anything you'd like me to change?
Description of changes
Added a module that I wrote for myself upon receiving my Qualcomm QCNCM865 WiFi card and discovering that it didn't work out of the box.
For more details please read the readme and this but report on the Kernel's Bugzilla.
Things done
nixos-hardwareandimporting it via
<nixos-hardware>or Flake input