<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sat, 04 Apr 2026 04:33:24 +0200 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[master]]></title>
		<atom:link href="https://sneckx.ddns.net/syndication/?url=/rss/articles/6" rel="self" type="application/rss+xml"/>
		<link>https://sneckx.ddns.net</link>
		<description><![CDATA[]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Installer un lecteur de carte d'identité]]></title>
                <link>https://sneckx.ddns.net/articles/?url=/6-desktop/5-installer-un-lecteur-de-carte-d-identite/</link>
                <guid>https://sneckx.ddns.net/articles/?url=/6-desktop/5-installer-un-lecteur-de-carte-d-identite/</guid>
                <description><![CDATA[Cet article décrit une marche à suivre et les commandes utilisées pour installer un lecteur de carte d'identité sur un système Archlinux.<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Base Arch</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><ul class="formatter-ul">
                        <li class="formatter-li"> Activer aur.
                        </li><li class="formatter-li"> Mettre le système à jour. <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">yay</pre></pre></div></div>
                        </li><li class="formatter-li"> Installer ccid, pcsc-tools, eid-mw cardpeek. <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">yay <span style="color: #660033;">-S</span> ccid pcsc-tools eid-mw cardpeek</pre></pre></div></div>
                        </li><li class="formatter-li"> Démarrer pcscd. <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> systemctl start pcscd</pre></pre></div></div>
                        </li><li class="formatter-li"> Mettre la carte dans le lecteur puis executer pcsc_scan à interrompre à la main (ctrl+c).<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">pcsc_scan</pre></pre></div></div>
                       </li><li class="formatter-li"> Exécuter eid-viewer pour avoir accès à la carte.
                       </li><li class="formatter-li"> Installer le module eID Belgique par BOSA sur Firefox.
                       </li><li class="formatter-li"> Tester la connection avec l'outil disponible sur cette <a href="https://eid.belgium.be/fr">page</a>.
                       </li><li class="formatter-li"> Automatiser le demarrage de pcscd. <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> systemctl <span style="color: #7a0874; font-weight: bold;">enable</span> <span style="color: #660033;">--now</span> pcscd</pre></pre></div></div>
                       </li><li class="formatter-li"> Si le point précédent ne fonctionne pas, on peut ajouter une instruction <strong>dans le cron de l'utilisateur root</strong>. <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">@</span>reboot $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">40</span>; systemctl start pcscd;<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></pre></div></div><br />
                </li></ul></td>
    </tr>
</table>]]></description>
                <pubDate>Sat, 25 Mar 2023 11:44:00 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
