Re: [Nix-dev] Specifying particular firmware

2016-07-19 Thread Roger Qiu
In what situations should we be using `enableAllFirmware`? Will 
something let us know (like something breaking)? Other distro 
installations appear to detect when non-free firmware is needed.



On 19/07/2016 6:40 AM, Vladimír Čunát wrote:

On 07/18/2016 07:35 PM, Matthew Robbetts wrote:

I can’t figure out where firmware versions are specified/determined by nixos

It's the option `config.hardware.enableAllFirmware` which pulls
`pkgs.firmwareLinuxNonfree`. Surely you can follow to the source, etc.

--Vladimir




___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


--
Founder of Matrix AI
https://matrix.ai/
+61420925975

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Specifying particular firmware

2016-07-18 Thread Vladimír Čunát
On 07/18/2016 07:35 PM, Matthew Robbetts wrote:
> I can’t figure out where firmware versions are specified/determined by nixos

It's the option `config.hardware.enableAllFirmware` which pulls
`pkgs.firmwareLinuxNonfree`. Surely you can follow to the source, etc.

--Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Specifying particular firmware

2016-07-18 Thread Matthew Robbetts
Hi all,

I am trying to set up a wifi access point with nixos using a Doodle Labs 
ACE-5500-3 (QCA989x) card and the ath10k driver. I am migration a configuration 
over from another, non-Nix, machine that using using a similar card (ACE-DB-3).

I am having trouble getting the hostapd to start in 5GHz mode (2.4GHz works 
fine, it seems to be failing strangely somewhere in the DFS initialization) and 
noticed that, if nothing else, the firmware that is being loaded 
(10.2.4.70.9-2) is 10 months old. I can’t figure out where firmware versions 
are specified/determined by nixos — is there a way to force or override?

Thanks!
Matt
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev