<?xml 
version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://lapsuske.brubel.net/spip.php?page=backend.xslt" ?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="fr">
	<title>LapSuske</title>
	<link>https://lapsuske.brubel.net/</link>
	<description>Dans LapSuske, il y a Lapsus et Suske, tu saisis ?Suske, 36 ans en 2004 et toutes ses dents (moins une mais il y a prescription). Le lapsus est un peu plus ancien (situation dentaire inconnue).</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="https://lapsuske.brubel.net/spip.php?id_mot=49&amp;page=backend" rel="self" type="application/rss+xml" />




<item xml:lang="fr">
		<title>G&#233;rer les associations entre types de fichier et logiciels sous Mate (Linux Mint Debian Edition)</title>
		<link>https://lapsuske.brubel.net/Gerer-les-associations-entre-types-de-fichier-et-logiciels-sous-Mate-Linux-Mint-Debian-Edition</link>
		<guid isPermaLink="true">https://lapsuske.brubel.net/Gerer-les-associations-entre-types-de-fichier-et-logiciels-sous-Mate-Linux-Mint-Debian-Edition</guid>
		<dc:date>2012-08-18T13:12:39Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Fran&#231;ois Rygaert (aka Suske)</dc:creator>


		<dc:subject>GNU/Linux</dc:subject>
		<dc:subject>LMDE</dc:subject>

		<description>&lt;p&gt;Un billet &#034;m&#233;mo&#034; pour g&#233;rer les associations de fichiers dans ma distro pr&#233;f&#233;r&#233;e du moment (et d'autres qui utiliseraient le bureau Mate issu de Gnome2).&lt;/p&gt;
&lt;p&gt;&lt;tt&gt;&lt;site_box13&gt;&lt;/tt&gt;&lt;/p&gt;

-
&lt;a href="https://lapsuske.brubel.net/Logiciels" rel="directory"&gt;Logiciels&lt;/a&gt;

/ 
&lt;a href="https://lapsuske.brubel.net/GNU-Linux,49" rel="tag"&gt;GNU/Linux&lt;/a&gt;, 
&lt;a href="https://lapsuske.brubel.net/LMDE" rel="tag"&gt;LMDE&lt;/a&gt;

		</description>


 <content:encoded>&lt;div class='rss_chapo'&gt;&lt;p&gt;En demandant un jour d'ouvrir un dossier rempli de vid&#233;os avec Totem, le lecteur vid&#233;o, j'ai involontairement provoqu&#233; une modificiation de l'ordre des priorit&#233;s dans l'usage des logiciels en fonction des types de fichier... Du coup quand dans Firefox/T&#233;l&#233;chargements je clique-droit sur un fichier et demande &#034;Ouvrir le dossier contenant ce fichier&#034;, c'est Totem qui s'allume au lieu du gestionnaire de fichier. Correction.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Une petite recherche&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb1&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;(via le menu &#034;Rechercher...&#034; ou commande mate-search-tool)&#034; id=&#034;nh1&#034;&gt;1&lt;/a&gt;]&lt;/span&gt; sur les fichiers contenus dans mon dossier perso me permet de lister ceux qui contiennent le mot &#034;totem&#034;.&lt;/p&gt;
&lt;p&gt;Dans la liste, je rep&#232;re&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='2' class='spip_cadre spip_cadre_block' dir='ltr'&gt;~/.local/share/applications/mimeapps.list&lt;/textarea&gt;
&lt;p&gt;. Cela se passe probablement l&#224; vu que &#034;&lt;a href=&#034;https://fr.wikipedia.org/wiki/MIME&#034; class=&#034;spip_glossaire&#034; rel=&#034;external&#034;&gt;MIME&lt;/a&gt;&#034; est un acronyme qui repr&#233;sente une m&#233;thode pour d&#233;finir les types de fichiers (leur &#034;mime-type&#034;). J'ouvre donc ce fichier avec l'&#233;diteur de texte. Il contient effectivement quelques dizaines de lignes du type&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='2' class='spip_cadre spip_cadre_block' dir='ltr'&gt;d&#233;finition MIME=application;(autre application;)&lt;/textarea&gt;
&lt;p&gt;, class&#233;es en deux titres : &#034;Associations ajout&#233;es&#034; et &#034;Applications par d&#233;faut&#034;.&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='8' class='spip_cadre spip_cadre_block' dir='ltr'&gt;[Added Associations] ... inode/directory=totem.desktop;caja-folder-handler.desktop; ... [Default Applications] inode/directory=caja-folder-handler.desktop ...&lt;/textarea&gt;
&lt;p&gt;On voit que par d&#233;faut c'est bien &#034;Caja&#034; (le successeur de Nautilus dans Mate) qui ouvre par d&#233;faut mes dossiers et c'est le cas quand je suis dans &#034;Mate&#034;&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb2&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;et le clic-droit &#034;ouvrir avec...&#034; me propose bien totem &#233;galement dans ce (&#8230;)&#034; id=&#034;nh2&#034;&gt;2&lt;/a&gt;]&lt;/span&gt; , mais pas dans Firefox. Dans ce cas-l&#224; c'est totem qui est utilis&#233; par d&#233;faut et je n'ai pas de possibilit&#233; de s&#233;lectionner une autre application.&lt;/p&gt;
&lt;p&gt;Je modifie donc la ligne pour obtenir&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='4' class='spip_cadre spip_cadre_block' dir='ltr'&gt;[Added Associations] ... inode/directory=caja-folder-handler.desktop;totem.desktop; ...&lt;/textarea&gt;
&lt;p&gt;A partir de l&#224;, c'est Caja qui par d&#233;faut ouvrira mes dossiers, mais dans Caja, j'ai toujours l'option &#034;Clic-droit-&gt;Ouvrir avec...-&gt;Totem&#034;.&lt;/p&gt;
&lt;p&gt;Je suis content et c'est tout. C'est tout ? Un billet pour &#034;&#231;a&#034; ? Ben oui, visiblement :-p&lt;/p&gt;&lt;/div&gt;
		&lt;hr /&gt;
		&lt;div class='rss_notes'&gt;&lt;div id=&#034;nb1&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh1&#034; class=&#034;spip_note&#034; title=&#034;Notes 1&#034; rev=&#034;appendix&#034;&gt;1&lt;/a&gt;] &lt;/span&gt;(via le menu &#034;Rechercher...&#034; ou commande mate-search-tool)&lt;/p&gt;
