From 7dea2715562f22bfcf10488f7e333cd0ed0dea1c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 29 Apr 2012 12:42:21 +0000 Subject: install rtlwifi-firmware for rtl8192 drivers --- NEWS | 1 + lib/network/connection/wireless.pm | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 7c20220..16c58c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- install rtlwifi-firmware for rtl8192 drivers - remove rtl8187se thirdparty check, it has been in mainline for a long time already diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 2cf04ff..f382a8d 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -309,6 +309,17 @@ my @thirdparty_settings = ( }, }; } ([ 61, 2661 ], [ 73 ], [ 2860 ], [ 2870 ], [ 3090 ])), + + { + name => 'rtl8192', + matching => [ qw(rtl8192ce rtl8192cu rtl8192de rtl8192se) ], + description => 'Realtek RTL8192 WiFi', + url => 'http://www.ralinktech.com/', + firmware => { + package => 'rtlwifi-firmware', + test_file => 'rtlwifi/rtl8192sefw.bin', + }, + }, ); sub get_packages { 'wireless-tools' } -- cgit v1.2.1