about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-01 08:30:09 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 08:30:09 +0100
commitd4383c53690af9bb9bde24c9063ac1c18d4f7098 (patch)
tree8cfe83203fa2ed80ae2a4a6397e347b607a90390 /modules/hardware
parent3aa9764c567fbadc522586bd051101b8cae959e0 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/rtl8192cu.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }