<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.llaumgui.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Le blog de llaumgui - Wi-Fi</title>
  <link>http://www.llaumgui.com/</link>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Thu, 24 Jul 2008 21:31:14 +0200</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>#238741 : pam_keyring doesn't unlock the keyring : Fixé</title>
    <link>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe</link>
    <guid isPermaLink="false">urn:md5:0a55608973e6eb8030ec45cd3176779b</guid>
    <pubDate>Wed, 20 Jun 2007 19:08:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bugzilla</category><category>Fedora 7</category><category>GNOME</category><category>NetworkManager</category><category>pam_keyring</category><category>Wi-Fi</category>    
    <description>&lt;p&gt;Hier soir, j'ai été particulièrement content de voir que &lt;a href=&quot;https://bugzilla.redhat.com/bugzilla//buglist.cgi?emailreporter1=1&amp;amp;amp;emailtype1=exact&amp;amp;amp;email1=guillaume.kulakowski%40fedoraproject.org&quot; hreflang=&quot;en&quot; title=&quot;Liste de mes bugs sur le Bugzilla de Red Hat&quot;&gt;l'un des bugs&lt;/a&gt; que j'avais signalé et que je trouvais assez énervant a été fixé (correctif dans &lt;a href=&quot;http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/7/&quot; hreflang=&quot;en&quot;&gt;updates-testing&lt;/a&gt; pour le moment).&lt;/p&gt;    &lt;p&gt;Il s'agit du bug &lt;a href=&quot;https://bugzilla.redhat.com/bugzilla//show_bug.cgi?id=23874&quot; hreflang=&quot;en&quot; title=&quot;pam_keyring doesn't unlock the keyring&quot;&gt;#238741&lt;/a&gt; qui concerne &lt;a href=&quot;http://www.hekanetworks.com/index.php/publisher/articleview/1/frmArticleID/25/staticId/31/&quot; hreflang=&quot;en&quot; title=&quot;PAM_KEYRING is a pam module that launches the gnome-keyring-daemon and then unlocks a keyring using your login password&quot;&gt;pam_keyring&lt;/a&gt;.&lt;br /&gt;
Pour ceux qui ne connaissent pas ce dernier, il permet de déverrouiller le trousseau de clefs (&lt;a href=&quot;http://en.wikipedia.org/wiki/GNOME_Keyring&quot; hreflang=&quot;en&quot;&gt;gnome-keyring&lt;/a&gt;) à l'ouverture de la session &lt;a href=&quot;http://www.gnome.org/&quot;&gt;Gnome&lt;/a&gt;.&lt;br /&gt;
Cela prend tout son sens lorsqu'on utilise &lt;a href=&quot;http://www.gnome.org/projects/NetworkManager&quot; hreflang=&quot;en&quot; title=&quot;Linux Networking made Easy&quot;&gt;NetworkManager&lt;/a&gt; pour gérer sa connexion Wi-Fi et que l'on a pas envie de devoir déverrouiller le porte-clefs quelques secondes après s'être identifié.&lt;/p&gt;


&lt;p&gt;Pour utiliser pam_keyring, il y a un prérequis qui est d'avoir le même mot de passe de session et de porte-clefs. Si ce n'est pas le cas, vous pouvez changer votre mot de passe en tapant :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;/usr/libexec/pam-keyring-tool -c&lt;/code&gt;


&lt;p&gt;Ensuite vous devez configurer votre fichier &lt;em&gt;/etc/pam.d/gdm&lt;/em&gt; en rajoutant les 2 lignes &lt;em&gt;pam_keyring.so&lt;/em&gt;, ce qui devrait le faire ressembler à :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#%PAM&lt;span style=&quot;color: #000000;&quot;&gt;-1.0&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; required &amp;nbsp; &amp;nbsp;pam_env.so&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; optional &amp;nbsp; &amp;nbsp;pam_keyring.so try_first_pass&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
account &amp;nbsp; &amp;nbsp;required &amp;nbsp; &amp;nbsp;pam_nologin.so&lt;br /&gt;
account &amp;nbsp; &amp;nbsp;include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
password &amp;nbsp; include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_keyinit.so force revoke&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;required &amp;nbsp; &amp;nbsp;pam_loginuid.so&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_console.so&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_keyring.so&lt;/code&gt;


&lt;p&gt;Voila, du coup je mets à jour le bloc « Mes Bugs » sur la page d'accueil de mon blog en supprimant celui-ci...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/264</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 7 et le Wi-Fi</title>
    <link>http://www.llaumgui.com/post/Fedora-7-et-le-Wi-Fi</link>
    <guid isPermaLink="false">urn:md5:5afad84b02c2c9d6f18bc59e02a0021f</guid>
    <pubDate>Sun, 29 Apr 2007 21:21:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora 7</category><category>ipw2200</category><category>Wi-Fi</category>    
    <description>    &lt;p&gt;Le choc : je lance le Live CD de &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?pid=155690#155690&quot; hreflang=&quot;fr&quot; title=&quot;Fedora 7 test 4: dernière version de test&quot;&gt;la dernière version de test de Fedora 7&lt;/a&gt; (Fedora 6.93 alias Fedora 7 Test 4) et je repère une petite icône fort sympathique, celle du Wi-Fi... Les &lt;a href=&quot;http://ipw2200.sourceforge.net/&quot; hreflang=&quot;en&quot; title=&quot;Intel® PRO/Wireless 2200BG Driver for Linux&quot;&gt;drivers ipw2200&lt;/a&gt; sont désormais incorporés dans &lt;a href=&quot;http://fedoraproject.org&quot; hreflang=&quot;fr&quot; title=&quot;Le projet Fedora&quot;&gt;fedora&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/fedora/fedora7/fedora7_wi-fi.png&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/fedora/fedora7/.fedora7_wi-fi_m.jpg&quot; alt=&quot;Fedora 7 et le Wi-Fi&quot; style=&quot;margin: 0 auto; display: block;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sinon, pour l'installation à partir du live CD, c'est la loose : faut au moins 700Mo (la taille du live) de partition root (/) ce qui n'est pas mon cas, m'en vais donc graver un DVD.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Fedora-7-et-le-Wi-Fi#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Fedora-7-et-le-Wi-Fi#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/194</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora Core et mon ASUS A6VA Q038H</title>
    <link>http://www.llaumgui.com/post/fedora-core-et-mon-asus-a6va-q038h</link>
    <guid isPermaLink="false">urn:md5:f468188f225756e990eb03ea6fc43148</guid>
    <pubDate>Sat, 25 Feb 2006 17:15:00 +0000</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Asus A6Va</category><category>ATI Mobility X700</category><category>Bureau du mois</category><category>Fedora</category><category>Fedora Core 4</category><category>hardware</category><category>PC portable</category><category>thème</category><category>Wi-Fi</category>    
    <description>&lt;p&gt;Je viens de faire une nouvelle folie : un ordinateur portable : l'&lt;a href=&quot;http://www.ldlc.com/fiche/PB00031320.html&quot; hreflang=&quot;fr&quot;&gt;ASUS A6VA Q038H&lt;/a&gt;.&lt;br /&gt;
J'ai mis énormément de temps à choisir mon portable, mais celui là me satisfait pleinement et répond parfaitement à mon exigence principale : &lt;strong&gt;être parfaitement supporté par Linux&lt;/strong&gt;.&lt;/p&gt;    &lt;p&gt;Cependant, ce n'est pas le cas pour toutes les distributions. En effet pas de son (chipstet Realtek Intel High Definition Audio) sous &lt;a href=&quot;http://www.ubuntu.com/&quot; hreflang=&quot;en&quot;&gt;Ubuntu 5.10 Breezy Badger&lt;/a&gt; qui n'incorpore pas &lt;a href=&quot;http://www.alsa-project.org/&quot; hreflang=&quot;en&quot;&gt;ALSA&lt;/a&gt; 1.0.10 (à moins bien sûr de compiler les sources) alors que &lt;a href=&quot;http://fedoraproject.org&quot; hreflang=&quot;fr&quot;&gt;Fedora Core&lt;/a&gt; 4  sortie pourtant près de 6 mois avant incorpore cette version après mise à jour (yum upgrade).&lt;/p&gt;
&lt;p&gt;Pour ce qui est de la carte vidéo, c'est une ATI X700, il faut donc passer par la case &lt;a href=&quot;http://rpm.livna.org/&quot; hreflang=&quot;fr&quot;&gt;Livna&lt;/a&gt; et après quelques galères, l'accélération 3D marche nickel. &lt;a href=&quot;http://www.llaumgui.com/index.php/ati-mobility-x700-sous-fedora-core-4&quot; hreflang=&quot;fr&quot;&gt;Voir le billet&lt;/a&gt;.&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/geek/mon_desk_0602.png&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/geek/.mon_desk_0602_s.png&quot; alt=&quot;Mon bureau sous mon portable 02/06&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Et cerise sur le gâteau, avec le couple &lt;a href=&quot;http://ipw2200.sourceforge.net/&quot; hreflang=&quot;en&quot;&gt;ipw2200&lt;/a&gt;/&lt;a href=&quot;http://hostap.epitest.fi/wpa_supplicant/&quot; hreflang=&quot;en&quot;&gt;wpa_supplicant&lt;/a&gt;, je peux écrire ce billet depuis mon portable connecté en Wi-Fi crypté en &lt;strong&gt;WPA&lt;/strong&gt;.&lt;br /&gt;
wpa_supplicant fera partie de l'aventure Fedora Core 5 mais son utilisation et surtout sa configuration sous Fedora Core 4 donnera naissance aussi à un petit billet&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-core-et-mon-asus-a6va-q038h#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-core-et-mon-asus-a6va-q038h#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/63</wfw:commentRss>
      </item>
    
</channel>
</rss>