Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3117
Modified Files:
rt2860.spec
Added Files:
blacklist-rt2800pci.conf
Log Message:
* Wed Dec 09 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.2.0-3
- Blacklist kernel's rt2800pci module
--- NEW FILE blacklist-rt2800pci.conf ---
# This file comes with RPMFusion's rt2860 package.
# As of kernel 2.6.33, the module that comes with the kernel gets
# loaded for this device and it stops the device from working. So...
blacklist rt2800pci
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rt2860.spec 17 Jun 2009 21:45:44 -0000 1.9
+++ rt2860.spec 18 Mar 2010 09:11:38 -0000 1.10
@@ -1,6 +1,6 @@
Name: rt2860
Version: 2.1.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Common files for RaLink 802.11 rt2860 driver
Group: System Environment/Kernel
License: GPLv2+
@@ -9,6 +9,7 @@
Source1:
http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
+Source3: blacklist-rt2800pci.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -49,6 +50,8 @@
install -pm 0644 RT2860STA*.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
cp -a %{SOURCE2} .
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
+cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,8 +62,12 @@
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA*.dat
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-rt2800pci.conf
%changelog
+* Wed Dec 09 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.2.0-3
+- Blacklist kernel's rt2800pci module
+
* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.2.0-2
- Modify RT2860STA.dat to support WPA2 (RFBZ #664)