<?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/tag/lenovo3000n200" rel="self" type="application/rss+xml" /><title></title>
<link></link>
<description></description>
<pubDate>Sat, 22 Nov 2008 11:26:10 -0300</pubDate>
<generator>http://www.bligoo.com/</generator>
<language>es</language>
<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>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>
</channel>
</rss>
