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

<channel>
	<title>EquinoxeFR &#187; hardy</title>
	<atom:link href="http://www.equinoxefr.org/post/tag/hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.equinoxefr.org</link>
	<description>DIY Lab</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:39:55 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Dazzle DVC 100 sous Ubuntu 8.04</title>
		<link>http://www.equinoxefr.org/post/2008/09/05/dazzle-dvc-100-sous-ubuntu-804/</link>
		<comments>http://www.equinoxefr.org/post/2008/09/05/dazzle-dvc-100-sous-ubuntu-804/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:06:21 +0000</pubDate>
		<dc:creator>EquinoxeFR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Dazzle]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[DVC100]]></category>
		<category><![CDATA[em28xx]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.equinoxefr.org/?p=294</guid>
		<description><![CDATA[Si comme moi vous souhaitez utiliser une périphérique de capture video Dazzle DVC 100, il faut un tout petit peu d&#8217;huile de coude, le module em28xx présent avec ubuntu hardy ne reconnaissant pas ce matériel. Après insertion de la prise usb, la commande lsusb nous donne le type de périphérique: [code] Bus 005 Device 003: &#8230; </p><p><a class="more-link block-button" href="http://www.equinoxefr.org/post/2008/09/05/dazzle-dvc-100-sous-ubuntu-804/">Lire la Suite &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Si comme moi vous souhaitez utiliser une périphérique de capture video Dazzle DVC 100, il faut un tout petit peu d&#8217;huile de coude, le module <em>em28xx</em> présent avec ubuntu hardy ne reconnaissant pas ce matériel.</p>
<p><a href="http://www.equinoxefr.org/wp-content/uploads/2008/09/post-114-1203085096.jpg" rel="lightbox[294]"><img class="alignnone size-medium wp-image-296" title="DVC100" src="http://www.equinoxefr.org/wp-content/uploads/2008/09/post-114-1203085096-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Après insertion de la prise usb, la commande <em>lsusb</em> nous donne le type de périphérique:</p>
<p>[code]</p>
<p>Bus 005 Device 003: ID 2304:021a Pinnacle Systems, Inc. [hex]</p>
<p>[/code]</p>
<p>Par défaut, seule l&#8217;acquisition audio est prise en compte, la vidéo elle, n&#8217;est pas gérée.</p>
<p>Après quelques recherches sur notre ami Google, il s&#8217;avère que ce matériel est géré par le projet <em>v4l-dvb</em> dans ses dernières versions.</p>
<p>Dans une console, installons les outils nécessaires à la compilation du module.</p>
<p>[code]</p>
<p>sudo apt-get install mercurial build-essential</p>
<p>[/code]</p>
<p>ensuite, nous sommes prêts pour récupérer les sources du module à l&#8217;aide de <em>mercurial</em>.</p>
<p>[code]</p>
<p>mkdir ~/src</p>
<p>cd ~/src</p>
<p>hg clone http://linuxtv.org/hg/v4l-dvb</p>
<p>cd v4l-dvb</p>
<p>[/code]</p>
<p><a href="http://www.equinoxefr.org/wp-content/uploads/2008/09/capture.png" rel="lightbox[294]"><img class="alignnone size-full wp-image-309" title="Hg" src="http://www.equinoxefr.org/wp-content/uploads/2008/09/capture.png" alt="" width="500" height="128" /></a></p>
<p>Nous voilà prêts pour la compilation.Le <em>-j2</em> passé en paramètre au <em>make</em> permet d&#8217;utiliser les multicoeurs (2) des processeurs récents. Si vous avez un mono processeur classique, un simple <em>make</em> suffit.</p>
<p>[code]</p>
<p>make -j2</p>
<p>....</p>
<p>CC      /home/pierre/src/v4l-dvb/v4l/zr36060.mod.o<br />
LD [M]  /home/pierre/src/v4l-dvb/v4l/zr36060.ko<br />
CC      /home/pierre/src/v4l-dvb/v4l/zr36067.mod.o<br />
LD [M]  /home/pierre/src/v4l-dvb/v4l/zr36067.ko<br />
CC      /home/pierre/src/v4l-dvb/v4l/zr364xx.mod.o<br />
LD [M]  /home/pierre/src/v4l-dvb/v4l/zr364xx.ko<br />
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'<br />
./scripts/rmmod.pl check<br />
found 261 modules<br />
make[1]: quittant le répertoire « /home/pierre/src/v4l-dvb/v4l »<br />
[/code]</p>
<p>Tout a l&#8217;air OK, lançons maintenant l&#8217;installation des modules pour le noyau courant.</p>
<p>[code]</p>
<p>pierre@vbox:~/src/v4l-dvb$ sudo make install<br />
make -C /home/pierre/src/v4l-dvb/v4l install<br />
make[1]: entrant dans le répertoire « /home/pierre/src/v4l-dvb/v4l »<br />
Stripping debug info from files<br />
-e<br />
Removing obsolete files from /lib/modules/2.6.24-19-generic/kernel/drivers/media/video:</p>
<p>-e<br />
Removing obsolete files from /lib/modules/2.6.24-19-generic/kernel/drivers/media/dvb/frontends:</p>
<p>Installing kernel modules under /lib/modules/2.6.24-19-generic/kernel/drivers/media/:<br />
dvb/dvb-usb/: dvb-usb-dtv5100.ko dvb-usb-opera.ko dvb-usb-cxusb.ko<br />
dvb-usb-vp7045.ko dvb-usb-af9005-remote.ko dvb-usb-ttusb2.ko<br />
....</p>
<p>....<br />
video/em28xx/: em28xx-dvb.ko em28xx.ko<br />
video/pvrusb2/: pvrusb2.ko<br />
radio/: dsbr100.ko radio-maestro.ko radio-zoltrix.ko<br />
radio-terratec.ko radio-aimslab.ko radio-maxiradio.ko<br />
radio-gemtek.ko radio-trust.ko radio-sf16fmr2.ko<br />
radio-typhoon.ko radio-cadet.ko radio-aztech.ko<br />
radio-si470x.ko radio-sf16fmi.ko radio-rtrack2.ko<br />
radio-gemtek-pci.ko<br />
video/uvc/: uvcvideo.ko<br />
dvb/ttusb-budget/: dvb-ttusb-budget.ko<br />
video/pwc/: pwc.ko<br />
video/zc0301/: zc0301.ko<br />
video/ovcamchip/: ovcamchip.ko<br />
video/au0828/: au0828.ko<br />
/sbin/depmod -a 2.6.24-19-generic<br />
make[1]: quittant le répertoire « /home/pierre/src/v4l-dvb/v4l »<br />
pierre@vbox:~/src/v4l-dvb$</p>
<p>[/code]</p>
<p>Maintenant, à l&#8217;insertion du boitier Dazzle, dmesg est beaucoup plus compatissant <img src='http://www.equinoxefr.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>[code]</p>
<p>[ 5747.848507] em28xx new video device (2304:021a): interface 0, class 255<br />
[ 5747.848515] em28xx Has usb audio class<br />
[ 5747.848517] em28xx #0: Alternate settings: 8<br />
[ 5747.848519] em28xx #0: Alternate setting 0, max size= 0<br />
[ 5747.848521] em28xx #0: Alternate setting 1, max size= 1024<br />
[ 5747.848524] em28xx #0: Alternate setting 2, max size= 1448<br />
[ 5747.848526] em28xx #0: Alternate setting 3, max size= 2048<br />
[ 5747.848528] em28xx #0: Alternate setting 4, max size= 2304<br />
[ 5747.848531] em28xx #0: Alternate setting 5, max size= 2580<br />
[ 5747.848533] em28xx #0: Alternate setting 6, max size= 2892<br />
[ 5747.848535] em28xx #0: Alternate setting 7, max size= 3072<br />
[ 5747.848727] em28xx #0: em28xx chip ID = 18<br />
[ 5748.434840] saa7115' 0-0025: saa7113 found (1f7113d0e100000) @ 0x4a (em28xx #0)<br />
[ 5749.203790] em28xx #0: i2c eeprom 00: 1a eb 67 95 04 23 1a 02 12 00 11 03 98 10 6a 2e<br />
[ 5749.203803] em28xx #0: i2c eeprom 10: 00 00 06 57 4e 00 00 00 60 00 00 00 02 00 00 00<br />
[ 5749.203821] em28xx #0: i2c eeprom 20: 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00<br />
[ 5749.203847] em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 10 01 00 00 00 00 00 00<br />
[ 5749.203857] em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<br />
[ 5749.203873] em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<br />
[ 5749.203899] em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 2e 03 50 00 69 00<br />
[ 5749.203924] em28xx #0: i2c eeprom 70: 6e 00 6e 00 61 00 63 00 6c 00 65 00 20 00 53 00<br />
[ 5749.203948] em28xx #0: i2c eeprom 80: 79 00 73 00 74 00 65 00 6d 00 73 00 20 00 47 00<br />
[ 5749.203974] em28xx #0: i2c eeprom 90: 6d 00 62 00 48 00 00 00 10 03 44 00 56 00 43 00<br />
[ 5749.204000] em28xx #0: i2c eeprom a0: 31 00 30 00 30 00 00 00 32 00 30 00 33 00 35 00<br />
[ 5749.204025] em28xx #0: i2c eeprom b0: 36 00 30 00 37 00 35 00 31 00 33 00 34 00 31 00<br />
[ 5749.204051] em28xx #0: i2c eeprom c0: 30 00 32 00 30 00 30 00 30 00 31 00 00 00 32 00<br />
[ 5749.204075] em28xx #0: i2c eeprom d0: 33 00 31 00 32 00 33 00 00 00 00 00 00 00 00 00<br />
[ 5749.204100] em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<br />
[ 5749.204123] em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 0a 07 d4 04 31 62 5d 0e<br />
[ 5749.204150] EEPROM ID= 0x9567eb1a, hash = 0x72aaae84<br />
[ 5749.204153] Vendor/Product ID= 2304:021a<br />
[ 5749.204156] AC97 audio (5 sample rates)<br />
[ 5749.204160] 300mA max power<br />
[ 5749.204163] Table at 0x06, strings=0x1098, 0x2e6a, 0x0000<br />
[ 5749.788387] em28xx #0: V4L2 device registered as /dev/video0 and /dev/vbi0<br />
[ 5749.788396] em28xx #0: Found Pinnacle Dazzle DVC 90/DVC 100<br />
[ 5749.788468] em28xx audio device (2304:021a): interface 1, class 1<br />
[/code]</p>
<p>Voilà, c&#8217;est terminé, vous pouvez maintenant choisir n&#8217;importe quelle application supportant les périphérique <em>v4l</em>. Pensez par contre a refaire un <em>make &amp;&amp; make install</em> à chaque mise à jour de votre noyau.</p>
<p>P.S, pour faire ce tuto, j&#8217;en ai profité pour faire les tests sur une ubuntu installée sur <em>virtualbox 2</em>, bien pratique pour être sur d&#8217;avoir une Ubuntu toute propre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.equinoxefr.org/post/2008/09/05/dazzle-dvc-100-sous-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Xsane et tesseract, l&#8217;OCR qui marche très bien sous Linux</title>
		<link>http://www.equinoxefr.org/post/2008/07/05/xsane-et-tesseract-locr-qui-marche-tres-bien-sous-linux/</link>
		<comments>http://www.equinoxefr.org/post/2008/07/05/xsane-et-tesseract-locr-qui-marche-tres-bien-sous-linux/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 19:13:04 +0000</pubDate>
		<dc:creator>EquinoxeFR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.equinoxefr.org/?p=119</guid>
		<description><![CDATA[Voici comment utiliser l&#8217;OCR (reconnaissance de caractères) avec Xsane sous Ubuntu hardy. Il faut tout d&#8217;abord installer Xsane, imagemagick (avec synaptic ou apt-get) et tesseract. Pour installer ce dernier, il faut utiliser le tutoriel situé ici. Faites bien attention à suivre le tutoriel &#171;&#160;Par les deb de &#171;&#160;b52&#8243; (32 et 64 bits)&#160;&#187;. Afin d&#8217;interfacer Xsane &#8230; </p><p><a class="more-link block-button" href="http://www.equinoxefr.org/post/2008/07/05/xsane-et-tesseract-locr-qui-marche-tres-bien-sous-linux/">Lire la Suite &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Voici comment utiliser l&#8217;OCR (reconnaissance de caractères) avec Xsane sous Ubuntu hardy.</p>
<p><a href="http://www.equinoxefr.org/wp-content/uploads/2008/07/etiquette_scanner_01.png" rel="lightbox[119]"><img class="alignnone size-full wp-image-121" title="etiquette_scanner_01" src="http://www.equinoxefr.org/wp-content/uploads/2008/07/etiquette_scanner_01.png" alt="" width="320" height="320" /></a></p>
<p>Il faut tout d&#8217;abord installer Xsane, imagemagick (avec synaptic ou apt-get) et tesseract. Pour installer ce dernier, il faut utiliser le tutoriel situé <a href="http://doc.ubuntu-fr.org/tesseract-ocr" target="_blank">ici</a>. Faites bien attention à suivre le tutoriel &laquo;&nbsp;Par les deb de &laquo;&nbsp;b52&#8243; (32 et 64 bits)&nbsp;&raquo;.</p>
<p>Afin d&#8217;interfacer Xsane et tesseract, il faut un script. J&#8217;en ai trouvé un nommé <a href="http://doc.ubuntu-fr.org/xsane2tess" target="_self">xsane2tess</a> mais il ne fonctionne pas chez moi. J&#8217;en ai donc créé un autre que vous pouvez installer comme ceci:</p>
<p>[code lang="bash"]</p>
<p>cd /usr/bin</p>
<p>sudo wget http://www.equinoxefr.org/wp-content/uploads/2008/07/xsane2tess.pl</p>
<p>sudo chmod +x xsane2tess.pl</p>
<p>[/code]</p>
<p>Ensuite lancez Xsane et allez dans Préférence / Configuration (ALT+s) pour entrer les options suivantes</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/equinoxefr/2639969848/"><img src="http://farm4.static.flickr.com/3130/2639969848_a6beb96352.jpg" border="0" alt="Xsane" width="500" height="419" /></a></p>
<p>Après avoir validé les bonnes options, il faut mettre les paramètres Sane comme suit:</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/equinoxefr/2639141099/"><img src="http://farm4.static.flickr.com/3143/2639141099_5fc22ed7dd.jpg" border="0" alt="Xsane" width="500" height="312" /></a></p>
<ol>
<li>Mode enregistrer</li>
<li>Nom de fichier sans extension</li>
<li>Type de fichier TXT</li>
<li>Mode de scan: GRIS</li>
<li>Résolution: 300 dpi donne de bons résultats</li>
<li>Sélectionnez la zone de texte</li>
<li>La sélection</li>
<li>Effectuez une rotation si nécessaire</li>
<li>Lancez le scan</li>
</ol>
<p>Voilà, vous avez maintenant un beau fichier TXT qu&#8217;il vous faudra vérifier avec openoffice et son correcteur d&#8217;orthographe par exemple.</p>
<p>Les résultat sont assez étonnants, j&#8217;avais essayé GOCR il y a quelques temps mais j&#8217;en étais très déçu. Là, il y a avec tesseract, une véritable alternative aux outils propriétaires.</p>
<p>Bonne OCR <img src='http://www.equinoxefr.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.equinoxefr.org/post/2008/07/05/xsane-et-tesseract-locr-qui-marche-tres-bien-sous-linux/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Ubuntu, 3G et Nokia N95 avec Orange</title>
		<link>http://www.equinoxefr.org/post/2008/07/02/ubuntu-3g-et-nokia-n95-avec-orange/</link>
		<comments>http://www.equinoxefr.org/post/2008/07/02/ubuntu-3g-et-nokia-n95-avec-orange/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 14:03:37 +0000</pubDate>
		<dc:creator>EquinoxeFR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[7.10]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[orange]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.equinoxefr.org/?p=118</guid>
		<description><![CDATA[Voici comment connecter très facilement un PC Linux ( Ubuntu 8.04 sur eeepc ) à internet avec un téléphone 3G. J&#8217;ai un nokia N95 qui est parfaitement supporté sur Ubuntu. Pour se connecter, j&#8217;utilise le cable USB, mon EEEPC n&#8217;ayant pas de bluetooth. Lors du branchement du téléphone, il faut sélectionner le mode PC SUITE &#8230; </p><p><a class="more-link block-button" href="http://www.equinoxefr.org/post/2008/07/02/ubuntu-3g-et-nokia-n95-avec-orange/">Lire la Suite &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Voici comment connecter très facilement un PC Linux ( Ubuntu 8.04 sur eeepc ) à internet avec un téléphone 3G.</p>
<p><a class="tt-flickr tt-flickr-Small" href="http://www.flickr.com/photos/equinoxefr/2630396591/"><img src="http://farm4.static.flickr.com/3015/2630396591_ef1953d7b4_m.jpg" border="0" alt="nokia n95" width="240" height="187" /></a></p>
<p>J&#8217;ai un nokia N95 qui est parfaitement supporté sur Ubuntu. Pour se connecter, j&#8217;utilise le cable USB, mon EEEPC n&#8217;ayant pas de bluetooth. Lors du branchement du téléphone, il faut sélectionner le mode</p>
<p>PC SUITE sur NOKIA. Sous Linux, un petit dmesg nous en dit plus:</p>
<p>[code]</p>
<p>[   65.528724] usb 2-1: new full speed USB device using uhci_hcd and address 2<br />
[   65.545353] usb 2-1: configuration #1 chosen from 1 choice<br />
[   67.050935] cdc_acm 2-1:1.10: ttyACM0: USB ACM device<br />
[   67.060398] usbcore: registered new interface driver cdc_acm<br />
[   67.060858] /home/adamm/git/ubuntu-hardy/debian/build/custom-source-eeepc/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters<br />
[   67.094186] usbcore: registered new interface driver cdc_ether<br />
[   67.104548] usb 2-1: bad CDC descriptors<br />
[   67.104988] usbcore: registered new interface driver rndis_host</p>
<p>[/code]</p>
<p>Pour établir la connexion, nous avons besoin de wvdial.</p>
<p>[code]</p>
<p>sudo apt-get install wvdial</p>
<p>[/code]</p>
<p>Ensuite, pour le paramétrer, créez le fichier /etc/wvdial.conf contenant ceci:</p>
<p>[code]</p>
<p>[Dialer Defaults]<br />
Modem = /dev/ttyACM0<br />
Baud = 460800<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init5 = AT+CGDCONT=1,"IP","orange";<br />
ISDN = 0<br />
Modem Type = Analog Modem<br />
Phone = *99***1#<br />
username = orange<br />
password = orange<br />
Stupid Mode = 1</p>
<p>[/code]</p>
<p>Pour établir le lien, branchez le téléphone puis tapez</p>
<p>[code]</p>
<p>sudo wvdial</p>
<p>[/code]</p>
<p>et hop à vous internet mobile.</p>
<p>Je précise que j&#8217;ai un abonnement Orange et que ça marche sans surfacturation (Internet Max). Le même principe marche chez SFR (en modifiant le useragent du navigateur) et Bouygues. S&#8217;il n&#8217;y a pas d&#8217;abus avec ces connexions, il n&#8217;y a pas vraiment de raison que les opérateurs verrouillent le système.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.equinoxefr.org/post/2008/07/02/ubuntu-3g-et-nokia-n95-avec-orange/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>eeepc et Ubuntu 8.04</title>
		<link>http://www.equinoxefr.org/post/2008/06/15/eeepc-et-ubuntu-804/</link>
		<comments>http://www.equinoxefr.org/post/2008/06/15/eeepc-et-ubuntu-804/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 06:39:30 +0000</pubDate>
		<dc:creator>EquinoxeFR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[eeeXubuntu]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.equinoxefr.org/?p=105</guid>
		<description><![CDATA[Il y quelques temps, j&#8217;avais testé eeeXubuntu, pour ensuite revenir à la distribution Xandros d&#8217;origine notamment à cause du temps de boot qui est vraiment sympa avec Xandros. Finalement, trouvant trop limité cette distribution: par exemple, il n&#8217;est pas possible d&#8217;installer Firefox 3 facilement (il faut ajouter libgtk 2.10), j&#8217;ai jeté un oeil du coté &#8230; </p><p><a class="more-link block-button" href="http://www.equinoxefr.org/post/2008/06/15/eeepc-et-ubuntu-804/">Lire la Suite &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Il y quelques temps, j&#8217;avais testé eeeXubuntu, pour ensuite revenir à la distribution Xandros d&#8217;origine notamment à cause du temps de boot qui est vraiment sympa avec Xandros. Finalement, trouvant trop limité cette distribution: par exemple, il n&#8217;est pas possible d&#8217;installer Firefox 3 facilement (il faut ajouter libgtk 2.10), j&#8217;ai jeté un oeil du coté d&#8217;Ubuntu optimisé eeepc.</p>
<p>Me voilà donc en train d&#8217;installer Ubuntu 8.04 sur mon portable Asus eeepc 701 (4G). J&#8217;allais vous faire un petit article quand en ouvrant mon lecteur RSS, je me suis aperçu que Grégory Gutierez vient lui aussi de relater son expérience <a href="http://www.greguti.com/petitlinux/index.php?entry=entry080614-120100" target="_blank">ici</a> . Du coup je me dis, essayons d&#8217;optimiser tout ça pour gagner en temps de démarrage.</p>
<p>J&#8217;installe bootchart pour vérifier les temps de démarrage, je commence un article et là Grégory nous reposte un article sur l&#8217;optimisation <a href="http://www.greguti.com/petitlinux/index.php?entry=entry080614-184841" target="_blank">là<br />
</a></p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/equinoxefr/2579966572/"><img src="http://farm4.static.flickr.com/3187/2579966572_af90c2dbc5.jpg" border="0" alt="eee ubuntu  sur eeepc" width="500" height="300" /></a></p>
<p>Excellent <img src='http://www.equinoxefr.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>On dit merci Grégory&#8230; moi, je retourne me coucher <img src='http://www.equinoxefr.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.equinoxefr.org/post/2008/06/15/eeepc-et-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>La clef Orange ICON 225 sur Ubuntu 8.04</title>
		<link>http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-ubuntu-804/</link>
		<comments>http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-ubuntu-804/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:42:14 +0000</pubDate>
		<dc:creator>EquinoxeFR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[7.10]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[icon225]]></category>
		<category><![CDATA[orange]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.equinoxefr.org/?p=77</guid>
		<description><![CDATA[A la demande d&#8217;un certain nombre d&#8217;entre vous, j&#8217;ai installé la dernière release d&#8217;ubuntu en beta: Ubuntu 8.04 (hardy) afin de pouvoir tester la clef USB 3G+ dont je vous ai déjà parlé pour Ubuntu 7.10. J&#8217;ai donc recompilé le driver du noyau afin de mettre à jour le script de connexion pour cette version. &#8230; </p><p><a class="more-link block-button" href="http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-ubuntu-804/">Lire la Suite &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A la demande d&#8217;un certain nombre d&#8217;entre vous, j&#8217;ai installé la dernière release d&#8217;ubuntu en beta: Ubuntu 8.04 (hardy) afin de pouvoir tester la clef USB 3G+ dont je vous ai déjà parlé pour Ubuntu 7.10.</p>
<p>J&#8217;ai donc recompilé le driver du noyau afin de mettre à jour le script de connexion pour cette version.</p>
<p>Le voici, il vous permettra de faire fonctionner la clef USB 3G+ d&#8217;Orange sur votre PC sous Ubuntu.</p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/equinoxefr/2370767532/"><img src="http://farm3.static.flickr.com/2143/2370767532_ded819f308_m.jpg" border="0" alt="DSC00864" width="240" height="180" /></a><br />
Ouvrez une console puis lancez les commandes suivantes:</p>
<p>[code]</p>
<pre>wget http://www.equinoxefr.org/wp-content/uploads/2008/11/icon225.tgz

tar xvf icon225.tgz

cd hso

sudo ./install.sh
[/code]

Répondre "O" à la demande d'installation de paquets supplémentaires.

Edit (17/10/2008)
Vous pouvez maintenant utiliser l'interface hsoconnect si vous le souhaitez.
ou celle en ligne de commande en éditant le fichier conninfo

[code]
gedit  conninfo.ini
[/code]</pre>
<p>Entrez votre code PIN (0000 par défaut)</p>
<p>Puis l&#8217;APN. Il faut mettre <strong>orange.ie</strong> pour une connexion avec un pass internet everywhere ou <strong>orange.fr </strong>pour une connexion avec un forfait classique.</p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/equinoxefr/2369923275/"><img src="http://farm3.static.flickr.com/2403/2369923275_3e3b4d6ca6_m.jpg" border="0" alt="Capture" width="240" height="174" /></a></p>
<p>Puis pour vous connecter faites:</p>
<pre>[code]

sudo ./connect.sh up</pre>
<pre>[/code]</pre>
<p>Pour vous déconnecter faites:</p>
<pre>[code]
sudo ./connect.sh down
[/code]

Ou utilisez hsoconnect (python-2.5 -m hsoc). Voici quelques captures.

<a href="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-hsoconnect.png" rel="lightbox[77]"><img class="alignnone size-full wp-image-363" title="capture-hsoconnect" src="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-hsoconnect.png" alt="" width="373" height="106" /></a>

<a href="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-connection-editor-pengie.png" rel="lightbox[77]"><img class="alignnone size-full wp-image-364" title="capture-connection-editor-pengie" src="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-connection-editor-pengie.png" alt="" width="257" height="158" /></a>

<a href="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-preferences.png" rel="lightbox[77]"><img class="alignnone size-full wp-image-365" title="capture-preferences" src="http://www.equinoxefr.org/wp-content/uploads/2008/10/capture-preferences.png" alt="" width="368" height="233" /></a></pre>
<p>Voilà, bon surf. Pour info j&#8217;ai acquis cette clef dans le cadre du forfait 0€ internet Everywhere mais elle marche très bien avec un abonnement 3G classique. Elle ne semble donc pas verrouillée sur un forfait mais juste sur l&#8217;opérateur.</p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/equinoxefr/2370768354/"><img src="http://farm4.static.flickr.com/3277/2370768354_8e987c47fe_m.jpg" border="0" alt="DSC00865" width="240" height="180" /></a></p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/equinoxefr/2370769378/"><img src="http://farm4.static.flickr.com/3235/2370769378_faf959c4db_m.jpg" border="0" alt="DSC00866" width="240" height="180" /></a></p>
<p>Pour ceux qui veulent compiler le module eux-même pour d&#8217;autres noyaux, il suffit de taper &laquo;&nbsp;make&nbsp;&raquo; dans le répertoire hso. Par contre vous devez posséder les paquets de développement du noyau correspondant à votre distribution.</p>
<p>EDIT (23/04/08): J&#8217;ai mis à jour le driver HSO en version 1.2</p>
<p>EDIT (29/05/08): Le paquet installe les outils de développement du noyau et compile le module. Ce pack peut donc a priori être installé sur n&#8217;importe quelle version d&#8217;ubuntu.</p>
<p>EDIT (17/10/08): J&#8217;ai mis à jour le driver HSO en version 1.6 (merci Brazz pour l&#8217;info)</p>
<p>EDIT (9/11/08): Le paquet hsolink est maintenant compilé à l&#8217;installation. A priori ça doit fonctionner sur les architectures 64 bits.</p>
<p><a href="http://libercad-dellmini.blogspot.com/2008/11/des-photos-de-pengieorange-3g-internet.html" target="_blank">Cet article</a> décrit l&#8217;installation en 64bits avec pas mal d&#8217;infos sur la configuration d&#8217;hsoconnect (Merci <span class="post-author vcard"><span class="fn">libercad)</span></span></p>
<p>Tous ces modules proviennent de l&#8217;excellent forum sur http://www.pharscape.org/ (merci Paul:-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
	</channel>
</rss>

