Hi,
I have installed EndeavourOS without problems. Could connect to wifi in the live installer fine.
After instalation, I can’t connect to wi-fi anymore, neither through deepin interface or nmtui.
I have already added the dhcp=dhcpcd thing at the conf file, as is recomended in the bug section.
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
I can’t check right now since I’m at work. But I can enable/disable NetworkManager.service without problems. As you can see in the logs it starts fine.
I’m a newbie at linux but couldn’t jan 07 16:20:16 mateus-s145 NetworkManager[1549]: <info> [1578424816.9714] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/ieee80211/phy0/rfkill2) (driver ath10k_pci) jan 07 16:20:16 mateus-s145 NetworkManager[1549]: <info> [1578424816.9719] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi) be the problem?
Make sure there isn’t a key combination to disable WiFi like Fn+x
If all else fails you will need to get that machine online somehow. So either use a hardline to the router or use your cell phone as a tether. Then you can try another kernel. If that is an intel wifi adapter they are having issues on the newer kernels. Once online you can try:
In terminal: sudo pacman -S linux-lts linux-lts-headers
Then: sudo grub-mkconfig -o /boot/grub/grub.cfg
Then: systemctl reboot
After reboot you should see 4 entries in grub. linux linux and it’s fallback image and linux lts and it’s fallback image. Select linux lts and boot into the system and see if you have wifi.
When I “have “ this problem I install another Dm , like gdm… to login and resolve this problem. Then you can remove gdm…
sudo pacman -S gdm
systemctl enable gdm
aystemctl start gdm