<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<atom:link href="http://asdf.bligoo.com/rss/node" rel="self" type="application/rss+xml" /><title>ASDF Site</title>
<link>http://asdf.bligoo.com/</link>
<description></description>
<pubDate>Sun, 10 Aug 2008 23:40:00 -0400</pubDate>
<generator>http://www.bligoo.com/</generator>
<language>es</language>
<item>
<title>Día del Software Libre 2008</title>
<link>http://asdf.bligoo.com/content/view/277783/Dia_del_Software_Libre_2008.html</link>
<pubDate>Sat, 13 Sep 2008 19:25:21 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/277783/Dia_del_Software_Libre_2008.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Invitaci&oacute;n a toda la comunidad a asistir al evento que se realizar&aacute; en la Facultad de Ingenier&iacute;a de la Universidad de Talca, Campus Los Niches, Curic&oacute;, Chile.</p>
<p>Pueden visitar la p&aacute;gina del evento haciendo click en el banner, en donde encontrar&aacute;n toda la informaci&oacute;n relacionada con el evento.</p>
<p>Nos vemos el Sabado 27 de Septiembre.</p>
<p><!--external_code_start--><a href="http://icc.utalca.cl/wiki/DiaSoftwareLibre/2008">
 <img src="http://icc.utalca.cl/w/images/a/a0/Sfd-baner-2008.png"
  width="90%" alt="D&iacute;a del Software Libre en Curic&oacute;"/>
