home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=1311.orig < prev    next >
Text File  |  2010-10-06  |  88KB  |  1,534 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11. <link rel="prev" href="viewtopic.php?t=272&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=272&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=4" title="APPLE II et II+" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Le reveil difficile d'un Europlus</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  267.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=272&start=0&postdays=0&postorder=asc&highlight=">Le reveil difficile d'un Europlus</a><br />
  283.       <span class="gensmall"><b>Aller α la page <b>1</b>, <a href="viewtopic.php?t=272&postdays=0&postorder=asc&start=15">2</a>  <a href="viewtopic.php?t=272&postdays=0&postorder=asc&start=15">Suivante</a></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=4"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=272"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=4" class="nav">APPLE II et II+</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=272&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=272&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1270"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=1270#1270"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 30 Mar 2010, 10:13<span class="gen"> </span>   Sujet du message: Le reveil difficile d'un Europlus</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1270"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Bonjour,
  317. <br />
  318.  
  319. <br />
  320. Je ne sais pas si c'est le bon endroit pour parler des problΦmes technique que je rencontre sur l'Europlus que j'ai rΘcupΘrΘ il y a peu  (voir mon post de prΘsentation pour la petit histoire).
  321. <br />
  322.  
  323. <br />
  324. Bon, je me lance. Au pire j'imagines que  l'admin  dΘplacera ce post au bon endroit...
  325. <br />
  326.  
  327. <br />
  328.  
  329. <br />
  330. AprΦs 15 ans de sommeil, il semble y avoir 3 problΦmes :
  331. <br />
  332.  
  333. <br />
  334. -  le lecteur de disquette qui ne tourne pas.
  335. <br />
  336. -  des bandes verticales sur l'Θcran
  337. <br />
  338. -  un clavier au fonctionnement trΦs restreint
  339. <br />
  340.  
  341. <br />
  342. C'est pas mal pour un dΘbut non ?   <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /> 
  343. <br />
  344.  
  345. <br />
  346.  
  347. <br />
  348. Le problΦme le plus gΘnant c'est le clavier car je peux rien saisir. Il n'y a que quelques touches qui fonctionnent correctement, les autres affichant soit rien, soit deux caractΦres en mΩme temps.  'Return' par exemple ne fonctionne pas.
  349. <br />
  350.  
  351. <br />
  352. Voilα ce que cela donne α l'Θcran  (sur une petite TV) en pressant les touches des lettres de l'alphabet de gauche α droite et de haut en bas:
  353. <br />
  354. <a href="http://img291.imageshack.us/i/europluspbclavierplusba.jpg/" target="_blank" class="postlink"><img src="http://img291.imageshack.us/img291/4329/europluspbclavierplusba.th.jpg" border="0" /></a>
  355. <br />
  356.  
  357. <br />
  358. Les bandes verticales sont pas trΦs visibles sur la photo, mais elles le sont bien plus dans la rΘalitΘ. Elles n'empΦchent pas ceci-dit de lire les caractΦres sur l'Θcran...
  359. <br />
  360.  
  361. <br />
  362.  
  363. <br />
  364. J'ai entrepris hier soir le dΘmontage de l'UC et quelques tests.
  365. <br />
  366.  
  367. <br />
  368. En commanτant par relever les tensions directement sur la carte mΦre . Les rΘsultats ont l'air  dans les normes (vu dans un "Red Book" : +5.0 +-0.15 / +11.8 +-0.5 / -12.0 +-1 / -5.2 +-0.5 ):
  369. <br />
  370.  
  371. <br />
  372. Au niveau des slot d'extension :
  373. <br />
  374.  +11.78v
  375. <br />
  376.  -12.21v
  377. <br />
  378.   +4.98v
  379. <br />
  380.    -5.15v
  381. <br />
  382.  
  383. <br />
  384. Au niveau du game I/O port :
  385. <br />
  386.   +4.98v
  387. <br />
  388.  
  389. <br />
  390. Au niveau du keyboard port :
  391. <br />
  392.   +4.88v   (pas tout α fait identique aux autres niveaux 5v relevΘ, est-ce normal ?)
  393. <br />
  394.  -12.72v   (mΩme remarque, mais toujours dans les normes α priori)
  395. <br />
  396.  
  397. <br />
  398.  
  399. <br />
  400. Voici une photo du test :
  401. <br />
  402. <a href="http://img268.imageshack.us/i/europlussansboitier.jpg/" target="_blank" class="postlink"><img src="http://img268.imageshack.us/img268/368/europlussansboitier.th.jpg" border="0" /></a>
  403. <br />
  404.  
  405. <br />
  406. En dΘmontant j'ai juste vu un peu de poussiΦre et de saletΘ. Rien d'alarmant α mes yeux.
  407. <br />
  408.  
  409. <br />
  410. Voici le clavier, la partie mΘcanique et sa carte dΘcodeur dΘposΘe :
  411. <br />
  412. <a href="http://img694.imageshack.us/i/keyboarddepos.jpg/" target="_blank" class="postlink"><img src="http://img694.imageshack.us/img694/6747/keyboarddepos.th.jpg" border="0" /></a>
  413. <br />
  414.  
  415. <br />
  416. J'ai remarquΘ que le gros condensateur en bas α droite avait l'air un peu gonflΘ, mais c'est trΦs lΘger et n'en ayant pas vu d'autres d'aussi prΦs, je sais pas si c'est normal  (comment tester ?)
  417. <br />
  418. Il y a aussi un petit condensateur soudΘ entre les pin 3 et 6 du connecteur clavier. Ca m'a paru curieux au dΘbut, mais en recherchant des photos de clavier d'apple II sur Internet, j'ai vu d'autres exemples comme cela...
  419. <br />
  420. <a href="http://img687.imageshack.us/i/keyboardencoderavecpont.jpg/" target="_blank" class="postlink"><img src="http://img687.imageshack.us/img687/5709/keyboardencoderavecpont.th.jpg" border="0" /></a>
  421. <br />
  422.  
  423. <br />
  424. Je ferai ce soir des test de la partie "mΘcanique" du clavier. Au niveau du connecteur principal. J'imagines qu'on doit voir des circuits ouverts / circuits fermΘ en pressant sur les touches...
  425. <br />
  426.  
  427. <br />
  428. Si vous avez des conseils ou des remarques,  je suis preneur  <img src="images/smiles/icon_smile.gif" alt="Smile" border="0" /> 
  429. <br />
  430.  
  431. <br />
  432.  
  433. <br />
  434. nb :  la petit lumiΦre en bas α gauche du clavier est HS.  Je ne sais pas comment la remplacer, voir mΩme si cela se trouve. J'ai pas osΘ tirer dessus trop fort ...</span><span class="gensmall"></span></td>
  435.             </tr>
  436.         </table></td>
  437.     </tr>
  438.     <tr>
  439.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  440.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  441.             <tr>
  442.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  443.  
  444.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  445.         document.write(' ');
  446.     else
  447.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  448.  
  449.                 //--></script><noscript></noscript></td>
  450.             </tr>
  451.         </table></td>
  452.     </tr>
  453.     <tr>
  454.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  455.     </tr>
  456.     <tr>
  457.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1278"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  458.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  459.             <tr>
  460.                 <td width="100%"><a href="viewtopic.php?p=1278#1278"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 11 Avr 2010, 8:56<span class="gen"> </span>   Sujet du message: </span></td>
  461.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1278"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  462.             </tr>
  463.             <tr>
  464.                 <td colspan="2"><hr /></td>
  465.             </tr>
  466.             <tr>
  467.                 <td colspan="2"><span class="postbody">Salut tilt_93 !
  468. <br />
  469.  
  470. <br />
  471. Bienvenue α toi et α ton Apple II Europlus !
  472. <br />
  473.  
  474. <br />
  475. Les problΦmes de matΘriel, j'adore. Ce qui est fantastique avec les vieux Apple, c'est que tu peux les rΘparer avec des composants faciles α trouver (enfin, pour la plupart).
  476. <br />
  477.  
  478. <br />
  479. Commenτons par le plus simple : la petite lumiΦre sur la clavier doit Ωtre grillΘe. Tu peux la retirer en tirant dessus (n'aie pas peur, elle n'est pas soudΘe). Tu peux la tester en l'alimentant sur du 5V. J'ai un petit stock alors si tu en veux une de remplacement, on peut s'arranger <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />
  480. <br />
  481.  
  482. <br />
  483. Les claviers des Apple vieillissent mal. Ce sont le plus souvent les contacts des touches qui sont en cause. Je te conseille de commencer par un bon nettoyage. Le capot de chaque touche se retire facilement α l'aide d'un tournevis. Par contre, l'accΦs aux contacts est plus difficile. Quelques fois, il est possible d'ouvrir chaque touche pour y accΘder. Mais c'est trΦs fastidueux, et le remontage peut Ωtre dΘlicat (expΘrience inside).
  484. <br />
  485. J'ai lu toutes sortes de techniques de restauration de clavier. L'une d'entre elles consiste α enfoncer la touche puis α faire des cercles avec le doigt, dans le but de "nettoyer" le contact α l'intΘrieur. Cela fonctionne parfois et Θvite un dΘmontage/remplacement de la touche (pas facile α trouver).
  486. <br />
  487. Si tu as des doutes sur le condensateur, n'hΘsite pas α le changer.
  488. <br />
  489.  
  490. <br />
  491. Au sujet des bandes verticales α l'affichage, je ne remarque pas grand chose sur la photo. On dirait que la luminositΘ est au maximum. Les bandes disparaissent-elles si tu diminues la luminositΘ ?
  492. <br />
  493. Peux-tu faire l'essai sur un autre Θcran ?
  494. <br />
  495.  
  496. <br />
  497. Pour le lecteur de disquettes, tu mentionnes un claquement dans ton post de prΘsentation : il faut que tu ouvres le lecteur afin de vΘrifier que les condensateurs n'ont pas explosΘ !
  498. <br />
  499. Sinon, quel est le comportement exact α l'allumage ? Normalement, le voyant "in use" devrait Ωtre allumΘ, le lecteur doit tourner et tu dois entendre le recalibrage du bras. Ensuite, en l'absence de disquette, le lecteur continue de tourner indΘfiniment avec le voyant allumΘ.
  500. <br />
  501.  
  502. <br />
  503. Enfin, les tensions que tu mentionnes me paraissent bonnes.
  504. <br />
  505.  
  506. <br />
  507. Si tu te sens la fibre d'un Θlectronicien, les schΘmas dΘtaillΘs et les explications sur le fonctionnement interne de l'Apple sont consignΘs dans l'excellent livre de Jim Sather "Understanding the Apple II". C'est ce qui m'a permis de rΘsoudre tous les problΦmes matΘriels rencontrΘs par mes machines. Tu peux le consulter en ligne <a href="http://victa.jamtronix.com/display/issues/4" target="_blank" class="postlink">ici</a> ou tΘlΘcharger le PDF <a href="http://www.1000bit.it/support/manuali/manuali.asp" target="_blank" class="postlink">lα</a> (dans la rubrique Apple Computer Inc.).
  508. <br />
  509.  
  510. <br />
  511. Tiens-nous au courant...<br />_________________<br />Antony
  512. <br />
  513. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  514.             </tr>
  515.         </table></td>
  516.     </tr>
  517.     <tr>
  518.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  519.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  520.             <tr>
  521.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  522.  
  523.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  524.         document.write(' ');
  525.     else
  526.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  527.  
  528.                 //--></script><noscript></noscript></td>
  529.             </tr>
  530.         </table></td>
  531.     </tr>
  532.     <tr>
  533.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  534.     </tr>
  535.     <tr>
  536.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1280"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  537.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  538.             <tr>
  539.                 <td width="100%"><a href="viewtopic.php?p=1280#1280"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 16 Avr 2010, 9:58<span class="gen"> </span>   Sujet du message: </span></td>
  540.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1280"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  541.             </tr>
  542.             <tr>
  543.                 <td colspan="2"><hr /></td>
  544.             </tr>
  545.             <tr>
  546.                 <td colspan="2"><span class="postbody">Bonjour Antony,
  547. <br />
  548.  
  549. <br />
  550. Merci pour ta rΘponse.
  551. <br />
  552.  
  553. <br />
  554. La semaine derniΦre j'ai continuΘ la recherche de panne du clavier.
  555. <br />
  556.  
  557. <br />
  558. Le livre "Understanding..."  est effectivement une super reference. C'est celui-ci que j'avais appelΘ Red Book dans mon premier post. Je l'avais trouvΘ sur le site /www.apple-iigs.info.
  559. <br />
  560.  
  561. <br />
  562. Il contient d'ailleurs le bon schΘma electrique du clavier des II+  alors que le manuel de reference Apple II+ montre le schema des anciens claviers (type Apple II qui sont d'un seul bloc).
  563. <br />
  564.  
  565. <br />
  566. Voici ce schema :
  567. <br />
  568. <a href="http://img202.imageshack.us/i/schemaclaviereuroplus.jpg/" target="_blank" class="postlink"><img src="http://img202.imageshack.us/img202/9080/schemaclaviereuroplus.th.jpg" border="0" /></a>
  569. <br />
  570.  
  571. <br />
  572. En faisant des test avec l'ohmmΦtre, je retrouve les problΦmes constatΘs quand l'Apple est allumΘ :
  573. <br />
  574. En rΘsumΘ :
  575. <br />
  576.   -  la touche 'reset' est toujours active  (pin 21 et 22).  Heureusement 'CRTL' fonctionne bien...
  577. <br />
  578.   -  l'un des deux 'shift' est aussi toujours fermΘ  (pin 23 et 24).  Le decodeur reτoit donc  le signal en permanence
  579. <br />
  580.   -  la touche 'return' reste toujours en circuit ouvert  (pin 18 et 2)
  581. <br />
  582.   - 'space' (10 et 2)  ferme aussi 10 et 13  (touche 'K'), et inversement 
  583. <br />
  584.   - 'A' (9 et 2) ferme aussi 9 et 13 (touche 'J') et inversement
  585. <br />
  586.   - 'S' (5 et 2) ferme aussi 5 et 13 (touche 'D') et inversement
  587. <br />
  588.  
  589. <br />
  590. En fait il y a α priori un court circuit entre les pins 2, 13 et 18  (toujours UP)
  591. <br />
  592.  
  593. <br />
  594. j'ai dΘposΘ la carte qui est au dos du clavier, et en ouvrant je m'attendais α trouver soit de la corrosion, soit des pistes coupΘes, soit des rΘsidus de nourriture, etc... Bref quelque chose qui donnerai une bonne explication de la panne.
  595. <br />
  596.  
  597. <br />
  598. Mais rien de tout cela :  la carte est propre, le masque en papier en bon Θtat et la partie mΘcanique aussi, comme tu peux le voir ci-dessous :
  599. <br />
  600.  
  601. <br />
  602. <a href="http://img339.imageshack.us/i/claviereuroplusdmont.jpg/" target="_blank" class="postlink"><img src="http://img339.imageshack.us/img339/5772/claviereuroplusdmont.th.jpg" border="0" /></a>
  603. <br />
  604.  
  605. <br />
  606. C'est difficile de suivre les circuits α la trace, car une partie est sur la carte, et l'autre partie du c⌠tΘ des touches.
  607. <br />
  608.  
  609. <br />
  610. Faute de temps pour aller plus loin, j'ai remontΘ la carte sur le support plastique et j'ai rangΘ le tout bien au chaud. 
  611. <br />
  612.  
  613. <br />
  614.  
  615. <br />
  616. Quelques jours aprΦs, je ressors le clavier, je teste "au cas o∙", clavier reposant sur les touches, et lα surprise : Fonctionnement correct   <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  617. <br />
  618.  
  619. <br />
  620. Je remonte vite fait la carte encodeur et je rebranche le plug sur la carte mΦre. Power On : ... KO  <img src="images/smiles/icon_sad.gif" alt="Sad" border="0" /> 
  621. <br />
  622.  
  623. <br />
  624. Re-test en dΘmontant le clavier et en posant α l'envers :  ca marche
  625. <br />
  626. Je le retourne α l'endroit : ca marche pas !
  627. <br />
  628.  
  629. <br />
  630. Bref pour une raison que j'ai du mal α comprendre, mon clavier marche bien seulement quand il a les touches dirigΘes vers le bas.  C'est pas vraiment pratique  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" />
  631. <br />
  632.  
  633. <br />
  634. J'ai pas fini de me prendre la tΩte sur  ce clavier...
  635. <br />
  636.  
  637. <br />
  638.  
  639. <br />
  640.  
  641. <br />
  642. Concernant les autres problΦmes, j'ai eu l'occasion de faire aussi quelques tests avant le dΘmontage du clavier :
  643. <br />
  644.  - les lignes verticales sont bien visibles sur un "monitor 2e". Cet Θcran Θtait bien reglΘ car 30 sec auparavant il Θtait raccordΘ α un 2e et l'affichage Θtait normal.   =>  il y a bien un problΦme sur mon Europlus
  645. <br />
  646.  - le lecteur de disquette a ΘtΘ branchΘ sur un 2e et il fonctionne bien en fait  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />   On a pu charger un jeu normallement  => c'est donc du c⌠tΘ de ma carte contr⌠leur disk qu'il y a un problΦme...
  647. <br />
  648.  
  649. <br />
  650.  
  651. <br />
  652. Enfin pour la petite ampoule "Power", c'est bien le filament qui est rompu.  Si je n'en trouve pas dans une boutique de matΘriel electronique, je serais content que tu puisse m'en fournir une...
  653. <br />
  654.  
  655. <br />
  656. La suite des test, c'est pour aprΦs les vacances  <img src="images/smiles/icon_smile.gif" alt="Smile" border="0" /></span><span class="gensmall"></span></td>
  657.             </tr>
  658.         </table></td>
  659.     </tr>
  660.     <tr>
  661.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  662.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  663.             <tr>
  664.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  665.  
  666.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  667.         document.write(' ');
  668.     else
  669.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  670.  
  671.                 //--></script><noscript></noscript></td>
  672.             </tr>
  673.         </table></td>
  674.     </tr>
  675.     <tr>
  676.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  677.     </tr>
  678.     <tr>
  679.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1287"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  680.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  681.             <tr>
  682.                 <td width="100%"><a href="viewtopic.php?p=1287#1287"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 17 Avr 2010, 7:21<span class="gen"> </span>   Sujet du message: </span></td>
  683.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1287"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  684.             </tr>
  685.             <tr>
  686.                 <td colspan="2"><hr /></td>
  687.             </tr>
  688.             <tr>
  689.                 <td colspan="2"><span class="postbody">Salut tilt,
  690. <br />
  691.  
  692. <br />
  693. Pour info, le Red Book est le premier "vrai" manuel pour l'Apple II imprimΘ en 1978 (tu le trouveras <a href="http://mirrors.apple2.org.za/Apple%20II%20Documentation%20Project/Computers/Apple%20II/Manuals/" target="_blank" class="postlink">ici</a> sous le nom Apple II Reference Manual 1978). Il tient son nom de la couleur de la couverture.
  694. <br />
  695.  
  696. <br />
  697. Pour revenir α ton histoire de clavier, je n'ai jamais rencontrΘ le mΩme type que celui que tu as. Sur ceux que je possΦde, les touches sont des contacts qui sont soudΘs sur le circuit imprimΘ. Serait-ce un modΦle plus ancien ? De quand date ta carte mΦre ? Tu dois trouver une inscription de quatre chiffres (l'annΘe puis la semaine) au feutre en haut α gauche, juste au dessus du connecteur d'alimentation.
  698. <br />
  699. Le fait que tout fonctionne lorsque le clavier est α l'envers semble indiquer que certaines touches font contact sous leur propre poids. Ou alors il s'agit d'un court-circuit d√ α un ΘlΘment en fer ? Le mieux serait que tu puisses faires des essais clavier α l'endroit mais sans toutes les touches.
  700. <br />
  701.  
  702. <br />
  703. Heureux de voir que le lecteur est en bonne santΘ. Lα aussi, si tu as besoin d'une carte controleur Disk II, fais-moi signe. J'en ai plus qu'il ne m'en faut.
  704. <br />
  705.  
  706. <br />
  707. Pour finir, ton problΦme d'affichage il faudrait que j'ai une bonne idΘe de ce qui se passe. Peux-tu essayer de faire des photos dans le noir et/ou  sans flash ?
  708. <br />
  709.  
  710. <br />
  711. Bonnes vacances !<br />_________________<br />Antony
  712. <br />
  713. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  714.             </tr>
  715.         </table></td>
  716.     </tr>
  717.     <tr>
  718.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  719.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  720.             <tr>
  721.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  722.  
  723.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  724.         document.write(' ');
  725.     else
  726.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  727.  
  728.                 //--></script><noscript></noscript></td>
  729.             </tr>
  730.         </table></td>
  731.     </tr>
  732.     <tr>
  733.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  734.     </tr>
  735.     <tr>
  736.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1292"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  737.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  738.             <tr>
  739.                 <td width="100%"><a href="viewtopic.php?p=1292#1292"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 22 Avr 2010, 15:24<span class="gen"> </span>   Sujet du message: </span></td>
  740.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1292"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  741.             </tr>
  742.             <tr>
  743.                 <td colspan="2"><hr /></td>
  744.             </tr>
  745.             <tr>
  746.                 <td colspan="2"><span class="postbody">Bonjour Antony,
  747. <br />
  748.  
  749. <br />
  750. Merci pour la prΘcision concernant le Red Book.  Je l'ai trouvΘ aussi en download.
  751. <br />
  752.  
  753. <br />
  754. Je ne suis pas α c⌠tΘ de mon Europlus en ce moment, aussi je ne peux pas  indiquer ce qui est Θcrit sur la carte principale du clavier.  J'ai retenu qu'il Θtait fabriquΘ aux USA par la "Keyboard Company".  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  755. <br />
  756. Je ne sais pas si il a quelque chose de particulier par rapport aux autres Europlus, si ce n'est la couleur des inscriptions sur les touches qui est un peu jaune-orangΘ  (mais il est difficile de juger sur les photo du Net celle des autres claviers, les couleurs n'Θtant pas forcement bien rendu).
  757. <br />
  758.  
  759. <br />
  760. Par contre, j'ai notΘ le n░ de fabrication de la carte mΦre (annΘe/semaine) : 8126   
  761. <br />
  762. Et le n░ de revision : revC  (RFI).
  763. <br />
  764.  
  765. <br />
  766. => s'agit-il de la premiΦre annΘe de production en Irlande ?
  767. <br />
  768.  
  769. <br />
  770.  
  771. <br />
  772. Concernant la carte contr⌠leur disque, j'en ai dΘjα rΘcupΘrΘ une lors d'un rendez-vous organisΘ α Paris par l'association WDA autour des Apple 2.
  773. <br />
  774. Rendez-vous bien sympa o∙ j'avais prΘsentΘ mon malade. Le CR est visible ici : <a href="http://forum.wda-fr.org/viewtopic.php?f=18&t=1503" target="_blank" class="postlink">http://forum.wda-fr.org/viewtopic.php?f=18&t=1503</a>
  775. <br />
  776.  
  777. <br />
  778. Concernant l'Θcran, le defaut est assez dur α prendre en photo.  Je re-essayerai quand je serai de retour chez moi, mais voici en attendant une image prise sur une vente ebay aux USA o∙ on voit le mΩme defaut  (pas signalΘ d'ailleurs par le vendeur !) :
  779. <br />
  780.  
  781. <br />
  782. <a href="http://img293.imageshack.us/i/autreapplepplusaveclign.jpg/" target="_blank" class="postlink"><img src="http://img293.imageshack.us/img293/9383/autreapplepplusaveclign.th.jpg" border="0" /></a>
  783. <br />
  784.  
  785. <br />
  786. On lit sans peine les caractΦres α l'Θcran, donc problΦme non bloquant, mais peut-Ωtre signe avant-coureur d'une panne plus grave  ???  J'espΦre pas.
  787. <br />
  788.  
  789. <br />
  790. Cordialement</span><span class="gensmall"></span></td>
  791.             </tr>
  792.         </table></td>
  793.     </tr>
  794.     <tr>
  795.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  796.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  797.             <tr>
  798.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  799.  
  800.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  801.         document.write(' ');
  802.     else
  803.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  804.  
  805.                 //--></script><noscript></noscript></td>
  806.             </tr>
  807.         </table></td>
  808.     </tr>
  809.     <tr>
  810.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  811.     </tr>
  812.     <tr>
  813.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1302"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  814.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  815.             <tr>
  816.                 <td width="100%"><a href="viewtopic.php?p=1302#1302"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 11 Mai 2010, 20:34<span class="gen"> </span>   Sujet du message: </span></td>
  817.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1302"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  818.             </tr>
  819.             <tr>
  820.                 <td colspan="2"><hr /></td>
  821.             </tr>
  822.             <tr>
  823.                 <td colspan="2"><span class="postbody">Hello tilt,
  824. <br />
  825.  
  826. <br />
  827. Etant en vacances α mon tour, j'en ai profitΘ pour me lancer dans le nettoyage de mes Europlus.
  828. <br />
  829. Je n'y avais pas fait attention mais j'ai bien le mΩme type de clavier que toi. J'en ai dΘmontΘ un complΦtement car il y avait des faux contacts (j'aurais pas du : plusieurs pas de vis en plastique ainsi que des supports de bande mΘtallique se sont cassΘs <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" />. Heureusement, je m'en suis bien sorti).
  830. <br />
  831. J'ai pu observer qu'il suffisait de peu pour que certaines touches ne fonctionnent plus. Pas assez ou trop de pression par exemple. J'ai jouΘ avec les vis. Cela vient de la faτon dont les touches sont montΘes : un "commun" rΘparti pour plusieurs touches...
  832. <br />
  833. Par ailleurs, une fois branchΘ sur la tΘlΘ (entrΘe vidΘo), je constate les mΩmes barres verticales que toi. Mais aprΦs avoir rΘglΘ la tΘlΘ et le potentiomΦtre α l'intΘrieur de l'Apple (en haut α droite), l'image Θtait parfaite.
  834. <br />
  835. En tout cas, cela ne semble pas Ωtre annonciateur d'une panne !
  836. <br />
  837.  
  838. <br />
  839. Bonne reprise,<br />_________________<br />Antony
  840. <br />
  841. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  842.             </tr>
  843.         </table></td>
  844.     </tr>
  845.     <tr>
  846.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  847.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  848.             <tr>
  849.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  850.  
  851.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  852.         document.write(' ');
  853.     else
  854.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  855.  
  856.                 //--></script><noscript></noscript></td>
  857.             </tr>
  858.         </table></td>
  859.     </tr>
  860.     <tr>
  861.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  862.     </tr>
  863.     <tr>
  864.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1303"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  865.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  866.             <tr>
  867.                 <td width="100%"><a href="viewtopic.php?p=1303#1303"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 18 Mai 2010, 21:35<span class="gen"> </span>   Sujet du message: </span></td>
  868.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1303"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  869.             </tr>
  870.             <tr>
  871.                 <td colspan="2"><hr /></td>
  872.             </tr>
  873.             <tr>
  874.                 <td colspan="2"><span class="postbody">Bonjour Antony,
  875. <br />
  876.  
  877. <br />
  878. Je me sens moins seul avec mon clavier biscornu  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  879. <br />
  880.  
  881. <br />
  882. Le week-end dernier, j'ai repris l'opΘration sauvetage de la bΩte.
  883. <br />
  884. En commenτant par un nettoyage des touches et du support plastique. Un peu superficiel, mais j'ai prΘfΘrΘ faire cela en premier vu la fragilitΘ des contacts : A mon avis un simple repositionnement des capuchons de touches risque  de dΘregler certaines zones sensibles...
  885. <br />
  886.  
  887. <br />
  888. Voilα une photo prise en cours de nettoyage:
  889. <br />
  890. <a href="http://img522.imageshack.us/i/claviereuroplusencoursn.jpg/" target="_blank" class="postlink"><img src="http://img522.imageshack.us/img522/2451/claviereuroplusencoursn.th.jpg" border="0" /></a>
  891. <br />
  892.  
  893. <br />
  894.  
  895. <br />
  896. puis une autre α la fin <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  897. <br />
  898. <a href="http://img69.imageshack.us/i/claviereuroplusnettoy.jpg/" target="_blank" class="postlink"><img src="http://img69.imageshack.us/img69/7807/claviereuroplusnettoy.th.jpg" border="0" /></a>
  899. <br />
  900.  
  901. <br />
  902.  
  903. <br />
  904. j'ai fait un test α ce moment :  KO  (y compris en jouant un peu avec le serrage des vis...)
  905. <br />
  906.  
  907. <br />
  908. Donc  j'ai dΘmontΘ α nouveau la carte imrpmΘe et le support des contacts.  J'ai aussi une vis qui tourne dans le vide maintenant  <img src="images/smiles/icon_sad.gif" alt="Sad" border="0" /> 
  909. <br />
  910.  
  911. <br />
  912. Je suis en train de tracer sur les photos les pistes qui posent problΦmes afin de voir o∙ peut se situer le court-circuit.
  913. <br />
  914. voici les photos qui servent de point de dΘpart :
  915. <br />
  916.  
  917. <br />
  918. <a href="http://img19.imageshack.us/i/claviereuropluspistesci.jpg/" target="_blank" class="postlink"><img src="http://img19.imageshack.us/img19/4475/claviereuropluspistesci.th.jpg" border="0" /></a>
  919. <br />
  920.  
  921. <br />
  922. <a href="http://img710.imageshack.us/i/claviereuropluspistesct.jpg/" target="_blank" class="postlink"><img src="http://img710.imageshack.us/img710/636/claviereuropluspistesct.th.jpg" border="0" /></a>
  923. <br />
  924.  
  925. <br />
  926.  
  927. <br />
  928. Je posterai un peu plus tard le rΘsultat des tracΘs...
  929. <br />
  930.  
  931. <br />
  932.  
  933. <br />
  934. Pour ceux qui n'ont pas la chance (!?) d'avoir un Europlus α demonter, voici une vue des fameux contacts/ressorts qui font aussi piste electrique :
  935. <br />
  936.  
  937. <br />
  938. <a href="http://img684.imageshack.us/i/claviereuroplussystmepr.jpg/" target="_blank" class="postlink"><img src="http://img684.imageshack.us/img684/5046/claviereuroplussystmepr.th.jpg" border="0" /></a>
  939. <br />
  940.  
  941. <br />
  942. Aucune des piΦces n'est tout α fait α la mΩme hauteur, pas Θtonnant qu'il y ait des problΦmes de contact !
  943. <br />
  944.  
  945. <br />
  946.  <img src="images/smiles/icon_rolleyes.gif" alt="Rolling Eyes" border="0" /></span><span class="gensmall"></span></td>
  947.             </tr>
  948.         </table></td>
  949.     </tr>
  950.     <tr>
  951.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  952.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  953.             <tr>
  954.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  955.  
  956.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  957.         document.write(' ');
  958.     else
  959.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  960.  
  961.                 //--></script><noscript></noscript></td>
  962.             </tr>
  963.         </table></td>
  964.     </tr>
  965.     <tr>
  966.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  967.     </tr>
  968.     <tr>
  969.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1309"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  970.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  971.             <tr>
  972.                 <td width="100%"><a href="viewtopic.php?p=1309#1309"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 06 Juin 2010, 12:20<span class="gen"> </span>   Sujet du message: </span></td>
  973.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1309"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  974.             </tr>
  975.             <tr>
  976.                 <td colspan="2"><hr /></td>
  977.             </tr>
  978.             <tr>
  979.                 <td colspan="2"><span class="postbody">Salut tilt_93,
  980. <br />
  981.  
  982. <br />
  983. En faisant du rangement dans mes tΘlΘchargements Apple II, j'ai retrouvΘ un ZIP qui contenait l'adresse d'un site expliquant comment connecter un clavier de PC sur un Apple II via un PIC. Cela peut Ωtre un alternative intΘressante...
  984. <br />
  985. Rendez-vous <a href="http://seb.riot.org/appleII/keyboard.sml" target="_blank" class="postlink">ici</a>.
  986. <br />
  987.  
  988. <br />
  989. A+<br />_________________<br />Antony
  990. <br />
  991. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  992.             </tr>
  993.         </table></td>
  994.     </tr>
  995.     <tr>
  996.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  997.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  998.             <tr>
  999.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1000.  
  1001.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1002.         document.write(' ');
  1003.     else
  1004.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1005.  
  1006.                 //--></script><noscript></noscript></td>
  1007.             </tr>
  1008.         </table></td>
  1009.     </tr>
  1010.     <tr>
  1011.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1012.     </tr>
  1013.     <tr>
  1014.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1311"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  1015.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1016.             <tr>
  1017.                 <td width="100%"><a href="viewtopic.php?p=1311#1311"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 10 Juin 2010, 21:20<span class="gen"> </span>   Sujet du message: </span></td>
  1018.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1311"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1019.             </tr>
  1020.             <tr>
  1021.                 <td colspan="2"><hr /></td>
  1022.             </tr>
  1023.             <tr>
  1024.                 <td colspan="2"><span class="postbody">Bonjour Antony,
  1025. <br />
  1026.  
  1027. <br />
  1028.  
  1029. <br />
  1030. Merci pour ce lien.  Je ne sais pas si je serai capable de faire ce montage, mais avec un peu de chance je vais peut-Ωtre pas en avoir besoin. <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  1031. <br />
  1032.  
  1033. <br />
  1034. J'ai avancΘ sur le problΦme du clavier et trouvΘ l'origine du court circuit entre les pins 2 et 13.
  1035. <br />
  1036.  
  1037. <br />
  1038. J'ai traτΘ plusieurs dessins comme les deux ci-dessous pour m'aider
  1039. <br />
  1040.  
  1041. <br />
  1042. <a href="http://img203.imageshack.us/i/claviereuropluspistesci.jpg/" target="_blank" class="postlink"><img src="http://img203.imageshack.us/img203/4475/claviereuropluspistesci.th.jpg" border="0" /></a>
  1043. <br />
  1044.  
  1045. <br />
  1046. <a href="http://img822.imageshack.us/i/claviereuropluspistesct.jpg/" target="_blank" class="postlink"><img src="http://img822.imageshack.us/img822/636/claviereuropluspistesct.th.jpg" border="0" /></a>
  1047. <br />
  1048.  
  1049. <br />
  1050. Une barre de renfort en mΘtal Θtait fixΘ au dos de la carte, au niveau de la 3Φme ligne, or les isolants ont d√ disparaεtre avec le temps et cela faisait contact permanent.
  1051. <br />
  1052.  
  1053. <br />
  1054. => je supprime cette barre qui ne sert pas α grand chose.
  1055. <br />
  1056.  
  1057. <br />
  1058.  
  1059. <br />
  1060. Reste α repositionner les ressorts correctement (pour les touches qui n'avait pas d'effet)  et  α remonter le tout en croisant les doigts.
  1061. <br />
  1062.  
  1063. <br />
  1064. PS :  pour nettoyer les pistes de carte verte et les ΘlΘments en mΘtal c⌠tΘ touches, est-ce que n'importe quel produit de type "nettoyant contact electrique"  convient   (ceux qu'on trouve dans les Bricorama par exemple).
  1065. <br />
  1066. On m'avait parlΘ de "KF contact" mais j'en trouve que par correspondance et bien plus cher...
  1067. <br />
  1068.  
  1069. <br />
  1070. A bient⌠t</span><span class="gensmall"></span></td>
  1071.             </tr>
  1072.         </table></td>
  1073.     </tr>
  1074.     <tr>
  1075.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1076.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1077.             <tr>
  1078.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1079.  
  1080.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1081.         document.write(' ');
  1082.     else
  1083.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1084.  
  1085.                 //--></script><noscript></noscript></td>
  1086.             </tr>
  1087.         </table></td>
  1088.     </tr>
  1089.     <tr>
  1090.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1091.     </tr>
  1092.     <tr>
  1093.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1312"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  1094.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1095.             <tr>
  1096.                 <td width="100%"><a href="viewtopic.php?p=1312#1312"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 11 Juin 2010, 8:26<span class="gen"> </span>   Sujet du message: </span></td>
  1097.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1312"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1098.             </tr>
  1099.             <tr>
  1100.                 <td colspan="2"><hr /></td>
  1101.             </tr>
  1102.             <tr>
  1103.                 <td colspan="2"><span class="postbody">Cher tilt_93,
  1104. <br />
  1105.  
  1106. <br />
  1107. Le montage avec le PIC m'intΘressait bien mais je me suis renseignΘ et la rΘfΘrence semble ΘpuisΘe <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /> Il faudrait migrer le code vers une autre rΘfΘrence et je n'ai pas le temps de ma lancer dans ce projet...
  1108. <br />
  1109.  
  1110. <br />
  1111. Pour en revenir α ton clavier, je te conseille plut⌠t de conserver la barre de renfort qui permet de rigidifier un peu le clavier. Il faut juste que tu refasses une isolation (un bout de carton avec un peu de colle devrait suffire).
  1112. <br />
  1113.  
  1114. <br />
  1115. Pour le nettoyage, je me contente d'alcool α br√ler. Je ne pense pas que tu prennes de risque avec un autre type de nettoyant pour les contacts Θlectriques.
  1116. <br />
  1117.  
  1118. <br />
  1119. Encore un petit effort, tu y es presque !<br />_________________<br />Antony
  1120. <br />
  1121. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  1122.             </tr>
  1123.         </table></td>
  1124.     </tr>
  1125.     <tr>
  1126.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1127.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1128.             <tr>
  1129.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1130.  
  1131.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1132.         document.write(' ');
  1133.     else
  1134.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1135.  
  1136.                 //--></script><noscript></noscript></td>
  1137.             </tr>
  1138.         </table></td>
  1139.     </tr>
  1140.     <tr>
  1141.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1142.     </tr>
  1143.     <tr>
  1144.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1322"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  1145.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1146.             <tr>
  1147.                 <td width="100%"><a href="viewtopic.php?p=1322#1322"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 27 Juin 2010, 18:56<span class="gen"> </span>   Sujet du message: </span></td>
  1148.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1322"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1149.             </tr>
  1150.             <tr>
  1151.                 <td colspan="2"><hr /></td>
  1152.             </tr>
  1153.             <tr>
  1154.                 <td colspan="2"><span class="postbody">Bonjour,
  1155. <br />
  1156.  
  1157. <br />
  1158. J'ai nettoyΘ et remontΘ le clavier.  AprΦs un pas de vis foirΘ et une mini-crise de nerf, bilan au testeur :   toutes les touches semblent fonctionner sauf 'Return'.
  1159. <br />
  1160.  
  1161. <br />
  1162. Vu qu'on doit pouvoir faire une combinaison de touches pour simuler l'appui sur la touche Return, je vais pouvoir attaquer le remontage de l'Europlus.  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  1163. <br />
  1164.  
  1165. <br />
  1166. Ce week-end j'ai mis le boitier dans le lave-vaisselle. Il est ressorti plus propre mais pour que ce soit "nickel"  je l'ai fini α la main puis α l'Θponge magique.
  1167. <br />
  1168.  
  1169. <br />
  1170. Je posterai des photos un peu plus tard...
  1171. <br />
  1172.  
  1173. <br />
  1174. A bient⌠t</span><span class="gensmall"></span></td>
  1175.             </tr>
  1176.         </table></td>
  1177.     </tr>
  1178.     <tr>
  1179.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1180.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1181.             <tr>
  1182.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1183.  
  1184.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1185.         document.write(' ');
  1186.     else
  1187.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1188.  
  1189.                 //--></script><noscript></noscript></td>
  1190.             </tr>
  1191.         </table></td>
  1192.     </tr>
  1193.     <tr>
  1194.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1195.     </tr>
  1196.     <tr>
  1197.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1323"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  1198.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1199.             <tr>
  1200.                 <td width="100%"><a href="viewtopic.php?p=1323#1323"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 28 Juin 2010, 8:26<span class="gen"> </span>   Sujet du message: </span></td>
  1201.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1323"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1202.             </tr>
  1203.             <tr>
  1204.                 <td colspan="2"><hr /></td>
  1205.             </tr>
  1206.             <tr>
  1207.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>tilt_93 a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Vu qu'on doit pouvoir faire une combinaison de touches pour simuler l'appui sur la touche Return, je vais pouvoir attaquer le remontage de l'Europlus.  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> </td>    </tr></table><span class="postbody">
  1208. <br />
  1209.  
  1210. <br />
  1211. Control-M de mΘmoire.
  1212. <br />
  1213.  
  1214. <br />
  1215. JM</span><span class="gensmall"></span></td>
  1216.             </tr>
  1217.         </table></td>
  1218.     </tr>
  1219.     <tr>
  1220.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1221.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1222.             <tr>
  1223.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1224.  
  1225.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1226.         document.write(' ');
  1227.     else
  1228.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1229.  
  1230.                 //--></script><noscript></noscript></td>
  1231.             </tr>
  1232.         </table></td>
  1233.     </tr>
  1234.     <tr>
  1235.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1236.     </tr>
  1237.     <tr>
  1238.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1324"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  1239.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1240.             <tr>
  1241.                 <td width="100%"><a href="viewtopic.php?p=1324#1324"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 28 Juin 2010, 15:24<span class="gen"> </span>   Sujet du message: </span></td>
  1242.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1324"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1243.             </tr>
  1244.             <tr>
  1245.                 <td colspan="2"><hr /></td>
  1246.             </tr>
  1247.             <tr>
  1248.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Le montage avec le PIC m'intΘressait bien mais je me suis renseignΘ et la rΘfΘrence semble ΘpuisΘe <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /></td>    </tr></table><span class="postbody">
  1249. <br />
  1250.  
  1251. <br />
  1252. En y regardant un peu plus sΘrieusement, ce n'est pas le cas : il est mΩme possible de commander des Θchantillons (gratuits, si si, je vous jure) directement chez Microchip. Ils sont sympas ces gars lα.
  1253. <br />
  1254.  
  1255. <br />
  1256. Du coup, je vais ressortir mon bon vieux programmeur JDM et flasher du PIC. <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /><br />_________________<br />Antony
  1257. <br />
  1258. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  1259.             </tr>
  1260.         </table></td>
  1261.     </tr>
  1262.     <tr>
  1263.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1264.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1265.             <tr>
  1266.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1267.  
  1268.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1269.         document.write(' ');
  1270.     else
  1271.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1272.  
  1273.                 //--></script><noscript></noscript></td>
  1274.             </tr>
  1275.         </table></td>
  1276.     </tr>
  1277.     <tr>
  1278.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1279.     </tr>
  1280.     <tr>
  1281.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1336"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  1282.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1283.             <tr>
  1284.                 <td width="100%"><a href="viewtopic.php?p=1336#1336"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 01 Ao√ 2010, 22:03<span class="gen"> </span>   Sujet du message: </span></td>
  1285.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1336"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1286.             </tr>
  1287.             <tr>
  1288.                 <td colspan="2"><hr /></td>
  1289.             </tr>
  1290.             <tr>
  1291.                 <td colspan="2"><span class="postbody">Ce week-end j'ai fini de rΘgler le problΦme du clavier de mon Europlus  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  1292. <br />
  1293.  
  1294. <br />
  1295. En premier : montage de la petite loupiotte que m'avait envoyΘ  Antony  (que je remercie α nouveau pour ce geste).
  1296. <br />
  1297.  
  1298. <br />
  1299. En 2 : nettoyage et replug de la carte encodeur
  1300. <br />
  1301.  
  1302. <br />
  1303. En 3 : nettoyage de la carte mΦre  (en insistant surtout sur les divers plugs et les slots)
  1304. <br />
  1305.  
  1306. <br />
  1307. En 4 :  plug du connecteur clavier. 
  1308. <br />
  1309.  
  1310. <br />
  1311. En 5 : Allumage de la bΩte, le prompt apparaεt
  1312. <br />
  1313.  
  1314. <br />
  1315. En 6 :  test du clavier  =>  plusieurs touches ne marchent pas  <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" />   ('P', '-' ...)
  1316. <br />
  1317.  
  1318. <br />
  1319. En 7 :  dodo, un peu dΘτu
  1320. <br />
  1321.  
  1322. <br />
  1323. Le lendemain (aujourd'hui) 
  1324. <br />
  1325.  
  1326. <br />
  1327. En 8 : je contr⌠le sur le schema electrique.  Toutes les touches HS ont en commun le pin 18.
  1328. <br />
  1329.  
  1330. <br />
  1331. En 9 : je constate un defaut de contact au niveau du peigne sur le pin 18. Vite rΘparΘ
  1332. <br />
  1333.  
  1334. <br />
  1335. En 10 :  nouveau test =>  CA MARCHE   <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  1336. <br />
  1337.  
  1338. <br />
  1339.  
  1340. <br />
  1341. toutes les touches sont OK, sauf un des deux 'shift'  (pas grave)
  1342. <br />
  1343.  
  1344. <br />
  1345. J'en profite pour sortir le manuel Applesoft et lancer mes premiΦres commandes.
  1346. <br />
  1347.  
  1348. <br />
  1349.  
  1350. <br />
  1351. Reste α remonter le boitier et α fixer correctement l'alim.
  1352. <br />
  1353. Ensuite je chercherais peut-Ωtre un Θcran car l'affichage sur la TV est vraiment flou.  Il y a aussi le problΦme des fines lignes verticales α creuser...
  1354. <br />
  1355.  
  1356. <br />
  1357.  
  1358. <br />
  1359. j'ai pris des photos, je les posterai plus tard.
  1360. <br />
  1361.  
  1362. <br />
  1363.  
  1364. <br />
  1365. Si je rΘsume, le plus dur Θtait en fait de ne pas trop serrer certaines vis au dos de la carte clavier.  Quelques unes sont mΩme α peine vissΘes :   J'en ai fait tenir avec du "frein-filet" tellement elles Θtaient peu serrΘes, Alors que d'autres le sont α fond !
  1366. <br />
  1367. Vraiment bizarre la conception de ce clavier...</span><span class="gensmall"></span></td>
  1368.             </tr>
  1369.         </table></td>
  1370.     </tr>
  1371.     <tr>
  1372.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1373.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1374.             <tr>
  1375.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1376.  
  1377.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1378.         document.write(' ');
  1379.     else
  1380.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1381.  
  1382.                 //--></script><noscript></noscript></td>
  1383.             </tr>
  1384.         </table></td>
  1385.     </tr>
  1386.     <tr>
  1387.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1388.     </tr>
  1389.     <tr>
  1390.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1343"></a><b>tilt_93</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 26 Mar 2010<br />Messages: 12<br /></span><br /></td>
  1391.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1392.             <tr>
  1393.                 <td width="100%"><a href="viewtopic.php?p=1343#1343"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 21 Ao√ 2010, 16:46<span class="gen"> </span>   Sujet du message: </span></td>
  1394.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1343"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1395.             </tr>
  1396.             <tr>
  1397.                 <td colspan="2"><hr /></td>
  1398.             </tr>
  1399.             <tr>
  1400.                 <td colspan="2"><span class="postbody">Voici les photos de l'opΘration remontage.  Rien d'exceptionnel, juste du nettoyage...
  1401. <br />
  1402.  
  1403. <br />
  1404. avant :
  1405. <br />
  1406. <a href="http://img841.imageshack.us/i/boitereuroplusavantnett.jpg/" target="_blank" class="postlink"><img src="http://img841.imageshack.us/img841/5742/boitereuroplusavantnett.th.jpg" border="0" /></a>
  1407. <br />
  1408.  
  1409. <br />
  1410. une particularitΘ :  l'inscription "Europlus" ainsi que la queue de la pomme ne sont pas de couleur verte mais turquoise.  J'ai dΘjα vu un autre cas comme cela sur Internet, on peut penser α une erreur du sous-traitant  (ca a d√ chauffer pour lui α l'Θpoque...)
  1411. <br />
  1412.  
  1413. <br />
  1414.  
  1415. <br />
  1416. tout seul dans le lave-vaisselle :
  1417. <br />
  1418. <a href="http://img829.imageshack.us/i/europlusdanslavevaisell.jpg/" target="_blank" class="postlink"><img src="http://img829.imageshack.us/img829/9311/europlusdanslavevaisell.th.jpg" border="0" /></a>
  1419. <br />
  1420.  
  1421. <br />
  1422. aprΦs nettoyage de la carte-mΦre, je rebranche l'alim et le clavier, puis "power on" :
  1423. <br />
  1424. <a href="http://img52.imageshack.us/i/europlustestclavieroklo.jpg/" target="_blank" class="postlink"><img src="http://img52.imageshack.us/img52/6426/europlustestclavieroklo.th.jpg" border="0" /></a>
  1425. <br />
  1426.  
  1427. <br />
  1428. Le clavier est OK, mais sur cette photo (bien sur-ex et floue) on voit bien le problΦme d'affichage :
  1429. <br />
  1430. <a href="http://img819.imageshack.us/i/europluspbaffichagelows.jpg/" target="_blank" class="postlink"><img src="http://img819.imageshack.us/img819/7708/europluspbaffichagelows.th.jpg" border="0" /></a>
  1431. <br />
  1432.  
  1433. <br />
  1434. La carte-mΦre retouve son boitier dont elle Θtait sΘparΘ depuis plusieurs mois, et une carte Disk dans le bon slot :
  1435. <br />
  1436. <a href="http://img202.imageshack.us/i/europlustestfsiilowsize.jpg/" target="_blank" class="postlink"><img src="http://img202.imageshack.us/img202/4536/europlustestfsiilowsize.th.jpg" border="0" /></a>
  1437. <br />
  1438.  
  1439. <br />
  1440. La simulation de vol n'Θtant pas trop mon truc, j'ai mis ensuite une disquette du jeu Lode Runner; plus facile et plus fun pour moi !
  1441. <br />
  1442.  
  1443. <br />
  1444.  
  1445. <br />
  1446. Voilα, il reste encore α rΘgler le problΦme d'affichage et α essayer de repeindre la partie en bas du clavier o∙ il manque de la peinture (encore que sur ce point c'est en quelque sorte un "hΘritage" de mon parrain, un jour o∙ un truc avait d√ l'enerver   <img src="images/smiles/icon_rolleyes.gif" alt="Rolling Eyes" border="0" />  )
  1447. <br />
  1448.  
  1449. <br />
  1450. Pour l'affichage, j'ai suivi le conseil d'amauget, en triturant le potentiomΦtre, mais je trouve qu'il rΘagit bizarrement  (l'image "saute" quand je le touche, disparait puis revient). J'ai pas trop insistΘ...
  1451. <br />
  1452.  
  1453. <br />
  1454. A(pple)+</span><span class="gensmall"></span></td>
  1455.             </tr>
  1456.         </table></td>
  1457.     </tr>
  1458.     <tr>
  1459.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1460.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1461.             <tr>
  1462.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=58"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=58"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1463.  
  1464.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1465.         document.write(' ');
  1466.     else
  1467.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1468.  
  1469.                 //--></script><noscript></noscript></td>
  1470.             </tr>
  1471.         </table></td>
  1472.     </tr>
  1473.     <tr>
  1474.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1475.     </tr>
  1476.     <tr align="center">
  1477.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  1478.             <tr><form method="post" action="viewtopic.php?t=272&start=0">
  1479.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  1480.             </form></tr>
  1481.         </table></td>
  1482.     </tr>
  1483. </table>
  1484.  
  1485. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  1486.   <tr>
  1487.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=4"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=272"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  1488.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  1489.       -> <a href="viewforum.php?f=4" class="nav">APPLE II et II+</a></span></td>
  1490.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav">Aller α la page <b>1</b>, <a href="viewtopic.php?t=272&postdays=0&postorder=asc&start=15">2</a>  <a href="viewtopic.php?t=272&postdays=0&postorder=asc&start=15">Suivante</a></span>
  1491.       </td>
  1492.   </tr>
  1493.   <tr>
  1494.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>2</b></span></td>
  1495.   </tr>
  1496. </table>
  1497.  
  1498. <table width="100%" cellspacing="2" border="0" align="center">
  1499.   <tr>
  1500.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  1501.        <br />
  1502.       </td>
  1503.     <td align="right" valign="top" nowrap="nowrap">
  1504. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  1505.     <tr>
  1506.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4"selected="selected">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12">PROBLEMES DIVERS</option><option value="13">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  1507.     </tr>
  1508. </table></form>
  1509.  
  1510. <span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  1511.   </tr>
  1512. </table>
  1513.  
  1514.  
  1515. <div align="center"><span class="copyright"><br /><br />
  1516. <!--
  1517.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  1518.     This not only gives respect to the large amount of time given freely by the developers
  1519.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  1520.     reason) retain the full copyright we request you at least leave in place the
  1521.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  1522.     to include even this then support on our forums may be affected.
  1523.  
  1524.     The phpBB Group : 2002
  1525. // -->
  1526. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  1527.         </td>
  1528.     </tr>
  1529. </table>
  1530.  
  1531. </body>
  1532. </html>
  1533.  
  1534.