<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ubuntu-gutsy &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/ubuntu-gutsy/</link>
	<description>Feed of posts on WordPress.com tagged "ubuntu-gutsy"</description>
	<pubDate>Mon, 13 Oct 2008 16:25:43 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Installing KDE 4.0 in Kubuntu and Ubuntu]]></title>
<link>http://mylinuxexploits.wordpress.com/2008/08/16/installing-kde-40-in-kubuntu-and-ubuntu/</link>
<pubDate>Sat, 16 Aug 2008 17:45:00 +0000</pubDate>
<dc:creator>Zach</dc:creator>
<guid>http://mylinuxexploits.ca.wordpress.com/2008/08/16/installing-kde-40-in-kubuntu-and-ubuntu/</guid>
<description><![CDATA[yeah, I actually did this a month or so ago. I started on my laptop with Ubuntu Gutsy 7.10 and then ]]></description>
<content:encoded><![CDATA[<p>yeah, I actually did this a month or so ago. I started on my laptop with Ubuntu Gutsy 7.10 and then reinstalled everything to get Hardy Heron 8.04. To get KDE 4.0 I first installed the Kubuntu Desktop using this command in terminal:</p>
<p><span style="font-weight:bold;">sudo apt-get install kubuntu-desktop</span></p>
<p>then, after booting into Kubuntu and trying it for a few weeks, I installed KDE 4.0 (or Kubuntu's version of that) by using the Adept Manager (Kubuntu's version of Gnome's (ubuntu's) Synaptic Package Manager) and doing a search for kde4.</p>
<p>First, though, you have to add this line to your sources list:</p>
<p><span style="font-style:italic;">deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main</span></p>
<p>(don't forget to reload your sources afterwards!)</p>
<p>I actually installed several packages which came up, but all you need is one, which you can install through the terminal with this command:</p>
<p><span style="font-weight:bold;">sudo apt-get install kde4-core</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Installare la versione di sviluppo di Compiz da repository]]></title>
<link>http://freetimesblog.wordpress.com/?p=111</link>
<pubDate>Tue, 17 Jun 2008 17:13:47 +0000</pubDate>
<dc:creator>SAKO</dc:creator>
<guid>http://freetimesblog.ca.wordpress.com/2008/06/17/installare-la-versione-di-sviluppo-di-compiz-da-repository/</guid>
<description><![CDATA[In alternativa alla guida proposta qualche tempo fa su come installare Compiz-fusion dal git, questa]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">In alternativa alla guida proposta qualche tempo fa su come <a href="http://freetimesblog.wordpress.com/2008/05/11/installare-lultima-versione-di-compiz-fusion-dal-git/">installare Compiz-fusion dal git</a>, questa guida è rivolta a chi vuole avere nel proprio sistema l'ultima versione di Compiz in un modo più comodo e soprattutto più sicuro, visti i problemi che molti lettori del blog hanno avuto nel seguire l'altra. Il modo di procedere è molto semplice.</p>
<p style="text-align:justify;">Aggiungiamo il repository:</p>
<p style="text-align:justify;"><strong>Gutsy:</strong></p>
<blockquote>
<p style="text-align:justify;"><em>deb http://ppa.launchpad.net/compiz/ubuntu gutsy main<br />
deb-src http://ppa.launchpad.net/compiz/ubuntu gutsy main</em></p></blockquote>
<p style="text-align:justify;"><strong>Hardy:</strong></p>
<blockquote><p><em>deb http://ppa.launchpad.net/compiz/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/compiz/ubuntu hardy main</em></p></blockquote>
<p>Adesso apriamo Synaptic, ricarichiamo e avremo disponibile la nuova versione.</p>
<p align="justify"><em> Vai <a href="http://freetimesblog.wordpress.com/guida-alla-personalizzazione-di-ubuntu/">qui</a> per vedere la guida completa su come personalizzare Ubuntu.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Temperature sensors]]></title>
<link>http://elubuntero.wordpress.com/?p=15</link>
<pubDate>Sat, 03 May 2008 19:11:52 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/05/03/gutsy-temperature-sensors/</guid>
<description><![CDATA[As it is the case with almost all the computers today, mine comes with sensors to monitor its temper]]></description>
<content:encoded><![CDATA[<p>As it is the case with almost all the computers today, mine comes with sensors to monitor its temperature. Ubuntu does not setup those sensors, but it is possible to enable them.</p>
<p>First, we need to install the libraries that allow Linux to read the sensors. Type the following command in a Terminal to install the libraries for the motherboard:</p>
<p>sudo apt-get install lm-sensors</p>
<p>To install the libraries for the hard-disk sensors, type the following command:</p>
<p>sudo apt-get install hddtemp</p>
<p>The installation program will ask you a few question. First, it wil ask you if it should run as a daemon.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164905832474012322"><img src="http://lh3.google.be/el.ubuntero/R61ufWL06qI/AAAAAAAAAJs/05fEpPEOy-w/s800/temp1.png" alt="" /></a></p>
<p>Answer 'yes'.</p>
<p>It will then ask which interfaces it should listen to. I put 0.0.0.0 to listen to all.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164906773071850162"><img src="http://lh6.google.be/el.ubuntero/R61vWGL06rI/AAAAAAAAAJ0/MmdavQEiSe4/s800/temp2.png" alt="" /></a></p>
<p>The next screen is related to the port: leave the default value.</p>
<p>The libraries are now installed and we are going to detect the sensors. Type the following command in a Terminal:</p>
<p>sudo sensors-detect</p>
<p>Answer "YES" to all the question. Be careful not to just hit enter, but to type YES (because the default answer for the last question is No, and we want to answer Yes to that one as well).</p>
<p>The sensor modules are going to be automatically loaded by default the next time we start up the comptuer. So let's just do that.</p>
<p>We can now check if it works by trying to monitor the sensors. Type the following command:</p>
<p>sensors</p>
<p>It should display the temperatures for the hardware items for which sensors have been detected.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164925271495994066"><img src="http://lh5.google.be/el.ubuntero/R62AK2L06tI/AAAAAAAAAK0/1QkwmI34zq0/s800/temp3.png" alt="" /></a></p>
<p>We are now going to add a graphical interface for the sensors. Type this command in a Terminal:</p>
<p>sudo apt-get install sensors-applet</p>
<p>Add the applet by doing a right click on the desktop panel, and select "Add to Panel"</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164926388187491042"><img src="http://lh5.google.be/el.ubuntero/R62BL2L06uI/AAAAAAAAAK8/W7s-qxXASKY/s800/temp4.png" alt="" /></a></p>
<p>Select the applet called "Hardware Sensors Monitor" in the System &#38; Hardware section, and click on add.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164927032432585458"><img src="http://lh3.google.be/el.ubuntero/R62BxWL06vI/AAAAAAAAALI/C7BxPavAnBQ/s800/temp5.png" alt="" /></a></p>
<p>You should now have the sensors displayed on the panel.<br />
You can  right click on any of the applets and select Preferences.<br />
The first tab is for general settings, and the options are easy to understand.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164928192073755394"><img src="http://lh5.google.be/el.ubuntero/R62C02L06wI/AAAAAAAAALQ/8ZUbvA6PcuQ/s800/temp6.png" alt="" /></a></p>
<p>For update intervall, choose a value between two and ten.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5164928196368722706"><img src="http://lh6.google.be/el.ubuntero/R62C1GL06xI/AAAAAAAAALY/MGUsgU4lILw/s800/temp7.png" alt="" /></a></p>
<p>The second tab allows you to select the sensors you want to enable.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Compiz Fusion 0.7.3 git, pacchetti per Ubuntu Gutsy]]></title>
<link>http://alexit.wordpress.com/?p=69</link>
<pubDate>Mon, 24 Mar 2008 10:06:03 +0000</pubDate>
<dc:creator>AleXit</dc:creator>
<guid>http://alexit.ca.wordpress.com/2008/03/24/compiz-fusion-073-git-pacchetti-per-ubuntu-gutsy/</guid>
<description><![CDATA[Oggi ho approfittato delle correzioni che Treviño ha fatto al suo script &#8220;makefusiondebs]]></description>
<content:encoded><![CDATA[<p>Oggi ho approfittato delle <a href="http://3v1n0.tuxfamily.org/tumblelog/post/311/" target="_blank">correzioni</a> che <a href="http://www.3v1n0.net/" target="_blank">Treviño</a> ha fatto al suo script "<a href="http://3v1n0.tuxfamily.org/blog/informatica/linux/compiz-fusion-git-make-debs-script/" target="_blank"><b>makefusiondebs</b></a>" per generare <b>pacchetti deb a partire dai sorgenti git di Compiz Fusion</b> per aggiornare i miei pacchetti ormai obsoleti alla versione <b>0.7.3~git20080323</b>.</p>
<div style="text-align:center;"><img src="http://alexit.wordpress.com/files/2008/03/compiz-fusion-073.png" alt="Compiz Fusion" border="0" /></div>
<p>In pochi minuti avevo tutti i pacchetti pronti senza errori e li ho installati con un</p>
<p>[sourcecode language='css']sudo dpkg -i *.deb[/sourcecode]e riavviato compiz. Voilà... tutto <b>aggiornato</b> e <b>nuovi plugin</b> disponibili.<br />
Dalle prove che ho fatto, sembra tutto ancora più veloce, anche sul mio vetusto notebook.</p>
<p>Dunque, dato che l'<i>indaffarato Treviño</i> non aggiorna ormai da tempo i suoi repository (sperando che ormai riprenda con Hardy), vi metto qua un archivio contenente tutti pacchetti necessari.<br />
Non vi resta che estrarlo in una cartella, "entrarci" da terminale e digitare il comando che ho riportato sopra.</p>
<p>Chiaramente essendo una versione git di sviluppo, <u>non sono da escludere bug e piccoli malfunzionamenti</u>... ma se vi va di aggiornare e sperimentare... ;)</p>
<p>Here you are:  <b><a href="http://alessandro.grechi.net/files/compiz-fusion_0.7.3~git20080323-ubuntu-debs.tar.bz2">compiz-fusion_0.7.3~git20080323-ubuntu-debs.tar.bz2 </a></b>Ricordo che tali pacchetti funzionano solo su <b>Ubuntu 7.10 "Gutsy Gibbon"</b> e architettura <b>x86/i386 </b></p>
<p><b>Edit:</b><br />
Seguendo il mio esempio anche <a href="http://www.logubuntu.it" target="_blank"><b>M0rF3uS</b></a> ha creato dei pacchetti e li ha inseriti <a href="http://www.logubuntu.it/repository/" target="_blank">nel suo repository</a>, sia in versione i386 che amd64.<br />
Inseritelo nella vostra <i>sources.list</i> se volete avere dei pacchetti di Compiz Fusion aggiornati, d'ora in poi! ;)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Broadcom-WLAN-Chip unter Ubuntu Gutsy]]></title>
<link>http://maxmachtabi.wordpress.com/?p=121</link>
<pubDate>Sat, 15 Mar 2008 15:03:18 +0000</pubDate>
<dc:creator>Max</dc:creator>
<guid>http://maxmachtabi.ca.wordpress.com/2008/03/15/broadcom-wlan-chip-unter-ubuntu-gutsy/</guid>
<description><![CDATA[Die folgende Anleitung bezieht sich auf Ubuntu 7.10 &#8220;Gutsy Gibbon&#8221;, kann aber relativ un]]></description>
<content:encoded><![CDATA[<p><strong>Die folgende Anleitung bezieht sich auf Ubuntu 7.10 <em>"Gutsy Gibbon"</em>, kann aber relativ unkompliziert auf Ubuntu 8.04 LTS <em>"Hardy Heron"</em> angepasst werden. Näheres dazu am Ende des Beitrags.</strong></p>
<p>Heute etwas völlig Nebensächliches für die meisten Blog-Leser hier. Ist eher für die Leute gedacht, die per Google oder anderen Suchmaschinen auf dieses Blog stoßen. Der Nicht-Suchmaschinen-Leser sei also gewarnt: <strong>Achtung! Extremer Technik-Beitrag! Wahrscheinlich völlig uninteressant!</strong></p>
<p>Wie ich bereits im Blog geschrieben habe, habe ich mir vor ein paar Tagen ein Notebook geleistet, genauer gesagt ein HP 6720s (das zwar von Compaq produziert wird, aber trotzdem das HP-Logo trägt). Unter Windows Vista lief alles perfekt, aber es gab einige Probleme mit meiner geplanten DualBoot-Installation von Ubuntu.</p>
<p>Zunächst einmal weigerte sich die Gutsy-Live-CD, die Festplatte korrekt zu partitionieren und wollte immer nur eine neue Partition einrichten, meckerte aber anschließend, dass man keine swap-Partition eingerichtet habe. Nach einigem Herumprobieren ergab sich für mich folgende bequeme Lösung: Unter Windows Vista mit dem Microsoft-Partitionierungsprogramm (ist standardmäßig beigelegt; einfach in der Hilfe nach "Partition erstellen" suchen) die gewünschten Partitionen für das zukünftige Linux-System als NTFS-Partitionen erstellen (also schon mit der später angepeilten Größe). Dann die Live-CD starten und bei dem Installationsschritt "Partitionierung" <em>Manuelle Partitionierung</em> wählen. In dem folgenden Menü wählt man die unter Vista erstellten Partitionen aus (Achtung: Diese tragen nicht die Volume-Bezeichnungen, die man ihnen in Vista verpasst hat, man muss sie anhand ihrer Größe herausfiltern) und formatiert diese mit einem neuen Dateisystem. Jetzt klappt erst einmal die Installation!</p>
<p>Anschließend gab es für mich das Problem, meinen WLAN-Chip zum Laufen zu bewegen. Eigentlich hatte ich gedacht, dass die Verwaltung proprietärer Treiber unter Ubuntu Gutsy zuverlässig funktioniert, dem war allerdings nicht so. Ich konnte den WLAN-Chip zwar wunderbar einrichten, aber zum Laufen bewegen ließ dieser sich nicht. Trotz längerem Herumprobieren in diversen Netzwerkmanagement-Tools von Ubuntu war kein Netzwerk-Scan möglich.</p>
<p>Ein Hilferuf bei <a href="http://www.ubuntuusers.de">Ubuntuusers</a> brachte Hilfe: Man wies mich auf eine Anleitung im Ubuntu-Wiki hin, mit der man den proprietären Treiber auf die Blacklist setzen und die WLAN-Verbindung mit ndiswrapper herstellen könne. Die Anleitung für Broadcom-Chips findet sich <a href="https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff">hier</a>. Auf meinem HP 6720s liefen alle Schritte einwandfrei durch, nach einem Reboot wurden gleich mehrere Drahtlosnetzwerke gefunden. Bei Problemen mit Broadcom-Chips würde ich empfehlen, einmal genau die Anweisungen aus diesem Dokument zu befolgen, damit sind wirklich alle Fehlerquellen abgedeckt.</p>
<p><strong>Nachtrag!</strong> Nach dem Update auf Ubuntu 8.04 "Hardy Heron" ging das W-LAN erst einmal nicht mehr. Ich fand relativ schnell heraus, wie sich der WLAN-Treiber unter Hardy wieder zum Laufen bewegen lässt. Zum manuellen Start des Treibers benötigt man eine Serie von Kommandos in der Shell (für Linux-Neulinge: auch Terminal genannt, das Linux-Pendant zur Windows-Eingabeaufforderung). Es kann passieren, dass bei den ersten beiden Befehlen Fehlermeldungen ausgegeben werden. Einfach ignorieren und weitermachen.</p>
<blockquote><p>sudo rmmod b43<br />
sudo rmmod b44<br />
sudo rmmod ssb<br />
sudo rmmod ndiswrapper<br />
sudo modprobe ndiswrapper<br />
sudo modprobe ssb</p></blockquote>
<p>Damit bekommt man erst einmal den Treiber wieder in Bewegung, allerdings wird er nun nicht mehr bei jedem Systemstart geladen - doch auch das lässt sich automatisieren! Dazu nötig ist die Datei <em>/etc/rc.local</em> (nicht der Ordner, die Datei!). In dieser Datei stehen alle Befehle, die beim Systemstart ausgeführt werden sollen. Um bei jedem Bootvorgang den WLan-Treiber zu starten, müssen folgende Zeilen in die Datei eingefügt werden (wichtig: die Zeile mit dem Inhalt <em>exit 0</em> muss immer am Ende der Datei stehen, sonst wird das Skript beendet, bevor die gewünschten Kommandos ausgeführt werden):</p>
<blockquote><p>rmmod ssb<br />
rmmod ndiswrapper<br />
modprobe ndiswrapper<br />
modprobe ssb</p></blockquote>
<p>Jetzt sollte der Treiber bei jedem Systemstart automatisch gestartet werden - also alles so wie vorher!</p>
<p><strong>So, jetzt ist aber endgültig Schluss mit Tech-Beiträgen.</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Measurements]]></title>
<link>http://closetworldcompany.wordpress.com/2008/03/13/measurements/</link>
<pubDate>Thu, 13 Mar 2008 16:01:13 +0000</pubDate>
<dc:creator>closetworldcompany</dc:creator>
<guid>http://closetworldcompany.ca.wordpress.com/2008/03/13/measurements/</guid>
<description><![CDATA[They will measure the area and help you to create the entire proposal to meet your needs. All of the]]></description>
<content:encoded><![CDATA[<p>They will measure the area and help you to create the entire proposal to meet your needs. All of the features we ordain will last throughout the life of the house, and you don’t have to uneasiness about the mounting and installation procedures, as our installers will arrive at your house, at your convenience, to establish the shape that you have chosen. Changing the kitchen may be an crucial step, but it can be testing to absorb which changes force afford them the most doable room. They want easy access to all of the utensils of the trade. Kitchens, for many women, are as chief as a garage or workbench is for many men. Those who love to cook want to know where gear are. When approached with pantry issues, our specialists concoct to give you the most conceivable space. One of the easiest ways to give yourself plenty room in the galley for all of your belongings is to have someone else conceive a going pantry for you. Closet World, still, is changed. When you contact Closet World about your pantry space, you get not only the ability of innovative and exceedingly skilled designers, you get quality crop. No complication how bulky a pantry is, nonetheless, it by no means seems like there is adequate tent or cabinet space. Some nation even find that they have to add additional cabinets in society to have a space for each of their kitchenette gadgets. There is a growing trend of clerical companies who are assembly themselves celebrated for creating custom storage area solutions, but the budget concomitant with many of these companies are exorbitant. If you are mien to make your scullery, or any part of your home more well thought-out, give Closet World a call. Closet World has been in the structure business long abundant to afford you amazing solutions at prices that are expressively junior than those of our competitors. It doesn’t stock if you want a wine rack, a color drawer, or a house to depository your baking dishes, our Closet World consultants can make your pantry become a thing of attraction heaving with the operative landscape you need. When you acquaintance Closet World and plan a session, one of our authorities will arrive at your home, willing to make your vacant space the best it can be.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Controla tu Ubuntu remotamente vía bluetooth]]></title>
<link>http://tuxeando.wordpress.com/?p=89</link>
<pubDate>Mon, 25 Feb 2008 04:45:16 +0000</pubDate>
<dc:creator>tuxeando</dc:creator>
<guid>http://tuxeando.ca.wordpress.com/2008/02/25/controla-tu-ubuntu-remotamente-via-bluetooth/</guid>
<description><![CDATA[ 	 	 	 	
Hoy me ha llegado de regalo un dispositivo bluetooth usb. Cualquiera de ustedes se podría ]]></description>
<content:encoded><![CDATA[<p><title></title> 	 	 	 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--></p>
<p style="margin-bottom:0;">Hoy me ha llegado de regalo un dispositivo bluetooth usb. Cualquiera de ustedes se podría imaginar que estoy hablando de un dispositivo dlink , lynksys o alguna otra marca de renombre mundial. Pero no, estoy hablando de un dispositivo bluethoot usb que ni siquiera tiene marca. También llamados acá en Chile como marca acme, chancho, chanta, etc. Pero como para un geek con tiempo pasar horas en el pc investigando pueden ser parte de sus vacaciones, es que me puse a investigar sobre el manejo del notebook con mi celular usando este particular dispositivo bluetooth.</p>
<p style="margin-bottom:0;"><a href="http://tuxeando.wordpress.com/files/2008/02/img-1.jpg" title="img-1.jpg"><img src="http://tuxeando.wordpress.com/files/2008/02/img-1.thumbnail.jpg" alt="img-1.jpg" /></a></p>
<p style="margin-bottom:0;">El primer experimento que vamos a hacer sera conectar en forma óptima el dispositivo usb a nuestro ubuntu gutsy. Pese a lo que muchos podrían pensar no tuve ningún problema para que gutsy me reconociera el dispositivo. Pero para eso debemos instalar los siguientes programas:</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><b>$ sudo aptitude install bluez-utils gnome-bluetooth</b></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><b>Ahora por si la moscas ...</b></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><b>$ sudo /etc/init.d/bluetooth restart</b></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><b>¿</b><span>que vamos a hacer ahora?.. Ahora vamos a instalar todos los programas necesarios para usar nuestro celular como control remoto para controlar nuestros reproductores multimedia como amarok, xmms y rhythmbox. Se debe instalar un cliente y servidor de remuco. Este programa permite controlar los reproductores ya mencionados a través de bluetooth con una aplicación java instalada en nuestro celular.</span></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">Comencemos...</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">1- Descargas el .deb del programa que quieras controlar. Yo uso los tres asi es que baje e instale los tres programas.</p>
<p style="margin-bottom:0;"> <a href="http://downloads.sourceforge.net/remuco/remuco-server-amarok_0.4.3.1-0ubuntu1_i386.deb">Amarok</a></p>
<p><a href="http://downloads.sourceforge.net/remuco/remuco-server-rhythmbox_0.4.3.1-0ubuntu1_i386.deb">Rhythmbox</a></p>
<p><a href="http://downloads.sourceforge.net/remuco/remuco-server-xmms_0.4.3.1-0ubuntu1_i386.deb">XMMS</a></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">Doble click o aplicamos...</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><b>$ sudo dpkg -i nombredeprograma.deb</b></p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;"><span>2- Bajamos el programa cliente (java) para instalarlo en nuestro celular. </span><a href="http://downloads.sourceforge.net/remuco/remuco-client-0.5.1.tar.gz">Descargalo aquí.</a></p>
<p style="margin-bottom:0;">El archivo que acabamos de bajar posee en su interior tres carpetas, cada uno con un programa cliente distinto. Desde mi punto de vista, el simple y el canvas son bastante buenos. Este ultimo tiene una interfaz gráfica en forma de reproductor multimedia. Las canciones se cambian con el joystick con la flecha hacia arriba y hacia abajo, mientras que el volumen se maneja con las flechas de los lados. El simple posee una interfaz gráfica mas “simple, obvio” en modo texto que es perfectamente funcional y se maneja con los botones de selección. Posee un menú lateral con el que se puede cambiar el volumen entre otras cosas.</p>
<p style="margin-bottom:0;">Cualquiera haya sido tu elección tendrás que enviar el archivo remuco.jar a tu celular y dependiendo del modelo que poseas proceder a instalarlo. Seria recomendable que lo hagas vía bluetooth para que pruebes que tal el soporte. La primera vez que te conectas con tu celular tendrás que ingresar el pin que debe ser el mismo en tu computador y en tu celular. Yo poseo un sonyericsson y posteo las imágenes de la instalación del programa. En todo caso no es nada diferente a la instalación de los típicos juegos java que la gran mayoría tiene en sus celulares.</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">3- Una vez que tengas todo instalado debes echar a correr el programa servidor. Dependiendo del programa que quieras controlarlo tendrás que ejecutar el siguiente comando:</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">para amarok : remuco-amarok</p>
<p style="margin-bottom:0;">para xmms : remuco-xmms</p>
<p style="margin-bottom:0;">para rhythmbox : remuco-rythmbox</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">4- Buscar en el menú aplicaciones de tu celular el programa remuco. Obviamente tienes que echar a correr el programa servidor en tu equipo y luego el programa de tu celular.</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">5- Yo se lo que están pensando ustedes.... es una lata escribir el comando para echar a correr el servidor, luego lanzar el reproductor y luego el programa en tu celular. Bien... Yo me cree un script de esta forma.</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">Para rythmbox lo abrí un archivo de texto, pegue lo siguiente y lo guarde con el nombre remury.sh</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">#!/bin/sh</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">#Start both programs.</p>
<p style="margin-bottom:0;">rhythmbox &#38;</p>
<p style="margin-bottom:0;">sleep 2</p>
<p style="margin-bottom:0;">remuco-rhythmbox &#38;</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">#Wait until rhythmbox closes.</p>
<p style="margin-bottom:0;">wait %1</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">kill -s INT `pidof remuco-rhythmbox`</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">Luego cree un lanzador a ese scrpit, le puse un icono bonito y eso seria todo. Ahora si tu quieres utilizar otro reproductor, te recomiendo que solo cambies rhythmbox por xmms o amarok en el script anterior.</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">Eso seria todo, espero les haya servido esta pequeña guía.</p>
<p style="margin-bottom:0;">&#160;</p>
<p style="margin-bottom:0;">saludos</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to use your Nokia to connect to the Internet in Ubuntu]]></title>
<link>http://jonramvi.wordpress.com/2008/02/20/how-to-use-your-nokia-to-connect-to-the-internet-in-ubuntu-2/</link>
<pubDate>Wed, 20 Feb 2008 16:40:39 +0000</pubDate>
<dc:creator>Jon Ramvi</dc:creator>
<guid>http://jonramvi.ca.wordpress.com/2008/02/20/how-to-use-your-nokia-to-connect-to-the-internet-in-ubuntu-2/</guid>
<description><![CDATA[POST MOVED TO NEW BLOG LOCATION
OS X is without a doubt the easiest OS for configuring Bluetooth dev]]></description>
<content:encoded><![CDATA[<p><strong></strong><strong><big><a href="http://www.jonramvi.com/how-to-use-your-nokia-to-connect-to-the-internet-in-ubuntu-2/">POST MOVED TO NEW BLOG LOCATION</a></big></strong></p>
<p><span style="text-decoration:line-through;">OS X is without a doubt the easiest OS for configuring Bluetooth devices. Adding phones, keyboards and headsets is (more or less) as easy as it could be. Windows is way behind. You can add your phone, but where OS X automatically sets up the phone as a modem connection, you will have to download some PC Suite crap or hack your way onto the phone. Ubuntu is somewhere between Windows and OS X, but (sad to say) closer to Windows.<br />
So, to ease the pain, here's a how to use your Nokia to connect to the Internet in Ubuntu. I'm using Ubuntu Gutsy Beta 4 and a Nokia N82. Everything should be pretty much the same for older Ubuntu versions and other Nokias.</span></p>
<p><span style="text-decoration:line-through;">Everything in the guide is really (that is, when you're following it) without the quotes.</span></p>
<p><span style="text-decoration:line-through;"><a title="080220synaptic.png" href="http://jonramvi.wordpress.com/files/2008/02/080220synaptic.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080220synaptic.thumbnail.png" border="0" alt="080220synaptic.png" hspace="5" vspace="5" align="right" /></a></span></p>
<p><span style="text-decoration:line-through;"><strong><span style="color:#ffffff;">a</span></strong></span></p>
<p><span style="text-decoration:line-through;"><strong>1. Install needed applications<br />
<span style="color:#ffffff;">a</span><br />
</strong></span></p>
<ol>
<li><span style="text-decoration:line-through;"> Go to System - Administration - Software Sources</span></li>
<li><span style="text-decoration:line-through;">Select Third-Party Software and add "deb http://download.tuxfamily.org/blueman ubuntu bluetooth"</span></li>
<li><span style="text-decoration:line-through;">Close Software Sources. It will ask for permission to update. Yes, you'd like that...</span></li>
<li><span style="text-decoration:line-through;">Go to System - Administration - Synaptic ...</span></li>
<li><span style="text-decoration:line-through;">Find "blueman" and "gnome-ppp", mark them for installation and click Apply</span></li>
<li><span style="text-decoration:line-through;">When done, all open applications can be closed</span></li>
</ol>
<p><span style="text-decoration:line-through;"><a title="080220blueman.png" href="http://jonramvi.wordpress.com/files/2008/02/080220blueman.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080220blueman.thumbnail.png" border="0" alt="080220blueman.png" hspace="5" vspace="5" align="right" /></a></span></p>
<p><span style="text-decoration:line-through;"><strong><span style="color:#ffffff;">a</span></strong></span></p>
<p><span style="text-decoration:line-through;"><strong>2. Configure Blueman<br />
</strong><strong><span style="color:#ffffff;">a</span></strong></span></p>
<ol>
<li><span style="text-decoration:line-through;"> Start Blueman from Applications - Accessories</span></li>
<li><span style="text-decoration:line-through;">Click Inquiry, select your phone and click Bond</span></li>
<li><span style="text-decoration:line-through;">Type the same pin on both your computer and your phone and the bonding should be successful</span></li>
<li><span style="text-decoration:line-through;">With the phone selected, click Other and select "Set trusted"</span></li>
<li><span style="text-decoration:line-through;">Now go to Edit and select Services</span></li>
<li><span style="text-decoration:line-through;">Enable Serial, check autostart and click the configuration button</span></li>
<li><span style="text-decoration:line-through;">From the Host dropdown, select your phone</span></li>
<li><span style="text-decoration:line-through;">From the Service dropdown, select "dun: Dial-Up Networking" and click Add Port</span></li>
<li><span style="text-decoration:line-through;">When done, Blueman can be closed</span></li>
</ol>
<p><span style="text-decoration:line-through;"><a title="080220gnomeppp.png" href="http://jonramvi.wordpress.com/files/2008/02/080220gnomeppp.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080220gnomeppp.thumbnail.png" border="0" alt="080220gnomeppp.png" hspace="5" vspace="5" align="right" /></a></span></p>
<p><span style="text-decoration:line-through;"><strong><span style="color:#ffffff;">a</span></strong></span></p>
<p><span style="text-decoration:line-through;"><strong>3. Configure the dial-up<br />
</strong><strong><span style="color:#ffffff;">a</span></strong></span></p>
<ol>
<li><span style="text-decoration:line-through;"> Start GNOME PPP from Applications - Internet</span></li>
<li><span style="text-decoration:line-through;">Click Setup and write "/dev/rfcomm0" in the Device field</span></li>
<li><span style="text-decoration:line-through;">Under Options, I recommend you check "On connect Dock in notification area"</span></li>
<li><span style="text-decoration:line-through;">Click Close</span></li>
<li><span style="text-decoration:line-through;">If you have gotten your own unique username, password and phone number, write those in</span></li>
<li><span style="text-decoration:line-through;">Otherwise, write your phone number as username and password and  *99***# as phone number""</span></li>
<li><span style="text-decoration:line-through;">"Remember password" must be checked (this is a bug)</span></li>
<li><span style="text-decoration:line-through;">Now, click Connect</span></li>
</ol>
<p><span style="text-decoration:line-through;"><strong>How to connect in the future</strong></span></p>
<ol>
<li><span style="text-decoration:line-through;"> Start GNOME PPP and click Connect</span></li>
</ol>
<p><span style="text-decoration:line-through;"><span style="color:#ffffff;">a</span></span></p>
<p><span style="text-decoration:line-through;"><strong><span style="text-decoration:underline;">UPDATE 8th of May 08</span></strong></span></p>
<p><span style="text-decoration:line-through;"><strong>How to use the data cable / usb cable instead of bluetooth</strong></span></p>
<ol>
<li><span style="text-decoration:line-through;">Connect the phone with the cable</span></li>
<li><span style="text-decoration:line-through;">In 3.2, where you type /dev/rfcomm0, click Detect instead.</span></li>
<li><span style="text-decoration:line-through;">Close and Connect</span></li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Checkinstall]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-checkinstall/</link>
<pubDate>Sat, 09 Feb 2008 09:04:44 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-checkinstall/</guid>
<description><![CDATA[If you want to create .deb package from programs that must be compiled with
./configure and make:
In]]></description>
<content:encoded><![CDATA[<p>If you want to create .deb package from programs that must be compiled with<br />
./configure and make:<br />
Install <b><font>*</font>checkinstall<font>*</font></b> with apt-get</p>
<p>To use it:<br />
Use ./configure and make, like you would normally do, but instead of doing make install, type checkinstall -D make install. This command will create a .deb package that can be installed (and uninstalled) with Synaptic package manager.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] VLC]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-vlc/</link>
<pubDate>Sat, 09 Feb 2008 09:04:11 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-vlc/</guid>
<description><![CDATA[VLC is an &#8220;almost&#8221; universal video player.
To install it, as well as the VLC plugin for ]]></description>
<content:encoded><![CDATA[<p>VLC is an "almost" universal video player.<br />
To install it, as well as the VLC plugin for Firefox, type the following command in a Terminal<br />
sudo apt-get install vlc mozilla-plugin-vlc</p>
<p>If, after installing VLC, you cannot play some videos (with an error message like the following one), try installing gstreamer.</p>
<p><a href="http://picasaweb.google.com/el.ubuntero/UbuntuGutsy/photo#5163553836223424050"><img src="http://lh3.google.com/el.ubuntero/R6ig2zqz5jI/AAAAAAAAAJM/suxzr3Hgg2Y/s800/asf.png" /></a></p>
<p>Type the following command in a Terminal</p>
<p><span style="color:rgb(0, 153, 0);">sudo apt-get install gstreamer0.10-ffmpeg</span></p>
<p>If it's still not working, then type the following command in a Terminal</p>
<p><span style="color:rgb(0, 153, 0);">sudo apt-get install totem-gstreamer</span></p>
<p>And if it's still not working, then try installing mplayer</p>
<p><span style="color:rgb(0, 153, 0);">sudo apt-get install mplayer</span></p>
<p>The final "extreme" solution would be to install all gstreamer plugins</p>
<p><span style="color:rgb(0, 153, 0);">sudo apt-get install gstreamer0.10-\*</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Transparent terminal in Gnome background]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-transparent-terminal-in-gnome-background/</link>
<pubDate>Sat, 09 Feb 2008 09:03:29 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-transparent-terminal-in-gnome-background/</guid>
<description><![CDATA[Here is some explanations on how to create a transparent terminal background in Gnome, with AllTray.]]></description>
<content:encoded><![CDATA[<p>Here is some explanations on how to create a transparent terminal background in Gnome, with AllTray.</p>
<p>AllTray allows you to dock any application with no native tray icon into the system tray.</p>
<p>First, you need to install AllTray:<br />
Open the Synaptic Package Manager</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163183472603555186"><img src="http://lh6.google.be/el.ubuntero/R6dQAzqz5XI/AAAAAAAAAG8/q_2GuVVMSkk/s800/alltray1.png" /></a></p>
<p>Click on the "Search" button, and type alltray in the search window.<br />
Once AllTray is found, right click on it and select "Mark for installation".</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163183472603555202"><img src="http://lh6.google.be/el.ubuntero/R6dQAzqz5YI/AAAAAAAAAHE/Bu56PmSobRE/s800/alltray2.png" /></a></p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163183476898522514"><img src="http://lh3.google.be/el.ubuntero/R6dQBDqz5ZI/AAAAAAAAAHM/3KnqjoHgT7M/s800/alltray3.png" /></a></p>
<p>After the installation of AllTray, close Synaptic Package Manager</p>
<p>Open Gnome Terminal from Applications / Acccessories / Terminal.<br />
After it is open, select Edit / Profiles</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163186406066218402"><img src="http://lh5.google.be/el.ubuntero/R6dSrjqz5aI/AAAAAAAAAHU/NlBaz8qWJ8I/s800/alltray4.png" /></a></p>
<p>Press the "New" button.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163186406066218418"><img src="http://lh5.google.be/el.ubuntero/R6dSrjqz5bI/AAAAAAAAAHc/YAfsubvuOZE/s800/Alltray5.png" /></a></p>
<p>Give the new profile a name (TransparentTerminal) and click on "Create".</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163187574297322946"><img src="http://lh5.google.be/el.ubuntero/R6dTvjqz5cI/AAAAAAAAAHk/3fO2CXRziRI/s800/alltray6.png" /></a></p>
<p>Uncheck "Show menubar by default in new terminals".</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163187578592290258"><img src="http://lh6.google.be/el.ubuntero/R6dTvzqz5dI/AAAAAAAAAHs/kXuAZoxZ4XU/s800/alltray7.png" /></a></p>
<p>Go to the Effects tab, select "Transparent background" and set the transparency to None.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163188093988365794"><img src="http://lh6.google.be/el.ubuntero/R6dUNzqz5eI/AAAAAAAAAH0/AE6lSy1aUxs/s800/alltray9.png" /></a></p>
<p>Go to the Scrolling tab, and select Disabled from the drop-down list.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163188497715291634"><img src="http://lh4.google.be/el.ubuntero/R6dUlTqz5fI/AAAAAAAAAH8/sM7vK1140hQ/s800/alltray10.png" /></a></p>
<p>Close the editing profile window, and in the Profiles dialog, select the profile that you have just created from the "Profile used when launching a new terminal" drop-down list, and close it.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163189111895614978"><img src="http://lh3.google.be/el.ubuntero/R6dVJDqz5gI/AAAAAAAAAIE/dyIQNmmqHwM/s800/allltray11.png" /></a></p>
<p>Create a new launcher on the desktop: right click on the background and select "Create Launcher..."</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163189756140709394"><img src="http://lh5.google.be/el.ubuntero/R6dVujqz5hI/AAAAAAAAAIM/aKsrNArL8Kg/s800/alltray12.png" /></a></p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5163190872832206370"><img src="http://lh5.google.be/el.ubuntero/R6dWvjqz5iI/AAAAAAAAAIU/zEoGFnS15tc/s800/alltray13.png" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Zattoo (live TV on your PC)]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-zattoo-live-tv-on-your-pc/</link>
<pubDate>Sat, 09 Feb 2008 09:02:44 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-zattoo-live-tv-on-your-pc/</guid>
<description><![CDATA[With Zattoo, you can watch TV when you do not have a TV, but a computer and an Internet connection. ]]></description>
<content:encoded><![CDATA[<p>With Zattoo, you can watch TV when you do not have a TV, but a computer and an Internet connection. A package is available for Debian / Ubuntu, so here is how to install it.</p>
<p>Go to Zattoo web site (http://zattoo.com/), sign in and download the zattoo package for Debian / Ubuntu (.deb).</p>
<p>Right click on the downloaded package, and select "Open with GDebi Package Installer".<br />
Click on "Install Package". Some additional packages may be downloaded.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5161696632235091154"><img src="http://lh3.google.be/el.ubuntero/R6IHvTqz5NI/AAAAAAAAAE4/Z1HHIMfngfw/s800/Zattoo1.png" /></a></p>
<p>Enjoy the TV on you PC from the Internet.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5161710191446844674"><img src="http://lh4.google.be/el.ubuntero/R6IUEjqz5QI/AAAAAAAAAFU/9tgFSmpQWm4/s800/Screenshot.png" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Acrobat Reader and plug-in]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-acrobat-reader-and-plug-in/</link>
<pubDate>Sat, 09 Feb 2008 09:02:15 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-acrobat-reader-and-plug-in/</guid>
<description><![CDATA[To install Acrobat Reader 8 and the plug-in for Firefox in Ubuntu Gutsy:
Add first the medibuntu rep]]></description>
<content:encoded><![CDATA[<p>To install Acrobat Reader 8 and the plug-in for Firefox in Ubuntu Gutsy:</p>
<p>Add first the medibuntu repository (if not already done) to your list of repositories.<br />
Start by adding the gpg key using the following command:<br />
<span style="color:rgb(0, 153, 0);">wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- &#124; sudo apt-key add -</span></p>
<p>Then add the medibuntu repository to your sources list:<br />
<span style="color:rgb(0, 153, 0);">sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list</span></p>
<p>Then, update the sources list:<br />
<span style="color:rgb(0, 153, 0);">sudo apt-get update</span></p>
<p>Then, install Acrobat Reader and the plug-in for Firefox with the following command in a terminal:</p>
<p><span style="color:rgb(0, 153, 0);">sudo apt-get install acroread mozilla-acroread acroread-plugins</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] ... goes multimedia]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-goes-multimedia/</link>
<pubDate>Sat, 09 Feb 2008 09:01:36 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-goes-multimedia/</guid>
<description><![CDATA[Some softwares for playing videos and music are already included in Ubuntu but some pieces are missi]]></description>
<content:encoded><![CDATA[<p>Some softwares for playing videos and music are already included in Ubuntu but some pieces are missing to play encrypted DVDs, and some video formats from Windows and Apple.</p>
<p>First, we need to add the Medibuntu repository: Medibuntu (http://www.medibuntu.org/) is a packaging project dedicated to distributing software that cannot be included in Ubuntu for various reasons, related to geographical variations in legislation regarding intellectual property, security and other issues.</p>
<p>To add the Medibuntu repository to your system's list of APT repositories, type the following command in a terminal:<br />
<span style="color:rgb(0, 153, 0);">sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list</span></p>
<p>Then, add the GPG Key, with the following command in a terminal:<br />
<span style="color:rgb(0, 153, 0);">wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- &#124; sudo apt-key add - &#38;&#38; sudo apt-get update</span></p>
<p>To play encrypted DVDs, the libdvdcss2 package is essential. libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the DVD decryption. Type the following command in a terminal:<br />
<span style="color:rgb(0, 153, 0);">sudo apt-get install libdvdcss2</span></p>
<p>There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. The needed package is called w32codecs and can be installed with the following command:<br />
<span style="color:rgb(0, 153, 0);">sudo apt-get install w32codecs</span></p>
<p>That's it: you should now be able to play DVDs and videos. If  you want to install an "almost universal" video player, VLC is a good choice. I will report its installation in another post.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] The Sound of Silence (2)]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-the-sound-of-silence-2/</link>
<pubDate>Sat, 09 Feb 2008 09:01:00 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-the-sound-of-silence-2/</guid>
<description><![CDATA[As explain in the previous post, I have found a first solution to make the sound card of my Acer Tra]]></description>
<content:encoded><![CDATA[<p>As explain in the <a href="http://el-ubuntero.blogspot.com/2008/01/sound-of-silence.html">previous post</a>, I have found a first solution to make the sound card of my Acer TravelMate 6292 to work (the sound card is a Realtek ALC268). But, as explained in this post, the sound was set back to mute each time the laptop is rebooted. No very convenient, so I looked for another solution, which is described here under.</p>
<p>Second solution: the linux-backports-modules-generic<br />
The second solution is to install the backports generic modules. Open a terminal and type the following command:</p>
<p><span style="color:rgb(0, 102, 0);">sudo apt-get install linux-backports-modules-generic</span></p>
<p>Edit the file /etc/modprobe.d/alsa-base</p>
<p><span style="color:rgb(0, 102, 0);">sudo gedit /etc/modprobe.d/alsa-base</span></p>
<p>and add the following line at the end of the file:</p>
<p><span style="color:rgb(0, 102, 0);">options snd-hda-intel model=acer</span></p>
<p>Reboot, and everything should work (well, at least, external speakers and headphones are working, but I have still not tested the internal microphone or an external one).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] The Sound of Silence]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-the-sound-of-silence/</link>
<pubDate>Sat, 09 Feb 2008 09:00:15 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-the-sound-of-silence/</guid>
<description><![CDATA[As stated in a previous post, after the installation of Ubuntu on my Acer TravelMate 6292, I have no]]></description>
<content:encoded><![CDATA[<p>As stated in a previous <a href="http://el-ubuntero.blogspot.com/2008/01/first-installation.html">post,</a> after the installation of Ubuntu on my Acer TravelMate 6292, I have no sound at all coming out of the loudspeakers or out of any headphones plugged in. It seems that this issue is not related to Ubuntu only, since I've had the same problem with some other Linux distributions I've tried (like OpenSuse 10.3 or Fedora 8). It's more probably that the sound card (a Realtek ALC268) is not -- yet -- supported out of the box by Linux.</p>
<p>I've found two solutions to resolve, at least partially, this issue.</p>
<p>First solution: install the latest drivers from Realtek<br />
The first solution that I have tried is to install the last drivers from Realtek. Those drivers can be downloaded from <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&#38;PNid=24&#38;PFid=24&#38;Level=4&#38;Conn=3&#38;DownTypeID=3&#38;GetDown=false#High%20Definition%20Audio%20Codecs">here</a>. Go to the Unix (Linux) section and download the file to your hard drive (home folder is a good location).</p>
<p>Make sure that you have the last version of the Linux kernel as well as the libncurses5-dev by doing the following command in a terminal:</p>
<p><span style="color:rgb(0, 102, 0);">sudo apt-get install build-essential linux-headers-generic libncurses5-dev</span></p>
<p>Unpack the file that you have downloaded from Realtek web site, with the following command:</p>
<p><span style="color:rgb(0, 102, 0);">tar -jxvf realtek-linux-audiopack-4.07b.tar.bz2</span></p>
<p>(the name of the file could be different, depending on which version is the current one).</p>
<p>Move to the folder that has been created:</p>
<p><span style="color:rgb(0, 102, 0);">cd realtek-linux-audiopack-4.07b</span></p>
<p>Type the following command to compile and install the driver:</p>
<p><span style="color:rgb(0, 102, 0);">sudo ./install</span><i></p>
<p></i>After the compilation, the installer will start and you will have to answer to a series of questions.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101733253932018"><img src="http://lh5.google.be/el.ubuntero/R5jPsTqz4_I/AAAAAAAAABU/zg2ww_TtQqc/s800/realtek1.png" /></a></p>
<p>When the installer asked me to choose a sound card, I just pick the first choice (but I did not really know at that stage if it was the correct choice).</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101733253932034"><img src="http://lh5.google.be/el.ubuntero/R5jPsTqz5AI/AAAAAAAAABc/TDxtxJRAxCA/s800/realtek2.png" /></a></p>
<p>I let the installation configuring /etc/modprobe.d/sound and /etc/modprobe.conf if present</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101737548899346"><img src="http://lh6.google.be/el.ubuntero/R5jPsjqz5BI/AAAAAAAAABk/mYOmlpNQhkU/s800/realtek3.png" /></a></p>
<p>At the end of the installation, the sound card was not working yet.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101737548899362"><img src="http://lh6.google.be/el.ubuntero/R5jPsjqz5CI/AAAAAAAAABs/F3XQsaWBBS8/s800/realtek4.png" /></a></p>
<p>But after rebooting, the sound was working (at least the front speakers and headphones), but each time the PC is rebooted, the sound volume is set back to  mute. So, I looked for another solution, which I will describe in the next post.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101857807983682"><img src="http://lh6.google.be/el.ubuntero/R5jPzjqz5EI/AAAAAAAAACA/f_fpxjvFmmo/s800/realtek6.png" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Flash]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-flash/</link>
<pubDate>Sat, 09 Feb 2008 08:59:24 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-flash/</guid>
<description><![CDATA[To install Flash and the plug-in in Firefox, I have found out that using the Synaptic Package Manage]]></description>
<content:encoded><![CDATA[<p>To install Flash and the plug-in in Firefox, I have found out that using the Synaptic Package Manager is not the best solution, at least on my laptop: in that case, when I restart Firefox, the Flash plug-in is not recognised, and I still cannot display Flash animation from the Internet.</p>
<p>What I did instead is download Flash for Linux from the <a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz">Adobe</a> web site and install it myself.</p>
<p>After downloading the file, unpack it on your computer by typing the following command in a Terminal:</p>
<p><span style="color:rgb(0, 102, 0);font-family:courier new;">tar xvfz install_flash_player_9_linux.tar.gz</span></p>
<p>Then move to the unpacked folder (install_flash_player_9_linux) with the following command:</p>
<p><span style="color:rgb(0, 102, 0);font-family:courier new;">install_flash_player_9_linux</span></p>
<p>Close any opened browser, and start the installation with the command:</p>
<p><span style="color:rgb(0, 102, 0);font-family:courier new;">./flashplayer-installer</span></p>
<p>Answer to the various questions asked by the installation program, and at the end of the procedure, Flash Player should be installed on your computer.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Thunderbird]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-thunderbird/</link>
<pubDate>Sat, 09 Feb 2008 08:57:53 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-thunderbird/</guid>
<description><![CDATA[By default, Ubuntu is using Evolution as a client for mails. I prefer Thunderbird, so I am going to ]]></description>
<content:encoded><![CDATA[<p>By default, Ubuntu is using Evolution as a client for mails. I prefer Thunderbird, so I am going to install it, and to retrieve my e-mails from my previous computer.</p>
<p>Installing Thunderbird is quite easy: it is available as a package in Synaptic Package Manager, so this is where one can find it and start the installation.</p>
<p>Since I had a backup of my Thunderbird profile from my previous computer, I am going to install this profile in Thunderbird on my new computer. The Thunderbird profile (which contains all settings for emails accounts, the extensions that where installed, all the e-mails, ...) is stored in a folder in:</p>
<p>/home/.mozilla-thunderbird/</p>
<p>and as for name a code (something like "fxt8zbe9.default"). This is this last folder that you must put on a USB key, or a burn on a CD.</p>
<p>Once Thunderbird has been installed, you can start it, and when it ask you if you want to import previous preferences, settings, ..., you just select "Don't import anything".</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101862102950994"><img src="http://lh3.google.be/el.ubuntero/R5jPzzqz5FI/AAAAAAAAACI/Gv5a6u8GZg8/s800/thunderbird1.png" /></a></p>
<p>Thunderbird will then launch the Account Wizard.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101870692885602"><img src="http://lh5.google.be/el.ubuntero/R5jP0Tqz5GI/AAAAAAAAACQ/T4OWj1zT7KM/s800/thunderbird2.png" /></a></p>
<p>Again, you do not create any account, and you click on Cancel an then on Exit to confirm.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159101870692885618"><img src="http://lh5.google.be/el.ubuntero/R5jP0Tqz5HI/AAAAAAAAACY/FL9IwRHNgfM/s800/thunderbird3.png" /></a></p>
<p>You can then close Thunderbird and copy your backup profile to the Thunderbird folder (/home/.mozilla-thunderbird). You can then delete the existing profile (the one that was installed by Thunderbird).</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159478878627161234"><img src="http://lh6.google.be/el.ubuntero/R5omtDqz5JI/AAAAAAAAADQ/6V-tkGhGNNs/s800/thunderbird5.png" /></a></p>
<p>The last step is to edit the file called "profiles.ini" and, at the last line, to replace the name of the default profile folder by the name of your backup profile folder. After saving, you can start Thunderbird, and all your e-mails, preferences, add-ons, will be installed in Thunderbird.</p>
<p><a href="http://picasaweb.google.be/el.ubuntero/UbuntuGutsy/photo#5159478882922128546"><img src="http://lh3.google.be/el.ubuntero/R5omtTqz5KI/AAAAAAAAADY/VA9zFgQ6lVc/s800/thunderbird6.png" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] First installation]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-first-installation/</link>
<pubDate>Sat, 09 Feb 2008 08:56:47 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-first-installation/</guid>
<description><![CDATA[There is not much to say about the first installation of Ubuntu Gutsy on my new Acer TravelMate 6292]]></description>
<content:encoded><![CDATA[<p><font size="2"><font size="3">There is not much to say about the first installation of Ubuntu Gutsy on my new Acer TravelMate 6292 (see the <a href="http://el-ubuntero.blogspot.com/2008/01/acer-travelmate-6292.html">previous post</a> to have a overview of the graphic card, wifi, ... of this computer).</p>
<p>Basically, what I did is make room on the hard drive for Linux.. by kicking the pre-installed Windows Vista out of the hard drive (hasta la vista Vista), and boot the computer on the Ubuntu CD. I then install it on my laptop, without any issues. One thing I noticed however is that if you plug in an external mouse (e.g. a USB mouse), the needed resources for the trackpad are not installed during the installation of Ubuntu. After the installation, the trackpad will not work. It is still possible to install those resources after the Ubuntu installation, but to stay on the safe side, it's probably better not to plug any external mouse during installation.</p>
<p>After installation, the screen resolution was configured correctly (1280 x 800 which is the maximum pixel resolution), but I have not tested the 3D acceleration yet, nor the Compiz fusion.</p>
<p>The wifi was also working "out of the box" (I was able to connect to my wpa wifi network without any problem).</p>
<p>The sound card is not working: I do not have any sound out of the loudspeakers or out of any headphones connected to the laptop. I guess that I do not have any sound out of any microphone (either an external one connected to the PC, or from the internal one). I will try to resolve that after installing the basic tools I need.</font></font></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Gutsy] Acer TravelMate 6292]]></title>
<link>http://elubuntero.wordpress.com/2008/02/09/gutsy-acer-travelmate-6292/</link>
<pubDate>Sat, 09 Feb 2008 08:55:34 +0000</pubDate>
<dc:creator>elubuntero</dc:creator>
<guid>http://elubuntero.ca.wordpress.com/2008/02/09/gutsy-acer-travelmate-6292/</guid>
<description><![CDATA[I was the happy owner of a Fujitsu Siemens LifeBook P7020, running under Ubuntu 7.04, when the compu]]></description>
<content:encoded><![CDATA[<p><font size="3">I was the happy owner of a Fujitsu Siemens LifeBook P7020, running under Ubuntu 7.04, when the computer died late 2007. So, as a Christmas gift, I brought myself a new laptop, an Acer TravelMate 6292: not as portable as the Fujistu... but much cheaper.</font></p>
<p><font size="3">My first intention was (and still is) to install any Linux distribution on it: Ubuntu as a first choice, and any other one if Ubuntu was not working well enough on this laptop. Since I did not check the compatibility of this Acer computer with Linux before buying it, I didn't really now what to expect.</font></p>
<p><font size="3">In this first post, I will just describe the first installation of Ubuntu Gutsy (7.10) on this computer. In the next posts, I will go over the post-installation operations that were necessary to make the computer work (since I am not expecting that Ubuntu will just "work out of the box" on this new laptop, especially since it's using the new Santa Rosa technology.</font></p>
<p><font size="3">Here are the characteristics of the TravelMate 6292:<br />
</font></p>
<ul>
<li><font size="3">Intel<sup>®</sup> Centrino<sup>®</sup> Duo mobile processor technology</font></li>
<li><font size="3">Integrated Intel<sup>®</sup> GMA X3100 3D graphics</font></li>
<li><font size="3">Sound card codec is Realtek ALC268</font></li>
<li><font size="3">Wifi is Intel 4965<font face="georgia">AGN</font></font></li>
<li><font size="3">2 Gb RAM</font></li>
<li><font size="3">160 Gb hard drive</font></li>
<li><font size="3"> Acer Crystal Eye webcam</font></li>
<li><font size="3">5-in-1 card reader</font></li>
<li><font size="3">Acer Bio-Protection fingerprint solution</font></li>
<li><font size="3">Bluetooth<sup>®</sup></font></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalasi Point Of Sale Gratis]]></title>
<link>http://efendirizal.wordpress.com/?p=27</link>
<pubDate>Sat, 09 Feb 2008 06:32:47 +0000</pubDate>
<dc:creator>lazir</dc:creator>
<guid>http://efendirizal.ca.wordpress.com/2008/02/09/instalasi-point-of-sale-gratis/</guid>
<description><![CDATA[Point Of Sale adalah aplikasi akuntansi perdagangan yang didalam aplikasi ini terdapat transaksi jua]]></description>
<content:encoded><![CDATA[<p align="justify"><a href="http://efendirizal.wordpress.com/files/2008/02/utama.jpg" title="utama.jpg"><img src="http://efendirizal.wordpress.com/files/2008/02/utama.jpg" alt="utama.jpg" align="right" height="238" width="181" /></a>Point Of Sale adalah aplikasi akuntansi perdagangan yang didalam aplikasi ini terdapat transaksi jual beli, laporan pembelian, stock opname dan laba rugi dalam setiap transaksi yang terjadi pada hitungan hari, bulan dan tahun pada sebuah toko ataupun swalayan. Aplikasi Point Of Sale biasanya digunakan dalam perusahaan perdagangan yang cukup besar dan mampu membeli software <i>Point Of Sales (POS) </i>sedangkan toko yang mempunyai modal yang tidak besar tidak dapat menggunakan fasilitas ini!<!--more--></p>
<p align="justify">Dengan pertimbangan diatas maka muncullah berbagai macam aplikasi yang free dan tentunya semua kalangan dapat menjangkau karena murah dan juga tidak membutuhkan spesifikasi komputer yang cukup besar, dengan kata lain dapat juga dijalankan pada komputer yang mempunyai spesifikasi standart bahkan hampir ketinggalan jaman yang hanya bisa digunakan oleh komputer wartel dan harganya <u>+</u> 400rb saja anda bisa menjalankan transakasi perdagangan dengan cara yang sitematis...... mudah khan....</p>
<p align="justify"><b>KASIR POIN OF SALE (POS  Linux ala rab.co.id)</b></p>
<p align="justify"><b>Transaksi penjualan</b>, ialah transaksi yang berhubungan dengan daftar barang antara barang yang dijual ataupun barang yang dibeli oleh pembeli barang, secara langsung semua transaksi yang ada terekam dalam database dan secara default pula barang yang berada pada stock akan terkurangi.</p>
<p align="justify"><a href="http://efendirizal.wordpress.com/files/2008/02/penjualan.jpg" title="penjualan.jpg"></a></p>
<div style="text-align:center;"><a href="http://efendirizal.wordpress.com/files/2008/02/penjualan.jpg" title="penjualan.jpg"><img src="http://efendirizal.wordpress.com/files/2008/02/penjualan.jpg" alt="penjualan.jpg" height="206" width="529" /></a></div>
<p align="justify"><b>Stock barang</b>, stock barang berisi daftar barang sudah kita beli kepada produsen dan juga otomatis ditambahkan kedalam database dengan barang tersisa.</p>
<p align="justify"><b>Stock Opname, </b>biasanya hanya digunakan untuk mencocokkan barang yang ada di toko dan juga stock barang yang ada di database komputer kasir, dengan kata lain antara stock barang yang ada di toko haruslah sama dengan jumlah barang yang tertera di komputer kasir. Biasanya stock opname dilakukan per minggu, bulan, bahkan tahun.</p>
<p align="justify"><b>Berikut Cara Instalasinya Pada Ubuntu :</b></p>
<p align="justify">Karena kita menggunakan program kasir gratis yang berada di http://rab.co.id jadi kita pelukan adalah repository dari http://rab.co.id.</p>
<p align="justify">    Tambahkan repo pada list di bawah ini<i><br />
</i></p>
<blockquote>
<p align="justify"><i>    $ sudo gedit /etc/apt/sources.list</i></p>
</blockquote>
<div align="left">
<blockquote>
<blockquote><p>deb http://debian.rab.co.id/custom   ./</p></blockquote>
<blockquote><p>deb http://debian.rab.co.id/feisty          feisty main restricted</p></blockquote>
<blockquote><p>deb http://debian.rab.co.id/feisty          feisty-update main restricted</p></blockquote>
<blockquote><p>deb http://debian.rab.co.id/feisty          feisty universe multiverse</p></blockquote>
<blockquote><p>deb http://debian.rab.co.id/feisty          feisty-backports restricted universe multiverse</p></blockquote>
</blockquote>
<blockquote><p><i>    $ sudo apt-get update</i></p></blockquote>
<blockquote><p><i>$ sudo apt-get postgresql-8.2</i></p></blockquote>
<blockquote><p><i>$ sudo gedit /etc/postgresql/8.2/main/pg_hba.conf</i></p></blockquote>
<blockquote>
<blockquote><p>Rubah teks  pg_hba dengan :</p></blockquote>
<blockquote><p>    local            all                ident         sameuse</p></blockquote>
<blockquote><p>    local            all               all            password</p></blockquote>
<blockquote><p>    local            all               127.0.0.1/32         password</p></blockquote>
</blockquote>
<blockquote><p><i>$ sudo /etc/init.d/postgresql8.2 restart</i></p>
<p><i>$ sudo apt-get install kasir python2.5-qc</i></p></blockquote>
<p>Setelah proses diatas berhasil terisnstall maka program kasir dapat di jalankan dengan cara :</p>
<ol>
<li>masuk pada terminal ketik <b>kasir  &#62; </b>enter</li>
<li>dengan username <b>kasir</b> password <b>1234</b></li>
</ol>
<div align="left">Selamat mencoba !</div>
<div align="left">Bila kurang jelas klik <a href="http://rab.co.id/kasir" target="_blank">http://rab.co.id </a></div>
<div align="left"></div>
<div align="left"></div>
</div>
<p align="justify">&#160;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu su Inspiron 6400]]></title>
<link>http://ulisse.wordpress.com/?p=221</link>
<pubDate>Fri, 01 Feb 2008 18:55:39 +0000</pubDate>
<dc:creator>ulisse</dc:creator>
<guid>http://ulisse.ca.wordpress.com/2008/02/01/ubuntu-su-inspiron-6400/</guid>
<description><![CDATA[Dire Inspiron 6400 è un po&#8217; vago, dato che la Dell usa lo stesso nome per un&#8217;intera gam]]></description>
<content:encoded><![CDATA[<p>Dire <a href="http://www1.euro.dell.com/content/products/productdetails.aspx/inspn_6400?c=it&#38;l=it&#38;s=dhs&#38;cs=itdhs1"><i>Inspiron 6400</i></a> è un po' vago, dato che la Dell usa lo stesso nome per un'intera gamma di calcolatori, quindi eccomi postare perlomeno l'output di <i>lspci</i>:</p>
<blockquote><p> 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)<br />
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)<br />
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)<br />
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)<br />
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)<br />
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)<br />
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)<br />
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)<br />
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)<br />
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)<br />
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)<br />
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)<br />
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)<br />
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)<br />
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)<br />
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)<br />
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller<br />
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)<br />
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 01)<br />
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)<br />
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)<br />
0b:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)</p></blockquote>
<p>Il Pinguino si trova molto a suo agio su questo laptop, dato che l'installazione (Ubuntu Gutsy) fila liscia come l'olio e ci sono solo un paio di "ritocchi" da fare.</p>
<p>Il primo, e più curioso, dei ritocchi consiste nell'eliminare il noioso problema dello schermo che si abbuia continuamente quando siamo alimentati a batteria; a nulla vale modificare le relative opzioni nel power manager, dopo qualche secondo lo schermo diventa scurissimo, e l'unica soluzione è ritirare su la luminosità con i tasti di funzione.<br />
Non ho ancora capito esattamente cosa sia che lo fa abbuiare, ma credo che abbia a che vedere con il sensore d'ambiente, che in questa configurazione non c'è ma all'analisi dei valori di gconf di gnome-power-manager, risulta abilitato.<br />
Per <i>soluzionare</i> il problema, l'unico modo è stato disabilitare completamente la gestione della lampada dello schermo, impostando a zero il valore della chiave <b>apps -&#62; gnome-power-manager -&#62; backlight -&#62; enable</b> tramite gconf-editor. Così facendo si perde ovviamente una parte importante del risparmio energetico, ma si può sempre impostare a mano la luminosità di volta in volta.<br />
Sono graditi suggerimenti, se qualcuno ne ha.</p>
<p>Il secondo ritocco consiste nel far funzionare il microfono (che è solo esterno in questo modello): è stato sufficiente aggiungere la riga seguente in fondo al file <i>/etc/modprobe.d/alsa-base</i>:</p>
<blockquote><p> options snd-hda-intel index=0 model=auto</p></blockquote>
<p>Il test dell'input audio continuerà a dare errore nella costruzione della pipeline, ma l'input funzionerà lo stesso :)</p>
]]></content:encoded>
</item>

</channel>
</rss>