</a><!--external_code_end--></p>]]></description>
</item>
<item>
<title>Slackware 12.1 and Lenovo 3000 N200 (English version)</title>
<link>http://asdf.bligoo.com/content/view/260299/Slackware_12_1_and_Lenovo_3000_N200_English_version.html</link>
<pubDate>Wed, 24 Sep 2008 22:35:52 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/260299/Slackware_12_1_and_Lenovo_3000_N200_English_version.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>I've installed <a target="_blank" href="http://www.slackware.com">Slackware</a> 12.1 on a <a target="_blank" href="http://www.falabella.com/webapp/commerce/command/ExecMacro/falabella/macros/ProdDisp.d2w/report?product_rn=5147958&amp;cgmenbr=1891&amp;cgpadre=2458457&amp;cgnieto=2458576&amp;division=0&amp;prdisplay=0&amp;StrOrigen=0&amp;StrMos=1&amp;nivel=1&amp;cghijo1=2460493#">Lenovo 3000 N200 0769A89</a>. I'll explain everything that I did to have it working perfectly.</p>
<p>The first step was to search in <a target="_blank" href="http://www.linux-laptop.net/">linux-laptops</a> if someone had already installed linux on a Lenovo Laptop. I found <a target="_blank" href="http://blog.jimah.com/2008/05/15/0561/545-ubuntu-804-lts-sur-un-lenovo-30#780">this</a> entry, but it wasnt the same model, but I could rescue the sound/audio section.</p>
<p>&nbsp;</p>
<p><b>Then, what did I do?</b></p>
<p>&nbsp;</p>
<ol>
<li>Install Slackware 12.1 with the <a target="_blank" href="http://www.kernel.org">kernel</a> huge-smp(Intel core duo) <br /> <br /> At the installation part of Slackware 12.1 the kernel huge-smp comes by default, wich has the support for SMP processors<a target="_blank" href="http://es.wikipedia.org/wiki/Multiprocesamiento_sim%C3%A9trico"></a>. <br /> <br /> </li>
<li>After installing Slackware, download the kernel 2.6.26 <br /> <br />Download the kernel 2.6.26,<br />
<pre>wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2</pre>
<br /> <br /> </li>
<li>Compile the kernel for this computer(<a target="_blank" href="http://icc.utalca.cl/~jmonreal/config_lenovo3000">here</a> you have the .config) <br /> <br />&nbsp; Now we login as root and type,<br />
<pre>cd /usr/src<br />tar xjf /path/to/linux-2.6.26.tar.bz2<br />rm linux<br />ln -s linux-2.6.26 linux<br />cp /path/to/file/.config/downloaded/from/my/site linux/<br />cd linux<br />make bzImage &amp;&amp; make modules &amp;&amp; make modules_install</pre>
</li>
<br />
<li>Now install the new kernel and edit lilo.conf<br /><br />
<pre>cp System.map /boot/System-2.6.26.map<br />cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.26</pre>
<br />Then we open lilo.conf in our favourite editor(vim in my case),<br />
<pre>vim /etc/lilo.conf</pre>
<br />and add the next line just below the entry boot<br />
<pre>map=/boo/System-2.6.26.map</pre>
<br />In the same file we add a new menu entry<br />
<pre>image = /boot/vmlinuz-2.6.26<br />root = /dev/sda1<br />label = SlackwareNew<br />read-only</pre>
<br />Save and quit </li>
<br />
<li>Now run lilo and reboot the computer<br /><br />&nbsp; Run lilo,<br />
<pre>lilo -v</pre>
<br />Reboot the computer<br />
<pre>reboot</pre>
</li>
<br />
<li>Configuring the Audio<br /><br /> Run alsaconf, and select Intel sound card.<br /> Then edit the file,<br />
<pre>/etc/modprobe.d/sound</pre>
<br />And at the bottom of the file add,<br />
<pre>options snd-hda-intel model=lenovo</pre>
<br />save and reboot<br />
<pre>reboot</pre>
<br /> </li>
<li>Download UVC and install the module<br /><br /> Download UVC from the svn,<br />
<pre>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
cd trunk
make
make install
modprobe -a uvcvideo</pre>
<br />I'll test with skype the webcam, for it&nbsp; I opened skype and made a call to a friend, in my case Conejo(friend from ICC). Now I click on Start my video and the webcam light is on and at the conversation window you'll see yourself like in the next image,<br /><br /> <img alt="skype" src="http://bligoo.com/media/users/1/77569/images/skype.png" /><br /><br /> </li>
<li>Configure the sound Keys with xev<br /><br /> Open a console and run,<br />
<pre>xev</pre>
<br />Now we press the sound keys(raise volume, lower volume and mute). Each one of these keys has a unique keycode, write down this code for each key and edit (create if it doesnt exist) the file .Xmodmap in our $HOME, and add the next lines,<br />
<pre>! Teclas especiales de sonido
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
! Tecla para darle función a la tecla WIN
keycode 115 = Menu</pre>
<br /> Ready to use your computer working perfectly. Hope this would help you.</li>
</ol>
<p>&nbsp;</p>
<p><span style="font-size: 12pt;"><b>Slackware is always your best choice!</b></span></p>]]></description>
</item>
<item>
<title>WOL y Linux</title>
<link>http://asdf.bligoo.com/content/view/241946/WOL_y_Linux.html</link>
<pubDate>Tue, 29 Jul 2008 18:44:26 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/241946/WOL_y_Linux.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Mi computador de escritorio lo he dejado como servidor SVN y para no tenerlo todo el d&iacute;a funcionando habilit&eacute; la opci&oacute;n de <a target="_blank" href="http://en.wikipedia.org/wiki/Wake-on-LAN">Wake On LAN</a>(WOL) desde la <a target="_blank" href="http://en.wikipedia.org/wiki/BIOS">BIOS</a>. Pero al apagar el computador, no pod&iacute;a despertar el computador desde el Router, lo que averigu&eacute; fue que antes de apagar el computador hay que decirle a al tarjeta de red que est&eacute; atento por un paquete m&aacute;gico(<a target="_blank" href="http://en.wikipedia.org/wiki/Wake-on-LAN#Magic_Packet">MagicPacket</a>). Como todo art&iacute;culo de Linux en este blog, es utilizando mi distro favorita <a target="_blank" href="http://www.slackware.com">Slackware</a>.</p>
<p>Por lo que edit&eacute; el archivo,</p>
<p>&nbsp;</p>
<pre>/etc/rc.d/rc.0</pre>
<p>&nbsp;</p>
<p>Donde al final del archivo aparece la instrucci&oacute;n,</p>
<p>&nbsp;</p>
<pre>/sbin/poweroff</pre>
<p>&nbsp;</p>
<p>justo antes de esta instrucci&oacute;n escribiremos,</p>
<p>&nbsp;</p>
<pre>/usr/sbin/ethtool -s eth0 wol g</pre>
<p>&nbsp;</p>
<p>con el parametro <b>g</b> le estamos diciendo que est&eacute; atento por un paquete m&aacute;gico.</p>
<p>Espero les sirva.</p>
<p>&nbsp;</p>
<p>Bytes</p>]]></description>
</item>
<item>
<title>SVN y NetBeans</title>
<link>http://asdf.bligoo.com/content/view/240045/SVN_y_NetBeans.html</link>
<pubDate>Sat, 26 Jul 2008 22:49:13 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/240045/SVN_y_NetBeans.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Hoy decid&iacute; utilizar mi Desktop como unidad de respaldo, servidor web, y como un repositorio de mis proyectos. Para este &uacute;ltimo instal&eacute; <a target="_blank" href="http://subversion.tigris.org/">svn</a> y configur&eacute; los proyectos como dicen en este <a target="_blank" href="http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html">sitio</a>.</p>
<p>Como estoy utilizando <a target="_blank" href="http://www.netbeans.org/kb/60/ide/subversion.html">NetBeans</a> como IDE, quise probar su utilidad de conectarse a un svn, y poder hacer todo lo que uno har&iacute;a por l&iacute;nea de comando.</p>
<p>Tuve un problema al configurar NetBeans y es que cuando trataba de conectarse al svn, requer&iacute;a de ssh-askpass, paquete que no viene en <a target="_blank" href="http://www.slackware.com">Slackware</a>. <a target="_blank" href="http://www.google.com">Googleando</a> un poco encontr&eacute; que lo solucionaban con <a target="_blank" href="http://slackbuilds.org/repository/12.1/network/x11-ssh-askpass/">x11-ssh-askpass</a>.</p>
<p>Una vez instalado este paquete no tuve problemas para utilizar NetBeans como para bajar proyectos y subir cambios.</p>]]></description>
</item>
<item>
<title>Slackware 12.1 and Lenovo 3000 N200</title>
<link>http://asdf.bligoo.com/content/view/236286/Slackware_12_1_and_Lenovo_3000_N200.html</link>
<pubDate>Sat, 26 Jul 2008 22:57:25 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/236286/Slackware_12_1_and_Lenovo_3000_N200.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Instal&eacute; <a target="_blank" href="http://www.slackware.com">Slackware</a> 12.1 en un <a target="_blank" href="http://www.falabella.com/webapp/commerce/command/ExecMacro/falabella/macros/ProdDisp.d2w/report?product_rn=5147958&amp;cgmenbr=1891&amp;cgpadre=2458457&amp;cgnieto=2458576&amp;division=0&amp;prdisplay=0&amp;StrOrigen=0&amp;StrMos=1&amp;nivel=1&amp;cghijo1=2460493#">Lenovo 3000 N200 0769A89</a>. Explicar&eacute; todo lo que hice para que quedar&aacute; funcionando perfectamente.</p>
<p>Lo primero que hice fue buscar en <a target="_blank" href="http://www.linux-laptop.net/">linux-laptops</a> si alguien hab&iacute;a ya instalado linux en una de estas m&aacute;quinas. Encontr&eacute; <a target="_blank" href="http://blog.jimah.com/2008/05/15/0561/545-ubuntu-804-lts-sur-un-lenovo-30#780">esta</a> entrada pero el modelo no era el mismo, pero pude rescatar la secci&oacute;n de habilitar el sonido.</p>
<p>&nbsp;</p>
<p><b>Entonces que fue lo que hice?</b></p>
<p>&nbsp;</p>
<ol>
<li>Instalar Slackware 12.1 con el <a target="_blank" href="http://www.kernel.org">kernel</a> huge-smp(Intel core duo) <br /> <br /> En la instalaci&oacute;n de Slackware 12.1&nbsp;viene por defecto el kernel huge-smp el cual viene habilitado para los procesadores de <a target="_blank" href="http://es.wikipedia.org/wiki/Multiprocesamiento_sim%C3%A9trico">multiprocesamiento sim&eacute;trico</a>. <br /> <br /> </li>
<li>Luego descargar el kernel 2.6.26 <br /> <br />Descargamos el kernel 2.6.26,<br />
<pre>wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2</pre>
<br /> <br /> </li>
<li>Compilar el kernel para esta m&aacute;quina(he <a target="_blank" href="http://icc.utalca.cl/~jmonreal/config_lenovo3000">aqu&iacute;</a> el .config) <br /> <br /> Ahora entramos como root y escribimos,<br />
<pre>cd /usr/src<br />tar xjf /path/to/linux-2.6.26.tar.bz2<br />rm linux<br />ln -s linux-2.6.26 linux<br />cp /path/to/archivo/.config/que/descargamos linux/<br />cd linux<br />make bzImage &amp;&amp; make modules &amp;&amp; make modules_install</pre>
</li>
<br />
<li>Luego Instalar el nuevo kernel y modificar lilo.conf<br /><br />
<pre>cp System.map /boot/System-2.6.26.map<br />cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.26</pre>
<br />Luego abrimos con nuestro editor favorito(vim) el archivo,<br />
<pre>/etc/lilo.conf</pre>
<br />y agregamos la siguiente l&iacute;nea debajo de la directiva boot<br />
<pre>map=/boo/System-2.6.26.map</pre>
<br />Luego m&aacute;s abajo ingresamos una nueva entrada al menu de lilo<br />
<pre>image = /boot/vmlinuz-2.6.26<br />root = /dev/sda1<br />label = SlackwareNew<br />read-only</pre>
<br />Y guardamos los cambios </li>
<br />
<li>Ejecutar lilo y reiniciar la m&aacute;quina<br /><br /> Ejecutamos lilo,<br />
<pre>lilo -v</pre>
<br />Y reiniciamos la m&aacute;quina<br />
<pre>reboot</pre>
</li>
<br />
<li>Configurar Sonido<br /><br /> Ejecutamos alsaconf, y seleccionamos la tarjeta Intel.<br /> Luego vamos a editar el archivo,<br />
<pre>/etc/modprobe.d/sound</pre>
<br />Y agregamos al final la siguiente l&iacute;nea,<br />
<pre>options snd-hda-intel model=lenovo</pre>
<br />guardamos y reiniciamos<br />
<pre>reboot</pre>
<br /> </li>
<li>Descargar UVC e instalar el modulo<br /><br /> Descargamos UVC desde el svn,<br />
<pre>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
cd trunk
make
make install
modprobe -a uvcvideo</pre>
<br />Probaremos con skype la webcam, para ello, abrimos skype y hacemos una llamada a alg&uacute;n amigo, en mi caso a Conejo (compa&ntilde;ero de ICC). Hacemos click en Start my video. y veremos que la luz de la camara se prende y en la ventana vemos algo as&iacute;,<br /><br /> <img alt="skype" src="http://bligoo.com/media/users/1/77569/images/skype.png" /><br /><br /> </li>
<li>Configurar las teclas de sonido con xev<br /><br /> Abrimos una terminal y ejecutamos,<br />
<pre>xev</pre>
<br />Luego presionamos las teclas de subir, bajar volumen y de silencio. Cada una de estas teclas tiene un keycode asociado, anotamos el c&oacute;digo para cada tecla y luego editamos(creamos si no existe) el archivo, .Xmodmap en nuestro $HOME, y agregamos las siguientes l&iacute;neas,<br />
<pre>! Teclas especiales de sonido
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
! Tecla para darle función a la tecla WIN
keycode 115 = Menu</pre>
<br /> Listo para utilizar el equipo funcionando al 100%. Espero les haya servido este tutorial.</li>
</ol>
<p>&nbsp;</p>
<p><span style="font-size: 12pt;"><b>Slackware es siempre tu mejor opci&oacute;n!</b></span></p>]]></description>
</item>
<item>
<title>Que me estarán queriendo decir?</title>
<link>http://asdf.bligoo.com/content/view/208213/Que_me_estaran_queriendo_decir.html</link>
<pubDate>Tue, 10 Jun 2008 19:01:39 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/208213/Que_me_estaran_queriendo_decir.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Esto me lo mand&oacute; un Amigo a mi correo, no entiendo realmente que me estar&aacute; queriendo decir, o si? xD</p>
<p>&nbsp;</p>
<p>Realmente estos tipos de PhD Comics la llevan, entienden muy bien las realidades de un Tesista.</p>
<p>&nbsp;</p>
<p>Les dejo la imagen,</p>
<p>&nbsp;</p>
<p><a title="PhD Comics" href="http://bligoo.com/media/users/1/77569/images/phd060408s.jpg" rel="lightbox"><img alt="When to meet with your advisor" style="vertical-align: text-top;" src="http://bligoo.com/media/users/1/77569/images/phd060408s.jpg" height="173" width="420" /></a></p>]]></description>
</item>
<item>
<title>Webcam Genius (Microdia 0c45:602e)</title>
<link>http://asdf.bligoo.com/content/view/202275/Webcam_Genius_Microdia_0c45_602e.html</link>
<pubDate>Tue, 29 Jul 2008 12:53:39 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/202275/Webcam_Genius_Microdia_0c45_602e.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Me costó N poder utilizar esta webcam, el porque es debido a que en el menu del kernel aparece como driver el SN9CXX el cual es el que utilizan varias de estas camaras.</p>
<p> </p>
<p>El problema que todos presentan al utilizar este módulo es que la camara se ve muuuuuy oscura, lo cual la hace inservible. Luego de buscar mucho por google, digamos que desde la versión 12.0 de <a target="_blank" href="http://www.slackware.com">slackware</a> que no hago funcionar esta camarita, leí que el <a target="_blank" href="http://mxhaard.free.fr/download.html">gspca</a> trae el módulo sn9cxx y que soporta esta camarita.</p>
<p> </p>
<p>Lo que hice entonces fue re-configurar mi kernel, sacando el módulo, descargando los fuentes del gspca, compilandolo y luego instalandolo en mi sistema.</p>
<p> </p>
<p><b>Como resultado obtuve una camara funcional y ahora estoy weviando con ella con aMSN</b></p>
<p> </p>
<p>Los pasos a seguir los detallo a continuación,</p>
<p> </p>
<p>Desconectar la webcam del computador.</p>
<p> </p>
<p>Como root debemos remover el modulo SN9CXX de la carpeta de modulos correspondiente al kernel que estamos utilizando, para ellos hacemos lo siguiente:</p>
<p> </p>
<pre>mv /lib/modules/`uname -r`/kernel/drivers/media/video/sn9c102 /root/
</pre>
<p> </p>
<p>con esto lo que hacemos es mover la carpeta conteniendo el modulo a la carpeta de root, esto en caso de haber algún problema.</p>
<p> </p>
<p>Luego descargamos los source del <a target="_blank" href="http://mxhaard.free.fr/download.html">gspca</a> <b>OJO: LAS FUENTES Y <span style="color: #ff0000;">NO EL PAQUETE PARA NUESTRA DISTRIBUCION.</span></b></p>
<p>Para kernels desde el 2.6.11,</p>
<p> </p>
<pre>wget http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz</pre>
<p> </p>
<p>Para kernels menores al 2.6.11,</p>
<p> </p>
<pre>wget http://mxhaard.free.fr/spca50x/Download/spca5xx-v4l1goodbye.tar.gz</pre>
<p> </p>
<p>Luego,</p>
<p> </p>
<pre>tar xzf gspcav1-20071224.tar.gz<br />
cd gspcav1-20071224<br />
./gspca_build<br /></pre>
<p> </p>
<p>Ahora conectamos la webcam y listo!</p>
<p>Posibles problemas</p>
<p>Si la webcam no funciona, revisar que el módulo esté cargado, para ello utilizamos el siguiente comando,</p>
<p> </p>
<pre>lsmod |grep gspca</pre>
<p> </p>
<p>Si no está como root lo instalamos,</p>
<p> </p>
<pre>modprobe -a gspca</pre>
<p> </p>
<p>y volvemos a probar la webcam.</p>
<p> </p>
<p>Bytes</p>]]></description>
</item>
<item>
<title>Actualizando Slackware a 12.1 (cont.)</title>
<link>http://asdf.bligoo.com/content/view/198283/Actualizando_Slackware_a_12_1_cont.html</link>
<pubDate>Fri, 30 May 2008 11:16:25 -0400</pubDate>
<guid isPermaLink="false">http://asdf.bligoo.com/content/view/198283/Actualizando_Slackware_a_12_1_cont.html</guid>
<dc:creator>José Monreal Bailey</dc:creator>
<description><![CDATA[<p>Hace algunas horas hice la actualizaci&oacute;n a Slackware 12.1, el lilo viene con una imagen bien piola, el kernel es el 2.6.24 aunque apenas instalado lo actualic&eacute; al 2.6.25.4.</p>
<p>&nbsp;</p>
<p>Los dos &uacute;nicos problemas que tuve fueron: (1)el de instalar los drivers para mi nVidia, (2) el scroll del mouse que no funcionaba.</p>
<p>&nbsp;</p>
<p>Para solucionar los problemas anteriormente descritos utilic&eacute; la herramienta Google.</p>
<p>&nbsp;</p>
<p>(1)<a target="_blank" href="http://willysr.blogspot.com/2008/04/kernel-2625-and-nvidia-drivers.html">Aqu&iacute;</a>.</p>
<p>&nbsp;</p>
<p>(2)Edite el archivo <b>/etc/X11/xorg.conf</b> y en la secci&oacute;n del mouse agregu&eacute; <b>Option "ZAxisMapping" "4 5 6 7"</b> y cambi&eacute; el protocolo de <b>"PS/2"</b> a <b>"IMPS/2"</b> y listo.</p>
<p>&nbsp;</p>
<p>Les dejo el lspci de mi tarro, y el archivo de configuaci&oacute;n del kernel.</p>
<pre>00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev c1)<br />00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 0 (rev c1)<br />00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)<br />00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)<br />00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)<br />00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)<br />00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)<br />00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)<br />00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)<br />00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)<br />00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)<br />00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)<br />00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)<br />00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)<br />00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)<br />00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)<br />01:0a.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface<br />02:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)</pre>
<p><a href="http://icc.utalca.cl/~jmonreal/config">.config</a></p>]]></description>
</item>
</channel>
</rss>
