<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6934956426127819299</id><updated>2025-10-18T03:36:00.728-03:00</updated><category term="Note Microboard (MUB)"/><category term="3dsp (Bluew-2310u)"/><category term="Atualizações do Bluew-2310u(3DSP)"/><category term="Adaptadores wireless compatíveis com MUB"/><category term="tutoriais"/><category term="MUB-Defeito de fabricação"/><category term="Qualidades do MUB"/><category term="Gnuteca"/><category term="Mesa para notebook"/><category term="live CD"/><title type='text'>MUB</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-1198231825816994664</id><published>2012-06-24T22:30:00.000-03:00</published><updated>2012-06-27T15:57:39.024-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="tutoriais"/><title type='text'>Conectar 3dsp-wifi-radar automaticamente no Ubuntu 12.04</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Antes de tudo é necessária a criação do arquivo de configuração do wpa_supplicant.conf, bastando para isso fazer a primeira conexão colocando os dados solicitados pelo aplicativo 3dsp-wifi-radar selecionando o SSID e clicando no botão conectar.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;O aplicativo 3dsp-wifi-radar para conectar-se 
utiliza de aplicativos que só executam com usuário root, como é o caso do 
&quot;ifconfig&quot; e &quot;iwconfig&quot; e desta forma quando executamos este aplicativo de conexão o wifi-rada solicita autenticação deste super-usuário para conectar-se&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;, então para resolver esta situação são 
necessários os seguintes passos:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;A seguir vamos criar um
 script que fará com que o aplicativo wpa_supplicant tenha um delay de 
30s para que os aplicativos uWB e 3dsp-wifi-radar possam ser carregados 
primeiramente, e só então ele é executado. O script é o 
3dspwpasupplicant.sh, no comando a seguir será dado a permissão de 
execução, e no próximo daremos autorização para o usuário logado que 
execute os aplicativos: uwb, wpa_suplicant, iwconfig, ifconfig e o 
script 3dspwpasupplicant.sh para executarem sem a autenticação do 
usuário root. &lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Digitar no Terminal:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Digitar no Terminal:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo
 echo &quot;/bin/sleep 30 &amp;amp;&amp;amp; /usr/bin/sudo&amp;nbsp; 
/sbin/wpa_supplicant -D wext -i twifiu0 -c 
/etc/wpa_supplicant/wpa_supplicant.conf&quot; &amp;gt;&amp;gt; 
/etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo chmod +x &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$&lt;/span&gt;&lt;/b&gt;&lt;b&gt;sudo sh -c &quot;ALL=NOPASSWD: 
/usr/sbin/3dsp-wifi-radar, /sbin/iwconfig, /sbin/ifconfig, /usr/bin/uwb,
 /sbin/wpa_supplicant, /etc/wpa_supplicant/wpa_supplicant.conf, 
/etc/init.d/3dspwpasupplicant.sh &amp;gt;&amp;gt; /etc/sudoers&quot;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;b) Abra o aplicativo de sessão:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;pressione as teclas super (tecla com o símbolo do windows) + tab e solte. Digite no campo de pesquisa: &quot;sessão&quot;.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s1600/sessao1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s320/sessao1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Clique no Aplicativo de sessão.&lt;br /&gt;
&lt;br /&gt;
Criar
 três instâncias de execução de aplicativos iniciais clicando no botão 
adicionar: Um para o wpa_supplicante, um para Uwb e um para o 
3dsp-wifi-radar.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s1600/sessao3.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s320/sessao3.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
- WPA_SUPPLICANT&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp iniciar&lt;br /&gt;
Comando:&amp;nbsp; sudo /etc/init.d/3dspwpasupplicant.sh&lt;br /&gt;
Comentário: iniciar a rede automaticamente&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s1600/sessao2.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s400/sessao2.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
- UWB&lt;br /&gt;
&lt;br /&gt;
Nome: 3DSP uWB&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/bin/uwb&lt;br /&gt;
Comentário: 3DSPCard_WB&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s1600/sessao4.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;137&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s400/sessao4.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;-3DSP-WIFI-RADAR&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp-wifi-radar&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/sbin/3dsp-wifi-radar&lt;br /&gt;
Comentário: carregando o 3dsp-wifi-radar&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s1600/sessao5.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s400/sessao5.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Para fazer o teste reinicie o sistema e veja se conectou automaticamente.&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;cação, então para resolver esta situação são 
necessários os seguintes passos:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Digitar no Terminal:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo
 echo &quot;/bin/sleep 40 &amp;amp;&amp;amp; /usr/bin/sudo&amp;nbsp; 
/sbin/wpa_supplicant -D wext -i twifiu0 -c 
/etc/wpa_supplicant/wpa_supplicant.conf&quot; &amp;gt;&amp;gt; 
/etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo chmod +x &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$&lt;/span&gt;&lt;/b&gt;&lt;b&gt;sudo sh -c &quot;ALL=NOPASSWD: 
/usr/sbin/3dsp-wifi-radar, /sbin/iwconfig, /sbin/ifconfig, /usr/bin/uwb,
 /sbin/wpa_supplicant, /etc/wpa_supplicant/wpa_supplicant.conf, 
/etc/init.d/3dspwpasupplicant.sh &amp;gt;&amp;gt; /etc/sudoers&quot;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;b) Abra o aplicativo de sessão:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;pressione as teclas super (tecla com o símbolo do windows) + tab e solte. Digite no campo de pesquisa: &quot;sessão&quot;.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s1600/sessao1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s320/sessao1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Clique no Aplicativo de sessão.&lt;br /&gt;
&lt;br /&gt;
Criar
 três instâncias de execução de aplicativos iniciais clicando no botão 
adicionar: Um para o wpa_supplicante, um para Uwb e um para o 
3dsp-wifi-radar.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s1600/sessao3.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s320/sessao3.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
- WPA_SUPPLICANT&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp iniciar&lt;br /&gt;
Comando:&amp;nbsp; sudo /etc/init.d/3dspwpasupplicant.sh&lt;br /&gt;
Comentário: iniciar a rede automaticamente&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s1600/sessao2.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s400/sessao2.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
- UWB&lt;br /&gt;
&lt;br /&gt;
Nome: 3DSP uWB&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/bin/uwb&lt;br /&gt;
Comentário: 3DSPCard_WB&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s1600/sessao4.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;137&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s400/sessao4.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;-3DSP-WIFI-RADAR&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp-wifi-radar&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/sbin/3dsp-wifi-radar&lt;br /&gt;
Comentário: carregando o 3dsp-wifi-radar&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s1600/sessao5.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s400/sessao5.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Para fazer o teste reinicie o sistema e veja se conectou automaticamente.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/1198231825816994664/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2012/06/conectar-3dsp-wifi-radar.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1198231825816994664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1198231825816994664'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2012/06/conectar-3dsp-wifi-radar.html' title='Conectar 3dsp-wifi-radar automaticamente no Ubuntu 12.04'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s72-c/sessao1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-7078645663738784355</id><published>2012-05-19T18:52:00.001-03:00</published><updated>2012-06-27T16:03:14.713-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><category scheme="http://www.blogger.com/atom/ns#" term="Qualidades do MUB"/><title type='text'>3dsp (Bluew2310-U) no Ubuntu 12.04 kernel 3.2 - x86_64 / x86_32</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAL5dH65MhEaz7cl8VrWDQchSnxYytquC3c0IbRGiSe0Lzt8fqDfvPCf36gYyu5xUprCUjA4OxVPoQ0wtzN4nzsyHK-Vus9wuSl0BqghhK7HM6m0XQ1p6jpazfzCs3jI5pg4fLhJ5dHCQ/s1600/telalogin6.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAL5dH65MhEaz7cl8VrWDQchSnxYytquC3c0IbRGiSe0Lzt8fqDfvPCf36gYyu5xUprCUjA4OxVPoQ0wtzN4nzsyHK-Vus9wuSl0BqghhK7HM6m0XQ1p6jpazfzCs3jI5pg4fLhJ5dHCQ/s200/telalogin6.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;1) - Fazer a conexão via cabo de rede &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt; ou outro dispositivo USB Wireless, &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;para que possa fazer o acesso a Internet&amp;nbsp; e possibilite baixar todas as dependências e aplicativos para instalação do dispositivo.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;É necessário ter o aplicativo GIT, para baixar os fontes do dispositovo Bluew-2310u, então abra o terminal com as teclas &quot;alt + ctrl + t&quot; e digite: &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;a) Instale o aplicativo GIT&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo apt-get install git&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;color: white;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;;&quot;&gt;Baixe o código fonte do dispositivo do
fabricante, no site https://github.com/reyiyo/3dsp/. O código foi alterado por
Sergio Orbe Ryiyo (https://github.com/reyiyo) , Infelizmente os Chinas ainda
não conseguiram resolver o problema de codificação dos módulos do dispositivo,
inclusive o site do fabricante está fora Off-line.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;color: white;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: white; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;;&quot;&gt;Antes de Instalar o dispositivo são
necessários alguns procedimentos, como instalar a biblioteca libnotify1, pois
os módulos do aplicativo foi desenvolvido usando esta versão de biblioteca, no
entanto quando vamos instalar os drivers do dispositivo Bluew-2310u dá um erro
na instalação que não é percebido neste momento, pois o Unity utiliza a versão
4 desta biblioteca.&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;color: white; text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;;&quot;&gt;Baixar e instalar a biblioteca
libnotify1 através do link:&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;color: yellow;&quot;&gt;http://packages.ubuntu.com/lucid/libnotify1&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;b) - Baixe a biblioteca libnotify1 com o aplicativo wget&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: lime;&quot;&gt;x86_64: &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: lime;&quot;&gt;$wg&lt;/span&gt;&lt;span style=&quot;color: lime; font-size: small;&quot;&gt;et -c http://mirror.pnl.gov/ubuntu//pool/main/libn/libnotify/libnotify1_0.4.5-1ubuntu3_amd64.deb&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_32:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;$ wget -c http://mirror.pnl.gov/ubuntu//pool/main/libn/libnotify/libnotify1_0.4.5-1ubuntu3_i386.deb&lt;/b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;c) - Instale a biblioteca&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_64:&amp;nbsp; &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo dpkg -i libnotify1_0.4.5-1ubuntu3_amd64.deb&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_32:&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;$ sudo dpkg -i libnotify1_0.4.5-1ubuntu3_i386.deb&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;d) - copie a biblioteca libnotify1 para a pasta&amp;nbsp; respectiva (x86_64 / x86_32)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_64: &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo cp /usr/lib/libnotify.so.1.1.3 /usr/lib/x86_64-linux-gnu/&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_32:&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;$ sudo cp /usr/lib/libnotify.so.1.1.3 /usr/lib/i386-linux-gnu/&lt;br /&gt;&amp;nbsp;
&lt;/b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;e) fazer o link simbólico da bilbioteca com o comando:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_64: &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo ln -sf /usr/lib/x86_64-linux-gnu/libnotify.so.1.1.3 /usr/lib/x86_64-linux-gnu/libnotify.so.1&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;x86_32:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;$sudo ln -sf /usr/lib/i386-linux-gnu/libnotify.so.1.1.3 /usr/lib/i386-linux-gnu/libnotify.so.1&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;f) Usando o GIT baixe os drivers do dispositivo:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b style=&quot;color: red;&quot;&gt;&amp;nbsp;&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ git clone https://github.com/reyiyo/3dsp.git&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;g) Acessar o diretório 3dsp e proceder a instalação: &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ cd 3dsp&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo bash Install_3DSPUSB.sh&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: black;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;h) Iniciar os módulos e carregar o 3dsp-wifi-radar&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo uwb &amp;amp;&amp;amp; 3dsp-wifi-radar&amp;nbsp; &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;3) Para que os ícones das barrinhas verdes e do wifi-radar apareçam na barra de cima do Unity são necessários habilitá-los, para isso dê o comando como usuário comum, e após dar o comando no terminal,&amp;nbsp; se não aparecer efetue o logof, caso ainda não aparece reinicie o sistema:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime; font-family: Arial,Helvetica,sans-serif;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;code&gt;$ gsettings set com.canonical.Unity.Panel systray-whitelist &quot;[&#39;all&#39;]&quot;&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif; font-size: large;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;color: yellow; font-size: large;&quot;&gt;CONECTAR O 3DSP-WIFI-RADAR AUTOMATICAMENTE&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;color: yellow; font-size: large;&quot;&gt;ATENÇÃO: Após conectar o 3dsp-wifi-radar, o qual irá criar o arquivo de configuração de conexão no arquivo wpa_supplicant.conf proceda o próximo passo.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;4) Iniciar o 3dsp-wifi-radar e uWB automaticamente&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;a) O aplicativo 3dsp-wifi-radar para conectar-se utiliza de aplicativos que só são&amp;nbsp; executados como root, como é o caso do &quot;ifconfig&quot; e &quot;iwconfig&quot; e desta forma o aplicativo wifi-radar solicita&amp;nbsp; autenticação deste super-usuário para conectar-se, então para resolver esta situação são necessários os seguintes passos:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;A seguir vamos criar um script que fará com que o aplicativo wpa_supplicant tenha um delay de 30s para que os aplicativos uWB e 3dsp-wifi-radar possam ser carregados primeiramente, e só então ele é executado. O script é o 3dspwpasupplicant.sh, no comando a seguir será dado a permissão de execução, e no próximo daremos autorização para o usuário logado que execute os aplicativos: uwb, wpa_suplicant, iwconfig, ifconfig e o script 3dspwpasupplicant.sh para executarem sem a autenticação do usuário root.&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Digitar no Terminal:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo echo &quot;/bin/sleep 30 &amp;amp;&amp;amp; /usr/bin/sudo&amp;nbsp; /sbin/wpa_supplicant -D wext -i twifiu0 -c /etc/wpa_supplicant/wpa_supplicant.conf&quot; &amp;gt;&amp;gt; /etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$sudo chmod +x &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/etc/init.d/3dspwpasupplicant.sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$&lt;/span&gt;&lt;/b&gt;&lt;b&gt;sudo sh -c &quot;ALL=NOPASSWD: 
/usr/sbin/3dsp-wifi-radar, /sbin/iwconfig, /sbin/ifconfig, /usr/bin/uwb,
 /sbin/wpa_supplicant, /etc/wpa_supplicant/wpa_supplicant.conf, 
/etc/init.d/3dspwpasupplicant.sh &amp;gt;&amp;gt; /etc/sudoers&quot;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;b) Abra o aplicativo de sessão:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;pressione a tecla super (tecla com o símbolo da Microsoft - windowskey) e solte. Digite no campo de pesquisa: &quot;sessão&quot;.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;nbsp;Tecla super&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2Qcj3SjVHcf32b8TrCPuVtEu4X4d3RgnxjtQFhyw1C7iFgzApRRKsCfy18txkMPRsADZLc9oERGOGeVoGdjh4zGQgAJOevswYvNSZAmkDH4Yog40FHjEvVOuf7J-70UTq5eWKoyne9XE/s1600/windowskey.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2Qcj3SjVHcf32b8TrCPuVtEu4X4d3RgnxjtQFhyw1C7iFgzApRRKsCfy18txkMPRsADZLc9oERGOGeVoGdjh4zGQgAJOevswYvNSZAmkDH4Yog40FHjEvVOuf7J-70UTq5eWKoyne9XE/s200/windowskey.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s1600/sessao1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZU4Y0ADsXmhtB8aWCWi9xf_cRUT6RYAS_WT5O_m9f0A7J5wdb0qWyFy54LXUiOXwiuEhNLRLaPHBB9OmYvws-TK-va-GtqRG_yr9yt6MkJRWeFJnnBlJRZ_lmrMxOiTPweUQLPUXnq0c/s320/sessao1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Clique no Aplicativo de sessão.&lt;br /&gt;
&lt;br /&gt;
Criar três instâncias de execução de aplicativos iniciais clicando no botão adicionar: Um para o wpa_supplicante, um para Uwb e um para o 3dsp-wifi-radar.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s1600/sessao3.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7S41MWXfo9xaFI2SreYUtuinGNxfiSq8lEpyIjnwKGCgru0xkw4iQwidBMVXckGp1la3njDOMLZEvdnJs6IVIaVxrEyeTWc4fJ9JVwytD4CetwfoDK2517NGUbSnH2y1a7dDeEiPhxU4/s320/sessao3.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
- WPA_SUPPLICANT&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp iniciar&lt;br /&gt;
Comando:&amp;nbsp; sudo /etc/init.d/3dspwpasupplicant.sh&lt;br /&gt;
Comentário: iniciar a rede automaticamente&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s1600/sessao2.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj04w5uz8KrA1glhzZVxrIEnFxE36j2c-GThCzSM9nNRARVshcBXl8-MHqyQPGZDUiTKCaX87V2rJJ_nSglTg0a5jJ6_fkalmEDaQRhf6NFoddWefWgs2saUi6fXAf9N_CjFcA1uWrBWEo/s400/sessao2.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
- UWB&lt;br /&gt;
&lt;br /&gt;
Nome: 3DSP uWB&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/bin/uwb&lt;br /&gt;
Comentário: 3DSPCard_WB&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s1600/sessao4.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;137&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtjWTeU0L9bUyFd80fIvFZ-IupSJwV83IbuANesrYBY6g6hTmtGyt3mnfgO0aCK96h3WMN88UFKtjxPjy00217xHYnQUCGJc7Cvm7D50xPf5Ow9I3CLAM3ee2TQxHI93e9VhQJ2wb6Ow/s400/sessao4.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;-3DSP-WIFI-RADAR&lt;br /&gt;
&lt;br /&gt;
Nome: 3dsp-wifi-radar&lt;br /&gt;
Comando:&amp;nbsp; sudo /usr/sbin/3dsp-wifi-radar&lt;br /&gt;
Comentário: carregando o 3dsp-wifi-radar&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s1600/sessao5.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9_r63KXARpHwt_0LyTEsm7vulzZRsSiP0tuQRM6hNGzUMxxCNB1SmKGMDmv7c9p2ZVvrMYWYmO4lF0hCZGbtgri1lagYCnH4NINFFkPb8oIr2mp739Q5MpIyEizr5E63YIhn3n08DOlY/s400/sessao5.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Para fazer o teste reinicie o sistema e veja se conectou automaticamente.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;5) - Para quem não gosta do Unity do Ubuntu 12.04 e usuário do gnome clássico, dê o comando no terminar e instale-o com os comandos e procedimentos logo abaixo:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo apt-get install gnome-session-fallback&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;a) Encerrar a sessão, clicar no canto superior direito onde está inscrito o nome do usuário e depois clique no menu suspenso e encerrar sessão: &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigUyaZnYtrWFMFV9IGkdV3Uqj9yLUBXZtQ1X8eFZhtd-CiW9j_6gyAROor4R_DZsnvBRWxwmqHh7OZFRC8TS4jQSZAlaZN9SFhw4hB5UcAmlTNr2m4rc4rzbEUiWDD2ArrINbu_lF1YJA/s1600/telalogin4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigUyaZnYtrWFMFV9IGkdV3Uqj9yLUBXZtQ1X8eFZhtd-CiW9j_6gyAROor4R_DZsnvBRWxwmqHh7OZFRC8TS4jQSZAlaZN9SFhw4hB5UcAmlTNr2m4rc4rzbEUiWDD2ArrINbu_lF1YJA/s1600/telalogin4.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH7-sZOdR3Gvqfzag7b2xyXL1m-BbJ8MPnwiAsNm0LayOVvFh086sBqhgKd6wTmVNnUGcenT04InSKuvBuRUxPkkPXm7OWc8vGS4qammi5_bjRGDZrWD80Jamz_Ab1jVEIEHEQuU6Wbik/s1600/Captura+de+tela+em+2011-10-29+23%253A01%253A23.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;b) Na sessão clicar no ícone do lado direito do usuário (ícone do gnome): &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUYmU5lh_-8E7mi2Ftm6KYKphh48VMDCT0YHvXpCXryhgwwktgjwNgfqvTsus7IAArdlIczQGV4yaZbGzTjevMNTU9WSBNveRMQIcKAjv3X2Kqx9cKDP286rPhQ5TyzkrZzVMErPeYAEc/s1600/telalogin.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUYmU5lh_-8E7mi2Ftm6KYKphh48VMDCT0YHvXpCXryhgwwktgjwNgfqvTsus7IAArdlIczQGV4yaZbGzTjevMNTU9WSBNveRMQIcKAjv3X2Kqx9cKDP286rPhQ5TyzkrZzVMErPeYAEc/s320/telalogin.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
c) Selecione Gnome Classic (No effects)&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhJe6JyahORamTt7kYpL49rY3-kJcSmc7-vWlNz3qaoJlvUX2o2-es8dAzbXrXjBByg6JvLbxHSpgpI5YEruQL2EBbIyGR3BD1cGm7ws8fnvDAAVg7q_-RaixfwYqqbJOqD9FQy314hZk/s1600/telalogin3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhJe6JyahORamTt7kYpL49rY3-kJcSmc7-vWlNz3qaoJlvUX2o2-es8dAzbXrXjBByg6JvLbxHSpgpI5YEruQL2EBbIyGR3BD1cGm7ws8fnvDAAVg7q_-RaixfwYqqbJOqD9FQy314hZk/s320/telalogin3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Caso queira o Unity novamente faça o mesmo processo e escolha Ubuntu ou Ubuntu 2D &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCxUHYvBYTmJCxWEQXtmntKxn69BTDIBhCzBpPQIPdSoCiYCehYjzcdU2r89ByEGsTbCaruaL0_MmF2D5t2Oa6r2WmN4_QztehGWYk2061bAxcNV9KO3r8IKWhCieD2CYcIgUnmgCpbD4/s1600/printscreen_ubuntu1110.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;5) Pode-se iniciar o uwb e 3dsp-wifi-radar através do menu&lt;span style=&quot;color: lime;&quot;&gt; Aplicativo &amp;gt;&amp;gt; Acessórios &amp;gt;&amp;gt; 3DSP Uwb&lt;/span&gt; e&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;do menu &lt;span style=&quot;color: lime;&quot;&gt;Aplicativo &amp;gt;&amp;gt; Acessórios &amp;gt;&amp;gt; 3DSP Wifi radar.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEin2Y72c9G0NtTS_ucBh6hN3mSh4nfa-MBsZqlOsyWg6uQDDuLfpNEN30WvPRCD16Zx1CECFf-m6xi1_Rci2O0Vyl31Q46ZZIbSc-wSnW_D8zmornZ3B43fi0YpDQGWhfc5INlLHE4rm5s/s1600/telalogin8.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEin2Y72c9G0NtTS_ucBh6hN3mSh4nfa-MBsZqlOsyWg6uQDDuLfpNEN30WvPRCD16Zx1CECFf-m6xi1_Rci2O0Vyl31Q46ZZIbSc-wSnW_D8zmornZ3B43fi0YpDQGWhfc5INlLHE4rm5s/s200/telalogin8.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFrY4xca2yCWPy8Y-626NRE_1qmluTRWjOJUBLots21bRAn8Js6jCWedpyf_x9a-0XAboOEKsrggaoQrZseJBOZpixYRumEkS4AL0VbIposqZE9mxqd2Rj59p52Np5KOPInmTyII3uWbI/s1600/telalogin7.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFrY4xca2yCWPy8Y-626NRE_1qmluTRWjOJUBLots21bRAn8Js6jCWedpyf_x9a-0XAboOEKsrggaoQrZseJBOZpixYRumEkS4AL0VbIposqZE9mxqd2Rj59p52Np5KOPInmTyII3uWbI/s200/telalogin7.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/7078645663738784355/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2012/05/3dsp-bluew2310-u-no-ubuntu-1204-kernel.html#comment-form' title='36 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/7078645663738784355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/7078645663738784355'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2012/05/3dsp-bluew2310-u-no-ubuntu-1204-kernel.html' title='3dsp (Bluew2310-U) no Ubuntu 12.04 kernel 3.2 - x86_64 / x86_32'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAL5dH65MhEaz7cl8VrWDQchSnxYytquC3c0IbRGiSe0Lzt8fqDfvPCf36gYyu5xUprCUjA4OxVPoQ0wtzN4nzsyHK-Vus9wuSl0BqghhK7HM6m0XQ1p6jpazfzCs3jI5pg4fLhJ5dHCQ/s72-c/telalogin6.png" height="72" width="72"/><thr:total>36</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-4931505018051342822</id><published>2012-03-24T18:21:00.000-03:00</published><updated>2012-04-01T14:38:32.260-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Gnuteca"/><category scheme="http://www.blogger.com/atom/ns#" term="live CD"/><category scheme="http://www.blogger.com/atom/ns#" term="tutoriais"/><title type='text'>LiveCD do Ubuntu 10.04 com Gnuteca 3.2.1 + Postgresql  9.1</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
LiveCD do Ubuntu 10.04 com Gnuteca 3.2.1 + Postgresql&amp;nbsp; 9.1 &lt;br /&gt;
&lt;br /&gt;
Imagem do LiveCD (&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;Usauário&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: lime;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: yellow;&quot;&gt;biblioteca&lt;/span&gt; e &lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;S&lt;/span&gt;&lt;span style=&quot;color: lime;&quot;&gt;enha&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: lime;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: yellow;&quot;&gt;biblioteca&lt;/span&gt;)&lt;br /&gt;
&lt;br /&gt;
A imagem está armazenada no site de compartilhamento de arquivos &lt;a href=&quot;http://4shared.com/&quot;&gt;4shared.com&lt;/a&gt; em 4 (quatro partes).&lt;br /&gt;
&lt;br /&gt;
Tutorial para Baixar arquivos no 4shared: &lt;a href=&quot;http://www.4shared.com/tutorial/&quot;&gt;http://www.4shared.com/tutorial/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.4shared.com/file/m2VatlSH/file.html&quot;&gt;http://www.4shared.com/file/m2VatlSH/file.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.4shared.com/file/7modMUCw/file.html&quot;&gt;http://www.4shared.com/file/7modMUCw/file.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.4shared.com/file/yTHVcWxT/file.html&quot;&gt;http://www.4shared.com/file/yTHVcWxT/file.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.4shared.com/file/YziXyc4s/file.html&quot;&gt;http://www.4shared.com/file/YziXyc4s/file.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Os arquivos estão comprimidos e devem ser colocados em uma mesma pasta e para descomprimi-los utilize o 7zip: &lt;a href=&quot;http://www.7-zip.org/&quot;&gt;http://www.7-zip.org/&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Tutorial&lt;/span&gt;: &lt;a href=&quot;http://blogueigoo.blogspot.com.br/2009/02/como-descompactar-arquivos-7zip.html&quot;&gt;http://blogueigoo.blogspot.com.br/2009/02/como-descompactar-arquivos-7zip.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Gravando a imagem em um CD:&lt;br /&gt;
&lt;br /&gt;
No linux : &lt;a href=&quot;http://e-tinet.com/blog/linux/9-programas-gravar-cd-dvd-no-ubuntu/&quot;&gt;http://e-tinet.com/blog/linux/9-programas-gravar-cd-dvd-no-ubuntu/&lt;/a&gt;, &lt;a href=&quot;http://wiki.ubuntu-br.org/GravacaoCDeDVD&quot;&gt;http://wiki.ubuntu-br.org/GravacaoCDeDVD&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
No Windows - Nero: &lt;a href=&quot;http://ryan.com.br/wp/gravar-iso-nero&quot;&gt;http://ryan.com.br/wp/gravar-iso-nero&lt;/a&gt;/&lt;br /&gt;
&lt;br /&gt;
Ao
 carregar Sistema pelo CD, ao digitar no navegador o endereço do sistema
 irá dar um erro de acesso ao GNUteca, então faça a seguinte 
