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

Interfaces problem #261

Open AgentBlade4 opened 2 years ago

AgentBlade4 commented 2 years ago

Describe the bug cant use same interface for both WiFi and internet eth0 and lo don’t work on internet

To Reproduce Steps to reproduce the behavior:

  1. Open wihotspot
  2. Set WiFi and internet interface to wlan0
  3. See error

Expected behavior Normal operation of hotspot

Screenshots image

Desktop (please complete the following information):

Additional context when using other internet interfaces such as lo or eth0 device won’t connect to internet

sigmaSd commented 2 years ago

As the message says virtual interfaces are not possible for your hardware, and without virtual interfaces you can't share from same interface you're using.

AgentBlade4 commented 1 year ago

Ok so is there a fix to make it connect to the internet

sigmaSd commented 1 year ago

Unfortunately I don't think so, your linux wifi driver doesn't seem to support this.

Maybe the one thing you can test is removing the check and test it but like the message says this can cause a kernel panic.