<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
  <channel>
    <title>DLFP - Entrées de forums de yohannjc</title>
    <link>http://linuxfr.org/~yohannjc/</link>
     
    <description>LinuxFr</description>
    <language>fr</language>
    <image>
      <title>DLFP - Entrées de forums de yohannjc</title>
      <link>http://linuxfr.org/~yohannjc/</link>
      <url>http://linuxfr.org/images/favicon.png</url>
    </image>
    <ttl>30</ttl>
    

    <item>
      <title>
	Erreur au lancement de menuconfig</title>
      <author>null@linuxfr.org (yohannjc)</author>
      <pubDate>Tue, 08 Apr 2008 20:25:36 +0200</pubDate>
      <link>http://linuxfr.org/forums/10/24465.html</link>
      <guid>http://linuxfr.org/forums/10/24465.html</guid>
      <category>general</category>
      <description>
	Bonjour à tous, &lt;br /&gt;
&lt;br /&gt;
Je cherche à recompiler le kernel de ma opensuse 10.3 pour y ajouter le support des manettes xbox 360. Cependant j'ai un problème assez dérangeant, après avoir sauvegardé ma la configuration du noyau actuel, je n'arrive pas à lancer menuconfig par la commande make menuconfig.&lt;br /&gt;
&lt;br /&gt;
Je suis bien en root et placé dans /usr/src/linux. voila l'erreur :&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
urbs:/usr/src/linux # make menuconfig&lt;br /&gt;
  HOSTCC  scripts/kconfig/lxdialog/checklist.o&lt;br /&gt;
In file included from scripts/kconfig/lxdialog/checklist.c:24:&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file or directory&lt;br /&gt;
In file included from scripts/kconfig/lxdialog/checklist.c:24:&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:97: error: expected specifier-qualifier-list before ‘chtype’&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:187: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:194: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:196: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:197: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:198: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:199: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/dialog.h:201: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:31: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:59: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:95: error: expected ‘)’ before ‘*’ token&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c: In function ‘dialog_checklist’:&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: error: ‘WINDOW’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: error: (Each undeclared identifier is reported only once&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: error: for each function it appears in.)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: error: ‘dialog’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: error: ‘list’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:116: warning: left-hand operand of comma expression has no effect&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration of function ‘getmaxy’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:129: error: ‘stdscr’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:130: error: ‘KEY_MAX’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:131: warning: implicit declaration of function ‘getmaxx’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:137: error: ‘COLS’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:138: error: ‘LINES’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:140: warning: implicit declaration of function ‘draw_shadow’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:142: warning: implicit declaration of function ‘newwin’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function ‘keypad’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:143: error: ‘TRUE’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function ‘draw_box’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:147: warning: implicit declaration of function ‘wattrset’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:147: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function ‘mvwaddch’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:150: warning: implicit declaration of function ‘waddch’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:151: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:154: warning: implicit declaration of function ‘print_title’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:156: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:157: warning: implicit declaration of function ‘print_autowrap’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:164: warning: implicit declaration of function ‘subwin’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:189: warning: implicit declaration of function ‘print_item’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:192: warning: implicit declaration of function ‘print_arrows’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:195: warning: implicit declaration of function ‘print_buttons’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration of function ‘wnoutrefresh’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function ‘doupdate’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:202: warning: implicit declaration of function ‘wgetch’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:210: error: ‘KEY_UP’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:210: error: ‘KEY_DOWN’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:220: error: ‘FALSE’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:221: warning: implicit declaration of function ‘scrollok’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function ‘wscrl’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:232: warning: implicit declaration of function ‘wrefresh’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:293: warning: implicit declaration of function ‘delwin’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:297: error: ‘KEY_LEFT’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:298: error: ‘KEY_RIGHT’ undeclared (first use in this function)&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:310: warning: implicit declaration of function ‘on_key_esc’&lt;br /&gt;
scripts/kconfig/lxdialog/checklist.c:312: error: ‘KEY_RESIZE’ undeclared (first use in this function)&lt;br /&gt;
make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1&lt;br /&gt;
make: *** [menuconfig] Error 2&lt;br /&gt;
&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Kdm refuse de lancer ma session</title>
      <author>null@linuxfr.org (yohannjc)</author>
      <pubDate>Mon, 17 Sep 2007 13:26:59 +0200</pubDate>
      <link>http://linuxfr.org/forums/35/23086.html</link>
      <guid>http://linuxfr.org/forums/35/23086.html</guid>
      <category>gentoo</category>
      <description>Bonjour,&lt;br /&gt;
