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

<channel>
	<title>JaviSR.net &#187; ubuntu</title>
	<atom:link href="http://blog.javisr.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.javisr.net</link>
	<description>mis Cosas y Yo, Yo y mis Cosas</description>
	<lastBuildDate>Mon, 18 May 2009 18:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Linux en Macbook 3.1 Santa Rosa</title>
		<link>http://blog.javisr.net/2008/ubuntu-linux-en-macbook-31-santa-rosa/</link>
		<comments>http://blog.javisr.net/2008/ubuntu-linux-en-macbook-31-santa-rosa/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 23:16:59 +0000</pubDate>
		<dc:creator>JavierSR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Macbook]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[santa rosa]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.javisr.net/?p=114</guid>
		<description><![CDATA[Desde hace unos días me estoy comiendo la cabeza para instalar en mi macbook ubuntu linux 8.04. Lo que más trabajo me está costando es poner las configuraciones necesarias que el funcionamiento de (K)Ubuntu sea similar al de OSX.
Lo primero que he hecho ha sido volver a seguir estos pasos que ya comenté anteriomente para [...]]]></description>
			<content:encoded><![CDATA[<p>Desde hace unos días me estoy comiendo la cabeza para instalar en mi macbook ubuntu linux 8.04. Lo que más trabajo me está costando es poner las configuraciones necesarias que el funcionamiento de (K)Ubuntu sea similar al de OSX.</p>
<p>Lo primero que he hecho ha sido volver a seguir <a href="http://blog.javisr.net/2008/howto-como-instalar-linux-en-un-macbook/">estos pasos</a> que ya comenté anteriomente para hacer las particiones necesarias e instalar Ubuntu de manera normal.</p>
<p>El siguiente paso ha sido instalar la wifi. La unica forma que hay de instalar la broadcom que trae es con ndiswrapper. Es realmente sencillo cuando se tienen los paquetes y el driver de windows. Para ello os dejo <a href="http://javisr.net/myfiles/wifi">este comprimido con todo lo necesario</a> y los siguientes pasos pasos para seguir:</p>
<p>Descomprimir el archivo:</p>
<blockquote><p>tar -xvf wifi</p>
<p>cd Wifi\ linux/</p></blockquote>
<p>Instalamos ndiswrapper:</p>
<blockquote><p>dpkg -i ndiswrapper-common_1.50-1ubuntu1_all.deb<br />
dpkg -i ndiswrapper-utils-1.9_1.50-1ubuntu1_i386.deb</p></blockquote>
<p>Instalamos el driver:</p>
<blockquote><p>mkdir driver<br />
unzip -a r151517.EXE -d driver/<br />
cd driver/DRIVER/<br />
sudo ndiswrapper -i bcmwl5.inf<br />
sudo ndiswrapper -l<br />
sudo ndiswrapper -m<br />
sudo modprobe ndiswrapper</p></blockquote>
<p>Para que ndiswrapper carge desde el inicio del sistema, seguir <a href="http://blog.javisr.net/2008/cargar-ndiswrapper-al-inicio-del-sistema/">estos paso</a>.</p>
<p>Una vez tenenía el wifi funcionando, lo siguiente que noté era que no tenía sonido, buscado di con esta solución:</p>
<blockquote><p>sudo nano /etc/modprobe.d/options</p></blockquote>
<p>añadir:</p>
<blockquote><p>options snd_hda_intel model=mbp</p></blockquote>
<blockquote><p>activar el microfono (Speaker).</p></blockquote>
<p>Mientras hacía todo lo anterior caí en la cuenta de lo incomodo que era el tauchpad sin las comodidades de OSX así que me puse con ello. Tras leer mucho en ingles y muchos errores caí en la cuenta de que había que insertar dos nuevos repositorios:</p>
<blockquote><p>sudo nano /etc/apt/sources.list</p></blockquote>
<p>y añadir:</p>
<blockquote><p>deb http://ppa.launchpad.net/mactel-support/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/mactel-support/ubuntu hardy main</p>
<p>sudo aptitude update</p>
<p>sudo aptitude upgrade</p>
<p>sudo dist-upgrade</p></blockquote>
<p>(fijarse que se ha actualizado un paquete xserver-xorg-input-synaptics)</p>
<p>Una vez hecho esto hay que modificar el xorg.conf de nuestro sistema:</p>
<blockquote><p>sudo nano /etc/X11/xorg.conf</p></blockquote>
<p>sustituir:</p>
<blockquote><p>Section &#8220;InputDevice&#8221;<br />
Identifier      &#8220;Synaptics Touchpad&#8221;<br />
Driver          &#8220;synaptics&#8221;<br />
Option          &#8220;SendCoreEvents&#8221;        &#8220;true&#8221;<br />
Option          &#8220;Device&#8221;                &#8220;/dev/psaux&#8221;<br />
Option          &#8220;Protocol&#8221;              &#8220;auto-dev&#8221;<br />
Option          &#8220;HorizEdgeScroll&#8221;       &#8220;0&#8243;<br />
EndSection</p></blockquote>
<p>por:</p>
<blockquote><p>Section &#8220;InputDevice&#8221;<br />
Identifier &#8220;Synaptics Touchpad&#8221;<br />
Driver &#8220;synaptics&#8221;<br />
Option &#8220;SendCoreEvents&#8221; &#8220;true&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/psaux&#8221;<br />
Option &#8220;Protocol&#8221; &#8220;auto-dev&#8221;</p>
<p># not using edge scrolling<br />
Option &#8220;HorizEdgeScroll&#8221; &#8220;0&#8243;<br />
Option &#8220;VertEdgeScroll&#8221; &#8220;0&#8243;</p>
<p># use two finger scrolling<br />
Option &#8220;VertTwoFingerScroll&#8221; &#8220;1&#8243;<br />
Option &#8220;HorizTwoFingerScroll&#8221; &#8220;1&#8243; # set to 0 if you don&#8217;t want horizontal scrolling</p>
<p># scroll speed, lower is faster<br />
Option &#8220;HorizScrollDelta&#8221; &#8220;10&#8243;<br />
Option &#8220;VertScrollDelta&#8221; &#8220;10&#8243;</p>
<p># minimum pressure motion factor<br />
Option &#8220;PressureMotionMinZ&#8221; &#8220;10&#8243;</p>
<p># touch and untouch thresholds, higher numbers if you like to push hard<br />
Option &#8220;FingerLow&#8221; &#8220;10&#8243;<br />
Option &#8220;FingerHigh&#8221; &#8220;20&#8243; # change to 30 or 40 if you like</p>
<p># borders based on output from synclient<br />
Option &#8220;LeftEdge&#8221; &#8220;20&#8243;<br />
Option &#8220;RightEdge&#8221; &#8220;1200&#8243;<br />
Option &#8220;TopEdge&#8221; &#8220;20&#8243;<br />
Option &#8220;BottomEdge&#8221; &#8220;370&#8243;</p>
<p># speeds, smaller number for a slower mouse<br />
Option &#8220;MinSpeed&#8221; &#8220;0.8&#8243; # 0.5 is very slow, 1.5 is very fast<br />
Option &#8220;MaxSpeed&#8221; &#8220;1.2&#8243; # up to 1.5 works ok<br />
Option &#8220;AccelFactor&#8221; &#8220;0.10&#8243;</p>
<p># tap times, change to suit your tapping habits<br />
Option &#8220;MaxTapMove&#8221; &#8220;100&#8243;<br />
Option &#8220;MaxTapTime&#8221; &#8220;100&#8243;<br />
Option &#8220;MaxDoubleTapTime&#8221; &#8220;200&#8243;</p>
<p># don&#8217;t change these or two finger tap stops working<br />
#Option &#8220;TapButton2&#8243; &#8220;3&#8243;<br />
#Option &#8220;TapButton3&#8243; &#8220;2&#8243;</p>
<p># must be commented out or normal tapping wont work<br />
Option &#8220;TapButton1&#8243; &#8220;0&#8243;<br />
Option &#8220;TapButton2&#8243; &#8220;0&#8243;<br />
Option &#8220;TapButton3&#8243; &#8220;0&#8243;</p>
<p># needed for disabled while typing fix<br />
Option &#8220;SHMConfig&#8221; &#8220;on&#8221;</p>
<p># multitap rightclick<br />
Option &#8220;MultiFingerButton&#8221; &#8220;2&#8243;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier      &#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier      &#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier      &#8220;Default Screen&#8221;<br />
Monitor         &#8220;Configured Monitor&#8221;<br />
Device          &#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier      &#8220;Default Layout&#8221;<br />
Screen          &#8220;Default Screen&#8221;<br />
InputDevice     &#8220;Synaptics Touchpad&#8221;<br />
EndSection</p></blockquote>
<p><a href="http://javisr.net/myfiles/xorg.conf">Mi xorg.conf ha quedado así</a>.</p>
<p>Con esto conseguimos boton secundario ( pulsando con dos dedos + clic ) scroll con dos dedos vertical y horizontalmente.</p>
<p>Después de esto, reiniciar el ordenador (no vale con reiniciar el servidor gráfico).</p>
<p>Venga, ya está casi todo, pero todavía nos queda el teclado.</p>
<blockquote><p>sudo apt-get install pommed<br />
pommed -v</p></blockquote>
<p>Fin, con esto he conseguido hacer que mi ubuntu se comporte de la misma manera que OSX. Aun quedan más cosas que se pueden configurar y que las podeis encontrar <a href="https://help.ubuntu.com/community/MacBook_Santa_Rosa">aquí</a> en ingles. No obstante, traduciré algo más en un futuro próximo.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.javisr.net/2008/ubuntu-linux-en-macbook-31-santa-rosa/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