&lt;/div&gt;&lt;div id=&#034;nb2&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh2&#034; class=&#034;spip_note&#034; title=&#034;Notes 2&#034; rev=&#034;appendix&#034;&gt;2&lt;/a&gt;] &lt;/span&gt;et le clic-droit &#034;ouvrir avec...&#034; me propose bien totem &#233;galement dans ce contexte-l&#224;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Prendre le contr&#244;le de MySQL sous (K)Ubuntu 8.04 &#034;Hardy&#034;</title>
		<link>https://lapsuske.brubel.net/Prendre-le-controle-de-MySQL-sous-K-Ubuntu-8-04-Hardy</link>
		<guid isPermaLink="true">https://lapsuske.brubel.net/Prendre-le-controle-de-MySQL-sous-K-Ubuntu-8-04-Hardy</guid>
		<dc:date>2008-05-29T10:55:52Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Fran&#231;ois Rygaert (aka Suske)</dc:creator>


		<dc:subject>Kubuntu</dc:subject>
		<dc:subject>GNU/Linux</dc:subject>

		<description>&lt;p&gt;J'avais envie de mettre mon CMS pr&#233;f&#233;r&#233; en local sur mon PC familial. L'installation est ais&#233;e, le serveur d&#233;marre tout seul. Le gestionnaire de base de donn&#233;es (MySQL) aussi. Apr&#232;s avoir copi&#233; les fichiers n&#233;cessaires l&#224; o&#249; il faut, j'ouvre donc mon navigateur et je lance, confiant, la proc&#233;dure d'installation. Apr&#232;s quelques tentatives, impossible de cr&#233;er une base de donn&#233;es.&lt;/p&gt;

-
&lt;a href="https://lapsuske.brubel.net/Logiciels" rel="directory"&gt;Logiciels&lt;/a&gt;

/ 
&lt;a href="https://lapsuske.brubel.net/Kubuntu" rel="tag"&gt;Kubuntu&lt;/a&gt;, 
&lt;a href="https://lapsuske.brubel.net/GNU-Linux,49" rel="tag"&gt;GNU/Linux&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://lapsuske.brubel.net/local/cache-vignettes/L150xH118/arton237-0e262.png?1741207513' class='spip_logo spip_logo_right' width='150' height='118' alt=&#034;&#034; /&gt;
		&lt;div class='rss_chapo'&gt;&lt;p&gt;J'avais envie de mettre mon &lt;a href=&#034;https://fr.wikipedia.org/wiki/CMS&#034; class=&#034;spip_glossaire&#034; rel=&#034;external&#034;&gt;CMS&lt;/a&gt; pr&#233;f&#233;r&#233; en local sur mon PC familial. L'installation est ais&#233;e, le serveur d&#233;marre tout seul. Le gestionnaire de base de donn&#233;es (MySQL) aussi. Apr&#232;s avoir copi&#233; les fichiers n&#233;cessaires l&#224; o&#249; il faut, j'ouvre donc mon navigateur et je lance, confiant, la proc&#233;dure d'installation. Apr&#232;s quelques tentatives, impossible de cr&#233;er une base de donn&#233;es.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Il me fallait certainement cr&#233;er un compte utilisateur qui aurait le droit de cr&#233;er une base de donn&#233;e. Contrairement &#224; ce que j'esp&#233;rais, la connexion avec &#034;root&#034; sans mot de passe ne marche pas non plus. Je quitte donc le navigateur pour m'int&#233;resser directement &#224; MySQL...&lt;/p&gt;
