Zainstalowałem ap-hotspot.
Po konfiguracji jest "starting wireless hotspot" i na tym stoi. Mogę tak czekać w nieskończoność.
Jakieś sugestie?
Kod: Zaznacz cały
breyger@breyger-ConRoe865PE:~$ sudo ap-hotspot start
Detecting configuration...
Detected eth2 as the network interface connected to the Internet. Press ENTER if this is correct or enter the desired interface below (e.g.- eth0, ppp0 etc.):
Detected wlan0 as your WiFi interface. Press ENTER if this is correct or enter the desired interface (e.g.- wlan1):
Enter the desired Access Point name or press ENTER to use the default one (myhotspot):
breyger
Enter the desired WPA Passphrase below or press ENTER to use the default one (qwerty0987):
1234567890
Starting Wireless Hotspot...
EDIT:
Zrobione. Dla potomnych:
Należy zdowngradować hostapd
64-bit:
Kod: Zaznacz cały
cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb
sudo dpkg -i hostapd*.deb
sudo apt-mark hold hostapd
Kod: Zaznacz cały
cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_i386.deb
sudo dpkg -i hostapd*.deb
sudo apt-mark hold hostapd