- Ich habe Intel Centrino Wireless-N 1000
- Ich habe hostapd vom Ubuntu Software Center installiert
Wenn ich diesen Befehl ausführe,
hostapd hostapd-minimal.conf
erhalte ich Folgendes:root@tarek-PC:~# hostapd hostapd-minimal.conf Configuration file: hostapd-minimal.conf Line 2: invalid/unknown driver 'nl80211 ' Line 4: unknown hw_mode 'g ' 2 errors found in configuration file 'hostapd-minimal.conf'
Nachdem ich es make
zuerst getan hatte, hatte ich diesen Fehler:
driver_nl80211.c:25:26: warning: netlink/attr.h: No such file or directory
Ich habe es durch Installation gelöst libnl-1.0pre8
Jetzt habe ich diesen Fehler beim Ausführen des make
Befehls:
../src/crypto/crypto_openssl.c:10:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
make: *** [../src/crypto/crypto_openssl.o] Error 1
Kann mir jemand bei diesem Fehler helfen, wenn ich Ubuntu 13.04 ausführe?