&lt;p&gt;Vu ma faible ma&#238;trise de la ligne de commande, j'ai d'abord install&#233; le paquet &#034;mysql-admin&#034;, disponible sur les d&#233;p&#244;ts &#034;universe&#034;.&lt;/p&gt;
&lt;p&gt;Sur Kubuntu, je trouve ensuite un raccourci &#034;Menu K / D&#233;veloppement / MySQL Administrator&#034;. La fen&#234;tre de connexion qui s'ouvre me demande :
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; server hostname : je mets &#034;localhost&#034;
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; port : je laisse 3306
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; username et password&lt;/p&gt;
&lt;p&gt;Sachant que MySQL a un utilisateur &#034;root&#034; g&#233;n&#233;rique, je tape &#034;root&#034; et laisse le mot de passe blanc. Acc&#232;s refus&#233;. Au fait, je d&#233;couvre rapidement que tout utilisateur peut se connecter (sans mot de passe), sauf &#034;root&#034;. Conclusion logique : &#034;root&#034; a d&#233;j&#224; un mot de passe et je ne le connais pas. Par contre, j'ai visiblement besoin du compte root pour cr&#233;er un utilisateur et/ou une base de donn&#233;e pour mon CMS. Bref, le blocage.&lt;/p&gt;
&lt;p&gt;Apr&#232;s quelques minutes de recherche sur internet, la solution trouv&#233;e ne fonctionne pas chez moi. Il manque un script, je l'installe, mais... la suite de la solution ne fonctionne pas... Retour en local, dans le r&#233;pertoire /etc/mysql, j'ouvre (en root local...) tous les fichiers qui ressemblent &#224; &#034;nom_de_fichier.conf&#034; et l&#224;, je trouve, dans &#034;debian.cnf&#034; :&lt;/p&gt;
&lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = abcdefghij123456
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
user = debian-sys-maint
password = abcdefghij123456
socket = /var/run/mysqld/mysqld.sock
basedir = /usr&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;L'espoir renait ! Ubuntu est une distribution d&#233;riv&#233;e de Debian. L'installateur cr&#233;e si n&#233;cessaire des scripts et des fichiers de configuration. Visiblement, dans le cas de MySQL, certains param&#232;tres sont d&#233;finis par l'installateur, probablement pour rem&#233;dier &#224; la faille de s&#233;curit&#233; potentielle ouverte, sous MySQL, par la cr&#233;ation initiale d'un utilisateur &#034;root&#034; avec un mot de passe vide.&lt;/p&gt;
&lt;p&gt;Bref, ce fichier de configuration m'indique qu'il existe un utilisateur &#034;debian-sys-maint&#034; qui semble aussi avoir le droit de faire l'upgrade de MySQL. Et l'installateur me dit de ne pas modifier ces donn&#233;es. Je n'y toucherai donc pas.&lt;/p&gt;
&lt;p&gt;J'ai alors relanc&#233; &#034;MySQL Administrator&#034;, en utilisant &lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; username : debian-sys-maint
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; password : abcdefghij123456&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb2-1&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;Le mot de passe r&#233;el diff&#232;re un peu mais comme on ne doit pas divulguer ses (&#8230;)&#034; id=&#034;nh2-1&#034;&gt;1&lt;/a&gt;]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Youpie, &#231;a passe et j'ai d&#233;sormais le droit d'acc&#233;der &#224; &#034;User Administration&#034;. La, je s&#233;lection le user &#034;root&#034;, je lui donne un nouveau mot de passe et je retourne &#224; l'installation de mon CMS pr&#233;f&#233;r&#233;. Cela marche !!&lt;/p&gt;
&lt;p&gt;Je devrais probablement cr&#233;er un autre utilisateur pour ne pas configurer mon site avec une connexion &#034;root&#034; sur MySQL mais &#231;a, c'est une autre histoire ;-)&lt;/p&gt;
&lt;p&gt;Apr&#232;s coup et par curiosit&#233;, j'ai recommenc&#233; la configuration de mon CMS en utilisant le user &#034;debian-syst-maint&#034;, sans succ&#232;s. Si c'est un souci de s&#233;curit&#233; qui est l&#224;-dessous, cela semble logique : le syst-maint peut acc&#233;der au syst&#232;me mais pas au contenu...&lt;/p&gt;
&lt;p&gt;&lt;del&gt;Enfin bref, si vous passez par l&#224; dans les jours qui viennent et que le PC familial est connect&#233;, vous pourrez voir que tout cela fonctionne d&#233;sormais tr&#232;s bien en retrouvant &lt;del&gt;ce billet&lt;/del&gt; mon CMS pr&#233;f&#233;r&#233; sur &lt;a href=&#034;http://suske.no-ip.org&#034; class=&#034;spip_url spip_out&#034; rel=&#034;external&#034;&gt;http://suske.no-ip.org&lt;/a&gt; ;-)&lt;/del&gt; (m&#224;j du 23/01/2011 : cela fait longtemps que le serveur tourne ailleurs que &#224; la maison :-) )&lt;/p&gt;&lt;/div&gt;
		&lt;hr /&gt;
		&lt;div class='rss_notes'&gt;&lt;div id=&#034;nb2-1&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh2-1&#034; class=&#034;spip_note&#034; title=&#034;Notes 2-1&#034; rev=&#034;appendix&#034;&gt;1&lt;/a&gt;] &lt;/span&gt;Le mot de passe r&#233;el diff&#232;re un peu mais comme on ne doit pas divulguer ses mots de passe, j'en ai invent&#233; un autre ;-)&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
		&lt;div class='rss_ps'&gt;&lt;p&gt;Si des experts passent par ici, qu'ils n'h&#233;sitent pas &#224; signaler toute erreur dans ce texte : je ne suis qu'un bidouilleur exp&#233;riment&#233; apr&#232;s tout...&lt;/p&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Installing (K)Ubuntu 6.10 &#034;Edgy&#034; (AMD64) on a HP Pavilion DV5137EU</title>
		<link>https://lapsuske.brubel.net/Installing-K-Ubuntu-6-10-Edgy-AMD64-on-a-HP-Pavilion-DV5137EU</link>
		<guid isPermaLink="true">https://lapsuske.brubel.net/Installing-K-Ubuntu-6-10-Edgy-AMD64-on-a-HP-Pavilion-DV5137EU</guid>
		<dc:date>2006-11-13T22:08:36Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Fran&#231;ois Rygaert (aka Suske)</dc:creator>


		<dc:subject>Kubuntu</dc:subject>
		<dc:subject>GNU/Linux</dc:subject>

		<description>
