web-dev-qa-db-fra.com

Impossible de créer un point d'accès sans fil

J'ai essayé de créer un AP en utilisant this et j'ai essayé de résoudre mon problème

$ iw list
nl80211 not found.

avec this , mais j'obtiens toujours une erreur en commençant make

~/hostapd-2.0/hostapd$ make
../src/drivers/driver_nl80211.c:19:31: fatal error: netlink/genl/genl.h: No such file or directory
compilation terminated.
make: *** [../src/drivers/driver_nl80211.o] Error 1

Des idées?

J'ai une carte sans fil Broadcom.

1
tikend

Dans le lien que vous avez posté il est écrit:

if this fails with errors like:

driver_nl80211.c:21:31: warning: netlink/genl/genl.h: No such file or directory
driver_nl80211.c:22:33: warning: netlink/genl/family.h: No such file or directory
driver_nl80211.c:23:31: warning: netlink/genl/ctrl.h: No such file or directory
driver_nl80211.c:24:25: warning: netlink/msg.h: No such file or directory
driver_nl80211.c:25:26: warning: netlink/attr.h: No such file or directory



you need to install/update libnl-1.0pre8 (or later). If all goes well and the 
compilation finishes, try the minimal hostapd again, see the section Using your
distributions hostapd above for that.

Alors...

Sudo apt-get install libnl1 libnl-dev

puis lancez la construction


J'ai parcouru tout ça et je ne pense pas que votre carte fonctionnera pour cela

pour être sûr, lancez ceci:

lspci | grep -i network

Si vous possédez une carte Broadcom 43, cet itinéraire ne fonctionnera pas. Voir ceci

2
phipsalabim