configuração:&lt;br /&gt;
&lt;br /&gt;
Pressione as teclas Ctrl + Alt + T, abrirá o console e nele digite o seguinte comando:&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;br /&gt;
$ sudo gedit /etc/hosts&lt;/div&gt;
(senha: biblioteca) &lt;br /&gt;
&lt;br /&gt;
na úlima linha do arquivo resolv.conf digite:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
127.0.0.1 gnuteca.localhost&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Devendo ficar da seguinte forma:&lt;br /&gt;
&lt;br /&gt;
127.0.0.1 localhost&lt;br /&gt;
127.0.1.1 biblioteca&lt;br /&gt;
&lt;br /&gt;
# The following lines are desirable for IPv6 capable hosts&lt;br /&gt;
::1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip6-localhost ip6-loopback&lt;br /&gt;
fe00::0 ip6-localnet&lt;br /&gt;
ff00::0 ip6-mcastprefix&lt;br /&gt;
ff02::1 ip6-allnodes&lt;br /&gt;
ff02::2 ip6-allrouters&lt;br /&gt;
ff02::3 ip6-allhosts&lt;br /&gt;
127.0.0.1 gnuteca.localhost&lt;br /&gt;
&lt;br /&gt;
Salve e feche o arquivo. Abra o firefox e digite no campo do endereço: gnuteca.localhost.&lt;br /&gt;
Para que o Servidor seja funcional é necessário instalá-lo no HD.&lt;span style=&quot;color: lime;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;Tome
 cuidado ao instalá-lo como forma de testá-lo em uma máquina que tenha arquivos importantes, pois ao instalá-lo você poderá perder todos dados do HD. Caso 
você não tenha intimidade com o Linux procure ajuda (google.com) - 
http://andregondim.eti.br/ubuntu/instalando-o-ubuntu-no-hd-com-windows-2&lt;/span&gt;/.&amp;nbsp;
 &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/4931505018051342822/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2012/03/livecd-do-ubuntu-1004-com-gnuteca-321.html#comment-form' title='15 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4931505018051342822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4931505018051342822'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2012/03/livecd-do-ubuntu-1004-com-gnuteca-321.html' title='LiveCD do Ubuntu 10.04 com Gnuteca 3.2.1 + Postgresql  9.1'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-4425733955942026332</id><published>2011-10-29T17:55:00.002-02:00</published><updated>2012-05-27T21:32:13.593-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>3dsp (Bluew2310-U) no Ubuntu 11.10 kernel 3.0</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Já não uso mais este dispositivo, atualmente estou usando o wifi intel 5100, que por sinal é excelente, mas em consideração aos leitores deste Blog resolvi colocar o dispositivo BlueW2310 u (3dsp) e instalá-lo no meu MUB com o Ubuntu 11.10. &lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1O3Xb2amtq4K_WRkV7flwD1esRfK2sc_WK2ZLEo0Xqz9NkugvJsivXfPS9NnYMUqVtkydAE9-6zC7o4RkGoQeoMyllUv4yMbU6dBGu7_8Y38GbrTQGupoXFhaw5nX2AvGesetVMEzVA/s1600/Captura+de+tela+em+2011-10-29+17%253A54%253A54.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1O3Xb2amtq4K_WRkV7flwD1esRfK2sc_WK2ZLEo0Xqz9NkugvJsivXfPS9NnYMUqVtkydAE9-6zC7o4RkGoQeoMyllUv4yMbU6dBGu7_8Y38GbrTQGupoXFhaw5nX2AvGesetVMEzVA/s200/Captura+de+tela+em+2011-10-29+17%253A54%253A54.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqaSijD1DLhjznjsXV_LHMaPPHG2oAjGqVJTYE9XMYZ2WHa6P90uuQ9HnUyvdY8dnW1CqIULve7sAcxpbKrJxnhAUs8QCD5pgfBP7nspGtwQpcGSYwCFv_oNnOhUS7HJh3gJImCXF8NgA/s1600/Captura+de+tela+em+2011-10-29+18%253A19%253A53.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqaSijD1DLhjznjsXV_LHMaPPHG2oAjGqVJTYE9XMYZ2WHa6P90uuQ9HnUyvdY8dnW1CqIULve7sAcxpbKrJxnhAUs8QCD5pgfBP7nspGtwQpcGSYwCFv_oNnOhUS7HJh3gJImCXF8NgA/s200/Captura+de+tela+em+2011-10-29+18%253A19%253A53.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Link do código fonte:&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&amp;nbsp;&lt;/span&gt; &lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;1) - Baixar todas as dependências para instalação do dispositivo&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Abra o terminal com as teclas &quot;alt + ctrl + t&quot; e digite: &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo apt-get install git&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;2)
  - Baixe o código fonte do dispositivo do fabricante, no site 