&lt;p&gt;Updated on 7/12/2006: see text in italic &lt;br class='autobr' /&gt;
My first test was with Ubuntu 6.06 LTS &#034;Dapper&#034;. See here for the know-how of that first experience.... After the first reboot, using the wired Ethernet connection, you'll need to install the Wifi firmware of the Broadcom chipset: installing a software, downloading a file and executing a command... It will be OK. For Ubuntu, you'll also have to edit a file and install another software. Explanations. &lt;br class='autobr' /&gt; For those coming here only for that, this the (&#8230;)&lt;/p&gt;


-
&lt;a href="https://lapsuske.brubel.net/GNU-Linux" rel="directory"&gt;GNU/Linux&lt;/a&gt;

/ 
&lt;a href="https://lapsuske.brubel.net/Kubuntu" rel="tag"&gt;Kubuntu&lt;/a&gt;, 
&lt;a href="https://lapsuske.brubel.net/GNU-Linux,49" rel="tag"&gt;GNU/Linux&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://lapsuske.brubel.net/local/cache-vignettes/L150xH117/arton192-ab802.png?1741207518' class='spip_logo spip_logo_right spip_logo_survol' width='150' height='117' alt=&#034;&#034; data-src-hover=&#034;IMG/logo/artoff192.png?1524886910&#034; /&gt;
		&lt;div class='rss_chapo'&gt;&lt;p&gt;&lt;i&gt;Updated on 7/12/2006: see text in italic&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;My first test was with Ubuntu 6.06 LTS &#034;Dapper&#034;. See &lt;a href='https://lapsuske.brubel.net/Installing-Ubuntu-6-06-LTS-64-bits-PC-on-a-HP-Pavilion-DV5137EU' class=&#034;spip_in&#034;&gt;here&lt;/a&gt; for the know-how of that first experience....&lt;br class='manualbr' /&gt;After the first reboot, using the wired Ethernet connection, you'll need to install the Wifi firmware of the Broadcom chipset: installing a software, downloading a file and executing a command... It will be OK. For Ubuntu, you'll also have to edit a file and install another software. Explanations.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;For those coming here only for that, this the Ubuntu wiki page giving the explanation: &lt;a href=&#034;https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Edgy?highlight=%28cutter%29&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;SEE HERE&lt;/a&gt;.&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Hardware&lt;/h2&gt;
