<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://guia-ubuntu.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Napoli</id>
		<title>Guía Ubuntu - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Napoli"/>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Especial:Contribuciones/Napoli"/>
		<updated>2026-05-05T09:10:18Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.22.7</generator>

	<entry>
		<id>https://guia-ubuntu.com/index.php/Categor%C3%ADa_discusi%C3%B3n:Hardware</id>
		<title>Categoría discusión:Hardware</title>
		<link rel="alternate" type="text/html" href="https://guia-ubuntu.com/index.php/Categor%C3%ADa_discusi%C3%B3n:Hardware"/>
				<updated>2007-12-14T04:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;Napoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Configurar tarjeta wireless Linksys en Ubuntu''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Luego de que me compre una tarjeta wireless PCMCIA Linksys WPC11 me vi en el problema de que en Ubuntu o en cualquier Distro basada en Debian no funcionaba,me daba un Kernel panic al intentar cargar el modulo en el kernel para ke la tarjeta funsionara cuando la tarjeta se insertaba.&lt;br /&gt;
&lt;br /&gt;
El modulo que utiliza esta tarjeta es el &amp;quot;orinoco_cs&amp;quot;. El cual a la vez arrastra otros modulos cuando es cargado.&lt;br /&gt;
&lt;br /&gt;
Para poner a funcionar esta tarjeta wireless cada vez que reiniciemos en Ubuntu debemos hacer los siguientes para para que los módulos carguen a arranque:&lt;br /&gt;
&lt;br /&gt;
ojo: estos paso se deben hace sin la tarjeta wireless puesta, ya que si esta insertada en el puerto PCMCIA la laptop no funcionara.&lt;br /&gt;
&lt;br /&gt;
Editar el siguiente script: /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
para editarlo hacemos:&lt;br /&gt;
&lt;br /&gt;
$sudo gedit /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
y sale lo siguiente:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
#&lt;br /&gt;
# rc.local&lt;br /&gt;
#&lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.&lt;br /&gt;
#&lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.&lt;br /&gt;
#&lt;br /&gt;
# By default this script does nothing.&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
2. En este archivo se copia: modprobe orinoco_cs y modprobe pcmcia_core, y el contenido quedara de ka siguiente manera:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
#&lt;br /&gt;
# rc.local&lt;br /&gt;
#&lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.&lt;br /&gt;
#&lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.&lt;br /&gt;
#&lt;br /&gt;
# By default this script does nothing.&lt;br /&gt;
&lt;br /&gt;
modprobe orinoco_cs&lt;br /&gt;
&lt;br /&gt;
modprobe pcmcia_core&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
3. Se guarda el archivo, y luego se reinicia el sistema, y el script se cargara cada vez que inicie Ubuntu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Espero que le sea de ayuda.......&lt;/div&gt;</summary>
		<author><name>Napoli</name></author>	</entry>

	</feed>