<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Boteco Digital &#187; bcm43xx</title>
	<atom:link href="http://www.botecodigital.info/tag/bcm43xx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.botecodigital.info</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 13:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Instalando Broadcom bcm43xx no Debian 5 e Suse 11.1</title>
		<link>http://www.botecodigital.info/linux/instalando-broadcom-bcm43xx-no-debian-5-e-suse-111/</link>
		<comments>http://www.botecodigital.info/linux/instalando-broadcom-bcm43xx-no-debian-5-e-suse-111/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 15:36:28 +0000</pubDate>
		<dc:creator>Thiago Finardi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[b43]]></category>
		<category><![CDATA[bcm43xx]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[debian b43]]></category>
		<category><![CDATA[driver broadcom]]></category>
		<category><![CDATA[lenny bcm43xx]]></category>
		<category><![CDATA[linux broadcom]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://botecodigital.g8si.com/?p=144</guid>
		<description><![CDATA[Há alguns dias passei um pouco de trabalho para instalar os drivers wireless no meu notebook, como tenho o Debian Lenny e o OpenSuse 11.1 posso dizer que o trabalho foi em dobro, mas nada que um pouco de estudo não resolvesse. Intalando BCM43xx no Debian: Antes de mais nada tente executar a instalação com o seguinte comando: user@debian5:~$ sudo apt-get install b43-fwcutter caso o comando acima não funcione faça o procedimento abaixo. primeiramente verifique se você tem instalado no [...]]]></description>
			<content:encoded><![CDATA[<p>Há alguns dias passei um pouco de trabalho para instalar os drivers wireless no meu notebook, como tenho o Debian Lenny e o OpenSuse 11.1 posso dizer que o trabalho foi em dobro, mas nada que um pouco de estudo não resolvesse.</p>
<p><strong>Intalando BCM43xx no Debian:</strong></p>
<p>Antes de mais nada tente executar a instalação com o seguinte comando:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> b43-fwcutter</pre></div></div>

<p>caso o comando acima não funcione faça o procedimento abaixo.<br />
primeiramente verifique se você tem instalado no seu sistema o gcc e o make, pois são necessários para os procedimentos da instalação, caso não tenha instale com o seguinte comando:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>crie uma pasta no home do seu usuário e acesse a mesma:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:<span style="color: #000000; font-weight: bold;">/</span>$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>wi-fi 
user<span style="color: #000000; font-weight: bold;">@</span>debian5:<span style="color: #000000; font-weight: bold;">/</span>$ <span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>wi-fi</pre></div></div>

<p>agora faça o download do fwcutter</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>bu3sch.de<span style="color: #000000; font-weight: bold;">/</span>b43<span style="color: #000000; font-weight: bold;">/</span>fwcutter<span style="color: #000000; font-weight: bold;">/</span>b43-fwcutter-011.tar.bz2</pre></div></div>

<p>Descompacte o arquivo baixado:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #c20cb9; font-weight: bold;">tar</span> xjvf b43-fwcutter-011.tar.bz2</pre></div></div>

<p>Foi criada a pasta &#8220;b43-fwcutter-011&#8243; dentro da pasta wi-fi, acesse esta pasta, compile o driver e retorne a pasta wi-fi (Se você não instalou o gcc e o make vai dar erro):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #7a0874; font-weight: bold;">cd</span> b43-fwcutter-011
user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi<span style="color: #000000; font-weight: bold;">/</span>b43-fwcutter-011$ <span style="color: #c20cb9; font-weight: bold;">make</span>
user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi<span style="color: #000000; font-weight: bold;">/</span>b43-fwcutter-011$ <span style="color: #7a0874; font-weight: bold;">cd</span> ..</pre></div></div>

<p>Finalizamos a primeira parte, agora teremos que baixar a Firmware.<br />
Devemos exportar uma variável para a instalação da firmware:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">FIRMWARE_INSTALL_DIR</span>=<span style="color: #ff0000;">&quot;/lib/firmware&quot;</span></pre></div></div>

<p>faça o download da firmware e posteriormente descompacte o mesmo:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>mirror2.openwrt.org<span style="color: #000000; font-weight: bold;">/</span>sources<span style="color: #000000; font-weight: bold;">/</span>broadcom-wl-4.150.10.5.tar.bz2
user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #c20cb9; font-weight: bold;">tar</span> xjvf broadcom-wl-4.150.10.5.tar.bz2</pre></div></div>

<p>Acesse a pasta &#8220;driver&#8221; dentro da pasta criada após a execução do comando anterior:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi$ <span style="color: #7a0874; font-weight: bold;">cd</span> broadcom-wl-4.150.10.5<span style="color: #000000; font-weight: bold;">/</span>driver</pre></div></div>

<p>Agora é a parte mais importante, preste atenção, será executado o comando para a instalação do driver apontando para o diretório da variável que exportamos e para o arquivo &#8220;wl_apsta_mimo.o&#8221; que esta na pasta atual.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>debian5:~<span style="color: #000000; font-weight: bold;">/</span>wi-fi<span style="color: #000000; font-weight: bold;">/</span>broadcom-wl-4.150.10.5<span style="color: #000000; font-weight: bold;">/</span>driver$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>b43-fwcutter-011<span style="color: #000000; font-weight: bold;">/</span>b43-fwcutter <span style="color: #660033;">-w</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$FIRMWARE_INSTALL_DIR</span>&quot;</span> wl_apsta_mimo.o</pre></div></div>

<p>Se o comando der certo será mostrado a seguinte tela:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">This <span style="color: #c20cb9; font-weight: bold;">file</span> is recognised <span style="color: #c20cb9; font-weight: bold;">as</span>:
  ID         :  FW13
  filename   :  wl_apsta_mimo.o
  version    :  <span style="color: #000000;">410.2160</span>
  MD5        :  cb8d70972b885b1f8883b943c0261a3c
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>pcm5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>pcm4.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode15.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode14.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode11.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>ucode4.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0bsinitvals15.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0initvals15.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0bsinitvals14.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0initvals14.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1bsinitvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1initvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0bsinitvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0initvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0bsinitvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>lp0initvals13.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>n0absinitvals11.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>n0bsinitvals11.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>n0initvals11.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1bsinitvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0bsinitvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1initvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0initvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0bsinitvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0initvals9.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1bsinitvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0bsinitvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g1initvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0initvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0bsinitvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0initvals5.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0bsinitvals4.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>a0g0initvals4.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0bsinitvals4.fw
Extracting b43<span style="color: #000000; font-weight: bold;">/</span>b0g0initvals4.fw</pre></div></div>

<p>Agora só precisamos levantar o módulo para o kernel com o seguinte comando:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">modprobe b43</pre></div></div>

<p><strong>Intalando BCM43xx no OpenSuse 11.1:</strong><br />
O openSuse 11.0 e 11.1 já traz por padrão um binário que automatiza os procedimentos de instalação, portanto para instalar o suporte ao hardware em questão basta somente digitar a seguinte linha de comando no bash:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>opensuse:~$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>install_bcm43xx_firmware</pre></div></div>

<p>Simples certo?<br />
Espero ter ajudado. =)</p>]]></content:encoded>
			<wfw:commentRss>http://www.botecodigital.info/linux/instalando-broadcom-bcm43xx-no-debian-5-e-suse-111/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