&lt;p&gt;I resume: things not mentioned in the table are working from the start&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb4-1&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;You might also read my first text about this laptop.&#034; id=&#034;nh4-1&#034;&gt;1&lt;/a&gt;]&lt;/span&gt; .&lt;/p&gt;
&lt;table class=&#034;table spip&#034;&gt;
&lt;tbody&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Item&lt;/td&gt;
&lt;td&gt;Data&lt;/td&gt;
&lt;td&gt;Comment&lt;/td&gt;
&lt;td&gt;Details&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Battery&lt;/td&gt;
&lt;td&gt;6-cell Lithium-Ion (Li-Ion)&lt;/td&gt;
&lt;td&gt;full charge gives max 150 min (Kubuntu) to 180 min (Ubuntu) autonomy&lt;/td&gt;
&lt;td&gt;Ubuntu takes advantage here&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Video Graphics&lt;/td&gt;
&lt;td&gt;ATI RADEON&#174; XPRESS 200M IGP graphics&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;3D not tested&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;S-video TV out&lt;/td&gt;
&lt;td&gt;Not tested yest&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Fax/Modem&lt;/td&gt;
&lt;td&gt;High speed 56K modem&lt;/td&gt;
&lt;td&gt;Not tested yet&lt;/td&gt;
&lt;td&gt;Seems to be recognized&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Wireless Connectivity&lt;/td&gt;
&lt;td&gt;54g&#8482; 802.11b/g WLAN&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;&lt;i&gt;Firmware and software to install . I'm using Wireless Assistant with Ubuntu and KNetworkManager with Kubuntu. &lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;One ExpressCard/54 slot (also supports ExpressCard/34)&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;i&gt;I don't know what it is :-) &lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;External Ports&lt;/td&gt;
&lt;td&gt;1 VGA port&lt;/td&gt;
&lt;td&gt;&lt;i&gt;Works&lt;/i&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;1 IEEE-1394&lt;/td&gt;
&lt;td&gt;&lt;i&gt;Works&lt;/i&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Remote control infrared port (Remote Control optional)&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Cable docking connector&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;TI media cards reader&lt;/td&gt;
&lt;td&gt;Texas Instrument (doesn't play the Open source game...)&lt;/td&gt;
&lt;td&gt;Doesn't work&lt;/td&gt;
&lt;td&gt;Seems to exists some drivers. I've not searched a lot...&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;h2 class=&#034;spip&#034;&gt;Starting up&lt;/h2&gt;
&lt;p&gt;The laptop is configured to start on a bootable CD/DVD if present. So, set the power on, open the disc and set the power off immediately. Set the (K)Ubuntu for 64 bits PC in the case, close it and set the power on again. You won't even see a vindoz logo :-) . Put your network cable in the ethernet port and connect it to your router, assuming you have one.&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;(K)Ubuntu live&lt;/h2&gt;
&lt;p&gt;The live (K)Ubuntu is booting and it is working good: keyboard, screen, graphic card, sound, pointer, usb mouse, usb stick and wired ethernet connection were OK. Wifi connection was lightened but did not work. In fact, the wifi driver is integrated in the kernel but you have to give him a firmware before more... Convinced ? You want to install ? Click on the Install desktop icon...&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Partitioning the hard drive&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;1. If you wan to have a full Linux laptop&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&#034;Next, next, next&#034; installation process. You also will have to set a few informations of course (user name, and so on). It takes about 20 minutes and no trace of another OS will remain. Go to next main title.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. If you want to keep a wildows OS on the computer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;See &lt;a href='https://lapsuske.brubel.net/Installing-Ubuntu-6-06-LTS-64-bits-PC-on-a-HP-Pavilion-DV5137EU' class=&#034;spip_in&#034;&gt;my first text about this laptop&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then, begin the next, next, next install... And restart.&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Having the integrated wifi card to work&lt;/h2&gt;
&lt;p&gt;The BCM43xx driver is integrated in the kernel from version 2.6.17, which is the one for this version of (K)Ubuntu. Great. However, if the distribution ships the driver, it doesn't integrate the... firmware of the chipset: this one is not free... So you'll have to :
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; install the bcm43xx-fwcutter firmware extractor : use synaptic
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; KUbuntu: install the &#034;KNetworkManager&#034; tool (for later): use synaptic&lt;br class='autobr' /&gt;
&lt;i&gt;- Ubuntu: install the &#034;Wireless Assistant&#034; tool (for later): use synaptic&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb4-2&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;I &#034;de&#034;-installed all NetworkManagers under Ubuntu and I'm now using the (&#8230;)&#034; id=&#034;nh4-2&#034;&gt;2&lt;/a&gt;]&lt;/span&gt; &lt;br class='autobr' /&gt;
&lt;/i&gt;
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; download the &lt;a href=&#034;http://drinus.net/airport/wl_apsta.o&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;wl_apsta.o firmware&lt;/a&gt; to /home/your_name
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; In a terminal, run the command&lt;br class='autobr' /&gt;
&lt;code class='spip_code spip_code_inline' dir='ltr'&gt;sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta.o&lt;/code&gt;
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; restart the computer (logoff, login is perhaps enough or even network restart - I don't know: I use to restart the computer, don't you know why ? Tips are welcome...)
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; Take the wired connection off. THE WIFI WILL SOON DO IT :-)&lt;/p&gt;
&lt;p&gt;Then, you'll have an integrated Wifi card &#034;on&#034;. &lt;i&gt;Under Ubuntu, to have the network icon working, right-click on it, properties and manually set &#034;eth1&#034; in the interface &#034;name&#034; box. I don't know why but Ubuntu doesn't list the eth1 automatically. &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; &lt;i&gt;Ubuntu&lt;/i&gt;&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Run Wireless Assistant (root password needed) =&gt; available networks are listed&lt;/li&gt;&lt;li&gt; Right-Click the network to connect to and edit the settings&lt;/li&gt;&lt;li&gt; When done, click the network and wait for the connection.&lt;/li&gt;&lt;li&gt; It's done&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; &lt;i&gt;KUbuntu&lt;/i&gt;&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; Open the main &#034;(Applications/)Internet&#034; menu and select &#034;KNetworkmanager&#034; + password.&lt;/li&gt;&lt;li&gt; Wait a little (30 seconds ?)&lt;/li&gt;&lt;li&gt; Click the KNetworkManager icon, activate the wifi interface, select your Wifi network and set the WEP key if and as needed.&lt;/li&gt;&lt;li&gt; Wait a little (30 seconds again ?) and try to surf... It should be OK.&lt;/li&gt;&lt;/ul&gt;&lt;h2 class=&#034;spip&#034;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;I confess I'm a quite new linux user. This notice is certainly not complete nor professionnal but I'm happy to give this to the Linux community. &lt;i&gt;At this point, I don't use KUbuntu anymore because Ubuntu is a bit lighter and I've no more Wifi connection problems. I will probably soon try a Gentoo distro on the KUbuntu partition :-) &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Don't hesitate to ask for further details about this laptop and sorry for my (bad ?) english ;-)&lt;/p&gt;
&lt;p&gt;Published on 2006/11/13 to be&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://www.linux-on-laptops.com/&#034;&gt;&lt;br class='autobr' /&gt; &lt;img src=&#034;local/cache-vignettes/L468xH60/banner1-20042adf-9654e.gif?1741194282&#034; &lt;br class='autobr' width='468' height='60' /&gt; alt=&#034;Linux On Laptops&#034; &lt;br class='autobr' /&gt; width=&#034;468&#034; &lt;br class='autobr' /&gt; height=&#034;60&#034; &lt;br class='autobr' /&gt; border=&#034;0&#034;&gt;&lt;br class='autobr' /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;tt&gt;&lt;flattr192&gt;&lt;/tt&gt;&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;View online : &lt;a href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00645456&amp;lc=en&amp;cc=us&amp;dlc=en&amp;product=1849855&amp;jumpid=reg_R1002_USEN" class="spip_out"&gt;HP Pavilion dv5137eu Notebook PC - Product Specifications&lt;/a&gt;&lt;/div&gt;
		&lt;hr /&gt;
		&lt;div class='rss_notes'&gt;&lt;div id=&#034;nb4-1&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh4-1&#034; class=&#034;spip_note&#034; title=&#034;Footnotes 4-1&#034; rev=&#034;appendix&#034;&gt;1&lt;/a&gt;] &lt;/span&gt;You might also read &lt;a href='https://lapsuske.brubel.net/Installing-Ubuntu-6-06-LTS-64-bits-PC-on-a-HP-Pavilion-DV5137EU' class=&#034;spip_in&#034;&gt;my first text&lt;/a&gt; about this laptop.&lt;/p&gt;
