From b5e6e1b78c477491f1337c35545bae877ae4e4bd Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 6 May 2013 05:15:34 +0200 Subject: [PATCH] without these two settings my USB dvb-t stick doesn't work --- pkgs/os-specific/linux/kernel/linux-3.8.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-3.8.nix b/pkgs/os-specific/linux/kernel/linux-3.8.nix index a8dacfda4a3..5d4eac5998b 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.8.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix @@ -237,6 +237,9 @@ let DEVTMPFS y # Media support + MEDIA_SUPPORT y + MEDIA_DIGITAL_TV_SUPPORT y + MEDIA_CAMERA_SUPPORT? y MEDIA_RC_SUPPORT? y MEDIA_USB_SUPPORT y