https://github.com/reyiyo/3dsp/. O código foi alterado por Sergio Orbe 
Ryiyo (https://github.com/reyiyo) , Infelizmente os Chinas não 
conseguiram resolver o problema de codificação dos módulos do 
dispositivo, drive do site do fabricante ao ser executado dá  um erro de
 codificação no código fonte de instalação do dispositivo.  Execute no 
terminal os comandos a seguir:&lt;/span&gt;&lt;/div&gt;
&lt;pre&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;code&gt;
&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo ln -sf /usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0 /usr/lib/x86_64-linux-gnu/libnotify.so.1&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ git clone https://github.com/reyiyo/3dsp.git&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ cd 3dsp&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo bash Install_3DSPUSB.sh&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ sudo uwb &amp;amp;&amp;amp; 3dsp-wifi-radar&amp;nbsp; &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;3) - Para quem não gosta do Unity, Ubuntu 11.10 - gnome clássico&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;height: 1px; overflow: hidden; position: absolute; top: -5000px;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;$ sudo apt-get install gnome-session-fallback&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;a) Encerrar a sessão: &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH7-sZOdR3Gvqfzag7b2xyXL1m-BbJ8MPnwiAsNm0LayOVvFh086sBqhgKd6wTmVNnUGcenT04InSKuvBuRUxPkkPXm7OWc8vGS4qammi5_bjRGDZrWD80Jamz_Ab1jVEIEHEQuU6Wbik/s1600/Captura+de+tela+em+2011-10-29+23%253A01%253A23.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH7-sZOdR3Gvqfzag7b2xyXL1m-BbJ8MPnwiAsNm0LayOVvFh086sBqhgKd6wTmVNnUGcenT04InSKuvBuRUxPkkPXm7OWc8vGS4qammi5_bjRGDZrWD80Jamz_Ab1jVEIEHEQuU6Wbik/s320/Captura+de+tela+em+2011-10-29+23%253A01%253A23.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;b) No sessão clicar no ícone direito (parecendo uma catraca), escolha Gnome Classic (No effects)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCxUHYvBYTmJCxWEQXtmntKxn69BTDIBhCzBpPQIPdSoCiYCehYjzcdU2r89ByEGsTbCaruaL0_MmF2D5t2Oa6r2WmN4_QztehGWYk2061bAxcNV9KO3r8IKWhCieD2CYcIgUnmgCpbD4/s1600/printscreen_ubuntu1110.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCxUHYvBYTmJCxWEQXtmntKxn69BTDIBhCzBpPQIPdSoCiYCehYjzcdU2r89ByEGsTbCaruaL0_MmF2D5t2Oa6r2WmN4_QztehGWYk2061bAxcNV9KO3r8IKWhCieD2CYcIgUnmgCpbD4/s320/printscreen_ubuntu1110.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;4) - Uwb e 3dsp-wifi-radar iniciando automaticamente.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;a) Abra um terminal com o comando alt + ctrl + T e digite o seguinte comando:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$gedit /etc/init.d/3dsp-wifi-radar.sh&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;b) Iniciando o dispositivo BlueW2310u (3dsp-wifi-radar)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;Copie o script de inicialização&amp;nbsp; do 3dsp-wifi-radar &lt;/b&gt;&lt;b&gt;logo abaixo&lt;/b&gt;&lt;b&gt;, salve e feche o gedit:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;#! /bin/sh&lt;br /&gt;#!/bin/sh&lt;br /&gt;#&lt;br /&gt;# Start/Stop the WiFi-Radar daemon&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;# get the wifi interface from rc.inet1.conf if it is set&lt;br /&gt;. /etc/network/interfaces&lt;br /&gt;INTERFACE=&quot;${IFNAME[4]}&quot;&lt;br /&gt;PIDFILE=/var/run/wifi.pid&lt;br /&gt;&lt;br /&gt;start() {&lt;br /&gt;&amp;nbsp; # use the forced interface found in rc.inet1.conf or guess it&lt;br /&gt;&amp;nbsp; [ ! &quot;$INTERFACE&quot; ] &amp;amp;&amp;amp; INTERFACE=&quot;$(iwconfig 2&amp;gt;/dev/null | grep ESSID | head -n1 | cut -d &quot; &quot; -f 1)&quot;&lt;br /&gt;&amp;nbsp; sed -i &quot;s/^[ \t]*interface[ \t]*=[ \t]*.*/interface = $INTERFACE/&quot; /etc/wifi-radar/wifi-radar.conf&lt;br /&gt;&lt;br /&gt;&amp;nbsp; if [ -e &quot;${PIDFILE}&quot; ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &quot;Found existing ${PIDFILE}! Stopping first before starting&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stop&lt;br /&gt;&amp;nbsp; fi&lt;br /&gt;&amp;nbsp; echo &quot;Starting WiFi-Radar: &quot;&lt;br /&gt;&amp;nbsp; /usr/sbin/3dsp-wifi-radar --daemon 1&amp;gt; /dev/null 2&amp;gt; /dev/null &amp;amp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; ps -e | grep wifi-radar | cut -d&quot; &quot; -f2 &amp;gt; ${PIDFILE}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;stop() {&lt;br /&gt;&amp;nbsp; echo &quot;Stopping WiFi-Radar: &quot;&lt;br /&gt;&amp;nbsp; if [ -e &quot;${PIDFILE}&quot; ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; kill $(cat ${PIDFILE}) 1&amp;gt; /dev/null 2&amp;gt; /dev/null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rm -f ${PIDFILE}&lt;br /&gt;&amp;nbsp; fi&lt;br /&gt;killall wifi-radar 1&amp;gt; /dev/null 2&amp;gt; /dev/null&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;restart() {&lt;br /&gt;&amp;nbsp; stop&lt;br /&gt;&amp;nbsp; sleep 2&lt;br /&gt;&amp;nbsp; start&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;status() {&lt;br /&gt;&amp;nbsp; if [ -e ${PIDFILE} ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &quot;The WiFi-Radar daemon is running.&quot;&lt;br /&gt;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &quot;The WiFi-Radar daemon is not running&quot;&lt;br /&gt;&amp;nbsp; fi&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;# See how we were called.&lt;br /&gt;case &quot;$1&quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; start)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stop)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stop&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; restart)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; restart&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $&quot;Usage: $0 {start|stop|restart}&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;br /&gt;esac&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;- Dê o seguinte comando no terminal:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$cd /etc/init.d/&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$update-rc.d 3dsp-wifi-radar.sh defaults&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;- ainda&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt; no terminal:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$gedit /etc/sudoers &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;- copie e cole os comandos abaixo, logo após salve e feche o gedit&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;%users ALL=NOPASSWD: /usr/sbin/3dsp-wifi-radar&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;%users ALL=NOPASSWD:/usr/bin/uwb&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Se o 3dsp-wifi-radar pedir senha ao iniciar, troque &quot;%users&quot;&amp;nbsp; pelo seu usuário do sistema.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;c) Script de inicialização do uWB:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$gedit /etc/init.d/uwb.sh&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;- Copie o script e cole dentro do arquivo, depois salve e feche o gedit:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;#! /bin/sh&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/usr/bin/uwb&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: lime;&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;- Salve e Feche o Gedite e execute os comandos em um terminal:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$cd /etc/init.d/&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: lime; font-size: small;&quot;&gt;&lt;b&gt;$update-rc.d &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt; &lt;b&gt;/etc/init.d/uwb.sh defaults&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Pronto! reinicie o Note e faça o teste, para conectar clique duas vezes no ícone do wifi-radar ao lado do ícone do som do note.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/4425733955942026332/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/10/3dsp-bluew2310-u-no-ubuntu-1110-kernel.html#comment-form' title='81 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4425733955942026332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4425733955942026332'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/10/3dsp-bluew2310-u-no-ubuntu-1110-kernel.html' title='3dsp (Bluew2310-U) no Ubuntu 11.10 kernel 3.0'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1O3Xb2amtq4K_WRkV7flwD1esRfK2sc_WK2ZLEo0Xqz9NkugvJsivXfPS9NnYMUqVtkydAE9-6zC7o4RkGoQeoMyllUv4yMbU6dBGu7_8Y38GbrTQGupoXFhaw5nX2AvGesetVMEzVA/s72-c/Captura+de+tela+em+2011-10-29+17%253A54%253A54.png" height="72" width="72"/><thr:total>81</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-5330882688914179219</id><published>2011-07-02T15:26:00.017-03:00</published><updated>2012-05-25T09:58:50.767-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutoriais"/><title type='text'>Como rastrear  o notebook furtado</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://preyproject.com/&quot; style=&quot;color: lime;&quot;&gt;Prey&lt;/a&gt; é um aplicativo antifurto para Notebook, Tablet e Desktop, que está associado a um serviço on-line do desenvolvedor. Caso tenha seu notebook ou PC furtado, você pode localizar o seu aparelho, e descobrir o autor do furto através deste serviço. Dentre as várias opções, a opção missing &lt;b&gt;(procurado) &lt;/b&gt;aciona o serviço de rastreamento do notebook e de todas as atividades executadas nele, e ao ser conectado a internet, o aplicativo passa a receber instruções do site do serviço de acordo com as configurações do usuário, como exemplo: envia fotos do &lt;b&gt;meliante&lt;/b&gt;, caso o note tenha webcam; faz a&amp;nbsp; localização geográfica através do GPS interno, caso o note tenha, e através de dados fornecidos pelo roteador de conexão com a internet; captura a tela do notebook registrando as atividades do ladrão; bloqueia o aparelho caso o portador do aparelho não digite a senha correta estabelecida no site; apaga ou move todos os dados do firefox, chrome, thunderbird e todas as credenciais de usuários do sistema.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
O aplicativo é compatível com linux, Mac, e RuinWindows e adiciona somente até 3(três) notebooks ao site do serviço, acima desta quantidade somente através de planos pagos, que sai inicialmente por 15 dólares por mês.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Para usar esta ferramenta, primeiramente você deve efetuar o cadastro no site: &lt;a href=&quot;http://control.preyproject.com/&quot; style=&quot;color: lime;&quot;&gt;http://control.preyproject.com/&lt;/a&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; text-align: center;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Como Instalar e Configurar os Serviços: &lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1 - Acessar o link &lt;a href=&quot;http://control.preyproject.com/&quot; style=&quot;color: lime;&quot;&gt;http://control.preyproject.com/&lt;/a&gt; e Pressionar o botão com circulo em verde: not registred? sign up! &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN34w6xNtJmsd9mDXUMy8Fx1HzPu3SI8GZibYjqFrLXBWokse8S3z4pRy1FoyZl7g4zHuQfSZhcklLTVHf8F7Ue6xiM2dhw6X0D2B80azNGwcsYw8aRTZshE92yeADpvSs7Algfkk4Elw/s1600/prey_01.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN34w6xNtJmsd9mDXUMy8Fx1HzPu3SI8GZibYjqFrLXBWokse8S3z4pRy1FoyZl7g4zHuQfSZhcklLTVHf8F7Ue6xiM2dhw6X0D2B80azNGwcsYw8aRTZshE92yeADpvSs7Algfkk4Elw/s400/prey_01.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
2 - Inserir nome, e-mail, país e senha&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoak0mnHzQTOrwMBBBWr1JUcwM3SWis9lGBkoIQQARCpv_sQH-2G4L1kryy3R-dRSlJHO8Umnsu9ViP-GjC75tQI7qU_-RQR9tgMahHAaqrE_Lo8rpXSsbg0WZToOOmUMr6WKceReAeVI/s1600/prey_02.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoak0mnHzQTOrwMBBBWr1JUcwM3SWis9lGBkoIQQARCpv_sQH-2G4L1kryy3R-dRSlJHO8Umnsu9ViP-GjC75tQI7qU_-RQR9tgMahHAaqrE_Lo8rpXSsbg0WZToOOmUMr6WKceReAeVI/s400/prey_02.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span id=&quot;goog_366721212&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_366721213&quot;&gt;&lt;/span&gt;3 - Abra sua caixa de e-mail e clique no link disponibilizado pelo prey para validar sua conta do serviço:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkuXhS8qaXWe3RhTOhi2cLBdJi463Qi6wpWh6i3aNa7OtnaN7aMhyphenhyphenZVqJFBCVMoWwzJ99O_NRNVEESt4FuhbUocASINybuWL1Sw_2rfYhJoE0guGLBFiFUEChPSEKf0IMoiRdALxUm9GA/s1600/prey_03.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkuXhS8qaXWe3RhTOhi2cLBdJi463Qi6wpWh6i3aNa7OtnaN7aMhyphenhyphenZVqJFBCVMoWwzJ99O_NRNVEESt4FuhbUocASINybuWL1Sw_2rfYhJoE0guGLBFiFUEChPSEKf0IMoiRdALxUm9GA/s400/prey_03.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
4 - Logue com seu e-mail e senha cadastrada no site da prey:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6581A0zvQqc93tjdsQglFLMuV7efSn5ycEvqM6smVhK3jMpy4ubbq0thGFCMtEwRqAiWrggjsAMWEw8ejCdzFDXGWYQ3j5drrdr0_CScV6ipKiuIrYtAyGa8eIymlNiGHI5isfkQSViM/s1600/prey_04.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6581A0zvQqc93tjdsQglFLMuV7efSn5ycEvqM6smVhK3jMpy4ubbq0thGFCMtEwRqAiWrggjsAMWEw8ejCdzFDXGWYQ3j5drrdr0_CScV6ipKiuIrYtAyGa8eIymlNiGHI5isfkQSViM/s400/prey_04.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
5 - Adicionando o dispositivo: Coloque o nome do dispositivo - exemplo MUB, o tipo de dispositivo - Laptop; Sistema Operacional: Ubuntu; Versão - no meu caso Naty (11.04).&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoL2_Skgj7tJHPk2k_nSjrcXX6BOgsru3S5wSKDG7JuSp1O68r1KOHSZnPkmhz8V-YlvMZiwoPdQ0WlJRhK27NOSqAhEoTljFyJ4boZVeh2T7UwGOqpeB_H6XhOpkTISjL-Nor3wkkM7g/s1600/prey_05.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoL2_Skgj7tJHPk2k_nSjrcXX6BOgsru3S5wSKDG7JuSp1O68r1KOHSZnPkmhz8V-YlvMZiwoPdQ0WlJRhK27NOSqAhEoTljFyJ4boZVeh2T7UwGOqpeB_H6XhOpkTISjL-Nor3wkkM7g/s400/prey_05.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
6 - Baixando o aplicativo diretamente do site pelo navegador:&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://preyproject.com/releases/0.5.3/prey_0.5.3-ubuntu2_all.deb&quot; style=&quot;color: lime;&quot;&gt;http://preyproject.com/releases/0.5.3/prey_0.5.3-ubuntu2_all.deb&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv5sRJYZWTV8Fu8iclwPOH0ynz_5God5yHTVEVIDV5w4_hOiOM6ELXD4BoXofAygA5_ItXyAozCBIdUovKyehRLJBkskaDBUJtkXmZE1bAkKt505yfiSFGUEUNG5d_QN-dy1eKbn95gqo/s1600/prey_12.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv5sRJYZWTV8Fu8iclwPOH0ynz_5God5yHTVEVIDV5w4_hOiOM6ELXD4BoXofAygA5_ItXyAozCBIdUovKyehRLJBkskaDBUJtkXmZE1bAkKt505yfiSFGUEUNG5d_QN-dy1eKbn95gqo/s320/prey_12.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
7 - Baixando o aplicativo com o wget:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
Abra um terminal com as teclas: alt + Ctrl + t&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
$wget -c http://preyproject.com/releases/0.5.3/prey_0.5.3-ubuntu2_all.deb&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia3GUyhWJF46EDQizzGdqnhCQG7JvCEX9qWob3JnBG5Zaud_Ua7dEHlsam24JKikKMQL0Li48jko_4BwHAgurRwcQ3A9pp9PTK5VEo8sfRdyiJb6irEjh0C0wh7isHUwiVsht35Z1ud4k/s1600/prey_13.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia3GUyhWJF46EDQizzGdqnhCQG7JvCEX9qWob3JnBG5Zaud_Ua7dEHlsam24JKikKMQL0Li48jko_4BwHAgurRwcQ3A9pp9PTK5VEo8sfRdyiJb6irEjh0C0wh7isHUwiVsht35Z1ud4k/s320/prey_13.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
8 - Instalando o aplicativo:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
$sudo dpkg -i prey_0.5.3-ubuntu2_all.deb&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8YbgCaMtqBmHdgW_RkRHAHsRErsOwaSEHnlHi3LzCKtg0GY-qdDYPIV-bRHUOzKEJsTfBKxS2O-_uQNRqVwdwXBTiHJ82I_0i7HPU4jvHaAy1dPYa7wuLSMWuRf2aSoieM-GY7x104RY/s1600/instalandoPre2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8YbgCaMtqBmHdgW_RkRHAHsRErsOwaSEHnlHi3LzCKtg0GY-qdDYPIV-bRHUOzKEJsTfBKxS2O-_uQNRqVwdwXBTiHJ82I_0i7HPU4jvHaAy1dPYa7wuLSMWuRf2aSoieM-GY7x104RY/s200/instalandoPre2.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLh3pSCv2q-4VZ3M5FszHHyPIdoAH8JTMGhSj9MW1v4MltToPVNSiLQj4gu7mAUatDzgbUQ8O36sQrvmjuhdQBcOiyGAtrxTZb-N6u-bYRSOpfcvKvY0BgFsxtamAgfeB6iQphER6Quz4/s1600/instalandoprey.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLh3pSCv2q-4VZ3M5FszHHyPIdoAH8JTMGhSj9MW1v4MltToPVNSiLQj4gu7mAUatDzgbUQ8O36sQrvmjuhdQBcOiyGAtrxTZb-N6u-bYRSOpfcvKvY0BgFsxtamAgfeB6iQphER6Quz4/s200/instalandoprey.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
9 - Editar o arquivo de configuração do Prey.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Abra o arquivo de configurações:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
$sudo gedit /usr/share/prey/config&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
- Acesse o menu &quot;Account&quot; &lt;a href=&quot;http://control.preyproject.com/profile&quot; style=&quot;color: lime;&quot;&gt;http://control.preyproject.com/profile&lt;/a&gt; no site do Prey, localize o &quot;API key&quot; e copie e cole na linha 34 do arquivo config, logo após o sinal de igual, dentro das aspas simples, ou pressione as teclas Ctrl + F e localize o termo &quot;API key&quot; e cole a chave .&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6SEuGNifmQwFaupgJI6tt47pJCzv4nrwI7bLgz2ekDhE2mNB9r3FiuBfTK1JjFqh7LrO4aHcd9BIeJAYW0RMt2rdfsrBzSVII5EpX2vTw4RiOnZ4GbTs5x2B7ExsqwftLyKAYrG_boLY/s1600/key_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6SEuGNifmQwFaupgJI6tt47pJCzv4nrwI7bLgz2ekDhE2mNB9r3FiuBfTK1JjFqh7LrO4aHcd9BIeJAYW0RMt2rdfsrBzSVII5EpX2vTw4RiOnZ4GbTs5x2B7ExsqwftLyKAYrG_boLY/s320/key_2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;api_key=&#39;numero_do_seu_Api_key&#39;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&amp;nbsp; &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
- Acesse o menu &quot;device&quot;&amp;nbsp;&lt;a href=&quot;http://control.preyproject.com/devices&quot; style=&quot;color: lime;&quot;&gt;http://control.preyproject.com/devices&lt;/a&gt;, selecione o&amp;nbsp; dispositivo,&amp;nbsp; localize o &quot;device key&quot; e copie e cole na linha 35 do  arquivo config, logo após o sinal de igual, dentro das aspas simples, ou  pressione as teclas Ctrl + F e localize o termo &quot;device key&quot; e cole a  chave . &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span id=&quot;goog_366721228&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_366721229&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span id=&quot;goog_366721228&quot; style=&quot;color: lime;&quot;&gt;device_key=&#39;XXXXX&#39;&lt;/span&gt;&lt;span id=&quot;goog_366721229&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHxGiBt3EDi4j4p3kOTbGshN36UCj4Ynx_VefG6qe5zlWB8CqKjS7UWOZXGQt1fdu7ljq1LCwIuJ4vQlb2ARmBkdAzPXtcu60OH-GJi1EGRTixkKA0GzoK9gAq1DeTo2Y35g7-pzNdvP0/s1600/prey_08.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHxGiBt3EDi4j4p3kOTbGshN36UCj4Ynx_VefG6qe5zlWB8CqKjS7UWOZXGQt1fdu7ljq1LCwIuJ4vQlb2ARmBkdAzPXtcu60OH-GJi1EGRTixkKA0GzoK9gAq1DeTo2Y35g7-pzNdvP0/s320/prey_08.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
- Na linha 42 ou pressione as teclas Ctrl + F e localize o termo &quot;mail_to&quot; e substitua pelas configuraçoes indicadas em vermelho:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
# mailbox to send the report&lt;/div&gt;
mail_to=&#39;&lt;span style=&quot;color: red;&quot;&gt;seu_usuario_email_@gmail.com&lt;/span&gt;&#39;&lt;br /&gt;
smtp_server=&#39;smtp.gmail.com:587&#39;&lt;br /&gt;
smtp_username=&#39;&lt;span style=&quot;color: red;&quot;&gt;seu_usuario_email@gmail.com&lt;/span&gt;&#39;&lt;br /&gt;
&lt;br /&gt;
Observação: execute em um terminal o seguinte comando:&lt;br /&gt;
$ &lt;span style=&quot;color: lime;&quot;&gt;sudo echo -n &quot;sua_senha_de_email&quot; | openssl enc -base64&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;
c3VhX3NlbmhhX2RlX2VtYWls &lt;span style=&quot;color: lime;&quot;&gt;(senha criptografada)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
smtp_password=&#39;&lt;span style=&quot;color: red;&quot;&gt;sua_senha_email&lt;/span&gt;_&lt;span style=&quot;color: red;&quot;&gt;criptografada_com_o_comando_acima&lt;/span&gt;&#39;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMieulJDdTYGNK7xLEgWN7P92qyrHE2tL3yD_EKgHwB3F3XTkxPC44Wy1VWarqFuQ2XpCAegKutOPDidcU_xv9DXK0-ePNeOi9og1n4AflqlxmLMRycGlTYJ3EVTM-a056t8Hf7VoC1YY/s1600/senha_criptografada.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;115&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMieulJDdTYGNK7xLEgWN7P92qyrHE2tL3yD_EKgHwB3F3XTkxPC44Wy1VWarqFuQ2XpCAegKutOPDidcU_xv9DXK0-ePNeOi9og1n4AflqlxmLMRycGlTYJ3EVTM-a056t8Hf7VoC1YY/s400/senha_criptografada.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Feche o Gedit e Salve o arquivo.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
10 - No Terminal execute o comando:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
$sudo /usr/share/prey/prey.sh&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoXWufwdk7hIiN39aBdkOAhya_VEENgjmzi_1BLRhY_X4dRjVUKGXWu1M02e-bSx8NmEiANDTd23p9I_vgcIt4mpypKCaWTxrPB3d4dYEurltHDFzMQbDWte_gtUBXSE5C5CDBRvMdWMQ/s1600/startanto_prey.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;188&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoXWufwdk7hIiN39aBdkOAhya_VEENgjmzi_1BLRhY_X4dRjVUKGXWu1M02e-bSx8NmEiANDTd23p9I_vgcIt4mpypKCaWTxrPB3d4dYEurltHDFzMQbDWte_gtUBXSE5C5CDBRvMdWMQ/s400/startanto_prey.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;pt&quot;&gt;&lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: black;&quot;&gt;Após o comando é impresso o seguinte resultado:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;pt&quot;&gt;&lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Olhando&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;para conexão&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;...&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Tem&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;conexão de rede&lt;/span&gt;&lt;span title=&quot;Clique para mostrar traduções alternativas&quot;&gt;!&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Verificação de&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;URL&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Configuração&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;de Leitura&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;- Freqüência&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;em sincronia&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;(20).&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Verificar&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;status ...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Código de status&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Got&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;200!&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;Nada para se preocupar&lt;/span&gt;&lt;span title=&quot;Clique para mostrar traduções alternativas&quot;&gt;.&lt;/span&gt; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;:)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span class=&quot;hps&quot; title=&quot;Clique para mostrar traduções alternativas&quot;&gt;- Limpeza&lt;/span&gt;&lt;span title=&quot;Clique para mostrar traduções alternativas&quot;&gt;!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: lime; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;/div&gt;
11 - Acesse ao site verifique se o status está OK:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCRYtOrn5wAP2I1EkHHDyso6T2q39yzvJrcOgEz4SZHSJQZ6SNuFx7CvRfe5GoqRENPTsW-1xs3ACturyvO6u4CDI0E_eE_EQ7sL9CT37Hz17taYRDT4HAG4w27Viz5yvrVHK666eQaqU/s1600/prey_06.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCRYtOrn5wAP2I1EkHHDyso6T2q39yzvJrcOgEz4SZHSJQZ6SNuFx7CvRfe5GoqRENPTsW-1xs3ACturyvO6u4CDI0E_eE_EQ7sL9CT37Hz17taYRDT4HAG4w27Viz5yvrVHK666eQaqU/s400/prey_06.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ai é só fazer as configurações clicando nos botões on e off das abas Main / Configurations, para ativar e desativar. Ative-os somente você tiver seu notebook furtado, e o principal deles é o botão &quot;missing&quot;, devendo ser ativado logo após o conhecimento do furto. Não se esqueça, caso formate o seu computador, terá que fazer somente a instalação do aplicativo no novo sistema instalado, e caso use o dual boot Linux / windows, deverá instalá-lo nos dois sistemas e adicionar o serviço no sistema Operacional linux e no gerenciador de janelas (ruimwindos).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
12 - Configurando o serviço após conhecimento do furto:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicgAbz_az4T4uNxpJw2t7X8U7H-ozEQpzGgiWhiASpdPHvOU2zHiQYPHlBvbscRxbx7Dvqy0e9902AifENc3PbVMdznzOHc_i2GbGnpfq5IxhfQ4z0lzBB5exkGaQkUgtAgxk5ZiSihPY/s1600/configurando_main.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicgAbz_az4T4uNxpJw2t7X8U7H-ozEQpzGgiWhiASpdPHvOU2zHiQYPHlBvbscRxbx7Dvqy0e9902AifENc3PbVMdznzOHc_i2GbGnpfq5IxhfQ4z0lzBB5exkGaQkUgtAgxk5ZiSihPY/s200/configurando_main.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKKnmXxRUlfm25y9WNuK-CBtLWlYpIQc2cLcNOEFiuSFrzeraooUxPfbKgcHhT-BQHDYt0BaENG_8SYfhryWp9KB3AF-csI_BcjX6m94gGF8Wm0Y6hEeAZFAzBjotPUwfnWHrgrbYr8qw/s1600/avisoladrao.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKKnmXxRUlfm25y9WNuK-CBtLWlYpIQc2cLcNOEFiuSFrzeraooUxPfbKgcHhT-BQHDYt0BaENG_8SYfhryWp9KB3AF-csI_BcjX6m94gGF8Wm0Y6hEeAZFAzBjotPUwfnWHrgrbYr8qw/s200/avisoladrao.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;b&gt;a) Aba &quot;Main&quot;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;missing = on&lt;/span&gt; (ativa o serviço);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Activation mode(Pro) = on interval (o on demand não é free - ativação por demanda ou por determinado intervalo de tempo);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;geo = on &lt;/span&gt;(ativa a localização geográfica através do GPS interno ou do roteador wi-fi quando conectado na internet);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;network = on&lt;/span&gt; (ativa a conexão, traça a rota, detecta os pontos de acesso rede sem fio próxima a ele);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Session = on&lt;/span&gt; (captura a imagem da área de trabalho, informações sobre arquivos modificados; os programas carregados e os diretórios de usuários);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Webcam = on&lt;/span&gt; (captura as imagens do criminoso);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Alarm = on&lt;/span&gt; (ativa um alarme, tipo sirene de viatura policial de 30 em 30 segundos);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Alert = on&lt;/span&gt; (manda uma messagem de alerta de mensagem feita por você, trocando o papel de parede com esta mensagem e dando um sinal de alerta);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
lock = on (você trava o computador, que só destravará com a senha que você indicar no site do serviço);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;secure = on&lt;/span&gt; (existem dois metodos, ele minimiza ou deleta: os serviços ativos, credenciais, dados de cookies e senhas do firefox, chrome e thunderbird; prevenindo de acessos por usuários não autorizados).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;b) Aba Configuration&lt;/b&gt;:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Device Configuration&lt;/span&gt; - São as configurações iniciais que foram feitas ao cadastrar o dispositivo, como: Nome do dispositivo, País, Sistema Operacional e Versão do Sistema Operacional&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Prey Configuration - Estas opções não são todas free e não são editáveis como:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;SSL encripyted reporters = off &lt;/span&gt;(relatórios criptografados - criptografia SSLv3);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Ciphered instructions = off&lt;/span&gt; (instruções criptografadas para o dispositivo);&lt;/div&gt;
&lt;div style=&quot;color: lime; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Request new hardware scan =yes&lt;/span&gt; (requisição de um novo dispositivo - 3 somente);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Remote update= yes &lt;/span&gt;(atualizações remotas);&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Somente a offline actions é editável &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;Offline actions = yes &lt;/span&gt;(ações para o dispositivo quando estiver off-line);&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
e finalmente a Aba Reports onde lista todas as atividades realizadas no notebook pelo ladrão safado.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCXX6oihp8AQxhq6ED2zqftbEsw-xyc89ZaW7IUEJjFt249HoSPO4Fy_UnZiuJKXIHuAneB4zlO-3NQ01LGwWOiiPJ2bT-XkU74kyRLCslkSQOWBvsX1jJo1Q5kHF0y2K5jqfB2R_uH4/s1600/prey_relatorio.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;124&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCXX6oihp8AQxhq6ED2zqftbEsw-xyc89ZaW7IUEJjFt249HoSPO4Fy_UnZiuJKXIHuAneB4zlO-3NQ01LGwWOiiPJ2bT-XkU74kyRLCslkSQOWBvsX1jJo1Q5kHF0y2K5jqfB2R_uH4/s320/prey_relatorio.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZVmETPHQLNTe4tNSqztugGnSYg-pZ69QHz2qhzB4EdEcxqQ6kjOBYN0-l6CDw9PvdjbO19kRKLsNb4LingNd0v63TmsHGCCnN67XToMAxngz5icpCrAynJsmNeUXV9pNqvKN91rCvez0/s1600/prey_relatorio2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;229&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZVmETPHQLNTe4tNSqztugGnSYg-pZ69QHz2qhzB4EdEcxqQ6kjOBYN0-l6CDw9PvdjbO19kRKLsNb4LingNd0v63TmsHGCCnN67XToMAxngz5icpCrAynJsmNeUXV9pNqvKN91rCvez0/s320/prey_relatorio2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW8v2_iURyqYQUWFDxtTpdSpLu9k5FyxajMTFT4WUJQg9MDZ2qNxOtRijJkowe7FaaWq3lNcDmjE_e2T9MdsEmMSU0T8kRZHHlmrq9YlkpW89S5RxDsulRKVp4DXal5-VuYopec1oo1y8/s1600/prey_relatorio3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW8v2_iURyqYQUWFDxtTpdSpLu9k5FyxajMTFT4WUJQg9MDZ2qNxOtRijJkowe7FaaWq3lNcDmjE_e2T9MdsEmMSU0T8kRZHHlmrq9YlkpW89S5RxDsulRKVp4DXal5-VuYopec1oo1y8/s320/prey_relatorio3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;Instalando o Prey no Windows&lt;/span&gt;:&lt;/span&gt; &lt;a href=&quot;http://tudodownloads.uol.com.br/tutoriais/notebook/aq253-localize_o_computador_que_lhe_roubaram_utilizando_prey.html&quot;&gt;http://tudodownloads.uol.com.br/tutoriais/notebook/aq253-localize_o_computador_que_lhe_roubaram_utilizando_prey.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/5330882688914179219/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/07/como-rastrear-o-notebook-furtado.html#comment-form' title='4 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5330882688914179219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5330882688914179219'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/07/como-rastrear-o-notebook-furtado.html' title='Como rastrear  o notebook furtado'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN34w6xNtJmsd9mDXUMy8Fx1HzPu3SI8GZibYjqFrLXBWokse8S3z4pRy1FoyZl7g4zHuQfSZhcklLTVHf8F7Ue6xiM2dhw6X0D2B80azNGwcsYw8aRTZshE92yeADpvSs7Algfkk4Elw/s72-c/prey_01.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-1451456844285033</id><published>2011-06-26T21:26:00.004-03:00</published><updated>2011-06-26T22:39:33.935-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><title type='text'>Tablet  P07 TENQ com Ubuntu Natty - Adivinha qual é o Dispositivo sem fio?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;O &lt;b&gt;P07 TENQ&lt;/b&gt; é um tablet Chinês que roda a versão do Ubuntu&amp;nbsp; Netbook Edition 10.10, com o visual do Natty,&amp;nbsp; tem um processador 1.6GHz Intel Atom com 2GB de RAM e um SSD de 32GB. A tela é de 10 &quot;, tem&amp;nbsp; webcam 1.3MP , Bluetooth, Wi-Fi, fone de ouvido e USB completam o conjunto de recursos. O equipamento ainda tem &quot;sensores de gravidade&quot;, etc e tal....&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Agora pergunto qual é o fabricante do dispositivo Bluethoot e wi-fi deste XinGLing?&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2Gp19BkCFRLymMNT1ONkDcfkubyqhAV-WVT3PDtW7ooOlrxJ08KYzNvjEEtHSfD_JOrjw-YjZSFPoIs-ktorH8StDzco5usMVCkchn8eh1y0uZALCn5uuoW_Ry5ZJFE8E6XDiWU-Bugk/s1600/tablet_lubuntu1104.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;481&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2Gp19BkCFRLymMNT1ONkDcfkubyqhAV-WVT3PDtW7ooOlrxJ08KYzNvjEEtHSfD_JOrjw-YjZSFPoIs-ktorH8StDzco5usMVCkchn8eh1y0uZALCn5uuoW_Ry5ZJFE8E6XDiWU-Bugk/s640/tablet_lubuntu1104.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Conseguiram identificar pela foto?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Realmente este produto é mais um daqueles &lt;span style=&quot;color: lime;&quot;&gt;&quot;Barato que sai caro&quot;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/1451456844285033/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/06/tablet-p07-tenq-com-ubuntu-natty.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1451456844285033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1451456844285033'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/06/tablet-p07-tenq-com-ubuntu-natty.html' title='Tablet  P07 TENQ com Ubuntu Natty - Adivinha qual é o Dispositivo sem fio?'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2Gp19BkCFRLymMNT1ONkDcfkubyqhAV-WVT3PDtW7ooOlrxJ08KYzNvjEEtHSfD_JOrjw-YjZSFPoIs-ktorH8StDzco5usMVCkchn8eh1y0uZALCn5uuoW_Ry5ZJFE8E6XDiWU-Bugk/s72-c/tablet_lubuntu1104.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-1413572374653030820</id><published>2011-06-26T18:41:00.009-03:00</published><updated>2011-07-02T19:08:20.446-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutoriais"/><title type='text'>Desprotetor de Link protetor</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtfkxLakF5T2b83DOnn8ogqOmt_j7lt3TYuI4uzIHULwkZmH8kp4QPdFdw1DLMgICNGHnUmiAdN7ihwpzRdMS-vHLFucRonWOjSnRI0_YEWtUu5u09ITcM6DtltpHvCFzkUJO1kF5pxqw/s1600/protetor_link.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;155&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtfkxLakF5T2b83DOnn8ogqOmt_j7lt3TYuI4uzIHULwkZmH8kp4QPdFdw1DLMgICNGHnUmiAdN7ihwpzRdMS-vHLFucRonWOjSnRI0_YEWtUu5u09ITcM6DtltpHvCFzkUJO1kF5pxqw/s320/protetor_link.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;Não existe coisa mais chata que você clicar no Link para fazer o Download de um arquivo&amp;nbsp; e de repente aparece uma página  pedindo para você cadastrar seu celular antes de fazer o Dowload, mas hoje: &lt;i&gt;&lt;b&gt;&quot;nossos problemas acabaram, com o linkeitordesproteitor, das organizações tabajara...&quot;&lt;/b&gt;&lt;/i&gt; brincadeiras a parte, achei um plugin que depois de instalado no Browser ele desproteje o Link protegido.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;1 - Baixar o plugim e permitir a execução do plugin, no meu caso que uso  o firefox baixei o plugim para firefox através do link:&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;a href=&quot;http://www.desprotetordelinks.com/&quot;&gt;http://www.desprotetordelinks.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color: lime;&quot;&gt;Clicar em Download&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJInwFR_x3MXiqRbyikoEzOE7gCWzjDjwX-lTZMax9vSXEGUhyphenhyphen8hMdCo1qZ-wOswZbfU9dkNy2spBxZOuRk4SzENBVYqAE49saqpIipDxsuyVqhCcEU_4uUfnL86KO35TqikvYvCLZmRE/s1600/protetor_link_02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;101&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJInwFR_x3MXiqRbyikoEzOE7gCWzjDjwX-lTZMax9vSXEGUhyphenhyphen8hMdCo1qZ-wOswZbfU9dkNy2spBxZOuRk4SzENBVYqAE49saqpIipDxsuyVqhCcEU_4uUfnL86KO35TqikvYvCLZmRE/s200/protetor_link_02.jpeg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh15TnAB7RG9IX2yOUv0r8q6Oip3w46sTHB0Md5WqIqt0lYnoNu-uztwyew4hHywO-_ZhVQAAjUxfbpev9GWrij0o9uINSVg9tEiR-8XKuNyqiejHV4S_2EthtDFGFEsqMzFn0AE1kPlmE/s1600/protetor_link_04.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;61&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh15TnAB7RG9IX2yOUv0r8q6Oip3w46sTHB0Md5WqIqt0lYnoNu-uztwyew4hHywO-_ZhVQAAjUxfbpev9GWrij0o9uINSVg9tEiR-8XKuNyqiejHV4S_2EthtDFGFEsqMzFn0AE1kPlmE/s200/protetor_link_04.jpeg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: lime;&quot;&gt;Escolher o plugin específico: Firefox ou Google Chrome&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsQuV01i1_iIIF0Os_ZnmegTrzATqvLzT8NV4IDG2Bl21n_HR25j-RtSkpM6QORI9N_jQJW_vI4QLq60B0lr4E0SzOAZaGnFuqPggmlZTOcD4MY4T0Vr8MIBE26dA2LtHzb_5Hl5-O54/s1600/protetor_link_05.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsQuV01i1_iIIF0Os_ZnmegTrzATqvLzT8NV4IDG2Bl21n_HR25j-RtSkpM6QORI9N_jQJW_vI4QLq60B0lr4E0SzOAZaGnFuqPggmlZTOcD4MY4T0Vr8MIBE26dA2LtHzb_5Hl5-O54/s320/protetor_link_05.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHJEfqU7VysGzwdzPgaxoTtBocsSpvnn7611Fq3Q_c-tTWk8lDiCfVYajDxmneK4MzriOKUj6MYmfO5e1ONJTxPDZzqEQMliDB5qvNNsQspE5U_Tj_zRXzfFUdjCdXkOLo1RVRGK2peKA/s1600/protetor_link_06.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHJEfqU7VysGzwdzPgaxoTtBocsSpvnn7611Fq3Q_c-tTWk8lDiCfVYajDxmneK4MzriOKUj6MYmfO5e1ONJTxPDZzqEQMliDB5qvNNsQspE5U_Tj_zRXzfFUdjCdXkOLo1RVRGK2peKA/s200/protetor_link_06.jpeg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. Para instalar a extensão clique no botão &quot;&lt;i&gt;Add to Firefox&lt;/i&gt;&quot;. Se o navegador exibir a mensagem ao lado, clique em &quot;&lt;i&gt;Permitir&lt;/i&gt;&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Para instalar a extensão do Google Chrome, clique no botão &quot;&lt;i&gt;Instalar&lt;/i&gt;&quot;. Se o navegador exibir a mensagem de sobre os cuidados que deve ter ao instalar o plugin, clique em &quot;&lt;i&gt;Continuar&lt;/i&gt;&quot;. &lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHlqgxkG6X5EZDxg8dXhZzjbgtChA7O9JmIpiSu05k4sIx08_PduSYTsivaT-zRRG66T5pQV8_OlBx8JX_xJN56Mmz8yTNUYWPcD2ItUYY6BCLuxsWtq196EOLH-ZXzlfwPGjj5xJVXGk/s1600/protetor_link_07.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;72&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHlqgxkG6X5EZDxg8dXhZzjbgtChA7O9JmIpiSu05k4sIx08_PduSYTsivaT-zRRG66T5pQV8_OlBx8JX_xJN56Mmz8yTNUYWPcD2ItUYY6BCLuxsWtq196EOLH-ZXzlfwPGjj5xJVXGk/s320/protetor_link_07.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;3. Quando clicar no link para baixar o arquivo, irá aparecer a mensagem pedindo para fazer o cadastro do celular, então é só clicar no ícone do canto direito com o símbolo do desprotetor de link, caracterizado por um símbolo de proibido, conforme na figura&amp;nbsp; cículada em verde:&lt;/div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiN2_PkhMCqibp7MECgQLICd6FS9-O7YU0Ur9oUjGgnX_yGdGcK4lee_3Ss0iXoVjLTbF6hyphenhyphenl_WShyphenhyphenLx4e4jNQSkxmZXsmaN852YEmsme-3cFDwX3hHnzzDpBZwdOi5Yq7MnUsPuFHoTRo/s1600/protetor_link_08.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;100&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiN2_PkhMCqibp7MECgQLICd6FS9-O7YU0Ur9oUjGgnX_yGdGcK4lee_3Ss0iXoVjLTbF6hyphenhyphenl_WShyphenhyphenLx4e4jNQSkxmZXsmaN852YEmsme-3cFDwX3hHnzzDpBZwdOi5Yq7MnUsPuFHoTRo/s400/protetor_link_08.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4 -Pronto! você poderá fazer o Download do arquivo.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguHcgMzCTjCi1wM0tavfaYjXadpw21kNi-PBDnr63hXgvwPtHQkCDaC35AQKaRlAOy5-RZrlyoI4rTUkqaRtBM_lkc7FJpXYagTxaxUg1mq9aqQGU0hEqvo6PVAIoD0CDrBpvoALfvOEo/s1600/protetor_link_03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;195&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguHcgMzCTjCi1wM0tavfaYjXadpw21kNi-PBDnr63hXgvwPtHQkCDaC35AQKaRlAOy5-RZrlyoI4rTUkqaRtBM_lkc7FJpXYagTxaxUg1mq9aqQGU0hEqvo6PVAIoD0CDrBpvoALfvOEo/s400/protetor_link_03.jpeg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/1413572374653030820/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/06/desprotetor-de-link-protetor.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1413572374653030820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1413572374653030820'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/06/desprotetor-de-link-protetor.html' title='Desprotetor de Link protetor'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtfkxLakF5T2b83DOnn8ogqOmt_j7lt3TYuI4uzIHULwkZmH8kp4QPdFdw1DLMgICNGHnUmiAdN7ihwpzRdMS-vHLFucRonWOjSnRI0_YEWtUu5u09ITcM6DtltpHvCFzkUJO1kF5pxqw/s72-c/protetor_link.jpeg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-4382715671689408494</id><published>2011-06-24T11:27:00.019-03:00</published><updated>2011-07-02T19:08:40.817-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><category scheme="http://www.blogger.com/atom/ns#" term="Qualidades do MUB"/><title type='text'>Refurbished: que bicho é este?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;h1 class=&quot;title&quot;&gt;&lt;/h1&gt;&lt;h1 class=&quot;title&quot;&gt;&lt;/h1&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Achei interessante o Post do Rodrigo em seu blog e então resolvi compartilhar com os leitores a respeito deste termo:&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;i&gt;Não se sinta um alienígena caso nunca tenha ouvido a palavra inglesa refurbished.  Ela significa “recondicionado”, “lustrado”, e na informática, é usada  para designar um tipo bastante específico de produtos. &lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Os chamados  equipamentos &lt;/i&gt;&lt;i&gt;refurbished são peças que, devolvidas em virtude  de algum problema detectado pelo comprador, são recolocadas à venda após o problema ser corrigido ou maquiado pelo fabricante. &lt;a href=&quot;http://www.guiadohardware.net/termos/refurbished&quot;&gt;A definição do &lt;b&gt;Guia do Hardware&lt;/b&gt;&lt;/a&gt; é mais completa, logo, a reproduzo abaixo:&lt;/i&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;i&gt;Muitos fabricantes oferecem garantias zero hour, onde ao  invés de consertar o defeito, simplesmente trocam os aparelhos. É um bom  diferencial, pois ao invés de esperar semanas ou até meses, o  consumidor sai da assistência com um aparelho novo. O fabricante então  repara os aparelhos defeituosos e os vende como aparelhos de segunda  linha, os refurbished. Este termo pode ser traduzido para “lustrado”,  enfatizando que o aparelho simplesmente foi consertado (algumas vezes a  caixa externa também é trocada para dar uma aparência de novo), ou seja,  ganhou um polimento e cristalização, mas continua sendo um carro usado.  Estes aparelhos são vendidos com desconto, de 10 a 50% dependendo do  produto e fabricante e geralmente também possuem garantia, embora menor  que a dos produtos novos.&lt;/i&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;É interessante notar que, embora poucos atentem para este detalhe, os &lt;/i&gt;&lt;i&gt;refurbisheds  chegam a ser bastante comuns no mercado. Aliás, a maior parte dos  produtos proveniente de contrabando é deste tipo. Algumas empresas  discriminam os equipamentos do gênero aplicando uma marca “REF” próximo  ao número de série; outras, associam a condição do mesmo ao número de  série, acessível apenas através de uma consulta no site; e há ainda  aquelas que não discriminam nada.&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;A principal vantagem do produto &lt;/i&gt;&lt;i&gt;refurbished é, logicamente, o preço. A diferença pode chegar a ser gritante: já vi notebooks cujos preços do “primeira classe” e do &lt;/i&gt;&lt;i&gt;refurbished  tinham uma diferença de quase R$ 1.500,00! A desvantagem, óbvia também,  é o fato de você ter um produto de segunda linha, um quase-usado.  Outra, talvez até pior que esta primeira, é a garantia bem restrita em  comparação aos produtos normais.&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;Há uma &lt;a href=&quot;http://www.guiadohardware.net/comunidade/opiniao-refurbished/206149/&quot;&gt;discussão bastante acirrada&lt;/a&gt; acerca do risco e das vantagens que tais produtos representam. No único caso em que tive contato com &lt;/i&gt;&lt;i&gt;refurbisheds, o notebook do &lt;a href=&quot;http://www.leitaum.com.br/&quot;&gt;&lt;b&gt;Leitaum&lt;/b&gt;&lt;/a&gt; (um &lt;b&gt;HP Compaq&lt;/b&gt;), ele funciona muito bem, e lá se vai quase um ano desde que o mesmo foi comprado. Eu, particularmente, não arriscaria. E você? (Rodrigo ghedin)&lt;/i&gt;&lt;/div&gt;&lt;a href=&quot;http://www.rodrigoghedin.com.br/blog/refurbished-que-bicho-e-este&quot;&gt;http://www.rodrigoghedin.com.br/blog/refurbished-que-bicho-e-este&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/4382715671689408494/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/06/refurbished-que-bicho-e-este.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4382715671689408494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/4382715671689408494'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/06/refurbished-que-bicho-e-este.html' title='Refurbished: que bicho é este?'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s72-c/mais1_2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-5496482006144815214</id><published>2011-06-24T11:03:00.006-03:00</published><updated>2011-06-24T22:03:19.290-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MUB-Defeito de fabricação"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><category scheme="http://www.blogger.com/atom/ns#" term="Qualidades do MUB"/><title type='text'>Dúvidas sobre o Microboard Ultimate Black</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUW3vE9Osf4V-UZi1Vk1yzCf-7gDVldjEwEEuPdLMrcXyAdAsx9cLfLedOkgbt5XzFyuenXHRbJ-a733iRWDXfQYjeYCvmRLbdNOQ4hOESvAdrkSq8S_nRZAdBDFygYBb01hJ9Db4nGgM/s1600/mub17.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;173&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUW3vE9Osf4V-UZi1Vk1yzCf-7gDVldjEwEEuPdLMrcXyAdAsx9cLfLedOkgbt5XzFyuenXHRbJ-a733iRWDXfQYjeYCvmRLbdNOQ4hOESvAdrkSq8S_nRZAdBDFygYBb01hJ9Db4nGgM/s200/mub17.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot;&gt;&lt;h1 class=&quot;subject&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: small; font-weight: normal;&quot;&gt;Fuçando no Google sobre o MUB, encontrei uma dúvida do usuário do &quot;Yahoo Respostas&quot; &lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;(&lt;a href=&quot;http://br.answers.yahoo.com/question/index?qid=20100706080353AAhHfeb&quot;&gt;http://br.answers.yahoo.com/question/index?qid=20100706080353AAhHfeb&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size: small; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;sobre a qualidade deste notebook&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;h1 class=&quot;subject&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: lime;&quot;&gt;Dúvida sobre notebook Microboard Ultimate Black?&lt;/span&gt;&lt;/h1&gt;&lt;div class=&quot;content&quot; style=&quot;color: lime;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ele tem uma placa mãe decente, com chipset Intel Montevina e CPU C2D 45nm?&lt;br /&gt;
O wi-fi dele é bom? Por exemplo: Quantos metros de alcance?&lt;br /&gt;
Se eu estiver na faculdade e lá tiver internet sem fio, poderei fazer  download usando a rede da faculdade? Ou o pessoal do CPD pode  identificar meu IP e derrubar minha conexão?&lt;br /&gt;
Quais os itens que posso fazer upgrade nesse modelo de notebook?&lt;br /&gt;
Gosto de jogar nas horas vagas. Dá pra rodar PES 10 nele no medio? Moto GP? Swat 4?&lt;br /&gt;
O suporte técnico é significante ou são omissos?&lt;/div&gt;Encontrei ele na Saraiva por R$ 1.399,00. É uma boa aquisição? Ou tem opções melhores até R$ 1.500,00 á vista?&lt;/div&gt;&lt;ul class=&quot;meta&quot; style=&quot;color: lime;&quot;&gt;&lt;li&gt;&lt;abbr title=&quot;2010-07-06 15:03:53 +0000&quot;&gt;1 ano atrás&lt;/abbr&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h2 class=&quot;additional-details&quot; style=&quot;color: lime;&quot;&gt;Detalhes Adicionais&lt;/h2&gt;&lt;div class=&quot;additional-details&quot;&gt;&lt;span style=&quot;color: lime;&quot;&gt;Li  uma resposta de um usuário aquii no Yahoo Resposta que esse notebook é  um lixo. As peças são todas &lt;a href=&quot;http://eritonb.blogspot.com/2011/06/refurbished-que-bicho-e-este.html&quot;&gt;reburfisheds&lt;/a&gt; feitas no Vietnam e a marca não  existe.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: lime;&quot;&gt; É o mesmo que comprar um MPX? &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: lime;&quot;&gt; ( MP5,MP7, MP20 ...)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: lime;&quot;&gt; Muita funcionalidade e pouca qualidade?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: lime;&quot;&gt; *Me pareceu ser um bom note. Quero opiniões de quem entende, de alguém que tenha ou que conheça alguém que tenha...ok?&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;additional-details&quot;&gt;======================================================================&lt;/div&gt;&lt;div class=&quot;additional-details&quot;&gt;O link a seguir, é bem interessante e fala sobre os notes remanufaturados, é claro que o nosso Microboard está na lista dos&lt;a href=&quot;http://eritonb.blogspot.com/2011/06/refurbished-que-bicho-e-este.html&quot;&gt; reburfisheds&lt;/a&gt;: &lt;a href=&quot;http://forum.clubedohardware.com.br/note-refurbished/454417&quot;&gt;http://forum.clubedohardware.com.br/note-refurbished/454417&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Mais links sobre a qualidade e assistência técnica pela empresa fabricante&lt;b style=&quot;color: yellow;&quot;&gt; &quot;(montadora)&quot;&lt;/b&gt; do Microboard:&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;- &lt;a href=&quot;http://www.reclameaqui.com.br/busca/?cx=008144464031947637647%3A7airzwxfigw&amp;amp;cof=FORID%3A10&amp;amp;ie=UTF-8&amp;amp;q=microboard&amp;amp;id=&amp;amp;BuscaTipo=E&amp;amp;x=0&amp;amp;y=0&amp;amp;BuscaTipo=G#1149&quot;&gt;http://www.reclameaqui.com.br/busca/?cx=008144464031947637647%3A7airzwxfigw&amp;amp;cof=FORID%3A10&amp;amp;ie=UTF-8&amp;amp;q=microboard&amp;amp;id=&amp;amp;BuscaTipo=E&amp;amp;x=0&amp;amp;y=0&amp;amp;BuscaTipo=G#1149&lt;/a&gt;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;-&amp;nbsp;&lt;a href=&quot;http://www.reclameaqui.com.br/1399694/microboard-industria-e-comercio/superaquecimento-mais-um-plug-do-carregador-derretendo/&quot;&gt;http://www.reclameaqui.com.br/1399694/microboard-industria-e-comercio/superaquecimento-mais-um-plug-do-carregador-derretendo/&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;- &lt;a href=&quot;http://www.reclameaqui.com.br/1398230/microboard-industria-e-comercio/placa-mae/&quot;&gt;http://www.reclameaqui.com.br/1398230/microboard-industria-e-comercio/placa-mae/&lt;/a&gt;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://www.reclameaqui.com.br/1398207/microboard-industria-e-comercio/microboard-nao-devolve-o-dinheiro/&quot;&gt;http://www.reclameaqui.com.br/1398207/microboard-industria-e-comercio/microboard-nao-devolve-o-dinheiro/&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;- &lt;a href=&quot;http://www.reclameaqui.com.br/1395936/microboard-industria-e-comercio/netbook-microboard-comprei-gato-por-lebre/&quot;&gt;http://www.reclameaqui.com.br/1395936/microboard-industria-e-comercio/netbook-microboard-comprei-gato-por-lebre/&lt;/a&gt;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;- &lt;a href=&quot;http://www.reclameaqui.com.br/1291360/microboard-industria-e-comercio/superaquecimento-microboard-ultimate-black-plug-derretendo/&quot;&gt;http://www.reclameaqui.com.br/1291360/microboard-industria-e-comercio/superaquecimento-microboard-ultimate-black-plug-derretendo/&lt;/a&gt;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;- &lt;a href=&quot;http://www.reclameaqui.com.br/1398230/microboard-industria-e-comercio/placa-mae/&quot;&gt;http://www.reclameaqui.com.br/1398230/microboard-industria-e-comercio/placa-mae/&lt;/a&gt;&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;abbr&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/abbr&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;qa-container&quot; style=&quot;color: lime;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/5496482006144815214/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/06/duvidas-sobre-o-microboard-ultimate.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5496482006144815214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5496482006144815214'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/06/duvidas-sobre-o-microboard-ultimate.html' title='Dúvidas sobre o Microboard Ultimate Black'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUW3vE9Osf4V-UZi1Vk1yzCf-7gDVldjEwEEuPdLMrcXyAdAsx9cLfLedOkgbt5XzFyuenXHRbJ-a733iRWDXfQYjeYCvmRLbdNOQ4hOESvAdrkSq8S_nRZAdBDFygYBb01hJ9Db4nGgM/s72-c/mub17.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-6002716589357220931</id><published>2011-06-13T08:38:00.009-03:00</published><updated>2011-07-02T19:09:04.617-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Dispositivos de rede sem fio compatíveis com o M.U.B.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;
&lt;dl class=&quot;avatar-comment-indent&quot; id=&quot;comments-block&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaP7io_CtRikn4k_Yki-aNKBUVbknBKdRar9NqrRp9_hS3se4piOJFkmAJoBcqxzjAIHceQ-VmvCt0o9q1M3hGbNkvFzCTZhou3lK79aLdALneWiWCLZWL85XfBe_85choC7cZ4JLn7xU/s1600/intel5100_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaP7io_CtRikn4k_Yki-aNKBUVbknBKdRar9NqrRp9_hS3se4piOJFkmAJoBcqxzjAIHceQ-VmvCt0o9q1M3hGbNkvFzCTZhou3lK79aLdALneWiWCLZWL85XfBe_85choC7cZ4JLn7xU/s200/intel5100_2.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;
&lt;dt class=&quot;comment-author &quot; id=&quot;c179363353771963749&quot; style=&quot;text-align: justify;&quot;&gt;Quero registrar aqui a experiência dos leitores deste Blog com a troca da famigerada placa de rede sem fio Bluew-2310 por outras placas de rede Wireless:&lt;/dt&gt;
&lt;/dl&gt;&lt;div style=&quot;color: lime; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;dl class=&quot;avatar-comment-indent&quot; id=&quot;comments-block&quot;&gt;&lt;dt class=&quot;comment-author &quot; id=&quot;c1292457235760428098&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogger.com/profile/02645486576292346390&quot; rel=&quot;nofollow&quot;&gt;Bruno Segui&lt;/a&gt; disse... &lt;/b&gt;&lt;/dt&gt;
&lt;dd class=&quot;comment-body&quot; id=&quot;Blog1_cmt-1292457235760428098&quot; style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;olá pessoal venho aqui informar que com sucesso e seguindo as  informações do blog, troquei a maldita placa por uma intel &lt;span style=&quot;color: red;&quot;&gt;Intel  wm3945abg&lt;/span&gt;, que funcionou perfeitamente, só precisa dar um update, ele  precisa baixar 143 kb de uma lib, e esta funcionando perfeitamente,  quanto a quem tem o ruwindows, tem que baixar o driver que funciona  tambem, desde já obrigado, se quizerem trocar de placa, sugiro o link  que o Eriton falou, o vendedor é muito eficiente e confiavel.  &lt;/b&gt;&lt;/dd&gt;&lt;dd class=&quot;comment-footer&quot;&gt;&lt;b&gt;&lt;span class=&quot;comment-timestamp&quot;&gt; &lt;a href=&quot;http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html?showComment=1300197977033#c1292457235760428098&quot; title=&quot;comment permalink&quot;&gt; 15 de março de 2011 11:06&amp;nbsp;&lt;/a&gt;&lt;span class=&quot;item-control blog-admin pid-1762185067&quot;&gt;&lt;a class=&quot;comment-delete&quot; href=&quot;http://www.blogger.com/delete-comment.g?blogID=6934956426127819299&amp;amp;postID=1292457235760428098&quot; title=&quot;Excluir comentário&quot;&gt; &lt;/a&gt; &lt;/span&gt; &lt;/span&gt;&lt;/b&gt; &lt;/dd&gt;&lt;/dl&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;dl class=&quot;avatar-comment-indent&quot; id=&quot;comments-block&quot;&gt;&lt;dt class=&quot;comment-author &quot; id=&quot;c4505281697499554075&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.twitter.com/prosillo&quot; rel=&quot;nofollow&quot;&gt;Prosillo&lt;/a&gt; disse... &lt;/b&gt;&lt;/dt&gt;
&lt;dd class=&quot;comment-body&quot; id=&quot;Blog1_cmt-4505281697499554075&quot; style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Eriton, consegui somente hoje substituir a maledeta 3dsp ching-ling do  MUB pela pela &lt;span style=&quot;color: red;&quot;&gt;Intel wm3945abg&lt;/span&gt; que paguei meros 30 reais pelo mercado  livre, ainda melhor o vendedor é da minha cidade e entregou no mesmo dia  em mãos.  Então, hoje decidi trocar a plaquinha, sentei na sala de  casa, baixei os drivers para se prevenir de qualquer problema, desliguei  o MUB, retirei a bateria e iniciei a cirurgia, abri o bicho troquei a o  orgão defeituoso, lever cerca de 5 minutos para isso, fechei,  recoloquei a bateria, e liguei o bicho no Ubuntu 10.10, de início não  funcionou, então tentei instalar os módulos que achei no site  http://ipw3945.sourceforge.net/, mas nada feito, então conectei via lan,  e começei a fuçar nos fóruns da vida e nada, e nesse meio tempo deixei o  Ubuntu atualizando, após a atualização ele solicitou que reinicia-se,  reiniciei e vo á là reconheceu automaticamente, coisa linda mesmo, agora  sim sinto que meu MUB está perfeito, heheh...  Venho através deste relato agradecer pelas dicas e ajuda que me deu!  Até meu caro...  &lt;/b&gt;&lt;/dd&gt;&lt;dd class=&quot;comment-footer&quot;&gt;&lt;b&gt;&lt;span class=&quot;comment-timestamp&quot;&gt; &lt;a href=&quot;http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html?showComment=1298076964331#c4505281697499554075&quot; title=&quot;comment permalink&quot;&gt; 18 de fevereiro de 2011 22:56&amp;nbsp;&lt;/a&gt;&lt;span class=&quot;item-control blog-admin pid-852474844&quot;&gt;&lt;a class=&quot;comment-delete&quot; href=&quot;http://www.blogger.com/delete-comment.g?blogID=6934956426127819299&amp;amp;postID=4505281697499554075&quot; title=&quot;Excluir comentário&quot;&gt; &lt;/a&gt; &lt;/span&gt; &lt;/span&gt;&lt;/b&gt; &lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt;Julio Cesar disse... &lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;dl class=&quot;avatar-comment-indent&quot; dir=&quot;rtl&quot; id=&quot;comments-block&quot; style=&quot;color: lime; text-align: justify;&quot;&gt;&lt;dd class=&quot;comment-body&quot; id=&quot;Blog1_cmt-179363353771963749&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt; Olá colegas donos de MUBs. Depois de muito tempo (mais de dois  meses?), minha placa wireless &lt;span style=&quot;color: red;&quot;&gt;Intel 5100&lt;/span&gt; chegou da China, adquiri ela  através do eBay por ~31 reais. Eis o link do modelo no site da intel:  http://www.intel.com/products/wireless/adapters/5000/index.htm Bom,  eu li que alguns tiveram dúvida sobre o barramento, comigo foi o  seguinte, a placa 3dsp era reconhecida como usb, e aparecia quando eu  usava o comando &#39;lsusb&#39;, está nova consta como miniPCIe e aparece ao  usar &#39;lspci&#39;, então não tive problema nenhum com isso.  06:00.0 Network controller: Intel Corporation WiFi Link 5100  Optei  pela 5100 e não pela 5300 por que está última usava 3 antenas para  alcançar velocidade de até 450mbps, e a 5100 usa 2 com taxa de até  300mbps, e o notebook possui em sua fabricação apenas 2 antenas.  Lembrando que a 5100 trabalha tanto no padrão G(54mbps) quanto no  N(nesse caso &lt;/b&gt;&lt;/i&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI3wn9-SLl_dpl81w0M9nCDhG2WBpFbn4mnRqx6BORT3xkBWoM_tJNwwOTKF_S8WikWebvcUDReHwx7VbG8957S5U_pDsY5lTmKqZe43p6OEd1TZo0hIBBC72vNXvsD6RISAsCsX4-p1E/s1600/intel5100.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;112&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI3wn9-SLl_dpl81w0M9nCDhG2WBpFbn4mnRqx6BORT3xkBWoM_tJNwwOTKF_S8WikWebvcUDReHwx7VbG8957S5U_pDsY5lTmKqZe43p6OEd1TZo0hIBBC72vNXvsD6RISAsCsX4-p1E/s200/intel5100.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;i&gt;&lt;b&gt;300mbps). Outra coisa que é importante lembrar é que o slot  é mini PCIe, e NÃO o Half miniPCIe, na prática só o tamanho é  diferente, mas não posso afirmar que é instalação da HALF é viável. A  instalação foi rápida e simples, apesar de ser a primeira vez que  trocava uma placa de notebook já tinha bastante familiaridade com  montagem de desktops. Uso o windows 7, este reconheceu sem problemas.  Usava também o Ubuntu 10.10 e novamente a placa foi reconhecida de  imediato, liguei e já comecei a usar, após isso aproveitei para  atualizar para o Ubuntu 11.04, já que não estava mais preso a uma versão  do kernel no qual &#39;funcionava&#39; o dispositivo da 3dsp. Com o Ubuntu  atualizado continuei a usar sem problemas. Agora quando ligo meu MUB me  conecto imediatamente a rede configurada, muito mais rápido e sem topar  com um &#39;no valid wireless devices&#39;. Até o momento estou muito satisfeito com a troca e recomendo para quem não usa o bluetooth. Lembro  que não mudará nada adquirir uma placa com a opção de banda N se o seu  roteador não possui essa tecnologia, e para acesso a internet o ganho em  velocidade nem será percebido para as conexões de banda larga mais  comuns. Caso eu tenha alguma novidade volto a informá-los. Se faltou falar alguma coisa é só perguntar que tento responder. Gostaria  de agradecer ao Eriton que escreveu esse post, onde eu tirei algumas  dúvidas e que após acessa-lo começou minha saga para aquisição/troca da  3dsp pela intel 5100. Obrigado galera, e boa sorte a quem for tentar o mesmo! &lt;/b&gt;&lt;/i&gt;&lt;/span&gt; &lt;/dd&gt;&lt;dd class=&quot;comment-footer&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt;&lt;span class=&quot;comment-timestamp&quot;&gt; &lt;a href=&quot;http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html?showComment=1307759071860#c179363353771963749&quot; title=&quot;comment permalink&quot;&gt; 10 de junho de 2011 23:24 &lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/6002716589357220931/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/06/intel-5100-adaptador-compativel-com-o.html#comment-form' title='18 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6002716589357220931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6002716589357220931'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/06/intel-5100-adaptador-compativel-com-o.html' title='Dispositivos de rede sem fio compatíveis com o M.U.B.'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaP7io_CtRikn4k_Yki-aNKBUVbknBKdRar9NqrRp9_hS3se4piOJFkmAJoBcqxzjAIHceQ-VmvCt0o9q1M3hGbNkvFzCTZhou3lK79aLdALneWiWCLZWL85XfBe_85choC7cZ4JLn7xU/s72-c/intel5100_2.jpg" height="72" width="72"/><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-8449751237440885116</id><published>2011-05-17T11:23:00.010-03:00</published><updated>2011-07-02T19:09:25.851-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MUB-Defeito de fabricação"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Superaquecimento do MUB II - vício de fabricação</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;A falta de consideração das Empresas com o consumidor ainda é muito grande, e fico revoltado com esta situação, pagamos um quilo de tributos dos mais altos do mundo, existe um Código de Defesa do Consumido e um órgão fiscalizador em cada Cidade do País, e elas (As Empresas) insistem ainda em ludibriar a boa fé dos consumidores em não cumprir com as suas obrigações.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiupUKnN5K607bxjsZBkU-6SW-ZNujIlITAJ4y79ERdA0vrc4oykII2TnarHhK4B2zvIhs5a4U1MaVCWDe1yNYiBB7FxbKAce-3OuHH75nJTxR2XqZE7R0KsMR6bQeS9qBuhGbJnG1MSgA/s1600/P1050345_cortado.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;214&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiupUKnN5K607bxjsZBkU-6SW-ZNujIlITAJ4y79ERdA0vrc4oykII2TnarHhK4B2zvIhs5a4U1MaVCWDe1yNYiBB7FxbKAce-3OuHH75nJTxR2XqZE7R0KsMR6bQeS9qBuhGbJnG1MSgA/s320/P1050345_cortado.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;Quando os devedores deixam de pagar as prestações de um bem adquirido, são caçados como bandidos pelas instituições de cobranças contratadas por empresas que ficam no prejuízo por causa da inadimplência, lógico que não sou a favor dos inadimplentes, e não faço parte das listas do SERASA, SPC, etc., honro as minhas obrigações, inclusive adquiri o MUB com pagamento à vista.&lt;br /&gt;
&lt;br /&gt;
O resultado do não cumprimento das obrigações por parte da empresa já era esperado, quando fiz uma reclamação no &lt;a href=&quot;http://www.reclameaqui.com.br/&quot; style=&quot;color: yellow;&quot;&gt;reclameaqu&lt;/a&gt;&lt;span style=&quot;color: yellow;&quot;&gt;i &lt;/span&gt;ao descobri que o meu notebook MUB tinha um defeito de fabricação (vício oculto ou&amp;nbsp; vício de fabricação): (&lt;a href=&quot;http://www.reclameaqui.com.br/1282938/microboard-industria-e-comercio/superaquecimento-do-microboard-ultimate-black-vicio-de-fabr/&quot; style=&quot;color: yellow;&quot;&gt;http://www.reclameaqui.com.br/1282938/microboard-industria-e-comercio/superaquecimento-do-microboard-ultimate-black-vicio-de-fabr/&lt;/a&gt;), a empresa fabricante do MUB, simplesmente tirou a responsabilidade dela da reta, alegando que eu havia rompido o lacre e que deveria entrar em contato com ela quando aconteceu o fato, mas verificando algumas outras reclamações, pude observar que ela não está muito preocupada em cumprir os ditames das leis vigentes, vejam duas reclamações de outras pessoas que não foram atendidas pela citada empresa: &lt;a href=&quot;http://www.reclameaqui.com.br/1253494/microboard-industria-e-comercio/superaquecimento-mub/&quot; style=&quot;color: yellow;&quot;&gt;http://www.reclameaqui.com.br/1253494/microboard-industria-e-comercio/superaquecimento-mub/&lt;/a&gt; e &lt;a href=&quot;http://www.reclameaqui.com.br/1243373/microboard-industria-e-comercio/super-aquecimento-e-derretimento-da-fonte/&quot; style=&quot;color: yellow;&quot;&gt;http://www.reclameaqui.com.br/1243373/microboard-industria-e-comercio/super-aquecimento-e-derretimento-da-fonte/&lt;/a&gt;, deve ter mais pessoas lesadas, é só procurarem no referido sitio.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Algumas Considerações importantes:&lt;/i&gt;&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
Vício oculto é aquele que existe, real ou potencialmente, no momento da  compra e não é facilmente identificável pelo consumidor.&amp;nbsp; Se o vício já existia naquele momento, e só veio a se manifestar depois,  é deste momento que se conta o prazo de 90 dias (se o produto for  durável. Se for não-durável é de 30 dias).&lt;br /&gt;
Agora, se vc descobre um VÍCIO OCULTO neste aparelho, digamos,  somente 1 ano e meio depois, não tem problema. A partir daí é que serão  contados os 90 dias nos quais você poderá fazer sua reclamação. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;b&gt;&lt;i&gt;O vício, genericamente considerado, é o defeito grave que torna uma pessoa  ou coisa inadequadas à certos fins ou funções a que se propõe.&amp;nbsp; O verbo redibir significa anular judicialmente uma venda ou outro  contrato comutativo em que a coisa negociada foi entregue com vícios ou  defeitos ocultos, que impossibilitam o uso ao qual se destina, que lhe  diminuem o valor (Dicionário Aurélio).&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Vícios redibitórios são defeitos ocultos em coisa recebida, em  decorrência de contrato comutativo, que tornam a coisa adquirida  imprópria ao uso a que se destina ou lhe diminuam o valor.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Descobertos os vícios ocultos, ocorrerá a redibição da coisa, ou seja,  torna-se sem efeito o contrato, acarretando-lhe a resolução, com a  restituição da coisa defeituosa ao seu antigo dono ou sendo concedido um  abatimento no preço, se preferir o adquirente.&amp;nbsp; &lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Código Civil: &lt;br /&gt;
&lt;br /&gt;
Art. 441. A coisa recebida em virtude de contrato comutativo pode ser  enjeitada por vícios ou defeitos ocultos, que a tornem imprópria ao uso a  que é destinada, ou lhe diminuam o valor. &lt;/i&gt;&lt;i&gt;&lt;br /&gt;
Parágrafo único. É aplicável a disposição deste artigo às doações onerosas. &lt;br /&gt;
&lt;br /&gt;
Pelo princípio da boa fé constante no artigo 422 do código civil, os  contratantes são obrigados a guardar, assim na conclusão do contrato,  como em sua execução, os princípios de probidade e boa-fé. &lt;/i&gt;&lt;i&gt;&lt;br /&gt;
&lt;br /&gt;
Art. 444. A responsabilidade do alienante subsiste ainda que a coisa  pereça em poder do alienatário, se perecer por vício oculto, já  existente ao tempo da tradição.&quot;.... &lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;......&quot;Art. 442. Em vez de rejeitar a coisa, redibindo o contrato (art. 441), pode o adquirente reclamar abatimento no preço. &lt;br /&gt;
&lt;br /&gt;
Assim, de duas alternativas dispõe o adquirente: &lt;br /&gt;
&lt;br /&gt;
- Ação redibitória com o objetivo de rescindir o contrato e obtenção do  preço pago, além de perdas e danos, se o alienante conhecia o vício. &lt;br /&gt;
&lt;br /&gt;
- Ação estimatória com o fim de obter abatimento no preço, conservando  assim a aquisição do bem e evitando a redibição do contrato. &lt;br /&gt;
&lt;br /&gt;
3.5) O defeito oculto de uma coisa vendida juntamente com outras não autoriza a rejeição de todas (CC, art. 503). &lt;/b&gt;&lt;/i&gt;&quot;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;   &lt;br /&gt;
Leia mais a respeito - Referências:&lt;a href=&quot;http://br.answers.yahoo.com/question/index?qid=20070326072713AArj51g&quot;&gt; &lt;span style=&quot;color: yellow;&quot;&gt;http://br.answers.yahoo.com/question/index?qid=20070326072713AArj51g&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;color: yellow;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Lembrando o que aconteceu comigo, levei o MUB para uma assistência técnica de notebook e amarguei em R$ 450,00 de prejuízo, onde R$ 250 foi para o reparo da fonte interna do Notebook, localizada na placa mãe, e R$ 200,00 para a substituição da fonte de alimentação da batéria, que ficou imprestável, e além do mais&amp;nbsp; aparelho sofreu uma desvalorização com estas ressoldas da placa mãe, com o risco de acontecer novamente o mesmo problema. &lt;/div&gt;Olha a Resposta da Empresa no Reclame aqui:&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;b style=&quot;color: lime;&quot;&gt;&lt;i&gt;Prezado Sr. Eriton&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;Boa tarde&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;Gostaríamos de esclarecer que a Microboard possui inúmeras assistências  técnicas espalhadas pelo Brasil, inclusive em Goiânia,  e quando o  senhor procurou uma assistência não autorizada e os lacres do  equipamento foram rompidos e peças foram trocadas perdeu a garantia de  seu equipamento. &lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;Quando um cliente verifica algum problema no equipamento ele deve  primeiramente contatar a Microboard para que o auxiliemosa resolver a  questão o mais breve possível.&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;De acordo com o seu realato o fato ocorreu 10 dias após o vencimento da  garantia, nesses casos recolhemos o equipamento do cliente e verificamos  o ocorrido para que o mesmo seja atendido em garantia e passe por uma  revisão completa. Garantimos o suporte técnico, porém esse deve ser  realizado dentro de uma de nossas autorizadas.&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;Esperamos ter esclarecido a questão e nos colocamos à sua disposição para atendê-lo.&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;&lt;i&gt;Atenciosamente&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;b style=&quot;color: lime;&quot;&gt;&lt;i&gt;MICROBOARD&lt;/i&gt;&lt;/b&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
Vou juntar todas os documentos e procurar os meus direitos em um juizado especial aqui na minha cidade, e recomento o mesmo para as pessoas com o mesmo problema ou problema parecido. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/8449751237440885116/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/05/superaquecimento-do-mub-ii-vicio-de.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8449751237440885116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8449751237440885116'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/05/superaquecimento-do-mub-ii-vicio-de.html' title='Superaquecimento do MUB II - vício de fabricação'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiupUKnN5K607bxjsZBkU-6SW-ZNujIlITAJ4y79ERdA0vrc4oykII2TnarHhK4B2zvIhs5a4U1MaVCWDe1yNYiBB7FxbKAce-3OuHH75nJTxR2XqZE7R0KsMR6bQeS9qBuhGbJnG1MSgA/s72-c/P1050345_cortado.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-6772505335164059922</id><published>2011-05-08T13:07:00.010-03:00</published><updated>2011-07-02T19:09:48.465-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mesa para notebook"/><title type='text'>Mesa feita com cano de PVC para notebook</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6IItNUoQhD5thbzmiMKSZPWOetPtA0F2RTegx6g8a68bqkQNeSbqBXCkDCgwNKeQnPzdplf5G4NucxrxwZKs1QmXNtnyszFEwe_1WIgKQTUgVnJ1gwFL3wN6GWWek0ZJqPur9u_mjUPw/s1600/03.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6IItNUoQhD5thbzmiMKSZPWOetPtA0F2RTegx6g8a68bqkQNeSbqBXCkDCgwNKeQnPzdplf5G4NucxrxwZKs1QmXNtnyszFEwe_1WIgKQTUgVnJ1gwFL3wN6GWWek0ZJqPur9u_mjUPw/s200/03.jpg&quot; width=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4ES3YYLjZbI1uq4z3rOJ4fdLi_yi7iAjvdoCeL6zaLIm2h3e2uEfAsjF7h0GH2FpYnVI-yQRZr78ODk1UrJBaWgiPLz-zpmuWXrYvtV_9Ph8iSMBFJ7N_-OKNxPHhDZQWeMqcbUgoQDY/s1600/08.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Estava procurando uma mesa para computador em diversos sites de compra, não encontrei a mesa ideal, ou seja custo x benefício. &lt;br /&gt;
Minha esposa em suas andanças(linkadas) pelos diversos blogs femininos encontrou este blog da Cangaceira Margaret com um monte de idéias, em especial esta mesa para notebook feita de PVC, só não gostei da cor, mas isso é somente um detalhe.&lt;br /&gt;
Dê uma visita no &lt;a href=&quot;http://www.margaretss.com.br/archives/815&quot;&gt;Blog&lt;/a&gt; dela: (&lt;a href=&quot;http://www.margaretss.com.br/archives/815&quot;&gt;http://www.margaretss.com.br/archives/815&lt;/a&gt;) e vejam como fazer a mesa de PVC para notebook.&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
O único defeito é a cor da mesa&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-v48jZslnnzipqqMkNnJdHOGknLtHvQDv7bqttkPsHt35lsRXDnU3aD7gZk2UzynNDNJK_Gq7oRi4ScHvOxweTvgjGJfcWCt7ui1Jk8gj2jMFuDyVNglf3VrvKcss9hFfcXY6AwZEmLI/s1600/08.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-v48jZslnnzipqqMkNnJdHOGknLtHvQDv7bqttkPsHt35lsRXDnU3aD7gZk2UzynNDNJK_Gq7oRi4ScHvOxweTvgjGJfcWCt7ui1Jk8gj2jMFuDyVNglf3VrvKcss9hFfcXY6AwZEmLI/s640/08.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;O note parece um MUB antigo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/6772505335164059922/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/05/mesa-para-notebook-com-cano-pvc.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6772505335164059922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6772505335164059922'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/05/mesa-para-notebook-com-cano-pvc.html' title='Mesa feita com cano de PVC para notebook'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6IItNUoQhD5thbzmiMKSZPWOetPtA0F2RTegx6g8a68bqkQNeSbqBXCkDCgwNKeQnPzdplf5G4NucxrxwZKs1QmXNtnyszFEwe_1WIgKQTUgVnJ1gwFL3wN6GWWek0ZJqPur9u_mjUPw/s72-c/03.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-3941054283056414062</id><published>2011-05-08T11:34:00.007-03:00</published><updated>2011-06-24T22:07:26.369-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MUB-Defeito de fabricação"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Superaquecimento do MUB - vicios de fabricação ou vício oculto dos Microboards</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCwHkVWMEp1OD2_v-nZ9ljx44HkZcrXPLViHXQKl_scj5DmwQPRX5X1A7sCDWqTXrhsfM9UOv9i0_8C6xDfez1hVKEjslB2YyN-wE9-Re17Zp_lXESDsbxPmE-mf0Z7a_21vTAA_edQm4/s1600/P1050345_cortado.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;134&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCwHkVWMEp1OD2_v-nZ9ljx44HkZcrXPLViHXQKl_scj5DmwQPRX5X1A7sCDWqTXrhsfM9UOv9i0_8C6xDfez1hVKEjslB2YyN-wE9-Re17Zp_lXESDsbxPmE-mf0Z7a_21vTAA_edQm4/s200/P1050345_cortado.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Vou relatar uma experiência que tive com MUB, que eu não quero que ninguém passe por ela. &lt;br /&gt;
Foi no mês de fevereiro, estava em meu local de trabalho e peguei o meu MUB da mochila e coloquei sobre a mesa, conectei a fonte de alimentação na tomada e coloquei o note para carregar, depois de uma hora carregando, sem mais sem menos, senti um cheiro de queimado, e comecei a procurar por fumaça, ou algo assim, desesperei e fui logo desconectando a fonte da tomada, desligando o micorboard no botão&lt;br /&gt;
 desligar, quando fui tirar o plug da fonte, queimei as pontas dos dedos, estava fritando o plug e na área do pino no notebook. Não consegui tirar o plug, pois ele literalmente derreteu / grudou / soldou no pino de conexão da fonte interna. Fui em uma oficina especializada e autorizada em notebook para que o técnico em eletrônica verificasse o que havia acontecido, depois de aberto me passou o diagnóstico de que havia queimado os componentes eletrônicos da fonte interna do laptop e que eu deveria desenbolsar R$ 450,00 (R$ 250,00 do reparo e R$ 200,00 para aquisição de uma nova fonte), fiquei indignado, pois o fato aconteceu 10 (dez) dias depois do vencimento da garantia. Pensei que o problema era só meu, mas fui fazer uma busca no google(http://www.reclameaqui.com.br/1253494/microboard-industria-e-comercio/superaquecimento-mub/) e observei que há vários problemas parecidos&amp;nbsp; ao meu.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidHW8VeUA9-dwZ7zH4-vLOjbB7QBugdpFeN4Pb4kLXqbXWsr_P1OSHUsgJhBA736W7e1qzWoD4PW2rtcGAmChCg5P8ypuZTxVC8lcL2C1C9VGn816z-j4ahbh006C9bGC7H5impsuo_vE/s1600/P1050345.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidHW8VeUA9-dwZ7zH4-vLOjbB7QBugdpFeN4Pb4kLXqbXWsr_P1OSHUsgJhBA736W7e1qzWoD4PW2rtcGAmChCg5P8ypuZTxVC8lcL2C1C9VGn816z-j4ahbh006C9bGC7H5impsuo_vE/s640/P1050345.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A Microboard não está tendo o cuidado na escolha dos componentes de seu produto, primeiro foi a canseira do dispositivo XinGLing Wireless e por último o problema da fonte. Fiz uma reclamação no reclameaqui: http://goo.gl/9YZMx, e estou aguardando providências&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/3941054283056414062/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/05/superaquecimento-do-mub.html#comment-form' title='4 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/3941054283056414062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/3941054283056414062'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/05/superaquecimento-do-mub.html' title='Superaquecimento do MUB - vicios de fabricação ou vício oculto dos Microboards'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCwHkVWMEp1OD2_v-nZ9ljx44HkZcrXPLViHXQKl_scj5DmwQPRX5X1A7sCDWqTXrhsfM9UOv9i0_8C6xDfez1hVKEjslB2YyN-wE9-Re17Zp_lXESDsbxPmE-mf0Z7a_21vTAA_edQm4/s72-c/P1050345_cortado.JPG" height="72" width="72"/><thr:total>4</thr:total><georss:featurename>Goiânia - GO, Brasil</georss:featurename><georss:point>-16.6777153 -49.267629599999964</georss:point><georss:box>-16.8667803 -49.451093599999965 -16.4886503 -49.084165599999963</georss:box></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-2364144132893209671</id><published>2011-05-01T17:19:00.039-03:00</published><updated>2011-07-02T19:10:17.232-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>3dsp (Bluew2310-U) no Ubuntu 11.04 kernel 2.6.38-8-generic ou superior (x86 e x86_64)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE7EdfiIHvbKwl0-9wv28kkvy9KKV9tnyi-170bVmBKxeNXwBNcCqqKKYXKSJYNHrJaqYidxxVmebvfjd4MiSKy8k4j1dAziB63z1WXTcuewy2V3TEA2ZDuGr7zczdybNExOd6O5oJgDE/s1600/unity.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;116&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE7EdfiIHvbKwl0-9wv28kkvy9KKV9tnyi-170bVmBKxeNXwBNcCqqKKYXKSJYNHrJaqYidxxVmebvfjd4MiSKy8k4j1dAziB63z1WXTcuewy2V3TEA2ZDuGr7zczdybNExOd6O5oJgDE/s200/unity.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Para quem tem o dispositivo sem fio Bluew2310-U do fabricante 3DSP, e é usuário do Linux, especialmente os Ubunteiros de carteirinha, todas vezes que o kernel é atualizado, sofrem com a reinstalação dos módulos deste famigerado dispositivo XinGLinG.&lt;br /&gt;
Os drivers compilados disponibilizados pelo site do fabricante nunca são atualizado na mesma velocidade da atualização do kernel do Linux. O Código fonte sempre tem BUG e como sempre achamos almas caridosas que corrigem a codificação dos fontes dos módulos, como é o caso do Argentino Sergio Orbe Reyiyo e do Francisco de Souza, num &lt;a href=&quot;http://3dsp%20no%20ubuntu%2010.10%20kernel%202.6.35-23%20ou%20superior%20%2832%20e%2064%20bits%29/&quot; style=&quot;color: lime;&quot;&gt;post&lt;/a&gt; meses atrás.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Erros no código fonte do fabricante:&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make -C /lib/modules/2.6.38-8-generic/build/ M=`pwd`&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.38-8-generic&#39;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp; CC [M]&amp;nbsp; /home/eritonb/BlueW-2310U_3.0.5_101015/driver_src/bus/businit.o&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/home/eritonb/BlueW-2310U_3.0.5_101015/driver_src/bus/businit.c:37:5: error: unknown field ‘ioctl’ specified in initializer&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;/home/eritonb/BlueW-2310U_3.0.5_101015/driver_src/bus/businit.c:37:5: warning: initialization from incompatible pointer type&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make[3]: ** [/home/eritonb/BlueW-2310U_3.0.5_101015/driver_src/bus/businit.o] Erro 1&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make[2]: ** [/home/eritonb/BlueW-2310U_3.0.5_101015/driver_src/bus] Erro 2&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make[1]: ** [_module_/home/eritonb/BlueW-2310U_3.0.5_101015/driver_src] Erro 2&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make[1]: Saindo do diretório `/usr/src/linux-headers-2.6.38-8-generic&#39;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;make: ** [all] Erro 2&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Link do código fonte corrigido e Tutorial de instalação do dispositivo:&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
1) - Baixar todas as dependências para instalação do dispositivo&lt;br /&gt;
Abra o terminal com as teclas &quot;alt + ctrl + t&quot; e digite: &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;br /&gt;
&lt;b&gt;$ sudo apt-get install build-essential linux-headers-`uname -r` git&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
2)  - Baixe o código fonte do dispositivo do fabricante, no site https://github.com/reyiyo/3dsp/. O código foi alterado por Sergio Orbe Ryiyo (https://github.com/reyiyo) , Infelizmente os Chinas não conseguiram resolver o problema de codificação dos módulos do dispositivo, drive do site do fabricante ao ser executado dá  um erro de codificação no código fonte de instalação do dispositivo.  Execute no terminal os comandos a seguir:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ git clone http://github.com/reyiyo/3dsp.git&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ cd 3dsp&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ sudo bash Install_3DSPUSB.sh &lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
3) - Fazendo aparecer na barra de cima os ícones &lt;b&gt;uWB&lt;/b&gt; e &lt;b&gt;3dsp-wifi-radar&lt;/b&gt;.&lt;br /&gt;
(Esta dica é de um leitor do meu blog &quot;Bon Scott&quot; que extraiu as informações no blog &lt;a href=&quot;http://tuamigotetieneganas.blogspot.com/2011/04/unity-area-de-notificacion-systray.html&quot; style=&quot;color: yellow;&quot;&gt;http://tuamigotetieneganas.blogspot.com/2011/04/unity-area-de-notificacion-systray.html&lt;/a&gt;, Muito Obrigado pela dica).&lt;br /&gt;
Ainda no terminal digite:&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ gsettings set com.canonical.Unity.Panel systray-whitelist &quot;[&#39;all&#39;]&quot;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
Feito isso basta clicar no icone do Ubuntu que fica no canto superior esquerdo e em Pesquisa digitar : 3dsp ou clicar em &quot;mais aplicativos&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNPUc4_C0GUneZn2quwu9qvXSIB-0RdVI_S0m4MVV8xNXoT77IVIKsov4iu9GoJt8qKahm0cHlacDr3BapnmNQ34dYxuyrAy6jTApQnyasetO5rnZ0Zlg-8trnpYdXgS9p51CAhF8VTt8/s1600/Captura_de_tela-1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNPUc4_C0GUneZn2quwu9qvXSIB-0RdVI_S0m4MVV8xNXoT77IVIKsov4iu9GoJt8qKahm0cHlacDr3BapnmNQ34dYxuyrAy6jTApQnyasetO5rnZ0Zlg-8trnpYdXgS9p51CAhF8VTt8/s640/Captura_de_tela-1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
. Depois é só arrastar os ícones para a barra do Menu lateral e correr pro abraço. Bom no meu caso não precisou arrastar os ícones eles apareceram sem precisar qualquer ação.&lt;br /&gt;
&lt;br /&gt;
4) - Conectando automaticamente o 3dsp-wifi-radar sem autenticação do superusuário:&lt;br /&gt;
&lt;br /&gt;
4.1)- Digite no terminal o comando:&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;$ &lt;b&gt;sudo sh -c &quot;echo $USER ALL=NOPASSWD: /usr/sbin/3dsp-wifi-radar &amp;gt;&amp;gt; /etc/sudoers&quot;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
4.2) - Configurando o sistema para iniciar automaticamente:&lt;br /&gt;
&lt;br /&gt;
a) Clique no botão do unity, em pesquisar digite Aplicativos de sessão:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhknoB0emyGHIIQkR7FQ0YL7KoVTHb4DFa9tkiQCEX03-2yrGxA1eEg4HIx0oWObVJjDPoOBP4uvY1RDU1Npp0Tw67e6ph6JrZa2pZybwJp6i_pW5MW-Bj_02Cy_pwfercROC-oflizy7s/s1600/Captura_de_tela-4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhknoB0emyGHIIQkR7FQ0YL7KoVTHb4DFa9tkiQCEX03-2yrGxA1eEg4HIx0oWObVJjDPoOBP4uvY1RDU1Npp0Tw67e6ph6JrZa2pZybwJp6i_pW5MW-Bj_02Cy_pwfercROC-oflizy7s/s640/Captura_de_tela-4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
b) Na janela preferências dos aplicativos de sessão clique no botão &quot;&lt;span style=&quot;color: lime;&quot;&gt;adicionar&lt;/span&gt;&quot;, na janela aberta nas opções a seguir digite:&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;- nome&lt;/b&gt;: &lt;span style=&quot;color: yellow;&quot;&gt;Ativar o 3dsp-wifi-radar&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;- Comando: &lt;/b&gt;&lt;span style=&quot;color: yellow;&quot;&gt;gksu /usr/sbin/3dsp-wifi-radar&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;- Comentário:&lt;/b&gt; &lt;span style=&quot;color: yellow;&quot;&gt;Iniciando o 3dsp-wifi-radar&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNbGAcfLmRW_I7BwTgH8K0FsDtjmJZsa0actxPqXP0X9f6dQaMAgzJQLPbaJPDyuIJTf555bRpc3sE1YVSwH7tjmsyxXWp0-0gKuZf6IOBu1Fyd2z7ThlGwJkHrNlVPgjdSQ-HI-Z-a4Y/s1600/Captura_de_tela-5.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNbGAcfLmRW_I7BwTgH8K0FsDtjmJZsa0actxPqXP0X9f6dQaMAgzJQLPbaJPDyuIJTf555bRpc3sE1YVSwH7tjmsyxXWp0-0gKuZf6IOBu1Fyd2z7ThlGwJkHrNlVPgjdSQ-HI-Z-a4Y/s640/Captura_de_tela-5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
5) -&amp;nbsp; Colocando o Menu no Unity (Início rápido de aplicativos - Cardápio)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXDJGexrBmNNOMrGYY8s2lY5oLrpwnmEBTneG13mL9TSXWl6l6bmQet_WrwVPbKfa3_B028dZy8ca6dMyez4BX3XFcx4exh0QBUxukberMgI2QHK74qw2rfyXiG8Wrbpu1qHs7JvMx2aA/s1600/menu_on_Ubuntu_unity.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;356&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXDJGexrBmNNOMrGYY8s2lY5oLrpwnmEBTneG13mL9TSXWl6l6bmQet_WrwVPbKfa3_B028dZy8ca6dMyez4BX3XFcx4exh0QBUxukberMgI2QHK74qw2rfyXiG8Wrbpu1qHs7JvMx2aA/s640/menu_on_Ubuntu_unity.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dica do Leitor Bon Scotty, extraída do site &lt;a href=&quot;http://ubuntued.info/como-ter-um-menu-no-unity&quot; style=&quot;color: yellow;&quot;&gt;http://ubuntued.info/como-ter-um-menu-no-unity &lt;/a&gt;&lt;br /&gt;
5.1) No terminal digite os comandos conforme as orientações abaixo ou copie&amp;nbsp; um por vez e cole cada um com o comando &quot;shift + Ins&quot;&amp;nbsp; e depois pressione &quot;enter&quot;:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;a) - Adicionando o repositório oficial do Cardápio:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ sudo add-apt-repository ppa:cardapio-team/unstable &amp;amp;&amp;amp; sudo apt-get update&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;b) - Instalando o Cardápio:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ sudo apt-get install cardapio&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;c) - O comando a seguir irá criar, caso ainda não exista, uma pasta oculta na sua Pasta Pessoal: &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ mkdir ~/.local/share/applications&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
5.2) - Criando o atalho do Cardápio na barra lateral Unity:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;a) Digite os comandos ou copie e cole (&quot;shift+Ins&quot;) no terminal, e depois pressione &quot;enter&quot;:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ echo &quot;[Desktop Entry]&lt;br /&gt;
Version=1.0&lt;br /&gt;
Type=Application&lt;br /&gt;
Terminal=false&lt;br /&gt;
Exec=cardapio&lt;br /&gt;
Name=menu&lt;br /&gt;
Icon=gnome-main-menu&quot; &amp;gt; ~/.local/share/applications/Cardapio.desktop&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;b) - Abra o diretório &lt;/b&gt;&lt;b&gt;onde está o arquivo &lt;/b&gt;&lt;b&gt; &quot;&lt;span style=&quot;color: lime;&quot;&gt;Cardapio.desktop&lt;/span&gt;&quot; &lt;/b&gt;&lt;b&gt;com o navegador de arquivos nautilus &lt;/b&gt;&lt;b&gt;:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: lime;&quot;&gt;&lt;b&gt;$ nautilus ~/.local/share/applications/&lt;/b&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
Arraste o arquivo &quot;&lt;span style=&quot;color: lime;&quot;&gt;Cardapio.desktop&lt;/span&gt;&quot; para a barra lateral do Unity&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioYU429ItEIcKcIMU6XMybJb_h4hREfJHce82gRoB_46Oe4uzO4wiHVYfRtwVw0Z2ktUVwK9HUKoKpOPh6oPW7aNqnyTNSk2DX39Qdt1MPQm_wL1G8bcPG0F5Rgc6YMmZjFS8oDsilWc0/s1600/Captura_de_tela-1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioYU429ItEIcKcIMU6XMybJb_h4hREfJHce82gRoB_46Oe4uzO4wiHVYfRtwVw0Z2ktUVwK9HUKoKpOPh6oPW7aNqnyTNSk2DX39Qdt1MPQm_wL1G8bcPG0F5Rgc6YMmZjFS8oDsilWc0/s640/Captura_de_tela-1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt; &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTPgy3AFVN7mlsv9DaNSiSevHy5a_IKEa50sDcRfcCXnw4Yy6MSXELHxz3zt8cKSUDYEeLhHXSgiLjnog37BvsAvb0IloHckaZTvFk7gwK7gdlIu0bu8tUiUkRo1ZAQ8ts1OOMa_DRmMw/s1600/Captura_de_tela-2.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTPgy3AFVN7mlsv9DaNSiSevHy5a_IKEa50sDcRfcCXnw4Yy6MSXELHxz3zt8cKSUDYEeLhHXSgiLjnog37BvsAvb0IloHckaZTvFk7gwK7gdlIu0bu8tUiUkRo1ZAQ8ts1OOMa_DRmMw/s640/Captura_de_tela-2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Clique no ícone do aplicativo Cardápio, e escolha o programa que deseje abrir. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20iNg3r7x9DdsUdU8T5UWyI1cN5BPiGryIfAqJQbr5VCP46kVtAQgHzgcWdwh1TEdWd2TXtTs1ntpFWg1TLoD0QIjJvZ-2p3KfWG426Cu6TLC687fLJh7wwz3neWsqQT39JK9FA7svos/s1600/Captura_de_tela-3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20iNg3r7x9DdsUdU8T5UWyI1cN5BPiGryIfAqJQbr5VCP46kVtAQgHzgcWdwh1TEdWd2TXtTs1ntpFWg1TLoD0QIjJvZ-2p3KfWG426Cu6TLC687fLJh7wwz3neWsqQT39JK9FA7svos/s640/Captura_de_tela-3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: yellow; font-size: large;&quot;&gt;&lt;b&gt;Video&lt;/b&gt;: como ter um menu no Unity&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;object class=&quot;BLOGGER-youtube-video&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; data-thumbnail-src=&quot;http://3.gvt0.com/vi/u4l5cIhUp_c/0.jpg&quot; height=&quot;266&quot; width=&quot;320&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/u4l5cIhUp_c&amp;fs=1&amp;source=uds&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;&lt;embed width=&quot;320&quot; height=&quot;266&quot; src=&quot;http://www.youtube.com/v/u4l5cIhUp_c&amp;fs=1&amp;source=uds&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Referências:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a class=&quot;yt-uix-redirect-link&quot; data-redirect-href-updated=&quot;true&quot; dir=&quot;ltr&quot; href=&quot;http://www.youtube.com/redirect?q=http%3A%2F%2Fubuntued.info%2Fcomo-ter-um-menu-no-unity&amp;amp;session_token=VWBobFSaggSUaUrAlry6KkoUlB58MTMwNjY5NTcxOUAxMzA2NjA5MzE5&quot; rel=&quot;nofollow&quot; style=&quot;color: lime;&quot; target=&quot;_blank&quot; title=&quot;http://ubuntued.info/como-ter-um-menu-no-unity&quot;&gt;http://ubuntued.info/como-ter-um-menu-no-unity&lt;/a&gt;&lt;span style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;Caso não goste do Unity&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;6) - A segunda opção, caso não goste do Unity, é fazer o sistema carregar no modo clássico do Ubuntu, fazendo da seguinte maneira:&lt;br /&gt;
&lt;br /&gt;
7) - Dê logout (botão de desligar -&amp;gt; encerrar &lt;span class=&quot;highlight&quot;&gt;sessão&lt;/span&gt;), e escolha &lt;span class=&quot;highlight&quot;&gt;Ubuntu&lt;/span&gt; Unity no GDM.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBLFs-pbKK8KHuvimygR5LShoSW0k_eeMhHDmKwgzpCwg-FUJneMlJP1kDRJVjKdawpXecUcbd_WIHW4loogPiOxOArJVSecwnECnvMQVxPKlT1NnvaRJG5ejlShy4_8Kil0ADTf1ktVU/s1600/Captura_de_tela.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBLFs-pbKK8KHuvimygR5LShoSW0k_eeMhHDmKwgzpCwg-FUJneMlJP1kDRJVjKdawpXecUcbd_WIHW4loogPiOxOArJVSecwnECnvMQVxPKlT1NnvaRJG5ejlShy4_8Kil0ADTf1ktVU/s640/Captura_de_tela.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
8) - O processo é bastante simples e o utilizador não precisa de instalar ou  configurar nada. Para usar o Gnome como interface basta, no menu de  login, escolher a opção &lt;b&gt;&lt;i&gt;Ubuntu Classic &lt;/i&gt;&lt;/b&gt;como mostra a figura seguinte.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi517LAwz6V1xqXmDS6VffDgAdku0mTDBB6X_kJejI8U0Nn6O474TaY4Bt9k2yzgNUwgmQpqhAxmVAvWJG-pJI5CXYf-BpPG6iyjE46mjXjOZkZs94VDmdy3Y7zdQK8LJ657j7iZcHbQE/s1600/u_classic_00_thumb.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi517LAwz6V1xqXmDS6VffDgAdku0mTDBB6X_kJejI8U0Nn6O474TaY4Bt9k2yzgNUwgmQpqhAxmVAvWJG-pJI5CXYf-BpPG6iyjE46mjXjOZkZs94VDmdy3Y7zdQK8LJ657j7iZcHbQE/s640/u_classic_00_thumb.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
9) Na interface clássica do Ubuntu para conectar-se à internet&amp;nbsp; é necessário proceder os seguintes passos através dos menus: &lt;br /&gt;
&lt;br /&gt;
a) Aplicativos / Acessórios / 3dsp uWB&lt;br /&gt;
b) Aplicativos / Acessórios / 3dsp wifi radar&lt;br /&gt;
&lt;br /&gt;
c) acessar a internet.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo após Postado por: Eriton Benevides. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwPumUD_9ruRjwoSC4XstS2zpKx97hkpq7z6TLBdpn2BOlDXid-WO3fuCCBhIVUPc8YKD1nRudC12gQkHVfpqjuJdnSYsgA_-b3otcn2HAVuG_KDA-_XKriiauYcQZxXpVRgI0ts_7xv4/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwPumUD_9ruRjwoSC4XstS2zpKx97hkpq7z6TLBdpn2BOlDXid-WO3fuCCBhIVUPc8YKD1nRudC12gQkHVfpqjuJdnSYsgA_-b3otcn2HAVuG_KDA-_XKriiauYcQZxXpVRgI0ts_7xv4/s640/botaomai1.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/2364144132893209671/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/05/3dsp-bluew2310-u-no-ubuntu-1104-kernel.html#comment-form' title='31 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/2364144132893209671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/2364144132893209671'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/05/3dsp-bluew2310-u-no-ubuntu-1104-kernel.html' title='3dsp (Bluew2310-U) no Ubuntu 11.04 kernel 2.6.38-8-generic ou superior (x86 e x86_64)'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE7EdfiIHvbKwl0-9wv28kkvy9KKV9tnyi-170bVmBKxeNXwBNcCqqKKYXKSJYNHrJaqYidxxVmebvfjd4MiSKy8k4j1dAziB63z1WXTcuewy2V3TEA2ZDuGr7zczdybNExOd6O5oJgDE/s72-c/unity.jpg" height="72" width="72"/><thr:total>31</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-8795993716718980046</id><published>2011-03-15T21:44:00.009-03:00</published><updated>2011-06-24T22:05:42.949-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Adaptadores wireless compatíveis com MUB"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Com atualização do Kernel do Ubuntu é necessário compilar os módulos do dispositivo Bluew-2310u?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHN0RffQI0EfhoJT9ne74me5YJ83g1Rwb9O8RD64LBQ27WQMQ07K8VVhA8z-oN1l-NR6I9JwKsIR4cRzg8EgsvUhMEqHl4AKno-YFJOr-QF04yvjciWRIAFYFaBTKLv77XE1shXc8RX1E/s1600/chip_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHN0RffQI0EfhoJT9ne74me5YJ83g1Rwb9O8RD64LBQ27WQMQ07K8VVhA8z-oN1l-NR6I9JwKsIR4cRzg8EgsvUhMEqHl4AKno-YFJOr-QF04yvjciWRIAFYFaBTKLv77XE1shXc8RX1E/s200/chip_2.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Sim, todas as vezes que o sistema atualizar o kernel, será preciso  compilar os módulos para este novo kernel. (&lt;a href=&quot;http://eritonb.blogspot.com/2010/10/3dsp-no-ubuntu-1010-kernel-2635-23.html&quot; style=&quot;color: blue;&quot;&gt;http://eritonb.blogspot.com/2010/10/3dsp-no-ubuntu-1010-kernel-2635-23.html&lt;/a&gt;). Infelizmente a empresa &lt;a href=&quot;http://www.3dsp.com.cn/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;3DSP&lt;/span&gt;&lt;/a&gt;, detentora do código  proprietário do dispositivo Bluew-2310u, não disponibiliza este código para a  comunidade linux para tirar os &quot;Bugs&quot;, que são muitos, e desenvolver os módulos e inserindo-os no kernel para este maledito  adaptador. O fabricante &lt;a href=&quot;http://www.3dsp.com.cn/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;3DSP&lt;/span&gt;&lt;/a&gt; (&lt;b&gt;&lt;i&gt;patenteadora do XingLing&lt;/i&gt;&lt;/b&gt;), bem como a  &lt;a href=&quot;http://www.microboard.com.br/&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Microboard&lt;/span&gt;&lt;/a&gt; estão se lixando para seus clientes, porqueo único interesse dessas empresas é&amp;nbsp; vender quantidade e não qualidade.&lt;br /&gt;
 &lt;i&gt;&lt;b&gt;A Microboard&lt;/b&gt;&lt;/i&gt;&lt;b&gt;&lt;i&gt; vende computadores com linux sem suporte nenhum, força   muitos clientes, que não tem intimidade com o sistema livre, a instalar o   piratoso RuimWindows&lt;/i&gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjChK18NGF1BlZ2vBFo1CfVyNoeVTs4JTRQTMVWOUIXJiOBPeUV5Z973y6b2xGvPc3Xa_mT2ZbCzn9gl4IHpntNFE4jF9qV8VF7t98pKqXOEvDJQUmC-j0xgjfvaMjC0hFib2pOYr_aXV4/s1600/logo-microboard.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;76&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjChK18NGF1BlZ2vBFo1CfVyNoeVTs4JTRQTMVWOUIXJiOBPeUV5Z973y6b2xGvPc3Xa_mT2ZbCzn9gl4IHpntNFE4jF9qV8VF7t98pKqXOEvDJQUmC-j0xgjfvaMjC0hFib2pOYr_aXV4/s320/logo-microboard.png&quot; style=&quot;background-color: white;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Ela coloca este dispositivo, com dupla função,  wireless e bluetooth, e outros como HDMI e SD card, e atrai clientes por causa destas diversidades de I/O  (imput/output) atuais nos seus notebook, acrescido do sistema Operacional linux, fazendo com  que o MUB fique mais acessível e com preço ainda mais atraente, sem &lt;i style=&quot;color: red;&quot;&gt;&lt;b&gt;contar contando&lt;/b&gt;&lt;/i&gt; logicamente, do desconto oferecido em seus Notes do valor do Sistema RuimWindows, que geralmente a maioria das empresas fabricantes e montadoras dos notebooks vendem através do sistema de venda casada, Notebook + Windows, não dando opção de escolha do modelo + sistema operacional. &lt;br /&gt;