&lt;/div&gt;&lt;div id=&#034;nb4-2&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh4-2&#034; class=&#034;spip_note&#034; title=&#034;Footnotes 4-2&#034; rev=&#034;appendix&#034;&gt;2&lt;/a&gt;] &lt;/span&gt;&lt;i&gt;I &#034;de&#034;-installed all NetworkManagers under Ubuntu and I'm now using the Wireless Assistant, which is not &#034;full automatic&#034; but avoid some bug causing the freeze of the PC.&lt;/i&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Installing Ubuntu 6.06 LTS (64 bits PC) on a HP Pavilion DV5137EU</title>
		<link>https://lapsuske.brubel.net/Installing-Ubuntu-6-06-LTS-64-bits-PC-on-a-HP-Pavilion-DV5137EU</link>
		<guid isPermaLink="true">https://lapsuske.brubel.net/Installing-Ubuntu-6-06-LTS-64-bits-PC-on-a-HP-Pavilion-DV5137EU</guid>
		<dc:date>2006-10-27T17:34:29Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Fran&#231;ois Rygaert (aka Suske)</dc:creator>


		<dc:subject>Kubuntu</dc:subject>
		<dc:subject>GNU/Linux</dc:subject>

		<description>
&lt;p&gt;Installing Ubuntu Dapper was as easy as clicking on &#034;Next&#034; a few times BUT, if you want to keep a dual boot with XPhoome, DON'T LET UBUNTU installer make the partitionning as he would reformat the full harddisk. The wired ethernet connection was perfectly detected, so upgrades and turn arounds were quite easy too (I'm networking with a router including DHCP server). I have had a bit more difficulties to have the integrated wifi chipset working in an efficient way. But it is OK now. Hardware (&#8230;)&lt;/p&gt;


-
&lt;a href="https://lapsuske.brubel.net/GNU-Linux" rel="directory"&gt;GNU/Linux&lt;/a&gt;

/ 
&lt;a href="https://lapsuske.brubel.net/Kubuntu" rel="tag"&gt;Kubuntu&lt;/a&gt;, 
&lt;a href="https://lapsuske.brubel.net/GNU-Linux,49" rel="tag"&gt;GNU/Linux&lt;/a&gt;

		</description>


 <content:encoded>&lt;div class='rss_chapo'&gt;&lt;p&gt;Installing Ubuntu Dapper was as easy as clicking on &#034;Next&#034; a few times BUT, if you want to keep a dual boot with XPhoome, DON'T LET UBUNTU installer make the partitionning as he would reformat the full harddisk. &lt;br class='manualbr' /&gt;The wired ethernet connection was perfectly detected, so upgrades and turn arounds were quite easy too (I'm networking with a router including DHCP server). I have had a bit more difficulties to have the integrated wifi chipset working in an efficient way. But it is OK now.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;h2 class=&#034;spip&#034;&gt;Hardware&lt;span class=&#034;spip_note_ref&#034;&gt; [&lt;a href=&#034;#nb6-1&#034; class=&#034;spip_note&#034; rel=&#034;appendix&#034; title=&#034;Specifications copied from HP's site, see link bellow&#034; id=&#034;nh6-1&#034;&gt;1&lt;/a&gt;]&lt;/span&gt;&lt;/h2&gt;&lt;table class=&#034;table spip&#034;&gt;
