Hello!
Unfortunately, even after following your instructions carefully, I’m still having the same issue as described in post #42.
Hello!
Unfortunately, even after following your instructions carefully, I’m still having the same issue as described in post #42.
Well I don’t know maybe some one with more experience can help you.
See if the kernel loaded.
sudo modprobe -r ath10k_pci
sudo modprobe ath10k_pci
As a last resort, you can use wpa_supplicant to manage your Wi-Fi connections directly. Create a configuration file for wpa_supplicant.
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid=“”
psk=“”
}
sudo wpa_supplicant -B -i wlp1s0 -c /etc/wpa_supplicant/wpa_supplicant.conf
sudo dhclient wlp1s0
Thanks, but still no luck. This is a very interesting problem!
I’ve opened up a new thread dedicated to solving this problem, as the blank screen issue was solved a while ago. Here is a link to it!