&lt;br /&gt;
J'utilise Sabayon depuis quelque mois maintenant n'arrivant pas à installer une gentoo. &lt;br /&gt;
&lt;br /&gt;
Mais depuis hier soir kdm refuse d'initialiser ma session, il commence à lancer le système mais revient ensuite au point de départ sans me donner de message d'érreur. &lt;br /&gt;
&lt;br /&gt;
J'arrive pourtant à lancer une session sous kde en root ...&lt;br /&gt;
&lt;br /&gt;
J'ai tenter de créer un nouvel utilisateur mais toujours le même problème ...&lt;br /&gt;
&lt;br /&gt;
Quelqu'un voit d'ou ça vient  et comment régler ce problème ?</description>
    </item>
    <item>
      <title>Ndiswrapper 1.21 : 'Driver neti2220 invalid!'</title>
      <author>null@linuxfr.org (yohannjc)</author>
      <pubDate>Wed, 07 Mar 2007 01:55:57 +0100</pubDate>
      <link>http://linuxfr.org/forums/14/21027.html</link>
      <guid>http://linuxfr.org/forums/14/21027.html</guid>
      <category>mandriva</category>
      <description>Bonjour à tous, j'install ce soir une mandriva sur le portable d'un ami. C'est un acer travelmate 2700 et j'ai un gros problème concernant la configuration du wifi et très peu d'experience n'ayant pas eu à utiliser ndiswrapper sur mon ibook 12'. &lt;br /&gt;
&lt;br /&gt;
Donc un lspci sur sa carte me répond : :02:02:0 Ethernet controller: Linksys, A division of Cisco Systems (AirConn) INPR0COMM IPN 2220 Wireless LAN Adapter (rev 01).&lt;br /&gt;
&lt;br /&gt;
J'ai donc regarder sur le wiki de ndiswrapper et elle parait être utilisable : &lt;br /&gt;
&lt;br /&gt;
Laptop: Acer Aspire 1524 WLMi&lt;br /&gt;
Chipset: Linksys, A Division of Cisco Systems [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)&lt;br /&gt;
pciid: 17fe:2220&lt;br /&gt;
Driver: Ndiswrapper 1.4-rc2 and driver from planetamd64.com (and the official driver from Acer works, too).&lt;br /&gt;
Other: Works correctly with 64bit system with open access, encryption works (with wpa_supplicant) at least for WPAPSK + TKIP. Other methods untested.&lt;br /&gt;
&lt;br /&gt;
J'ai donc récupéré le fichier neti2220.inf sur le net qui est indiqué dans la plupart des tutoriaux.&lt;br /&gt;
&lt;br /&gt;
Ensuite j'ai executé le fameux ndiswrapper -i neti2220.inf  il me répond qu'il l'a installé et lorsque je vérifie par la commande ndiswrapper -l il me répond neti2220.inf   driver invalid!. &lt;br /&gt;
&lt;br /&gt;
J'ai épluché google et je ne trouve plus rien à essayer donc je me permet de poster içi.&lt;br /&gt;
&lt;br /&gt;
Merci à ceux qui vont lire, moi je vais me coucher !!!</description>
    </item>
    <item>
      <title>Debian Etch ppc sut ibook 12'</title>
      <author>null@linuxfr.org (yohannjc)</author>
      <pubDate>Fri, 20 Oct 2006 12:53:52 +0200</pubDate>
      <link>http://linuxfr.org/forums/15/19259.html</link>
      <guid>http://linuxfr.org/forums/15/19259.html</guid>
      <category>debian</category>
      <description>Bonjour à tous ,&lt;br /&gt;
&lt;br /&gt;
Ce matin j'ai enfin fini l'installation de debian etch sur mon ibook g4 12' mais je lutte vraiment à trouver de la doc récente sur la configuration de la carte airport.&lt;br /&gt;
&lt;br /&gt;
Voila ce que me donne un lspci :&lt;br /&gt;
0001:10:12.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
Sinon j'ai aussi installer airport-utils mais dès que je le lance j'ai une erreur par rapport a gtk (normal j'utilise kde) pourtant j'ai installer par aptitude gtk2-engines mais ça ne doit pas être suffisant mais que installer ?&lt;br /&gt;
 Voila l'erreur : &lt;br /&gt;
nautia:/home/yohann# airport-config&lt;br /&gt;
Xlib: connection to &quot;:0.0&quot; refused by server&lt;br /&gt;
Xlib: Invalid MIT-MAGIC-COOKIE-1 key&lt;br /&gt;
&lt;br /&gt;
(.:2585): Gtk-WARNING **: cannot open display:&lt;br /&gt;
&lt;br /&gt;
                            Merci pour votre aide et j'espère avoir assez renseigné ma question.</description>
    </item>
    <item>
      <title>Freeze Lors de L'installation par internet</title>
      <author>null@linuxfr.org (yohannjc)</author>
      <pubDate>Sun, 30 Jul 2006 17:56:19 +0200</pubDate>
      <link>http://linuxfr.org/forums/16/18023.html</link>
      <guid>http://linuxfr.org/forums/16/18023.html</guid>
      <category>suse</category>
      <description>Bonjour à tous,&lt;br /&gt;
&lt;br /&gt;
  Je me suis lancé aujourd'hui dans l'installation de la suse 10.1, je choisis une installation par internet comme d'habitude (économie de cd), configure les dépôts (belnet), il me télécharge l'installeur tout marche jusqu'a l'initialisation des catalogues ou mon pc freeze au bout de quelques minutes ...&lt;br /&gt;
&lt;br /&gt;
  J'ai trouver un topic sur google qui en parlé mais pas de solution dessus ...&lt;br /&gt;
&lt;br /&gt;
                                                                                         Merci d'avance :)</description>
    </item>  </channel>
</rss>
