From d4383c53690af9bb9bde24c9063ac1c18d4f7098 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 1 Mar 2016 08:30:09 +0100 Subject: rtl8192cu: Move enableRTL8192cFirmware from tyree This really is specific to the RTL8192CX chipset and I originally was using this for tyree along with the mainline kernel modules. Unfortunately, I had connection drop outs so I switched to the original Realtek driver, which is now vuizvui.hardware.rtl8192cu, so the firmware is used and should be enabled there as well. Signed-off-by: aszlig --- modules/hardware/rtl8192cu.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/hardware') diff --git a/modules/hardware/rtl8192cu.nix b/modules/hardware/rtl8192cu.nix index 7ffdc63d..8e4619a4 100644 --- a/modules/hardware/rtl8192cu.nix +++ b/modules/hardware/rtl8192cu.nix @@ -43,5 +43,6 @@ in { # we actually want to use. The ones we blacklist here are the modules from # the mainline kernel, which unfortunately do not seem to work very well. boot.blacklistedKernelModules = [ "rtl8192cu" "rtl8192c_common" "rtlwifi" ]; + networking.enableRTL8192cFirmware = true; }; } -- cgit 1.4.1