lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.33k stars 307 forks source link

Cannot recieve in 5GHz band and broadcast in 2.4GHz band at the same time #156

Open DJLevel3 opened 3 years ago

DJLevel3 commented 3 years ago

EDIT: I found the error message, it's "Failed to run hostapd, maybe a program is interfering."

Describe the bug I'm trying to create a wifi hotspot so my 2.4GHz-only laptop can connect to the 5GHz internet at my school through my dual-band laptop. However, when I start the hotspot on the host computer, it throws an error with no message as far as I can tell. I cannot create a 5GHz band hotspot, since my wifi card (Qualcomm Atheros AR9462 Wireless Network Adapter according to lspci) doesn't appear to support broadcasting that high.

To Reproduce Steps to reproduce the behavior:

  1. Launch wihotspot through the terminal
  2. Connect to a 5GHz Managed network that does not allow 2.4GHz
  3. Start the hotspot with 2.4GHz band
  4. Check the terminal you launched it in to see the error message

Expected behavior The hotspot is expected to create successfully and have no errors.

Screenshots Here are the settings and results of creating the hotspot. My network is on band 52, at 5.26 GHz.

Desktop (please complete the following information):

DJLevel3 commented 3 years ago

Hmm, it appears that it's trying to make a 2.4 MHz band instead of 2.4 GHz. Strange.