&lt;br /&gt;
Existem duas opções para resolução  deste problema, uma é não atualizar o kernel, o que não é recomendável, pois algumas das atualizações do  kernel são implementações de seguraça, a outra é trocar o XingLing, e esta foi a minha escolha:  &lt;a href=&quot;http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html.&quot;&gt;http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html.&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/8795993716718980046/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/03/com-atualizacao-do-kernel-do-ubuntu-e.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8795993716718980046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8795993716718980046'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/03/com-atualizacao-do-kernel-do-ubuntu-e.html' title='Com atualização do Kernel do Ubuntu é necessário compilar os módulos do dispositivo Bluew-2310u?'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHN0RffQI0EfhoJT9ne74me5YJ83g1Rwb9O8RD64LBQ27WQMQ07K8VVhA8z-oN1l-NR6I9JwKsIR4cRzg8EgsvUhMEqHl4AKno-YFJOr-QF04yvjciWRIAFYFaBTKLv77XE1shXc8RX1E/s72-c/chip_2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-1282527967798611495</id><published>2011-03-09T17:45:00.004-03:00</published><updated>2011-04-03T08:32:05.376-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Novo driver para placa Bluew-2310U (Fabricante 3dsp)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOqGJ4TEj4x5_Ce_w3fYvLn31BSnUPXE7s2f-q2ry5m1PWkhHl8FIrhb-0tGaorlvQsa_d5BISYO_1vrKXDZ2ghLNqD_YFRnjdJemZ-W_e8P6pEiEeW4dxSURyopf0gyrcfwWsTY93NcQ/s1600/chip_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOqGJ4TEj4x5_Ce_w3fYvLn31BSnUPXE7s2f-q2ry5m1PWkhHl8FIrhb-0tGaorlvQsa_d5BISYO_1vrKXDZ2ghLNqD_YFRnjdJemZ-W_e8P6pEiEeW4dxSURyopf0gyrcfwWsTY93NcQ/s1600/chip_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;O Fabricante do dispositivo Bluew-2310U, a 3DSP disponibilizou os fontes do dispositivo no endereço:&amp;nbsp; &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/BlueW-2310U_3.0.5_101015.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/BlueW-2310U_3.0.5_101015.tar.gz&lt;/a&gt;, quem sabe se não corrigiu os diversos Bug existentes do software deste adaptador.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/1282527967798611495/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/03/novo-driver-para-placa-bluew2310u.html#comment-form' title='6 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1282527967798611495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1282527967798611495'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/03/novo-driver-para-placa-bluew2310u.html' title='Novo driver para placa Bluew-2310U (Fabricante 3dsp)'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOqGJ4TEj4x5_Ce_w3fYvLn31BSnUPXE7s2f-q2ry5m1PWkhHl8FIrhb-0tGaorlvQsa_d5BISYO_1vrKXDZ2ghLNqD_YFRnjdJemZ-W_e8P6pEiEeW4dxSURyopf0gyrcfwWsTY93NcQ/s72-c/chip_2.jpg" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-9206755842422345770</id><published>2011-02-06T01:21:00.002-02:00</published><updated>2011-07-02T17:38:56.812-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Trocando o dispositivo wireless 3dsp ( BLUEW-2310-U, stk9100 clog)   por um dispositivo wireless Realtek (RTL8187B)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlzpjs-IqTFTj3UdGXkivxprMsPclb8vDEeIayec1KgKh03q4Kwt-0ION8UL9IF8X1xGeI5DmZ1T-lk2egrv1fgBJyQP7MtP9neha3ptrQkCW3CapE7UMAgMWCaDUtOYfjKY7Jli0ETqU/s1600/mub17.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;277&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlzpjs-IqTFTj3UdGXkivxprMsPclb8vDEeIayec1KgKh03q4Kwt-0ION8UL9IF8X1xGeI5DmZ1T-lk2egrv1fgBJyQP7MtP9neha3ptrQkCW3CapE7UMAgMWCaDUtOYfjKY7Jli0ETqU/s320/mub17.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Adquiri um &lt;i&gt;notebook&lt;/i&gt;&lt;b&gt;&lt;i&gt; Microboard Ultimate Black&lt;/i&gt;&lt;/b&gt; em fevereiro de 2010 com o sistema Operacional Linux Ubuntu 9.04, do Ponto Frio através da sua loja virtual no sitio &lt;a href=&quot;http://www.pontofrio.com.br/&quot; style=&quot;color: yellow;&quot;&gt;http://www.pontofrio.com.br/&lt;/a&gt;, que levaram&amp;nbsp; eternos 60 (sessenta) dias para receber o produto &lt;i&gt;(&lt;b&gt;conselho meu: &lt;/b&gt;antes de fazer qualquer compra on-line, faça pesquisa minunciosa sobre estas lojas virtuais &lt;b&gt;&lt;/b&gt; - exemplos: &lt;a href=&quot;http://www.reclameaqui.com.br/busca/?cx=008144464031947637647%3A7airzwxfigw&amp;amp;cof=FORID%3A10&amp;amp;ie=UTF-8&amp;amp;q=ponto+frio&amp;amp;id=&amp;amp;BuscaTipo=E&amp;amp;x=0&amp;amp;y=0&amp;amp;BuscaTipo=G#929&quot; style=&quot;color: yellow;&quot;&gt;Reclame aqui&lt;/a&gt; e &lt;a href=&quot;http://www.google.com/search?hl=pt-BR&amp;amp;q=procon+%2B+ponto+frio&amp;amp;aq=f&amp;amp;aqi=g1&amp;amp;aql=&amp;amp;oq=&quot; style=&quot;color: yellow;&quot;&gt;googlando&lt;/a&gt;), &lt;/i&gt;e desde o momento em que recebi o MUB, na tentativa em manter a minha conexão wireless estável, substitui o Sistema Operacional por diversas distribuições linux, fiz atualizações de versões com os kernel mais novos, troquei o roteador, testei todos os protocolos de segurança e configurações do roteador, instalei diversos aplicativos de conexão, e até configurei e conectei sem eles, mas no final o resultado era o mesmo.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dos diversos &quot;Bugs&quot; e dificuldades enfrentadas, os mais comuns foram: ficar off-line / on-line / off-line, processador operando em alta taxa de utilização, conexão hiper-super-lenta, transmissão de dados com taxa de down e upload de rede discada, travamentos do Sistema e congelamentos de aplicativos,&amp;nbsp; toda vez que atualizava o kernel , era preciso compilar novamente os módulos para que o dispositivo voltasse a funcionar, e finalmente, não posso esquecer dos famosos &lt;i&gt;&lt;b&gt;&quot;&lt;i&gt;no valid&lt;/i&gt;&lt;/b&gt; &lt;b&gt;wireless devices&lt;/b&gt;&quot;&lt;/i&gt; e &quot;&lt;b&gt;&lt;i&gt;could not&lt;/i&gt; get ip address&lt;/b&gt;&quot; (será que precisa traduzir?).&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Percebi que o problema não estava no Sistema Operacional, e sim nos módulos do dispositivo de conexão wireless e no aplicativo &lt;a href=&quot;http://wifi-radar.berlios.de/&quot; style=&quot;color: yellow;&quot;&gt;wifi-radar&lt;/a&gt;, reconfigurado e personalizado pelo fabricante &lt;a href=&quot;http://www.3dsp.com.cn/&quot; style=&quot;color: yellow;&quot;&gt;3DSP&lt;/a&gt;. Não sei ainda porque a Microboard monta o &lt;a href=&quot;http://www.carrefour.com.br/informatica/notebooks-e-netbooks/notebooks/notebook-14-1--ultimate-u342-com-intel-core-2-duo-t5450--4gb--hd-320gb--dvd-rw--bluetooth--linux---microboard---roteador-sem-fio-150mbps-di-524-150---d-link_26362&quot; style=&quot;color: yellow;&quot;&gt;Ultimate Black&lt;/a&gt; e outros notebook e netbook com esse dispositivo, será que ela está pensando que colocando dispostivos coexistentes baratos e Sistema Operacional Linux, que é de graça, aumetará suas vendas devido ao valor do produto?&amp;nbsp; ou&amp;nbsp; será que os&amp;nbsp; gerentes/engenheiros digitais da empresa pensaram que montando esses notebook com todos os dispositivos de conexões e armazenamentos atuais (HDMI, Bluethoot, ethernet, wireless, SD Card),&amp;nbsp; o produto seria aceito mais rapidamente, tornando-se lider no mercado? alguém já ouviu a frase &quot;&lt;i&gt;&lt;b&gt;o barato sai caro&lt;/b&gt;&lt;/i&gt;&quot;. É lógico que devemos analisar o conjunto da obra, realmente o &lt;b&gt;MUB&lt;/b&gt; é um ótimo notebook, como eu disse&amp;nbsp; neste Blog, peca somente no quesito dispositivo wireless. Alguém vai perguntar e o Bluetooth? respondo que durante o ano de 2010 usei este dispositivo somente para testar, logicamente que&amp;nbsp; terão pessoas que utilizam muito este dispositivo para conectar seus gadget, isso é muito simples de resolver, pois geralmente todos eles vem acompanhados com cabo de dados, ou também existem hoje no mercado uma infinidade de Bluetooth pequenos e baratos.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Aproveitei que um note STI de um cliente  queimou a sua placa mãe, do qual nem sei qual é o modelo, e que tinha  uma placa de rede wireless pci-e da Realtek RTL8187B, ofereci 50 R$ no  dispositivo e este me vendeu. Bom, sem prolongar muito, troquei o dispositivo wireless e quero expor aqui minha experiência:&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;color: blue; text-align: center;&quot;&gt;&lt;b&gt;Trocando o dispositivo wireless 3dsp ( BLUEW-2310-U, stk9100 clog)&amp;nbsp;&amp;nbsp; por um dispositivo wireless Realtek (RTL8187B)&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Primeiro passo, adquirir uma placa wireless mini pci-e (Minipci Express). Como podem observar a segunda imagem da placa rtl8187B era de um notebook STI Semp Toshiba, o do cliente que queimou a placa mãe . Tenha cautela ao adquirir um notebook, é preciso verificar se determinada série de uma marca produzida não tenha problemas, use o google, exemplos: &lt;a href=&quot;http://www.reclameaqui.com.br/busca/?cx=008144464031947637647%3A7airzwxfigw&amp;amp;cof=FORID%3A10&amp;amp;ie=UTF-8&amp;amp;q=Placa+m%C3%A3e+do+notebook+STI+queimada&amp;amp;id=&amp;amp;BuscaTipo=E&amp;amp;x=0&amp;amp;y=0&amp;amp;BuscaTipo=G#1234&quot; style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;aqui&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&lt;span style=&quot;color: yellow;&quot;&gt; &lt;/span&gt;e&amp;nbsp;&lt;a href=&quot;http://forum.clubedohardware.com.br/problemas-as1560g-sti/795405?s=c32c362d89a067571716c429cf9d4be7&amp;amp;p=4840390&quot; style=&quot;color: yellow;&quot;&gt;&lt;span style=&quot;color: yellow;&quot;&gt;aqui&lt;/span&gt;&lt;/a&gt; . Eu levei o note do cliente em uma eletrônica que trabalha só com notebook para ver se conseguia recuperá-lo, e o técnico me disse que vários clientes com a mesma série de notebook , com uma determinada placa mãe, deram entrada de&amp;nbsp; O.S. na loja com o mesmo problema (placa mãe queimada). O note deste cliente queimou a placa mãe depois de um mês do vencimento da garantia.&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;OBSERVAÇÃO:&lt;/b&gt; &lt;/span&gt;Antes de tudo retire a bateria do seu laptop. Procedimento que não fiz, mas que dá mais segurança e evita danificar componentes eletrônicos ou a própria placa mãe. Não me responsabilizo por qualquer dano causado no seu equipamento, a substituição do seu dispositivo é por sua conta e risco, caso&amp;nbsp; você não tenha segurança em fazer os procedimentos de substituição dos dispositivos, leve o&amp;nbsp; seu equipamento e o dispositivo em uma loja autorizada ou de confiança sua, eles cobram em torno de R$ 30,00 para a substituição da placa de rede mini PCI-e.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCR6gcensOe0lNRWCk_N-onq8MtH5Cnxg1QuQLbmNhHe-m5tCC1MSilv7Xj8kpsfoLbKOgDzZ3qz5OfvZ4VFfEmEKhJGT03D7JRMDS8cS4GzNU5j34bS7ZcGQcmb4o8xd2g2fOrr5pAk/s1600/rtl.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;377&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCR6gcensOe0lNRWCk_N-onq8MtH5Cnxg1QuQLbmNhHe-m5tCC1MSilv7Xj8kpsfoLbKOgDzZ3qz5OfvZ4VFfEmEKhJGT03D7JRMDS8cS4GzNU5j34bS7ZcGQcmb4o8xd2g2fOrr5pAk/s640/rtl.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCLL6b2paIIJGL5xAaErmK2q4DWyTLXpUsO9Y4K-Z1FzWegLR28i4g8oRN-BUb6bv2U-TR-9brNyUBl0Lmde73yLbt0_46kjjr1ZLnO566-ZAbWhyfedn1UEFbQ9kO4UJDPLCLzlScx6M/s1600/rtl2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;393&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCLL6b2paIIJGL5xAaErmK2q4DWyTLXpUsO9Y4K-Z1FzWegLR28i4g8oRN-BUb6bv2U-TR-9brNyUBl0Lmde73yLbt0_46kjjr1ZLnO566-ZAbWhyfedn1UEFbQ9kO4UJDPLCLzlScx6M/s640/rtl2.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;2 - Você irá precisar de uma chave de philips fina com&amp;nbsp; a ponta imantada, (tem uma ponta preta)&amp;nbsp; ou&amp;nbsp; terá dificuldades em remover os parafusos do notebook, e também uma chave de fenda. &lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3 - Remover os 07 (sete) parafusos da parte de baixo do seu notebook&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxmU3cyw0-qxKnjBzLATVwgPK1Hb01FSO-VfMKeBqjCIaA3E1C4EfuvqCkkZ3iLPEE7ve3BpbI5qGKxd2DrqWpgy827c2pJSN_Tp5ziGkpPRT-2V7EQhr0OOo6u_w0ISjfu-inzGUcPtA/s1600/mub03_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;473&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxmU3cyw0-qxKnjBzLATVwgPK1Hb01FSO-VfMKeBqjCIaA3E1C4EfuvqCkkZ3iLPEE7ve3BpbI5qGKxd2DrqWpgy827c2pJSN_Tp5ziGkpPRT-2V7EQhr0OOo6u_w0ISjfu-inzGUcPtA/s640/mub03_site.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;4 - Remova a tampa com a mão, caso não consiga,&amp;nbsp; pegue uma chave de fenda pressione levemente o vão existente na tampa&amp;nbsp; de baixo do notebook&amp;nbsp; para cima, conforme a figura abaixo:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhf0KonzTUcIZx4VlHOhkiZJBlayLuF17FHKoBZOlZ5epy4Mk2TfBnlFRlnRqUrOPF90jr1vDSCKueJdUTKIyCscGhdwdxyik75_R08DFLz6m5JN-ISs1L-sxEuabBbJsbAHtb6Kkb5LGs/s1600/mub04.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhf0KonzTUcIZx4VlHOhkiZJBlayLuF17FHKoBZOlZ5epy4Mk2TfBnlFRlnRqUrOPF90jr1vDSCKueJdUTKIyCscGhdwdxyik75_R08DFLz6m5JN-ISs1L-sxEuabBbJsbAHtb6Kkb5LGs/s640/mub04.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;5 - Puxe a tampa traseira para o seu lado:&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Atenção&lt;/span&gt;&lt;/b&gt;:  A estática é uma energia que se acumula naturalmente em nossos corpos,  devido ao atrito com tecido ou até mesmo andando sobre o carpete, ela é  perigosa para qualquer componente eletrônico, então antes de tocá-los  descarregue esta energia colocando os pés e as mãos, por alguns  segundos, em algum objeto metálico, ou&amp;nbsp; então use uma pulseira &lt;a href=&quot;http://www.forumpcs.com.br/comunidade/viewtopic.php?t=149114&quot; style=&quot;color: yellow;&quot;&gt;antiestática&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwC_XlKvoB47uTORb5t1qqH4_1VYnShj5YIgYBWDxQoqedavumxATgFh35lZzVJlAIvvf8ZPvQ7l40wTG1u5rR47BdE0GZGmlkQehfT6ay-CcxaEdbLr209CLNmPPfm4VPnmNjawlUm8Y/s1600/mub04_2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwC_XlKvoB47uTORb5t1qqH4_1VYnShj5YIgYBWDxQoqedavumxATgFh35lZzVJlAIvvf8ZPvQ7l40wTG1u5rR47BdE0GZGmlkQehfT6ay-CcxaEdbLr209CLNmPPfm4VPnmNjawlUm8Y/s640/mub04_2.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;O dispositivo wireless está com um contorno de um retângulo amarelo.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnNpdt0tdMSoUN5efGtk99sj_D0Lf9xJRMEkcbbqWxmWNt4jsO57V-N6ir7i94auP3U-Fuuas0zQ5cjhFYgNiXzUJgPteBOV4JspMwB2GzvWxBCL3Teym04Qpd8r69pe__z3wWACAzaXs/s1600/mub05_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnNpdt0tdMSoUN5efGtk99sj_D0Lf9xJRMEkcbbqWxmWNt4jsO57V-N6ir7i94auP3U-Fuuas0zQ5cjhFYgNiXzUJgPteBOV4JspMwB2GzvWxBCL3Teym04Qpd8r69pe__z3wWACAzaXs/s640/mub05_site.JPG&quot; width=&quot;566&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6 - Com a chave philips remova o parafuso que prende o dispositivo, em seguida&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;pegue a placa Mini PCI pelas bordas e puxe delicadamente para removê-la:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Bu5N00UNVNRX9dG_3ckwPuuPeZjvREPdS2OghqREUMmhPTUM1MPMAcmofxN3bN5LjeBJPvTQeo5Y4jJGjdWsoVxOXQDwSiqQe8gWka7Cyl5WGGOYhHb352Q0XdD_3rd6BUjT62dd1hI/s1600/mub07_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Bu5N00UNVNRX9dG_3ckwPuuPeZjvREPdS2OghqREUMmhPTUM1MPMAcmofxN3bN5LjeBJPvTQeo5Y4jJGjdWsoVxOXQDwSiqQe8gWka7Cyl5WGGOYhHb352Q0XdD_3rd6BUjT62dd1hI/s640/mub07_site.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;7 -&amp;nbsp; Removendo os fios MAIN e AUX:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;ATENÇÃO&lt;/span&gt;&lt;/b&gt;: Use de cuidado ao desconectar os cabos da antena sem fio da placa 3DSP. Cabos ou os conectores danificados podem afetar o desempenho do notebook. Observe qual cabo de antena está conectado ao conector Main e qual está conectado ao conector Aux para substituição, devendo ser colocado na mesma posição, a placa RTL8187B tem a identificação nos encaixes dos fios main e aux.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Remova os fios MAIN e AUX, que parecem botões de pressão, em tamanho pequeno. O dispositivos mini pci-e utilizam duas antenas, Main e Aux, que são antena principal e antena secundária, usando duas antenas para uma mesma conexão, uma enviando e outra recebendo dados (Tx e Rx).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWYL26Ug-jkXw7gF5yBbtlqCkYI_kLh_bu45T-_6nwCivjSEANVsxrHQBkLT4oNd29yqG9eeEwCVtu4IWCn-pG3a9lorkm4rstGW_BdkVe84wIp41GwO_kBv3eG1lT0406HQhoQ_eVdok/s1600/mub08_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWYL26Ug-jkXw7gF5yBbtlqCkYI_kLh_bu45T-_6nwCivjSEANVsxrHQBkLT4oNd29yqG9eeEwCVtu4IWCn-pG3a9lorkm4rstGW_BdkVe84wIp41GwO_kBv3eG1lT0406HQhoQ_eVdok/s640/mub08_site.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;placa RTL8187B&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio7x7som8EdcDNMvlDeetg4A_8yBs7e0BnpARqX7PjL-KdSKXTNVW3y6BWxuUfz0xQS_gj53OxOkKDgZPQKxNTMF4aO9gG0rrzKDciq9kKV6F_rww_7yPMmyEr_B70tiKMs9vyss4mXS0/s1600/mub09_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio7x7som8EdcDNMvlDeetg4A_8yBs7e0BnpARqX7PjL-KdSKXTNVW3y6BWxuUfz0xQS_gj53OxOkKDgZPQKxNTMF4aO9gG0rrzKDciq9kKV6F_rww_7yPMmyEr_B70tiKMs9vyss4mXS0/s640/mub09_site.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;8 - Após remover a placa &lt;b&gt;3dsp&lt;/b&gt;, pegue a &lt;b&gt;placa RTL8187B,&amp;nbsp; &lt;/b&gt;localize o slot de alinhamento e alinhe-o com o compartimento da placa.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;9 - Pegue a placa Mini PCI-e pelas bordas e empurre levemente para colocá-la.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10 - Pressione a placa Mini PCI-e para baixo com cuidado e recoloque o parafuso Phillips;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;11 - Conecte novamente os dois cabos MAIN e AUX de antena respectivamente&amp;nbsp; em seus encaixes&amp;nbsp; à &lt;b&gt;placa RTL8187B;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
12 - Feche a tampa de baixo do seu notebook e recoloque os parafusos Phillips.&lt;br /&gt;
&lt;br /&gt;
13 - Recoloque sua bateria;&lt;br /&gt;
&lt;br /&gt;
14 - Para conectar o seu novo dispositivo utilize o Network Manager:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaonYzUWXPa4rRjnem5UeuMC9PZaGwuosCJGseH_eLWHU0C_eX4ZMsjMbWUIhE1S7fbCJ3Evrzy5tRZUt1KbSpFd76PmzaNeZIEUCKUhEMIQSRM-DD25RN4hBr6Dl-qBDAbxDl5T-Z7Js/s1600/mub11.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaonYzUWXPa4rRjnem5UeuMC9PZaGwuosCJGseH_eLWHU0C_eX4ZMsjMbWUIhE1S7fbCJ3Evrzy5tRZUt1KbSpFd76PmzaNeZIEUCKUhEMIQSRM-DD25RN4hBr6Dl-qBDAbxDl5T-Z7Js/s640/mub11.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEJQg0MSKo2LpVJUkbf9s4bGPev2-Ht3eRz_qtVeGY04wXop8IAgh5Isy5HihFG6m8Vr5phyphenhyphenCyGj0xl_6-iumS3hH2LgCQosNenHkiC_a18E74B7-VjWdu05gxbNhyphenhyphen4QehnbnIKIu4d7U/s1600/Captura_de_tela.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEJQg0MSKo2LpVJUkbf9s4bGPev2-Ht3eRz_qtVeGY04wXop8IAgh5Isy5HihFG6m8Vr5phyphenhyphenCyGj0xl_6-iumS3hH2LgCQosNenHkiC_a18E74B7-VjWdu05gxbNhyphenhyphen4QehnbnIKIu4d7U/s640/Captura_de_tela.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD1c2zl_qubCjJNzlryVBdedEZr29LG1qtH4fCeo-nHJj-qN0y6ly2-dY3bGMFKzTd9ascEOXFeahfHnjHx2mOzOw98IGmmd193okMom_-FgML0GTG5h3Arh2NdmV0XQZknt2tNguNypE/s1600/Captura_de_tela-1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD1c2zl_qubCjJNzlryVBdedEZr29LG1qtH4fCeo-nHJj-qN0y6ly2-dY3bGMFKzTd9ascEOXFeahfHnjHx2mOzOw98IGmmd193okMom_-FgML0GTG5h3Arh2NdmV0XQZknt2tNguNypE/s640/Captura_de_tela-1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXDdMiRiSm4leZeRv9udLAKqf3jZGG1meN4RP85hv3bJysV65QWSn0zLyKFZLiqlhQfIxJojtGgZD-U86W-596HSurJr6WSCGS6AKtDgSSnvzOhb7uCX5Cjc0qqsPXspBSCR7N4Wd7mFQ/s1600/Captura_de_tela-3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXDdMiRiSm4leZeRv9udLAKqf3jZGG1meN4RP85hv3bJysV65QWSn0zLyKFZLiqlhQfIxJojtGgZD-U86W-596HSurJr6WSCGS6AKtDgSSnvzOhb7uCX5Cjc0qqsPXspBSCR7N4Wd7mFQ/s640/Captura_de_tela-3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_LB43R8vN7og/TU4J_AgL1aI/AAAAAAAAAH0/s1600/Captura_de_tela-4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9YmgJi27Nknxvv0CTnPz4GbNgTPtcxqmsUkXicbpB1fSMUUuWMgJqQRXgPKJKAXxnD4CPZ3aXgIBTlghakVswq1qts19z5YlmMDmXgUAG8t45l0cZ2pzpe4VIY-2q5K54ohOH9KMJADI/s1600/Captura_de_tela-4.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9YmgJi27Nknxvv0CTnPz4GbNgTPtcxqmsUkXicbpB1fSMUUuWMgJqQRXgPKJKAXxnD4CPZ3aXgIBTlghakVswq1qts19z5YlmMDmXgUAG8t45l0cZ2pzpe4VIY-2q5K54ohOH9KMJADI/s640/Captura_de_tela-4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKDe2wBzrymEexTvQHGrK-Kmcv6tLTw5iAb7FOfvxTI6M9HAnHzv1IZCjbOXh6ietnhTOEiV9jv12Si6h54Jejs2eIvWretVvvlGBnA8dyjtyBi3zRKV_6Sc598aSB9jAsnjvYvxynsw/s1600/mais1_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Gostou deste POST então faça a recomendação clicando no botão +1 do Google, logo acima do campo Comentários. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s1600/botaomai1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyLVetuww3K_a_58ZDVV6zPaTV3dtK2hJAYwZBf2VV0BL6Ekm-hBs5y6kKUhFEauXl460FtA-eYrgWxPHVeuDiLAHJCHdMcBBNNkgBZhY7geN1NWWzuTBkeADxE3bg-oT11gHSy4fQbE/s400/botaomai1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/9206755842422345770/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html#comment-form' title='74 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/9206755842422345770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/9206755842422345770'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/02/trocando-o-dispositivo-wireless-3dsp.html' title='Trocando o dispositivo wireless 3dsp ( BLUEW-2310-U, stk9100 clog)   por um dispositivo wireless Realtek (RTL8187B)'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlzpjs-IqTFTj3UdGXkivxprMsPclb8vDEeIayec1KgKh03q4Kwt-0ION8UL9IF8X1xGeI5DmZ1T-lk2egrv1fgBJyQP7MtP9neha3ptrQkCW3CapE7UMAgMWCaDUtOYfjKY7Jli0ETqU/s72-c/mub17.JPG" height="72" width="72"/><thr:total>74</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-2234556344834036783</id><published>2011-01-14T19:20:00.001-02:00</published><updated>2011-04-01T17:38:42.835-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>3dsp (Bluew-2310u) no Opensuse</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg97CTKFkvj5fOGNdDKqFX_rFnVltbsiVqgLminovItumdcYso7U8-ayOL9r3shscLxx6NzvfSlifgW3-9X_O5tkkK42NSSV0S4fiiD7vlFjT5_37_5by1ZLU32bqKZ8LXj-9sBj_ZuzM/s1600/ws_Open_Suse_1152x864.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg97CTKFkvj5fOGNdDKqFX_rFnVltbsiVqgLminovItumdcYso7U8-ayOL9r3shscLxx6NzvfSlifgW3-9X_O5tkkK42NSSV0S4fiiD7vlFjT5_37_5by1ZLU32bqKZ8LXj-9sBj_ZuzM/s320/ws_Open_Suse_1152x864.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Primeiro deve-se instalar os compiladores, kernel-header e git, caso não tenha estes pacotes no seu sistema e depois  instalar o dispositivo. Para instalar os programas e o kernel-header  você pode utilizar o modo gráfico através do Yast  (&lt;a href=&quot;http://www.vivaolinux.com.br/artigo/O-Centro-de-Controle-YaST&quot;&gt;http://www.vivaolinux.com.br/artigo/O-Centro-de-Controle-YaST&lt;/a&gt;) no  painel de Controle ou Centro de controle do Opensuse ir no menu software  / gerenciamento de software  (&lt;a href=&quot;http://img.vivaolinux.com.br/imagens/artigos/comunidade/software.jpeg&quot;&gt;http://img.vivaolinux.com.br/imagens/artigos/comunidade/software.jpeg&lt;/a&gt;) e  instalar os programas gcc, gcc-c++, kernel-source e o git. Pode ser&amp;nbsp; instalado utilizando um terminal console&amp;nbsp; da seguinte forma:&lt;br /&gt;
&lt;br /&gt;
1 - Caso tenha instalado o KDE, pressione as teclas (Alt + F2) e digite Konsole e pressione enter;&lt;br /&gt;
Caso tenha instalado o Gnome pressione as teclas (Alt + F2), e digite gnome-terminal e pressione enter&lt;br /&gt;
&lt;br /&gt;
2 - Instalando os compiladores:&lt;br /&gt;
&lt;br /&gt;
Executar estes comandos como root:&lt;br /&gt;
&lt;br /&gt;
$su&lt;br /&gt;
# zypper install gcc&lt;br /&gt;
# zypper install gcc-c++&lt;br /&gt;
# zypper install kernel-source&lt;br /&gt;
&lt;br /&gt;
Instalar o pacote git para baixar o arquivo de instalação do dispositivo. &lt;br /&gt;
&lt;br /&gt;
# zypper install git&lt;br /&gt;
&lt;br /&gt;
3  - após a instalação dos compiladores e do kernel-header e o git, proceda a  instalação do dispositivo wireless. Lembre-se os comandos de instalação  devem ser executados como root.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 - Baixe o código fonte do dispositivo do fabricante, no site  http://github.com/franciscosouza/3dsp. O código foi alterado por  Francisco Souza, pois o drive do site do fabricante ao ser executado dá  um erro de codificação no código fonte de instalação do dispositivo.  Execute no terminal os comandos a seguir:&lt;br /&gt;
&lt;br /&gt;
$ git clone http://github.com/franciscosouza/3dsp.git&lt;br /&gt;
$ su &lt;br /&gt;
&lt;br /&gt;
# cd 3dsp&lt;br /&gt;
# bash Install_3DSPUSB.sh&lt;br /&gt;
&lt;br /&gt;
Para conectar proceder os seguintes passos através do terminal (konsole ou  gnome-terminal): &lt;br /&gt;
&lt;br /&gt;
#  uwb &amp;amp;&amp;amp; 3dsp-wifi-radar &lt;br /&gt;
&lt;br /&gt;
e acessar a internet.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/2234556344834036783/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/01/3dsp-bluew-4200u-no-opensuse.html#comment-form' title='19 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/2234556344834036783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/2234556344834036783'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/01/3dsp-bluew-4200u-no-opensuse.html' title='3dsp (Bluew-2310u) no Opensuse'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg97CTKFkvj5fOGNdDKqFX_rFnVltbsiVqgLminovItumdcYso7U8-ayOL9r3shscLxx6NzvfSlifgW3-9X_O5tkkK42NSSV0S4fiiD7vlFjT5_37_5by1ZLU32bqKZ8LXj-9sBj_ZuzM/s72-c/ws_Open_Suse_1152x864.jpg" height="72" width="72"/><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-1931387474447446093</id><published>2011-01-05T19:01:00.002-02:00</published><updated>2011-04-03T08:34:27.164-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Atualizações do dispositivo wireless 3dsp do MUB</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-rl6fF891WntaKua2QJ2bX8flLkFidShJeipwCTWxevsT1Da_BSTbVKll1UieKryFrCJ_xTqessGwcSSNPYuSoVmypottbgTFPxj3gWAgjH_I7VxaRqpICTan8avTQ4cZ60t1Ud7QpsA/s1600/mub08_site.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-rl6fF891WntaKua2QJ2bX8flLkFidShJeipwCTWxevsT1Da_BSTbVKll1UieKryFrCJ_xTqessGwcSSNPYuSoVmypottbgTFPxj3gWAgjH_I7VxaRqpICTan8avTQ4cZ60t1Ud7QpsA/s320/mub08_site.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Atualizações do drive do dispositivo 3dsp versão USB (Bluew-2310u), pelo site do fabricante:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1 - Ubuntu:&lt;/b&gt; &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2 - Código Fonte:&lt;/b&gt; &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3 - RuinWindows:&amp;nbsp;&lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Windows/&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Windows/&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Atualizações do drive do dispositivo 3dsp versão PCI (Bluew-2310x), pelo site do fabricante:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1- Ubuntu:&lt;/b&gt;&lt;a href=&quot;ftp://3dsp_lpkt_pci:fw1qa8@3dsp.com.cn/Ubuntu/&quot;&gt;ftp://3dsp_lpkt_pci:fw1qa8@3dsp.com.cn/Ubuntu/&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/1931387474447446093/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2011/01/atualizacoes-do-dispositivo-wireless.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1931387474447446093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/1931387474447446093'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2011/01/atualizacoes-do-dispositivo-wireless.html' title='Atualizações do dispositivo wireless 3dsp do MUB'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-rl6fF891WntaKua2QJ2bX8flLkFidShJeipwCTWxevsT1Da_BSTbVKll1UieKryFrCJ_xTqessGwcSSNPYuSoVmypottbgTFPxj3gWAgjH_I7VxaRqpICTan8avTQ4cZ60t1Ud7QpsA/s72-c/mub08_site.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-6402004905700299106</id><published>2010-12-19T16:00:00.001-02:00</published><updated>2011-03-18T21:19:09.943-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Atualizações do Bluew-2310u(3DSP)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>Novos drives do dispositivo wireless do Microboard Black Ultimate (MUB)  - Ubuntu 10.10</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;O Fabricante do dispositivo &lt;span style=&quot;color: red;&quot;&gt;XinGLinG wireless&lt;/span&gt; &lt;span style=&quot;color: yellow;&quot;&gt;BlueW-2310u&lt;/span&gt;, disponibilizou dia 16 do 12 de 2010 os módulos para os kernerls 2.6.35-22 e 2.6.35-23 generic e generic-pae para a distribuição Ubuntu 10.10, baixe o arquivo no link:&lt;br /&gt;
x86: &lt;br /&gt;
&lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.5.2_101229_Ubuntu10.10_withhotkey.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.5.2_101229_Ubuntu10.10_withhotkey.tar.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
x86_64:&lt;br /&gt;
&lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.5.2_amd64_1229Ubuntu10.10_withhotkey.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.5.2_amd64_1229Ubuntu10.10_withhotkey.tar.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Usuário: 3dsp_lpkt_usb&lt;br /&gt;
senha:m4rt9s &lt;br /&gt;
&lt;br /&gt;
Para instalar proceda os seguintes passos:&lt;br /&gt;
&lt;br /&gt;
Extração e Instalação&lt;br /&gt;
===========================&lt;br /&gt;
O seguinte utilitário será instalado&lt;br /&gt;
- 3DSP WiFi Radar 0.3.6&lt;br /&gt;
&lt;br /&gt;
Para extrair execute:&lt;br /&gt;
x86: &lt;br /&gt;
$ sudo tar zxvf BlueW-2310U_2.5.2_101229_Ubuntu10.10_withhotkey.tar.gz&lt;br /&gt;
&lt;br /&gt;
x86_64:&lt;br /&gt;
$ sudo tar zxvf BlueW-2310U_2.5.2_amd64_1229Ubuntu10.10_withhotkey.tar.gz&lt;br /&gt;
&lt;br /&gt;
Acessando a pasta:&lt;br /&gt;
&lt;br /&gt;
x86: &lt;br /&gt;
$ cd BlueW-2310U_2.5.2_101229_Ubuntu10.10_withhotkey&lt;br /&gt;
&lt;br /&gt;
x86_64:&lt;br /&gt;
$ cd BlueW-2310U_2.5.2_amd64_1229Ubuntu10.10_withhotkey&lt;br /&gt;
&lt;br /&gt;
Para compilar e instalar execute:&lt;br /&gt;
&lt;br /&gt;
$sudo bash Install_3DSPUSB.sh&lt;br /&gt;
&lt;br /&gt;
Iniciando o uWB&lt;br /&gt;
============&lt;br /&gt;
&lt;br /&gt;
Applications -&amp;gt; Accessories -&amp;gt; 3DSP uWB&lt;br /&gt;
&lt;br /&gt;
Iniciando o 3DSP WiFi Radar&lt;br /&gt;
========================&lt;br /&gt;
&lt;br /&gt;
Applications -&amp;gt; Accessories -&amp;gt; 3DSP WiFi Radar&lt;br /&gt;
&lt;br /&gt;
Instalando o Blueman Manager&lt;br /&gt;
==========================&lt;br /&gt;
&lt;br /&gt;
#sudo apt-get install blueman&lt;br /&gt;
&lt;br /&gt;
Iniciando o Blueman Manager&lt;br /&gt;
========================&lt;br /&gt;
&lt;br /&gt;
System -&amp;gt; Preferences -&amp;gt; Bluetooth Manager&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/6402004905700299106/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2010/12/novos-drives-do-dispositivo-wireless-do.html#comment-form' title='5 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6402004905700299106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/6402004905700299106'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2010/12/novos-drives-do-dispositivo-wireless-do.html' title='Novos drives do dispositivo wireless do Microboard Black Ultimate (MUB)  - Ubuntu 10.10'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-8480041126047746788</id><published>2010-12-13T20:13:00.000-02:00</published><updated>2011-01-11T16:44:31.720-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Gnuteca"/><title type='text'>LiveCD do GNUTeca 2.3 (Distro - Ubuntu 9.04)</title><content type='html'>&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_zbDevL5LLg3cS3RBSPUbOK1rCrkJeu6FKqVr-hqh4SSaPYrQY-8GDMyUczngokoMrQ-yRsx2vKg2WGrvZMCVaFfw-U_GCMuc4z7aLIh99FUluUa5BKiemFNfKWyWW2W4TTsn3Iz7YVY/s1600/120012209gnuteca90x90.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_zbDevL5LLg3cS3RBSPUbOK1rCrkJeu6FKqVr-hqh4SSaPYrQY-8GDMyUczngokoMrQ-yRsx2vKg2WGrvZMCVaFfw-U_GCMuc4z7aLIh99FUluUa5BKiemFNfKWyWW2W4TTsn3Iz7YVY/s200/120012209gnuteca90x90.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;O Gnuteca é um sistema para automação de todos os processos de uma  biblioteca, independente do tamanho de seu acervo ou da quantidade de  usuários. O sistema foi criado de acordo com critérios definidos a  validados por um grupo de bibliotecários e foi desenvolvido tendo como  base de testes uma biblioteca real, a do Centro Universitário Univates,  onde está em operação desde fevereiro de 2002.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;O Gnuteca é um software livre, o que significa que o mesmo pode ser copiado, distribuído e modificado livremente.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;O software é aderente a padrões conhecidos e utilizados por muitas  bibliotecas, como o ISIS (Unesco) e o MARC21 (LOC - Library Of  Congress).&lt;br /&gt;
Por ter sido desenvolvido dentro de um ambiente CDS/ISIS,  o Gnuteca prevê a fácil migração de acervos deste tipo, além de vários  outros.&lt;br /&gt;
O sistema pode ser utilizado tanto na gestão de pequenos  acervos particulares, como para acervos de mais de 100 mil exemplares.  Por ser um software livre, e utilizar como base apenas outros softwares  livres, não há limite prático no número de estações de atendimento,  ilhas para consulta ou acesso através da Internet. &lt;a href=&quot;http://www.solis.org.br/index.php/projetos/gnuteca&quot; style=&quot;color: blue;&quot;&gt;http://www.solis.org.br/index.php/projetos/gnuteca&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdywBc7u6G9-psvhXMDG7t3Y3wrNfmOCz4SyCgViRXY33Cmb3AnOB8dZ8QF5oQjCnkciz0xnZdS8NTQwoBIk2YFtvG4il4_I-FUzSamUCisq3bVjJqARvIyRAVPY_HIVvZQJvFnOKWG3g/s1600/453472410logo_miolo.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdywBc7u6G9-psvhXMDG7t3Y3wrNfmOCz4SyCgViRXY33Cmb3AnOB8dZ8QF5oQjCnkciz0xnZdS8NTQwoBIk2YFtvG4il4_I-FUzSamUCisq3bVjJqARvIyRAVPY_HIVvZQJvFnOKWG3g/s200/453472410logo_miolo.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;O gnuteca foi desenvolvido com o Miolo&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;b&gt;, &lt;span style=&quot;font-size: small; font-weight: normal;&quot;&gt;Framework&amp;nbsp; escrito em PHP utilizando apenas conceitos de Programa Orientado a Objetos (POO), &lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;que oferece uma grande gama de funções para otimizar e agilizar o processo de criação de sistemas.&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Depois de Muinta pesquisa e quebrar a cabeça para instalar o Gnuteca, encontrei um cd remasterizado através do programa &lt;a href=&quot;http://www.geekconnection.org/remastersys/&quot; style=&quot;color: blue;&quot;&gt;remastersys&lt;/a&gt;, &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ótimo programa desenvolvido para linux de customização de CD e DVD das distribuições Ubuntu e Debian&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;. O CD customizado contém o GNUteca 2.3 , configurado e&amp;nbsp; em perfeito&amp;nbsp; funcionamento. A imagem do CD foi disponibilizada num &lt;a href=&quot;http://server.codigolivre.org.br/pipermail/gnuteca-users/2010-January/000552.html&quot; style=&quot;color: blue;&quot;&gt;forum do GNUteca&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: blue; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://rapidshare.com/files/266364336/Gnuteca.LiveCD.part1.rar&quot;&gt;Gnuteca.LiveCD.part1.rar&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: blue; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://rapidshare.com/files/266409414/Gnuteca.LiveCD.part2.rar&quot;&gt;Gnuteca.LiveCD.part2.rar&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: blue; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://rapidshare.com/files/266442797/Gnuteca.LiveCD.part3.rar&quot;&gt;Gnuteca.LiveCD.part3.rar&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: blue; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://rapidshare.com/files/266442151/Gnuteca.LiveCD.part4.rar&quot;&gt;Gnuteca.LiveCD.part4.rar&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: blue; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://rapidshare.com/files/266563064/Gnuteca.LiveCD.part5.rar&quot;&gt;Gnuteca.LiveCD.part5.rar&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Para baixar as partes, utilize o probrama Jdownloader:&lt;span style=&quot;color: blue;&quot;&gt; &lt;/span&gt;&lt;a href=&quot;http://jdownloader.org/download/index&quot; style=&quot;color: blue;&quot;&gt;http://jdownloader.org/download/index&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt; .Ele é um gerenciador de downloads baixar arquivos de sites de hospedagem &lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;de uma maneira automática, sem intervenção do usuário - mesmo que ele não &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;&quot;&gt;tenha uma conta paga (Premium). Ao adicionar diversos links de um site de&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;&quot;&gt; hospedagem (Rapidshare, que é o nosso caso), o programa enfileira todos em uma&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;&quot;&gt; lista e aguarda o tempo necessário para começar um novo download, até o&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;&quot;&gt; último link, sem precisar digitar nenhum código de confirmação. &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQVxby9l3cKl4Ux-VfjA5Ft3sz314uI2G53dpk5zBkULgmpGgOsSpuQ1shXFX8xh8NNRaLGxEXUlp7M6j3aMtgAhhNikZJ1LjEsySz33S6CE7hSv5HwI4RgRpawrqR0SmyFysDrn6aJ-4/s1600/47404.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;62&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQVxby9l3cKl4Ux-VfjA5Ft3sz314uI2G53dpk5zBkULgmpGgOsSpuQ1shXFX8xh8NNRaLGxEXUlp7M6j3aMtgAhhNikZJ1LjEsySz33S6CE7hSv5HwI4RgRpawrqR0SmyFysDrn6aJ-4/s320/47404.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;pre&gt;&lt;i&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/8480041126047746788/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2010/12/imagem-do-cd-de-instalacao-do-gnuteca.html#comment-form' title='9 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8480041126047746788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/8480041126047746788'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2010/12/imagem-do-cd-de-instalacao-do-gnuteca.html' title='LiveCD do GNUTeca 2.3 (Distro - Ubuntu 9.04)'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_zbDevL5LLg3cS3RBSPUbOK1rCrkJeu6FKqVr-hqh4SSaPYrQY-8GDMyUczngokoMrQ-yRsx2vKg2WGrvZMCVaFfw-U_GCMuc4z7aLIh99FUluUa5BKiemFNfKWyWW2W4TTsn3Iz7YVY/s72-c/120012209gnuteca90x90.png" height="72" width="72"/><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-5255168940736386642</id><published>2010-10-29T11:08:00.001-02:00</published><updated>2012-06-14T18:22:36.897-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3dsp (Bluew-2310u)"/><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>3dsp no Ubuntu 10.10 kernel 2.6.35-23 ou superior (32 e 64 bits)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjULQOCx73WuctCxcVsWJDhqecdLz8HJVnmg0XA0Vjjhyphenhyphen72qFvXMM26pfIZ2tWBOlK4U45legAh8yTCDGLdhSz8A_o-6Lt9krZrJpXp_rJ9OAVLTT8GwMbeOYGLgwvsHBvVtLF6cnqgRZY/s1600/logo.gif&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;57&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjULQOCx73WuctCxcVsWJDhqecdLz8HJVnmg0XA0Vjjhyphenhyphen72qFvXMM26pfIZ2tWBOlK4U45legAh8yTCDGLdhSz8A_o-6Lt9krZrJpXp_rJ9OAVLTT8GwMbeOYGLgwvsHBvVtLF6cnqgRZY/s320/logo.gif&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
1 - Baixar todas as dependências para instalação do dispositivo:&lt;br /&gt;
&lt;br /&gt;
Use os comandos abaixo no terminal (menu:Aplicativos / acessórios / Terminal)&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get install build-essential linux-headers-`uname -r`&lt;br /&gt;
&lt;br /&gt;
2 - Baixe o código fonte do dispositivo do fabricante, no site http://github.com/franciscosouza/3dsp. O código foi alterado por Francisco Souza, pois o drive do site do fabricante ao ser executado dá um erro de codificação no código fonte de instalação do dispositivo. Execute no terminal os comandos a seguir:&lt;br /&gt;
&lt;br /&gt;
$ git clone https://github.com/fsouza/3dsp.git&lt;br /&gt;
$ cd 3dsp&lt;br /&gt;
$ sudo bash Install_3DSPUSB.sh&lt;br /&gt;
&lt;br /&gt;
Para conectar proceder os seguintes passos através dos menus: &lt;br /&gt;
&lt;br /&gt;
1) Aplicativos / Acessórios / 3dsp uWB&lt;br /&gt;
2) Aplicativos / Acessórios / 3dsp wifi radar&lt;br /&gt;
&lt;br /&gt;
e acessar a internet.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/5255168940736386642/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2010/10/3dsp-no-ubuntu-1010-kernel-2635-23.html#comment-form' title='76 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5255168940736386642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/5255168940736386642'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2010/10/3dsp-no-ubuntu-1010-kernel-2635-23.html' title='3dsp no Ubuntu 10.10 kernel 2.6.35-23 ou superior (32 e 64 bits)'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjULQOCx73WuctCxcVsWJDhqecdLz8HJVnmg0XA0Vjjhyphenhyphen72qFvXMM26pfIZ2tWBOlK4U45legAh8yTCDGLdhSz8A_o-6Lt9krZrJpXp_rJ9OAVLTT8GwMbeOYGLgwvsHBvVtLF6cnqgRZY/s72-c/logo.gif" height="72" width="72"/><thr:total>76</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6934956426127819299.post-7671952863612646479</id><published>2010-05-13T20:20:00.001-03:00</published><updated>2011-03-09T17:57:43.788-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Note Microboard (MUB)"/><title type='text'>3dsp no MUB com Ubuntu 10.04 64 bits</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;
 &lt;!--
  @page { margin: 2cm }
  P { margin-bottom: 0.21cm }
  A:link { so-language: zxx }
 --&gt;
 
