Je recherche depuis toujours sur ce problème, et je ne trouve personne avec mes circonstances uniques. J'essaie de configurer un hotspot wifi à l'aide d'Ubuntu. J'ai pu le faire via Windows 7, mais mon ordinateur portable n'a pas Win7, j'essaie donc de créer la même configuration sur mon ordinateur portable.
L'adaptateur que j'utilise est un ALFA AWUS036NHR V.2. Autant que je sache, les pilotes sont préinstallés dans Ubuntu, car il est capable de se connecter aux réseaux.
J'ai configuré l'ap-hotspot selon diverses instructions sur le Web.
J'utilise la commande
sudo ap-hotspot config
sudo ap-hotspot start
Tous mes appareils peuvent voir le réseau, mais l'androïde reçoit une erreur d'authentification, l'iphone continue de recevoir un "mauvais mot de passe" et le raspberry pi se lance dans une boucle de déconnexion / reconnexion de "poignée de main à 4 voies (station)".
Lorsque j'ai effectué cet exercice sur Windows 7, j'ai dû forcer manuellement l'adaptateur à utiliser différents pilotes jusqu'à ce que j'en trouve un qui fonctionne comme point d'accès. Je crains que cela ne soit également le problème ici, mais je ne peux même pas demander à mon système d'installer les pilotes à partir du site Web alfa.com.tw. J'utilise une nouvelle installation d'Ubuntu 12.04 sur un ordinateur portable HP Elitebook 8530. Ci-dessous la sortie du débogage ap-hotspot
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
Je suis assez nouveau dans ce domaine, donc je ne suis pas sûr de ce qui ne va pas, mais il semble y avoir beaucoup de choses. Veuillez me faire savoir si d'autres informations sont nécessaires.
la source
Réponses:
Réponse courte: vous avez probablement une autre instance d'
dnsmasq
exécution. Alors tuez toutes les instances:Édition 1 (merci à Andrea):
Réponse originale:
et essayez de redémarrer le hotspot:
la source
killall dnsmasq
?Vous devez décommenter la ligne suivante dans
/etc/sysctl.conf
:Ensuite, redémarrez et tout devrait bien fonctionner.
la source
Vous pouvez utiliser la fonction de hotspot intégrée d'Ubuntu. Accédez simplement au réseau et au sans fil et cliquez sur Commencer à utiliser comme point d'accès. Cela fonctionne pour moi de connecter des ordinateurs portables Win, des appareils Android, des appareils Palm.
Vous pouvez également modifier divers autres paramètres à partir des connexions réseau et modifier le type de réseau
la source