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.01k stars 278 forks source link

Getting error message: Your adapter does not fully support AP virtual interface, enabling --no-virt #398

Open lSyrexl opened 2 months ago

lSyrexl commented 2 months ago

When clicking on "Create Hotspot" I get this error message:

pkexec --user root create_ap wlan0 wlan0 'Test Wlan' '' --mkconfig /etc/create_ap.conf --freq-band 2.4 
Config options written to '/etc/create_ap.conf'
WARN: Your adapter does not fully support AP virtual interface, enabling --no-virt
ERROR: You can not share your connection from the same interface if you are using --no-virt option.
Command not found or exited with error status

I'm using an Alfa AWUS036ACS wlan stick

JK-lol commented 2 months ago

Hi, I think this issue is found whereby you are using 1 wireless adapter which does not support virtual interface to create an AP. In order to create an AP, I think that one must have either 1 wireless adapter having virutal interface functionality or 2 wireless adapter working seperately

Ah-Bo commented 1 month ago

Hi, I think this issue is found whereby you are using 1 wireless adapter which does not support virtual interface to create an AP. In order to create an AP, I think that one must have either 1 wireless adapter having virutal interface functionality or 2 wireless adapter working seperately

I want to buy an adapter that works perfectly for linux-wifi-hotspot But how can I know whether an adapter fully supports AP virtual interface or not I have no idea

JK-lol commented 1 month ago

Hi, I think this issue is found whereby you are using 1 wireless adapter which does not support virtual interface to create an AP. In order to create an AP, I think that one must have either 1 wireless adapter having virutal interface functionality or 2 wireless adapter working seperately

I want to buy an adapter that works perfectly for linux-wifi-hotspot But how can I know whether an adapter fully supports AP virtual interface or not I have no idea

To be honest, I also don't know which adapter supports VAF. But I think that there is a github post stating which wireless adapter supports the wireless adapter, I used to have it but then I lost the link so sorry for that

Ah-Bo commented 1 month ago

Hi, I think this issue is found whereby you are using 1 wireless adapter which does not support virtual interface to create an AP. In order to create an AP, I think that one must have either 1 wireless adapter having virutal interface functionality or 2 wireless adapter working seperately

I want to buy an adapter that works perfectly for linux-wifi-hotspot But how can I know whether an adapter fully supports AP virtual interface or not I have no idea

To be honest, I also don't know which adapter supports VAF. But I think that there is a github post stating which wireless adapter supports the wireless adapter, I used to have it but then I lost the link so sorry for that

Thanks anyway