Bonjour Guillaume,<br><br><div style="text-align: left;">D'après le HowTo que tu as suivi sur le site <a href="http://intellinuxwireless.org/?p=mac80211&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''<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'existe pas, il n'arrives pas a trouver le Makefile de ton kernel, et il n'as pas l'aire d'apprécier:
<br><br><div style="margin-left: 40px;"> Kernel Makefile not found at '/lib/modules/2.6.18-4-amd64<div style="direction: ltr;">/source/'<br> If patch or script failed, check pre/ and post/ for current stage.<br> make: *** [compatible/modified] Erreur 1
<br></div></div><br><br>Perso je n'ai pas de lien /lib/modules/`uname -r`/sources mais j'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 -> /usr/src/linux-headers-2.6.20-15-generic<br><br></div>Je pense qu'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 -> /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'agit d'un pilote permettant d'utiliser ta carte en mode MASTER (comme point d'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> <<a href="mailto:guillaume.yziquel@free.fr">guillaume.yziquel@free.fr</a>> 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>> yziquel@seldon:~$ lspci<br>> [...]<br>> 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'accès wifi). Il m'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>> It is supported by the mac80211 version of the driver, I believe.
<br><br>et que<br><br>> Correct, I've used it in the past. Just configure hostapd and off you go<br>> (you need a devel version though for current mac80211 versions)<br><br>Bon. J'ai pas bien compris le rôle de hostapd, et je me focalise sur
<br>mac80211. J'ai trouvée la jolie page<br><br><a href="http://intellinuxwireless.org/?p=mac80211&n=HOWTO-mac80211">http://intellinuxwireless.org/?p=mac80211&n=HOWTO-mac80211</a><br><br>qui propose un HOWTO à propos de l'installation de mac80211. J'ai
<br>suivies ses instructions:<br><br>> yziquel@seldon:~/src$ cd mac80211-7.0.9/<br>> yziquel@seldon:~/src/mac80211-7.0.9$ ls<br>> CHANGES Makefile ORIGIN_FILES pending scripts TODO<br>> FILES origin patches README stubs
<br>> yziquel@seldon:~/src/mac80211-7.0.9$ make<br>> Building modified version in 'modified/' directory:<br>> Copying modified/ from origin/...done<br>> Applying patches and scripts from pending/.<br>> + Applying: pending/09-
range-name-rate.patch<br>> Add WE range, name and rate capabilities<br>> + Applying: pending/10-txpower.patch<br>> Fix user specified TXPOWER from being overridden by stack.<br>> + Applying: pending/20-
wireless-dev-qos.patch<br>> This is revised QoS patch target to replace the 20 and 21 pending<br>> + Applying: pending/30-Fix-ieee80211_sta_config_auth-to-select-networks-if.patch<br>> From c0485efc42bfde16590f25eb8a4d77ee48ccad9d Mon Sep 17 00:00:00 2001
<br>> + Applying: pending/30-fixup-giwrate.patch<br>> Fix SIOGIWRATE so it actually returns the most recent rate *or* highest<br>> Kernel Makefile not found at '/lib/modules/2.6.18-4-amd64/source/'
<br>> If patch or script failed, check pre/ and post/ for current stage.<br>> make: *** [compatible/modified] Erreur 1<br>> yziquel@seldon:~/src/mac80211-7.0.9$ ls<br>> CHANGES Makefile origin patches README stubs
<br>> FILES modified ORIGIN_FILES pending scripts TODO<br>> 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'il s'agit d'un lien symbolique. Mais vers quoi?
<br><br>> yziquel@seldon:/lib/modules/2.6.18-4-amd64$ ls<br>> build misc modules.ieee1394map modules.pcimap<br>> build.save modules.alias modules.inputmap modules.seriomap<br>> extra
modules.ccwmap modules.isapnpmap modules.symbols<br>> kernel modules.dep modules.ofmap modules.usbmap<br>> yziquel@seldon:/lib/modules/2.6.18-4-amd64$<br><br>J'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'hésitez pas à m'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>