&lt;tbody&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Item&lt;/td&gt;
&lt;td&gt;Details&lt;/td&gt;
&lt;td&gt;Comment&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Product Name&lt;/td&gt;
&lt;td&gt;HP dv5137eu&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Product Number&lt;/td&gt;
&lt;td&gt;EZ164EA#UUG (Belgian version)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;RA618EA#ABD (German version)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Dimensions&lt;/td&gt;
&lt;td&gt;26.39 cm (L) x 35.78 cm (W) x 3.50 cm - 4.40 cm (H)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Weight&lt;/td&gt;
&lt;td&gt;2.98 kg (6.6 lbs)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Power&lt;/td&gt;
&lt;td&gt;65 W AC Power Adapter&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;6-cell Lithium-Ion (Li-Ion) battery&lt;/td&gt;
&lt;td&gt;full charge gives from 90 to 180 min autonomy&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;table class=&#034;table spip&#034;&gt;
&lt;tbody&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Item&lt;/td&gt;
&lt;td&gt;Data&lt;/td&gt;
&lt;td&gt;Comment&lt;/td&gt;
&lt;td&gt;Details&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Microprocessor&lt;/td&gt;
&lt;td&gt;AMD Turion&#8482; 64 Mobile Processor ML-32 with PowerNow!&#8482; Technology&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Microprocessor Cache&lt;/td&gt;
&lt;td&gt;Level 2 cache 512 KB&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Memory&lt;/td&gt;
&lt;td&gt;512 MB DDR 333 MHz (1 x 512 MB)&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Memory Max&lt;/td&gt;
&lt;td&gt;up to 2 GB&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Video Graphics&lt;/td&gt;
&lt;td&gt;ATI RADEON&#174; XPRESS 200M IGP graphics&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;3D not tested yet&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Video Memory&lt;/td&gt;
&lt;td&gt;128 MB (dedicated)&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Hard Drive&lt;/td&gt;
&lt;td&gt;80 GB 4200 rpm&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;About 40Giga available for the Windoz data partition - I installed Ubuntu there&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Multimedia Drive&lt;/td&gt;
&lt;td&gt;DVD Writer Dual Format (+/-R +/-RW) with Double Layer support&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;Writer not tested yet&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;15.4&#8221; WXGA High Definition BrightView Widescreen&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;Great screen (1280*800)&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Fax/Modem&lt;/td&gt;
&lt;td&gt;High speed 56K modem&lt;/td&gt;
&lt;td&gt;Not tested yet&lt;/td&gt;
&lt;td&gt;Seems to be recognized&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Network Card&lt;/td&gt;
&lt;td&gt;10/100 LAN Ethernet integrated&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;As from start up !&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Wireless Connectivity&lt;/td&gt;
&lt;td&gt;54g&#8482; 802.11b/g WLAN&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;Firmware to install and software to install in order to have functionnal task bars icons&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Sound&lt;/td&gt;
&lt;td&gt;Altec Lansing&#174; speakers&lt;/td&gt;
&lt;td&gt;Works&lt;/td&gt;
&lt;td&gt;Great !&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;Keyboard&lt;/td&gt;
&lt;td&gt;101 key compatible keyboard&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;Pointing Device&lt;/td&gt;
&lt;td&gt;Touch Pad with dedicated vertical Scroll Up/Down pad&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;Very sensitive. Pointing becomes too easily clicking. Searching turn over&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;PC Card Slots&lt;/td&gt;
&lt;td&gt;One type I or II PC card slot&lt;/td&gt;
&lt;td&gt;Working&lt;/td&gt;
&lt;td&gt;Tested with my old wireless 802.11b PCcard&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;One ExpressCard/54 slot (also supports ExpressCard/34)&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;External Ports&lt;/td&gt;
&lt;td&gt;1 VGA port&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;3 USB 2.0 ports&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;Detection of usb mouse and usb keys&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;1 IEEE-1394&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;1 RJ 11 modem connector&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;1 RJ 45 Ethernet connector&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;S-video TV out&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Remote control infrared port (Remote Control optional)&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;1 Headphone-out w/ SPDIF Digital Audio, 1 Microphone-in port&lt;/td&gt;
&lt;td&gt;OK&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Cable docking connector&lt;/td&gt;
&lt;td&gt;Not tested&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class='row_even even'&gt;
&lt;td&gt;TI media cards reader&lt;/td&gt;
&lt;td&gt;Texas Instrument (doesn't play the Open source game...)&lt;/td&gt;
&lt;td&gt;Doesn't work&lt;/td&gt;
&lt;td&gt;Seems to exists some drivers. I've not searched a lot...&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;h2 class=&#034;spip&#034;&gt;Starting up&lt;/h2&gt;
&lt;p&gt;The laptop is configured to start on a bootable CD/DVD if present. So, set the power on, open the disc and set the power off immediatly. Set the Ubuntu for 64 bits PC in the case, close it and set the power on again. You won't even see a vindoz logo :-) . Put your network cable in the ethernet port and connect it to your router, assuming you have one.&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Ubuntu live&lt;/h2&gt;
&lt;p&gt;The live Ubuntu is booting and it is working good: keyboard, screen, graphic card, sound, pointer, usb mouse, usb stick and wired ethernet connection were OK. Wifi connection was lightened but did not work. In fact, the wifi controller is integrated in the kernel but you have to give him a firmware before more... Convinced ? You want to install ? Click on the Install desktop icon...&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Partitionning the hard drive&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;1. If you wan to have a full Linux laptop&lt;/strong&gt;&lt;br class='autobr' /&gt;
Nothing special to say: I call it the &#034;Next, next, next&#034; installation process ((Perhaps &#034;OK&#034;, i don't remember :-) ). You also will have to set a few informations of course (user name, and so on). It takes about 20 minues and no trace of another OS will remain. Go to next main title.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. If you want to keep a wildows OS on the computer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You'll have to take the partionning of the machine in your hands. HP pre-installed one small &#034;restore&#034; primary partition (dev/hda2) at the end of the disk and one 35 Gbytes primary system partition at the beginning of the disk (dev/hda1).&lt;/p&gt;
&lt;p&gt;In the remaining space, I decided to make &lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; a partition of 1 Gbytes for the swap, &lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; a partition of 10 Gbytes for the Ubuntu system,
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; a partition of 20 Gbytes for the /home mount point,
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; a partition of 10 Gbytes for testing other distributions, just in case ;-)&lt;/p&gt;
&lt;p&gt;As you only can have 4 primary partitions, just decide to set it all in an extended one or to put the Ubuntu system in a primary and the rest in the extended or... If you don't want to have the /home in a specific partition, you just can create two primary partitions for the swap and the system with the /home included...&lt;br class='autobr' /&gt;
I decided:
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; 10 Gb primary partition for Ubuntu ( &#034;/&#034; mount point)
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; 30 Gb extended partition, in wich&lt;/p&gt;
&lt;ul class=&#034;spip&#034; role=&#034;list&#034;&gt;&lt;li&gt; 1 GB for the /swap&lt;/li&gt;&lt;li&gt; 20 Gb for the /home mount point&lt;/li&gt;&lt;li&gt; 10 Gb left free in case... for testing another distribution, you never know ;-)&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Then, I began the next, next, next install...&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;Having the integrated wifi card to work&lt;/h2&gt;
&lt;p&gt;&lt;i&gt;&lt;a href=&#034;http://forum.ubuntu-fr.org/viewtopic.php?id=60870&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;Problem solved for me thanks to davidB21 on the french Ubuntu forum&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Mainly, you'll have to :
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; install the bcm43xx-fwcutter firmware extractor : use synaptic
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; download the &lt;a href=&#034;http://drinus.net/airport/wl_apsta.o&#034; class=&#034;spip_out&#034; rel=&#034;external&#034;&gt;wl_apsta.o firmware&lt;/a&gt; to /home/your_name
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; In a terminal, run the command&lt;br class='autobr' /&gt;
&lt;code class='spip_code spip_code_inline' dir='ltr'&gt;sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta.o&lt;/code&gt;
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; restart the computer (logoff, login is perhaps enough or even network restart - I don't know: I use to restart the computer, don't you know why ? Tips are welcome...)&lt;/p&gt;
&lt;p&gt;Then, you'll have an integrated Wifi card but the default network icon seems not been working with it. You'll have to correct the file &#034;/etc/network/interface&#034;, as the presence of 2 networks devices seems to disturb the things... Thus:&lt;/p&gt;
&lt;p&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; deactivate the network using the control panel icon.
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; open a terminal an execute &lt;code class='spip_code spip_code_inline' dir='ltr'&gt;gksudo edit /etc/network/interfaces&lt;/code&gt;. Replace the datas by&lt;/p&gt;
&lt;blockquote class=&#034;spip&#034;&gt;&lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;Save and close.)
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; Open the &#034;Applications/Internet&#034; menu and select &#034;Networkmanager&#034; + password.
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; Wait a little (30 seconds ?)
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; Click the NetworkManager icon, activate the wifi interface, select your Wifi network and set the WEP key if and as needed.
&lt;br /&gt;&lt;span class=&#034;spip-puce ltr&#034;&gt;&lt;b&gt;&#8211;&lt;/b&gt;&lt;/span&gt; Wait a little (30 seconds again ?) and try to surf... It should be OK.&lt;/p&gt;
&lt;p&gt;This should give you a 11Mbits wifi connection (max supported by the open source driver). Changing the network context could create the need to repeat these operations... Let know your experience !&lt;/p&gt;
&lt;h2 class=&#034;spip&#034;&gt;/tmp/ Conclusion&lt;/h2&gt;
&lt;p&gt;This notice is certainly not complete nor professionnal. I confess I'm a quite new linux user. However, I'm happy to give this little contribution to the Linux community and I will probably come here back for further details about the wifi and the rest of this laptop (related to the firewire port and DV camcorder, for instance)...&lt;/p&gt;
&lt;p&gt;Don't hesitate to leave your comments and sorry for my (bad ?) english ;-)&lt;/p&gt;
&lt;p&gt;First published on 2006/10/27 to be&lt;/p&gt;
&lt;div class='spip_document_213 spip_document spip_documents spip_document_image spip_documents_center spip_document_center'&gt;
&lt;figure class=&#034;spip_doc_inner&#034;&gt;
&lt;a href=&#034;http://www.linux-on-laptops.com&#034; class=&#034;spip_out spip_doc_lien&#034;&gt; &lt;img src='https://lapsuske.brubel.net/local/cache-vignettes/L468xH60/linux-on-laptops-62572.jpg?1524886974' width='468' height='60' alt='' /&gt;&lt;/a&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;and upgraded on 13/11/2006, &lt;a href='https://lapsuske.brubel.net/Installing-K-Ubuntu-6-10-Edgy-AMD64-on-a-HP-Pavilion-DV5137EU' class=&#034;spip_in&#034;&gt;after upgrading to (K)Ubuntu 6.10&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;View online : &lt;a href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00645456&amp;lc=en&amp;cc=us&amp;dlc=en&amp;product=1849855&amp;jumpid=reg_R1002_USEN" class="spip_out"&gt;HP Pavilion dv5137eu Notebook PC - Product Specifications&lt;/a&gt;&lt;/div&gt;
		&lt;hr /&gt;
		&lt;div class='rss_notes'&gt;&lt;div id=&#034;nb6-1&#034;&gt;
&lt;p&gt;&lt;span class=&#034;spip_note_ref&#034;&gt;[&lt;a href=&#034;#nh6-1&#034; class=&#034;spip_note&#034; title=&#034;Footnotes 6-1&#034; rev=&#034;appendix&#034;&gt;1&lt;/a&gt;] &lt;/span&gt;Specifications copied from HP's site, see link bellow&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



</channel>

</rss>
