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.2k stars 296 forks source link

Couldn't connect. Try again in android #246

Open fakhamatia opened 2 years ago

fakhamatia commented 2 years ago

Describe the bug I can't connect to hotspot. Also, I have two Wi-Fi interfaces, but linux-wifi-hotspot show only one of them.

Screenshots image photo_2022-04-27_14-44-58

Desktop (please complete the following information):

Additional context

syslog

Apr 27 14:43:56 TiTAN kernel: [ 2480.283940] rtw_8821ce 0000:03:00.0: sta 50:98:39:ee:1d:93 with macid 0 left
Apr 27 14:43:56 TiTAN kernel: [ 2480.286113] rtw_8821ce 0000:03:00.0: sta 50:98:39:ee:1d:93 joined with macid 0
Apr 27 14:44:06 TiTAN kernel: [ 2490.315951] rtw_8821ce 0000:03:00.0: sta 50:98:39:ee:1d:93 with macid 0 left
Apr 27 14:44:06 TiTAN kernel: [ 2490.375069] rtw_8821ce 0000:03:00.0: sta 50:98:39:ee:1d:93 joined with macid 0

sudo lshw -C network

  *-network
       description: Wireless interface
       product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 00
       serial: 00:e0:4c:89:28:71
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtw_8821ce driverversion=5.13.0-40-generic firmware=N/A ip=192.168.12.1 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:67 ioport:e000(size=256) memory:fe800000-fe80ffff
  *-network
       description: Wireless interface
       physical id: 1
       bus info: usb@1:3
       logical name: wlxd03745e8e1bb
       serial: d0:37:45:e8:e1:bb
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8188eu driverversion=5.13.0-40-generic multicast=yes wireless=unassociated
kverb commented 1 year ago

Just tried out this software and encountered a very similar issue. In case this helps you (or future visitors) - enabling "no-virt" option worked for me. I'm not actually sure why that is the default setting tbh, especially if it can detect multiple WAP devices. Now to figure out why I can't get more than 10mbps tx rate...