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

Wireless option missing after installation #278

Open jaiganeshjg opened 1 year ago

jaiganeshjg commented 1 year ago

The wireless toggle in network manager is gone after installing this, I tried uninstalling but still the wifi toggle is not showing up. Basically Im not able to use wifi now

mhd-jalilvand commented 1 year ago

It happend to me I can use wihotspot to start new hotspot but i can not use wifi to connect to network anymore

lakinduakash commented 1 year ago

Can you describe your OS and version?

TERMINATOR461997 commented 1 year ago

Same issue here, though I think they are just not understanding what happened. I run Linux Mint 20.3 (Included sys report at the bottom for more details).

It appears that the program creates a Virtual Network Port, in my case 'ap1' then hangs. After the creation of this VNP, the 'Wi-fi' option in network settings is gone. If you restart the app, or hit the create hotspot again, it will create more VNPs. That's as good as I am at troubleshooting Linux atm.

For anyone else that needs a fix without a reset,

sudo iw dev del

replace '' with the name of the created port. For example sudo iw dev EXAMPLE del

After they are all gone you will see Wi-Fi return.

My system info:

System: Kernel: 5.4.0-135-generic x86_64 bits: 64 compiler: gcc v: 9.4.0 Desktop: Cinnamon 5.2.7 wm: muffin dm: GDM3 Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal Machine: Type: Laptop System: HP product: HP Pavilion Laptop 17-ar0xx v: N/A serial: Chassis: type: 10 serial: Mobo: HP model: 8357 v: 37.25 serial: UEFI: American Megatrends v: F.13 date: 06/02/2017 Battery: ID-1: BAT0 charge: 34.4 Wh condition: 34.4/34.4 Wh (100%) volts: 13.0/11.6 model: Hewlett-Packard Primary serial: status: Full CPU: Topology: Quad Core model: AMD A10-9620P RADEON R5 10 COMPUTE CORES 4C+6G bits: 64 type: MCP arch: Excavator rev: 1 L2 cache: 1024 KiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 19962 Speed: 2495 MHz min/max: 1300/2500 MHz Core speeds (MHz): 1: 2269 2: 2240 3: 2266 4: 2260 Graphics: Device-1: AMD Wani [Radeon R5/R6/R7 Graphics] vendor: Hewlett-Packard driver: amdgpu v: kernel bus ID: 00:01.0 chip ID: 1002:9874 Display: x11 server: X.Org 1.20.13 driver: amdgpu,ati unloaded: fbdev,modesetting,vesa resolution: 1920x1080~60Hz OpenGL: renderer: AMD CARRIZO (DRM 3.35.0 5.4.0-135-generic LLVM 12.0.0) v: 4.6 Mesa 21.2.6 direct render: Yes Audio: Device-1: AMD Kabini HDMI/DP Audio vendor: Hewlett-Packard driver: snd_hda_intel v: kernel bus ID: 00:01.1 chip ID: 1002:9840 Device-2: AMD Family 15h Audio vendor: Hewlett-Packard driver: snd_hda_intel v: kernel bus ID: 00:09.2 chip ID: 1022:157a Sound Server: ALSA v: k5.4.0-135-generic Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Hewlett-Packard driver: r8169 v: kernel port: e000 bus ID: 02:00.0 chip ID: 10ec:8168 IF: eno1 state: down mac: Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi v: kernel port: e000 bus ID: 03:00.0 chip ID: 8086:24fb IF: ap0 state: down mac: IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A Drives: REDACTED Partition: ID-1: / size: 218.51 GiB used: 174.38 GiB (79.8%) fs: ext4 dev: /dev/sda2 USB: REDACTED Sensors: System Temperatures: cpu: 57.0 C mobo: N/A gpu: amdgpu temp: 57 C Fan Speeds (RPM): N/A Repos: REDACTED Info: Processes: 290 Uptime: 10h 19m Memory: 15.17 GiB used: 4.05 GiB (26.7%) Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.4.0 alt: 9 Client: Unknown python3.8 client inxi: 3.0.38

irisxerno commented 1 year ago

the issue might be related to #249. try deleting the NetworkManager.conf file (sudo rm /etc/NetworkManager/NetworkManager.conf) and rebooting

EDIT: i found out that the create_ap script seems to have an option for fixing this as well. try running sudo create_ap --fix-unmanaged