You are not logged in.
I don't have any technical problem with wifi, I can connect to wifi without problem. The only thing is taht every time that I turn on the system, I have to do execute "sudo wpa_supplicant -B -i wlo1 -c /etc/wpa_supplicant/wpa_supplicant.conf".
Is there any way Wifi is turned on automatically on boot without have to call always this instruction?
And , in my laptop, I have a key with a LED which enable/disable the wifi. This key (F12) doesn't work and wifi is always activated.
This is my last problem to have all my system working fine.
Offline
Have you read Wpa_supplicant#At_boot_(systemd)?
Offline
For the first problem you have a few options:
- wpa_supplicant boot service: https://wiki.archlinux.org/index.php/Wp … _(systemd)
- switch to iwd and enable its service
- use and configure a network manager https://wiki.archlinux.org/index.php/Ne … k_managers
For the second:
Does pressing the key toggle the led?
What is the output of "rfkill" before and after pressing the key?
Does the key register with xev? https://wiki.archlinux.org/index.php/Ke … es_in_Xorg
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Edit: Wrong button.
Last edited by progandy (2021-01-24 19:48:37)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Sorry for not saying anything. I have been very busy those days and I couldn't use the laptop.
For the switch wifi key issue:
- Does pressing the key toggle the led? / No, the led has two colors: orange (disabled) and white (enabled). Now is always white and it doesn't change.
- What is the output of "rfkill" before and after pressing the key?
Before and after pressing the key the output is the same
Before:
ID TYPE DEVICE SOFT HARD
0 wlan hp-wifi unblocked unblocked
1 wlan phy0 unblocked unblocked
After:
ID TYPE DEVICE SOFT HARD
0 wlan hp-wifi unblocked unblocked
1 wlan phy0 unblocked unblocked
Does the key register with xev? https://wiki.archlinux.org/index.php/Ke … es_in_Xorg
Last edited by lazaro92 (2021-02-06 17:43:36)
Offline
Ok the wifi swtich button works!
The problem is that I have to press it various times and then it works (enables and disables the wifi). I use I3WM, I don't know if it can be the cause of that behaviour.
------------------------------------
For the first problem, what is your recommendation to a newbie in configuring Arch? What is the easy path to configure the Wifi?
- wpa_supplicant boot service: https://wiki.archlinux.org/index.php/Wp … _(systemd)
- switch to iwd and enable its service
- use and configure a network manager https://wiki.archlinux.org/index.php/Ne … k_managers
Last edited by lazaro92 (2021-02-06 17:49:44)
Offline