Missing Wi-Fi Option—Only Wired Connection Available

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

See the wireless script link in my signature and post results
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Tue Oct 01, 2024 6:28 am See the wireless script link in my signature and post results
results

https://termbin.com/y6y0
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

In terminal

Code: Select all

rfkill unblock wifi
It also appears that wifi is disabled in Network Manager
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Tue Oct 01, 2024 4:51 pm In terminal

Code: Select all

rfkill unblock wifi
It also appears that wifi is disabled in Network Manager

Code: Select all

h3rmes@h3rmes:~$ rfkill
ID TYPE      DEVICE                 SOFT      HARD
 0 wlan      ideapad_wlan      unblocked unblocked
 1 bluetooth ideapad_bluetooth   blocked unblocked
 2 wlan      phy0              unblocked unblocked
 4 bluetooth hci0                blocked unblocked
h3rmes@h3rmes:~$ 
h3rmes@h3rmes:~$ 
h3rmes@h3rmes:~$ rfkill unblock wifi
h3rmes@h3rmes:~$ rfkill
ID TYPE      DEVICE                 SOFT      HARD
 0 wlan      ideapad_wlan      unblocked unblocked
 1 bluetooth ideapad_bluetooth   blocked unblocked
 2 wlan      phy0              unblocked unblocked
 4 bluetooth hci0                blocked unblocked
h3rmes@h3rmes:~$ 
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

Also see

Code: Select all

sudo cat /var/lib/NetworkManager/NetworkManager.state
That shows if something is disabled in Network Manager, possible airplane mode

This is the rfkill status when you ran the script

Code: Select all

##### rfkill ############################

0: ideapad_wlan: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
And Network Manager state showed

Code: Select all

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=false
WWANEnabled=true
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Tue Oct 01, 2024 5:46 pm Also see

Code: Select all

sudo cat /var/lib/NetworkManager/NetworkManager.state
That shows if something is disabled in Network Manager, possible airplane mode

This is the rfkill status when you ran the script

Code: Select all

##### rfkill ############################

0: ideapad_wlan: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
And Network Manager state showed

Code: Select all

##### NetworkManager.state ##############


[main]
NetworkingEnabled=true
WirelessEnabled=false
WWANEnabled=true
output for the command

Code: Select all

sudo cat /var/lib/NetworkManager/NetworkManager.state

Code: Select all

h3rmes@h3rmes:~$ sudo cat /var/lib/NetworkManager/NetworkManager.state
[sudo] password for h3rmes:                         
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
h3rmes@h3rmes:~$ 
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

In terminal

Code: Select all

./wireless-info
Press y to upload results and post URL
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Tue Oct 01, 2024 6:01 pm In terminal

Code: Select all

./wireless-info
Press y to upload results and post URL
results

https://termbin.com/ull8
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

Code: Select all

echo "blacklist rtw_8822be"|sudo tee /etc/modprobe.d/rtw_8822be.conf
Reboot
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Tue Oct 01, 2024 7:36 pm

Code: Select all

echo "blacklist rtw_8822be"|sudo tee /etc/modprobe.d/rtw_8822be.conf
Reboot
This is the result after the running the command and rebooting. sadly the wifi option is gone.

https://termbin.com/j715

If all solutions have been exhausted...I would gladly move to (Virginia Edge ISO) and see if everything works fine there for me. But if there are more solutions worth trying i'd be more than glad to try it so this thing works. I'm really loving this distro (version 22) and would really want to fix it.
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

Code: Select all

echo "blacklist rtw_core"|sudo tee /etc/modprobe.d/rtw.conf
echo "blacklist rtw_pci"|sudo tee -a /etc/modprobe.d/rtw.conf
Reboot
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Wed Oct 02, 2024 6:19 am

Code: Select all

echo "blacklist rtw_core"|sudo tee /etc/modprobe.d/rtw.conf
echo "blacklist rtw_pci"|sudo tee -a /etc/modprobe.d/rtw.conf
Reboot
Also didn't work sadly.
JeremyB
Level 21
Level 21
Posts: 14226
Joined: Fri Feb 21, 2014 8:17 am

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by JeremyB »

See if it works after

Code: Select all

sudo modprobe -v rtw88_8822be 
h3rmes
Level 1
Level 1
Posts: 18
Joined: Sun Sep 29, 2024 10:47 pm

Re: Missing Wi-Fi Option—Only Wired Connection Available

Post by h3rmes »

JeremyB wrote: Wed Oct 02, 2024 9:01 am See if it works after

Code: Select all

sudo modprobe -v rtw88_8822be 

Code: Select all

3rmes@h3rmes:~$ sudo modprobe -v rtw88_8822be 
[sudo] password for h3rmes:                        
Sorry, try again.
[sudo] password for h3rmes:                         
insmod /lib/modules/6.8.0-45-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw88_8822be.ko 
modprobe: ERROR: could not insert 'rtw88_8822be': Invalid argument
Post Reply

Return to “Networking”