rpms/bcm43xx-fwcutter/devel README.Fedora, NONE, 1.1 bcm43xx-fwcutter.spec, NONE, 1.1 modprobe.bcm43xx, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Fri Mar 24 11:40:46 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/bcm43xx-fwcutter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32170/devel

Modified Files:
	.cvsignore sources 
Added Files:
	README.Fedora bcm43xx-fwcutter.spec modprobe.bcm43xx 
Log Message:
auto-import bcm43xx-fwcutter-003-2 on branch devel from bcm43xx-fwcutter-003-2.src.rpm
Import bcm43xx-fwcutter


--- NEW FILE README.Fedora ---
Using the bcm43xx-fwcutter tool to install Broadcom firmware in Fedora.
-----------------------------------------------------------------------

To use the bcm43xx driver which is part of the Fedora kernel, you need
to extract the firmware which is part of the official MacOS, Windows,
or Linux drivers.

If your Fedora installation is dual-booting with MacOS or Windows, then
you probably already have a suitable driver available. Otherwise, the
README file contains a number of links from which you can download 
drivers. It shouldn't matter which one you use -- the kernel's bcm43xx
driver ought to work with all of them.

Having obtained the file from which you wish to extract the firmware,
run this command as root. Replace '<DRIVERFILE>' with the actual name
of the file, of course:

   bcm43xx-fwcutter -w /lib/firmware <DRIVERFILE>

This will save the various firmware files into the /lib/firmware
directory, from where the kernel can load them when necessary.

Because the bcm43xx driver is new and experimental, it is not configured
to be automatically loaded in the Fedora Core 5 kernel. In order to
ensure that the driver is loaded, you may need to copy the
'modprobe.bcm43xx' file into the /etc/modprobe.d directory.

Please report your success or failure with the bcm43xx driver in
bugzilla at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186329



--- NEW FILE bcm43xx-fwcutter.spec ---
Name:           bcm43xx-fwcutter
Version:        003
Release:        2%{?dist}
Summary:        Firmware extraction tool for Broadcom wireless driver

Group:          System Environment/Base
License:        GPL
URL:            http://bcm43xx.berlios.de/
Source0:        http://download.berlios.de/bcm43xx/%{name}-%{version}.tar.bz2
Source1:	README.Fedora
Source2:	modprobe.bcm43xx
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package contains the 'bcm43xx-fwcutter' tool which is used to
extract firmware for the Broadcom network devices, from the official
Windows, MacOS or Linux drivers.

See the README.Fedora file shipped in the package's documentation for
instructions on using this tool.

%prep
%setup -q
sed -i -e 's/-O2/$(RPM_OPT_FLAGS)/' Makefile


%build
make
cp %{SOURCE1} .
cp %{SOURCE2} .

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m0755 bcm43xx-fwcutter $RPM_BUILD_ROOT%{_bindir}/bcm43xx-fwcutter
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m0644 bcm43xx-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/bcm43xx-fwcutter
%{_mandir}/man1/*
%doc README README.Fedora modprobe.bcm43xx

%changelog
* Thu Mar 23 2006 David Woodhouse <dwmw2 at infradead.org> 003-2
- Package review. Use $RPM_OPT_FLAGS, ship man page, etc.
- Complete documentation, add sample bcm43xx.modprobe file

* Wed Mar 22 2006 David Woodhouse <dwmw2 at infradead.org> 003-1
- Initial build.



--- NEW FILE modprobe.bcm43xx ---
alias pci:v000014E4d0x00004301sv*sd*bc*sc*i* bcm43xx
alias pci:v000014E4d0x00004307sv*sd*bc*sc*i* bcm43xx
alias pci:v000014E4d0x00004318sv*sd*bc*sc*i* bcm43xx
alias pci:v000014E4d0x00004320sv*sd*bc*sc*i* bcm43xx
alias pci:v000014E4d0x00004324sv*sd*bc*sc*i* bcm43xx
alias pci:v000014E4d0x00004325sv*sd*bc*sc*i* bcm43xx


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bcm43xx-fwcutter/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2006 11:40:17 -0000	1.1
+++ .cvsignore	24 Mar 2006 11:40:46 -0000	1.2
@@ -0,0 +1 @@
+bcm43xx-fwcutter-003.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bcm43xx-fwcutter/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2006 11:40:17 -0000	1.1
+++ sources	24 Mar 2006 11:40:46 -0000	1.2
@@ -0,0 +1 @@
+89b407d920811cfd15507da17f901bb0  bcm43xx-fwcutter-003.tar.bz2




More information about the scm-commits mailing list