Bonjour Guillaume,<br><br><div style="text-align: left;">D&#39;après le HowTo que tu as suivi sur le site <a href="http://intellinuxwireless.org/?p=mac80211&amp;n=HOWTO-mac80211">intelllinuxwireless.org</a>, il te faut les sources de ton kernel.
<br><br><div style="margin-left: 80px;">``At this point, the mac80211 subsystem is installed into your <span style="text-decoration: underline;">kernel 
sources</span>.  You need to configure your kernel to include d82011 and then 
build those modules&#39;&#39;<br><br><br></div>A mon avis pas de problèmes au niveau des sources manques certainement au niveau des liens dans /libm/modules/2.6.18-4-amd64/<br><br>Si le lien /libb/modules/2.6.18-4-amd64/sources n&#39;existe pas, il n&#39;arrives pas a trouver le Makefile de ton kernel, et il n&#39;as pas l&#39;aire d&#39;apprécier:
<br><br><div style="margin-left: 40px;">&nbsp;Kernel Makefile not found at &#39;/lib/modules/2.6.18-4-amd64<div style="direction: ltr;">/source/&#39;<br>&nbsp;If patch or script failed, check pre/ and post/ for current stage.<br>&nbsp;make: *** [compatible/modified] Erreur 1
<br></div></div><br><br>Perso je n&#39;ai pas de lien /lib/modules/`uname -r`/sources mais j&#39;ai un lien build vers les sources de mon kernel.<br><br><div style="margin-left: 40px;">jeremy@neptune:/lib/modules/2.6.20-15-generic$ ls -l build
<br>lrwxrwxrwx 1 root root 40 2007-04-25 11:33 build -&gt; /usr/src/linux-headers-2.6.20-15-generic<br><br></div>Je pense qu&#39;il te faut un lien sources vers ton kernel qui contient ton Makefile qui manque:<br><br><div style="margin-left: 40px;">
jeremy@neptune:/lib/modules/2.6.20-15-generic$ ls -l sources<br>lrwxrwxrwx 1 root root 41 2007-05-13 17:51 sources -&gt; /usr/src/linux-headers-2.6.20-15-generic/<br></div><br><br><br>Et pour Host AP comme expliqué <a href="http://en.wikipedia.org/wiki/HostAP">
ici</a>   il s&#39;agit d&#39;un pilote permettant d&#39;utiliser ta carte en mode MASTER (comme point d&#39;accès).<br><br>Voila, je te souhaite bonne chance<br><div style="direction: ltr;"><br><br></div><div style="direction: ltr;">
</div></div><br><div><span class="gmail_quote">Le 13/05/07, <b class="gmail_sendername">Guillaume Yziquel</b> &lt;<a href="mailto:guillaume.yziquel@free.fr">guillaume.yziquel@free.fr</a>&gt; a écrit :</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bonjour,<br><br>je cherche actuellement à installer ma carte wifi<br><br>&gt; yziquel@seldon:~$ lspci<br>&gt; [...]<br>&gt; 30:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 01)<br><br>en mode master. (Cela signifie que je souhaite pouvoir en faire un point
<br>d&#39;accès wifi). Il m&#39;a été répondu sur la liste de diffusion<br><a href="mailto:bcm43xx-dev@lists.berlios.de">bcm43xx-dev@lists.berlios.de</a> que<br><br>&gt; It is supported by the mac80211 version of the driver, I believe.
<br><br>et que<br><br>&gt; Correct, I&#39;ve used it in the past. Just configure hostapd and off you go<br>&gt; (you need a devel version though for current mac80211 versions)<br><br>Bon. J&#39;ai pas bien compris le rôle de hostapd, et je me focalise sur
<br>mac80211. J&#39;ai trouvée la jolie page<br><br><a href="http://intellinuxwireless.org/?p=mac80211&amp;n=HOWTO-mac80211">http://intellinuxwireless.org/?p=mac80211&amp;n=HOWTO-mac80211</a><br><br>qui propose un HOWTO à propos de l&#39;installation de mac80211. J&#39;ai
<br>suivies ses instructions:<br><br>&gt; yziquel@seldon:~/src$ cd mac80211-7.0.9/<br>&gt; yziquel@seldon:~/src/mac80211-7.0.9$ ls<br>&gt; CHANGES&nbsp;&nbsp;Makefile&nbsp;&nbsp;ORIGIN_FILES&nbsp;&nbsp;pending&nbsp;&nbsp;scripts&nbsp;&nbsp;TODO<br>&gt; FILES&nbsp;&nbsp;&nbsp;&nbsp;origin&nbsp;&nbsp;&nbsp;&nbsp;patches&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; README&nbsp;&nbsp; stubs
<br>&gt; yziquel@seldon:~/src/mac80211-7.0.9$ make<br>&gt; Building modified version in &#39;modified/&#39; directory:<br>&gt; Copying modified/ from origin/...done<br>&gt; Applying patches and scripts from pending/.<br>&gt;&nbsp;&nbsp;+ Applying: pending/09-
range-name-rate.patch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Add WE range, name and rate capabilities<br>&gt;&nbsp;&nbsp;+ Applying: pending/10-txpower.patch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fix user specified TXPOWER from being overridden by stack.<br>&gt;&nbsp;&nbsp;+ Applying: pending/20-
wireless-dev-qos.patch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is revised QoS patch target to replace the 20 and 21 pending<br>&gt;&nbsp;&nbsp;+ Applying: pending/30-Fix-ieee80211_sta_config_auth-to-select-networks-if.patch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; From c0485efc42bfde16590f25eb8a4d77ee48ccad9d Mon Sep 17 00:00:00 2001
<br>&gt;&nbsp;&nbsp;+ Applying: pending/30-fixup-giwrate.patch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fix SIOGIWRATE so it actually returns the most recent rate *or* highest<br>&gt; Kernel Makefile not found at &#39;/lib/modules/2.6.18-4-amd64/source/&#39;
<br>&gt; If patch or script failed, check pre/ and post/ for current stage.<br>&gt; make: *** [compatible/modified] Erreur 1<br>&gt; yziquel@seldon:~/src/mac80211-7.0.9$ ls<br>&gt; CHANGES&nbsp;&nbsp;Makefile&nbsp;&nbsp;origin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;patches&nbsp;&nbsp;README&nbsp;&nbsp; stubs
<br>&gt; FILES&nbsp;&nbsp;&nbsp;&nbsp;modified&nbsp;&nbsp;ORIGIN_FILES&nbsp;&nbsp;pending&nbsp;&nbsp;scripts&nbsp;&nbsp;TODO<br>&gt; yziquel@seldon:~/src/mac80211-7.0.9$<br><br>Bon. Je constate que le /lib/modules/2.6.18-4-amd64/source est absent.<br>Je crois qu&#39;il s&#39;agit d&#39;un lien symbolique. Mais vers quoi?
<br><br>&gt; yziquel@seldon:/lib/modules/2.6.18-4-amd64$ ls<br>&gt; build&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; misc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modules.ieee1394map&nbsp;&nbsp;modules.pcimap<br>&gt; build.save&nbsp;&nbsp;modules.alias&nbsp;&nbsp; modules.inputmap&nbsp;&nbsp;&nbsp;&nbsp; modules.seriomap<br>&gt; extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
modules.ccwmap&nbsp;&nbsp;modules.isapnpmap&nbsp;&nbsp;&nbsp;&nbsp;modules.symbols<br>&gt; kernel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modules.dep&nbsp;&nbsp;&nbsp;&nbsp; modules.ofmap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modules.usbmap<br>&gt; yziquel@seldon:/lib/modules/2.6.18-4-amd64$<br><br>J&#39;utilise une Debian Etch. Voilà, je suis assez surpris, et je ne sais
<br>pas à quoi cela est dû.<br><br>Si vous avez une idée, un commentaire, une suggestion, une illumination,<br>n&#39;hésitez pas à m&#39;en faire part.<br><br>Guillaume Yziquel.<br>_______________________________________________
<br>gull mailing list<br><a href="mailto:gull@lists.alphanet.ch">gull@lists.alphanet.ch</a><br><a href="http://lists.alphanet.ch/mailman/listinfo/gull">http://lists.alphanet.ch/mailman/listinfo/gull</a><br></blockquote></div>
<br>