&lt;/style&gt;  &lt;br /&gt;
&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Instalando a placa de rede wireless 3dsp do Notebook Microboard Ultimate Black (MUB) com o código fonte do dispositivo no Ubuntu 10.04 Lucid&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
1 - Instalar os pacotes:&lt;br /&gt;
=======================================&lt;br /&gt;
&lt;b&gt;libgnome2-dev, libnotify-dev, dhcpcd, blueman, libpolkit-dev,libpolkit2, libpolkit-dbus2, libpolkit-grant2, policykit, policykit-gnome, linux-headers-(seu kernel)-generic&lt;/b&gt;&lt;br /&gt;
&lt;br style=&quot;color: white;&quot; /&gt;&lt;span style=&quot;color: white;&quot;&gt; Os comandos abaixo devem ser executados no terminal. Para acessar o terminal clique no menu:&lt;/span&gt;&lt;br style=&quot;color: white;&quot; /&gt; &lt;b style=&quot;color: white;&quot;&gt;Aplicativos==&amp;gt;Assessórios==&amp;gt;Terminal&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;#&lt;/b&gt; ===&amp;gt; root&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$&lt;/b&gt; ===&amp;gt; Usuário comum&lt;br /&gt;
&lt;br /&gt;
2 - Baixar o código fonte no link:&lt;br /&gt;
========================================&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$cd $HOME&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br style=&quot;color: white;&quot; /&gt; &lt;b style=&quot;color: white;&quot;&gt;$&lt;/b&gt;&lt;span style=&quot;color: white; font-weight: normal;&quot;&gt;wget &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/BlueW-2310U_3.0.5_101015.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Open%20Source%20Code/Sectional%20Open%20source%20code/BlueW-2310U_3.0.5_101015.tar.gz&lt;/a&gt;&lt;/span&gt;&lt;br style=&quot;color: white;&quot; /&gt; &lt;br style=&quot;color: white;&quot; /&gt; &lt;b style=&quot;color: white;&quot;&gt;$&lt;/b&gt;&lt;span style=&quot;color: white; font-weight: normal;&quot;&gt;7z x BlueW-2310U_3.0.5_101015.tar.gz&lt;/span&gt;&lt;b style=&quot;color: white;&quot;&gt; (utilize o 7-Zip ou unrar para descompactar o arquivo )&lt;/b&gt;&lt;br style=&quot;color: white;&quot; /&gt; &lt;br /&gt;
BlueW-2310U_2.0.0/&lt;br /&gt;
| | |&lt;br /&gt;
| | |___driver_src/&lt;br /&gt;
| |&lt;br /&gt;
| |_______applications/&lt;br /&gt;
|&lt;br /&gt;
|___________doc/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;$ &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;cd BlueW-2310U_2.0.0/&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
3 – Gerando os módulos para o seu kernel:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;$&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; cd driver_src/&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;$&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;make &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$ cd $HOME&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;4 – Baixar o instalador dos modulos:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;4.1 - Escolha um dos instaladores dos módulos nos links do fabricante abaixo. O Hotkey é a tecla de função do notebook que liga e desliga o seu dispositivo de wireless / bluetooth (do MUB é a Fn + F3 – wireless e Fn + F12 - bluetooth ).&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$wget  &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.3.3_100303_Ubuntu9.10_withhotkey.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.3.3_100303_Ubuntu9.10_withhotkey.tar.gz&lt;/a&gt; (com o hotkey)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ou&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
$wget &lt;a href=&quot;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.3.3_100303_Ubuntu9.10_withouthotkey.tar.gz&quot;&gt;ftp://3dsp_lpkt_usb:m4rt9s@3dsp.com.cn/Ubuntu/BlueW-2310U_2.3.3_100303_Ubuntu9.10_withouthotkey.tar.gz&lt;/a&gt; (sem o hotkey)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;No exemplo irei usar o instalador com o Hotkey.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;Descompactando:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;tar xvf BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;5 - Copiando os modulos do diretório ~/BlueW-2310U_2.0.0/driver_src/  para a pasta &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;/&lt;/span&gt;&lt;b&gt;BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;/&lt;/span&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;cp  ~/BlueW-2310U_2.0.0/driver_src/bus/3dspusbbus.ko ~/BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;$ cp ~/BlueW-2310U_2.0.0/driver_src/new_bluetooth/3dspusbbt.ko ~/BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;cp ~/BlueW-2310U_2.0.0/driver_src/private/new_bluetooth_priv/3dspusbbtpriv.ko ~/BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; cp ~/BlueW-2310U_2.0.0/driver_src/private/wlan_priv/3dspusbwlanpriv.ko ~/BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$ &lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;cp ~/BlueW-2310U_2.0.0/driver_src/wlan/3dspusbwlan.ko ~/BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;6 - Renomear a pasta /BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/  para a versão do seu kernel:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Descobrindo o kernel:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;$&lt;/span&gt;&lt;b&gt;uname -r&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;$&lt;/span&gt;&lt;b&gt;2.6.32-22-generic&lt;/b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;    ### esse é o meu kernel. Você deverá colocar a versão que aparecer no seu Terminal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Renomeando a pasta 2.6.31-14-generic&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$mv BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.31-14-generic/ BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/drivers/2.6.32-22-generic&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;7 - Editar o script de instalação:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$gedit BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/Install_3DSPUSB.sh&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Com editor aberto pressionar as teclas ctrl+f e localize a linha contendo:  &lt;/span&gt;&lt;b&gt;2.6.31-14-generic&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;e substitua pelo seu kernel, feche e salve o script. No meu caso substitui por 2.6.32-22-generic&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Dê permissão de execução ao script de instalação e desinstalação:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$cd BlueW-2310U_2.3.1_amd64_beta_091225_Ubuntu9.10_withhotkey/&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo chmod +x Install_3DSPUSB.sh Uninstall_3DSPUSB.sh&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Instalando o Dispositivo:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo ./ Install_3DSPUSB.sh&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo uwb&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$iwconfig&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;lo        no wireless extensions. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;eth0      no wireless extensions. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;twifiu0   802.11 g  ESSID:&quot;slackware12&quot;  Nickname:&quot;&quot; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;NWID:off/any  Mode:Managed  Frequency=2.462 GHz   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Access Point: 00:11:6B:1F:B5:1E   Bit Rate:54 Mb/s    &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Retry:off   RTS thr:off   Fragment thr:off &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Encryption key:off &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Power Management:off &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Link Quality=0/100   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Tx excessive retries:0  Invalid misc:0   Missed beacon:0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
========================================&lt;br /&gt;
8 - Editar o arquivo &quot;/usr/local/3DSP/usb/wbusb.conf&quot;&lt;br /&gt;
========================================&lt;br /&gt;
&lt;br /&gt;
Em [BUS], na opção HOTKEYFLAG=0, mudar o valor 0 para 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[BUS] &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;MFCARD=3DSP WLAN and Bluetooth Card &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;HOTKEYFLAG=0&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
=========================================&lt;br /&gt;
Devendo ficar assim:&lt;br /&gt;
=========================================&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[BUS] &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;MFCARD=3DSP WLAN and Bluetooth Card &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;HOTKEYFLAG=1 &lt;/b&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;OBSERVAÇÃO&lt;/b&gt;: Eu fiz a conexão com o aplicativo &lt;b&gt;3dsp-wifi-radar&lt;/b&gt; que foi instalado junto com o dispositivo, e houve uma instabilidade ocasionando a desconexão. Para resolver o problema fiz os seguintes passos:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
9 - Editar o arquivo de configuração /etc/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;$sudo gedit /etc/wpa_supplicant.conf &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
ctrl_interface_group=0&lt;br /&gt;
&lt;br /&gt;
network={&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;ssid=&quot;coloque_seu_ssid&quot;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;key_mgmt=WPA-PSK&lt;/b&gt; #(ou Wep - de acordo com as configurações do AP)&lt;br /&gt;
&lt;b&gt;proto=WPA&lt;/b&gt; (ou WPA2 # de acordo com as configurações do AP)&lt;br /&gt;
&lt;b&gt;pairwise=CCMP&lt;/b&gt; # (ou TKIP de acordo com as configurações do AP)&lt;br /&gt;
&lt;b&gt;group=CCMP&lt;/b&gt; #(ou TKIP de acordo com as configurações do AP)&lt;br /&gt;
&lt;b&gt;psk=&quot;coloque_sua _chave&quot;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;}&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo ifconfig twifiu0 up&lt;/b&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo wpa_supplicant -Dwext -itwifiu0 -c /etc/wpa_supplicant.conf &amp;amp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;$sudo dhclient3 &amp;amp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;western&quot; style=&quot;color: white; margin-bottom: 0cm;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;Obs.: Não encontrei um aplicativo de conexão do wireless. Usei o wicd, wifi-radar e todos não funcionaram com estabilidade. A única forma que consegui fazer o wireless sem desconectar, foi executando os três últimos passos.&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Este artigo foi publicado no blog http://eritonb.blogspot.com - &lt;a href=&quot;http://eritonb.blogspot.com/&quot;&gt; É proibida a reprodução&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eritonb.blogspot.com/feeds/7671952863612646479/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://eritonb.blogspot.com/2010/05/3dsp-no-mub-com-ubuntu-1004-64-bits.html#comment-form' title='7 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/7671952863612646479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6934956426127819299/posts/default/7671952863612646479'/><link rel='alternate' type='text/html' href='http://eritonb.blogspot.com/2010/05/3dsp-no-mub-com-ubuntu-1004-64-bits.html' title='3dsp no MUB com Ubuntu 10.04 64 bits'/><author><name>erionb</name><uri>http://www.blogger.com/profile/01294773246829341353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry></feed>