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.15k stars 294 forks source link

Can not Create 5Ghz Hotspot on Linux but On Windows 10 it works #281

Open afzl-wtu opened 1 year ago

afzl-wtu commented 1 year ago

I can successfully create 2.4 Ghz and 5 Ghz Hotspot on Windows 10 but 5 Ghz Hotspot creation fails on Garuda Linux. It uses zen kernel. Even if I am connected to a 5 GHz wifi connection still I can not create 5 GHz Hotspot and it says: Your adapter can not transmit to channel 36, frequency band 5GHz. I tried changing to every 5 GHz channel in 'iw list' command on my terminal:

image

But every time I get the above error. Even selecting Auto mode does not work Only 2.4 works. But I confirm 5GHz hotspot works on Windows 10 while connection to a 5Ghz wifi. But same not works on Linux.

My Wireless Card is Intel Centino Dual band 6235

uxdiin commented 1 year ago

have you change the channel in advanced option?

AstroSquared commented 1 year ago

similar issue here, has anyone resolved this?

yozachar commented 11 months ago

Do you see the no IR, radar detection, disabled etc?

        Frequencies:
            * 5180 MHz [36] (22.0 dBm) (no IR)
            * 5200 MHz [40] (22.0 dBm) (no IR)
            * 5220 MHz [44] (22.0 dBm) (no IR)
            * 5240 MHz [48] (22.0 dBm) (no IR)
            * 5260 MHz [52] (22.0 dBm) (no IR, radar detection)
            * 5280 MHz [56] (22.0 dBm) (no IR, radar detection)
            * 5300 MHz [60] (22.0 dBm) (no IR, radar detection)
            * 5320 MHz [64] (22.0 dBm) (no IR, radar detection)
            * 5340 MHz [68] (disabled)
            * 5360 MHz [72] (disabled)
            * 5380 MHz [76] (disabled)
            * 5400 MHz [80] (disabled)
            * 5420 MHz [84] (disabled)
            * 5440 MHz [88] (disabled)
            * 5460 MHz [92] (disabled)
            * 5480 MHz [96] (disabled)
            * 5500 MHz [100] (22.0 dBm) (no IR, radar detection)
            * 5520 MHz [104] (22.0 dBm) (no IR, radar detection)
            * 5540 MHz [108] (22.0 dBm) (no IR, radar detection)
            * 5560 MHz [112] (22.0 dBm) (no IR, radar detection)
            * 5580 MHz [116] (22.0 dBm) (no IR, radar detection)
            * 5600 MHz [120] (22.0 dBm) (no IR, radar detection)
            * 5620 MHz [124] (22.0 dBm) (no IR, radar detection)
            * 5640 MHz [128] (22.0 dBm) (no IR, radar detection)
            * 5660 MHz [132] (22.0 dBm) (no IR, radar detection)
            * 5680 MHz [136] (22.0 dBm) (no IR, radar detection)
            * 5700 MHz [140] (22.0 dBm) (no IR, radar detection)
            * 5720 MHz [144] (22.0 dBm) (no IR, radar detection)
            * 5745 MHz [149] (22.0 dBm)
            * 5765 MHz [153] (22.0 dBm)
            * 5785 MHz [157] (22.0 dBm)
            * 5805 MHz [161] (22.0 dBm)
            * 5825 MHz [165] (22.0 dBm)
            * 5845 MHz [169] (disabled)
            * 5865 MHz [173] (disabled)
            * 5885 MHz [177] (disabled)
            * 5905 MHz [181] (disabled)

I tried a channel that didn't have any of those, 157 and it worked.

image

copitz commented 8 months ago

Thank you @yozachar - you saved my day :) Maybe this little essay could help anyone with similar issues as well