You are not logged in.
Pages: 1
Hi.
I just installed Q4OS Plasma in hp ProBook4310s in fifth laptop, and it doesn't have wifi, the system says error. But I accidentally deleted the wifi section looking for a way to connect to wifi. I can only connect to the internet via cable.
1. How to get the wifi module back in "System Preferences".
2. How I have wifi.
Help me please, thank you in advance.
PD: Attached image.
Last edited by naranja (2023-11-04 18:21)
Offline
There are 3-4 buttons above the "Reinitiar" button, but they are barely visible with your dark theme. Among them there is a "+" button to add a connexion; there you can choose to add a WiFi connexion.
I also notice there is an exclamation mark on the network icon in the tray...
Is your WiFi enabled? What is the output of
$ sudo rfkill
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
Hi HChiper.
Thank you to try to help me. It tells me that the wifi is disconnected, but the wifi is on. By cable I have internet, not by wifi.
Offline
Please give the full output of the command.
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
gris@gris:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked blocked
gris@gris:~$
This is using the link of the another member that get the same problem with me in the new thread above than mine:
https://linuxhint.com/3-ways-to-connect … on-debian/
The step with no info is because the screen doesn't show me wifi ESSD.
gris@gris:~$ sudo iwconfig
[sudo] contraseña para gris:
lo no wireless extensions.
ens5 no wireless extensions.
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
gris@gris:~$ sudo iwlist wlp3s0 scan
wlp3s0 Interface doesn't support scanning.
gris@gris:~$ sudo iwlist wlp3s0 scan | grep ESSID
wlp3s0 Interface doesn't support scanning.
gris@gris:~$ nmcli d wifi connect LinuxHint password morochita
Error: no se encontró una red con SSID «LinuxHint».
gris@gris:~$ nmtui
gris@gris:~$ sudo apt install wpasupplicant
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyendo la información de estado... Hecho
wpasupplicant ya está en su versión más reciente (2:2.10-12).
fijado wpasupplicant como instalado manualmente.
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
gris@gris:~$ wpa_passphrase Huawei 2-46P6Tg KnR2Mz7b | sudo tee /etc/wpa_supplicant.conf
network={
ssid="Huawei"
#psk="2-46P6Tg"
psk=72a27fc971adcdaee42a00248eccc129e5e5352488ebd03d9d6821f02aed32b4
}
gris@gris:~$ sudo wpa_supplicant -c /etc/wpa_supplicant.conf -i wlp3s0
Successfully initialized wpa_supplicant
Could not read interface wlp3s0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
Could not read interface wlp3s0 flags: No such device
wlp3s0: Failed to initialize driver interface
wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
gris@gris:~$ sudo iwconfig
lo no wireless extensions.
ens5 no wireless extensions.
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
gris@gris:~$
Last edited by naranja (2023-11-03 20:25)
Offline
gris@gris:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked blocked
gris@gris:~$
It seems your WiFi is set off ("blocked') by a hardware ("HARD") switch. Is there a (small) switch somewhere on (the side of) your laptop? Or maybe disabled in the BIOS?
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
Thank you very mucho Hchiper. I get wifi now but it was on, only I turned off and on and it appeared the ESSIDs and I wrote the password. Thank you very much.
Offline
Pages: 1