Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 6466  / 1 Year ago, sat, november 19, 2022, 5:04:37

I am not an advanced user of ubuntu and I am using Ubuntu 14.04 alongside with Windows 8. When I started ap-hotspot in terminal it hangs at "starting wireless hotspot...." . But I had no problems previously on Ubuntu 13.10. Please suggest any work around.


More From » 14.04

 Answers
4

Try to use this tutorial.



My guess is: you need to downgrade hostapd. It's told how to do it in that tutorial. However, I'll post the code here just in case.



Fot 64-bit:



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


For 32-bit:



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

[#25074] Sunday, November 20, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ateact

Total Points: 176
Total Questions: 130
Total Answers: 122

Location: Egypt
Member since Sun, Apr 23, 2023
1 Year ago
;