Missing Wi-Fi Option—Only Wired Connection Available
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Re: Missing Wi-Fi Option—Only Wired Connection Available
See the wireless script link in my signature and post results
Re: Missing Wi-Fi Option—Only Wired Connection Available
In terminal
It also appears that wifi is disabled in Network Manager
Code: Select all
rfkill unblock wifi
Re: Missing Wi-Fi Option—Only Wired Connection Available
JeremyB wrote: ⤴Tue Oct 01, 2024 4:51 pm In terminalIt also appears that wifi is disabled in Network ManagerCode: Select all
rfkill unblock wifi
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:~$
Re: Missing Wi-Fi Option—Only Wired Connection Available
Also see
That shows if something is disabled in Network Manager, possible airplane mode
This is the rfkill status when you ran the script
And Network Manager state showed
Code: Select all
sudo cat /var/lib/NetworkManager/NetworkManager.state
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
Code: Select all
##### NetworkManager.state ##############
[main]
NetworkingEnabled=true
WirelessEnabled=false
WWANEnabled=true
Re: Missing Wi-Fi Option—Only Wired Connection Available
output for the commandJeremyB wrote: ⤴Tue Oct 01, 2024 5:46 pm Also seeThat shows if something is disabled in Network Manager, possible airplane modeCode: Select all
sudo cat /var/lib/NetworkManager/NetworkManager.state
This is the rfkill status when you ran the scriptAnd Network Manager state showedCode: 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
Code: Select all
##### NetworkManager.state ############## [main] NetworkingEnabled=true WirelessEnabled=false WWANEnabled=true
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:~$
Re: Missing Wi-Fi Option—Only Wired Connection Available
In terminal
Press y to upload results and post URL
Code: Select all
./wireless-info
Re: Missing Wi-Fi Option—Only Wired Connection Available
resultsJeremyB wrote: ⤴Tue Oct 01, 2024 6:01 pm In terminalPress y to upload results and post URLCode: Select all
./wireless-info
https://termbin.com/ull8
Re: Missing Wi-Fi Option—Only Wired Connection Available
Code: Select all
echo "blacklist rtw_8822be"|sudo tee /etc/modprobe.d/rtw_8822be.conf
Re: Missing Wi-Fi Option—Only Wired Connection Available
This is the result after the running the command and rebooting. sadly the wifi option is gone.JeremyB wrote: ⤴Tue Oct 01, 2024 7:36 pmRebootCode: Select all
echo "blacklist rtw_8822be"|sudo tee /etc/modprobe.d/rtw_8822be.conf
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.
Re: Missing Wi-Fi Option—Only Wired Connection Available
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
Re: Missing Wi-Fi Option—Only Wired Connection Available
Also didn't work sadly.JeremyB wrote: ⤴Wed Oct 02, 2024 6:19 amRebootCode: 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
Re: Missing Wi-Fi Option—Only Wired Connection Available
See if it works after
Code: Select all
sudo modprobe -v rtw88_8822be
Re: Missing Wi-Fi Option—Only Wired Connection Available
JeremyB wrote: ⤴Wed Oct 02, 2024 9:01 am See if it works afterCode: 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