Ich habe immer nach diesem Problem gesucht und finde niemanden mit meinen besonderen Umständen. Ich versuche mit Ubuntu einen WLAN-Hotspot einzurichten. Ich konnte dies über Windows 7 tun, mein Laptop verfügt jedoch nicht über Win7. Daher versuche ich, dasselbe Setup auf meinem Laptop zu erstellen.
Der von mir verwendete Adapter ist ein ALFA AWUS036NHR V.2. Soweit ich das beurteilen kann, sind die Treiber in Ubuntu vorinstalliert, da es eine Verbindung zu Netzwerken herstellen kann.
Ich habe den AP-Hotspot gemäß verschiedenen Anweisungen im Internet eingerichtet.
Ich benutze den Befehl
sudo ap-hotspot config
sudo ap-hotspot start
Alle meine Geräte können das Netzwerk sehen, jedoch erhält der Android einen Authentifizierungsfehler, das iPhone erhält immer wieder "falschen Passcode" und der Himbeer-Pi befindet sich in einer "4-Wege-Handshake (Station)" - Trenn- / Wiederverbindungsschleife.
Als ich diese Übung unter Windows 7 durchging, musste ich den Adapter manuell zwingen, verschiedene Treiber zu verwenden, bis ich einen fand, der als Hotspot funktionierte. Ich bin besorgt, dass dies auch hier das Problem sein könnte, aber ich kann mein System nicht einmal dazu bringen, die Treiber von der Website alfa.com.tw zu installieren. Ich verwende eine neue Ubuntu 12.04-Installation auf einem HP Elitebook 8530-Laptop. Unten sehen Sie die Ausgabe des AP-Hotspot-Debugs
sudo ap-hotspot debug
Starting Wireless Hotspot...
* Stopping DNS forwarder and DHCP server dnsmasq
* (not running)
update-rc.d: warning: hostapd start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: hostapd stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6)
Disabling system startup links for /etc/init.d/hostapd ...
Removing any system startup links for /etc/init.d/hostapd ...
/etc/rc0.d/K20hostapd
/etc/rc1.d/K20hostapd
/etc/rc2.d/K80hostapd
/etc/rc3.d/K80hostapd
/etc/rc4.d/K80hostapd
/etc/rc5.d/K80hostapd
/etc/rc6.d/K20hostapd
Adding system startup for /etc/init.d/hostapd ...
/etc/rc0.d/K20hostapd -> ../init.d/hostapd
/etc/rc1.d/K20hostapd -> ../init.d/hostapd
/etc/rc6.d/K20hostapd -> ../init.d/hostapd
/etc/rc2.d/K80hostapd -> ../init.d/hostapd
/etc/rc3.d/K80hostapd -> ../init.d/hostapd
/etc/rc4.d/K80hostapd -> ../init.d/hostapd
/etc/rc5.d/K80hostapd -> ../init.d/hostapd
update-rc.d: warning: dnsmasq start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: dnsmasq stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6)
Disabling system startup links for /etc/init.d/dnsmasq ...
Removing any system startup links for /etc/init.d/dnsmasq ...
/etc/rc0.d/K85dnsmasq
/etc/rc1.d/K85dnsmasq
/etc/rc2.d/K85dnsmasq
/etc/rc3.d/K85dnsmasq
/etc/rc4.d/K85dnsmasq
/etc/rc5.d/K85dnsmasq
/etc/rc6.d/K85dnsmasq
Adding system startup for /etc/init.d/dnsmasq ...
/etc/rc0.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc1.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc6.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc2.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc3.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc4.d/K85dnsmasq -> ../init.d/dnsmasq
/etc/rc5.d/K85dnsmasq -> ../init.d/dnsmasq
* Restarting DNS forwarder and DHCP server configuration syntax check
...fail!
net.ipv4.ip_forward = 1
Wireless Hotspot active
Ich bin ziemlich neu in diesem Bereich, daher bin ich mir nicht sicher, was falsch ist, aber es scheint sehr viele Dinge zu sein. Bitte lassen Sie mich wissen, wenn weitere Informationen benötigt werden.