When I try to connect my ubuntu with iphone's personal hotspot it won't connect in certain times, But sometimes it will recognize the device and connect to WiFi but it will automatically disconnect in 10 min or 15 min or so. I have no trouble with Android Phones, I have checked with Samsung, Oppo and Vivo everything is working fine, but iPhone has some problems
Logs of lspci -nnk | grep -iA3 net
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
Subsystem: Lenovo QCA9377 802.11ac Wireless Network Adapter [17aa:0901]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
sudo journalctl -b 0 -u NetworkManager
. Readman journalctl
. – waltinator Oct 17 '21 at 06:07lspci -nnk | grep -iA3 net
– Jeremy31 Oct 18 '21 at 21:22sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
in terminal and reboot. You may also want to see if the iPhone uses mixed encryption as TKIP causes problems with Qualcomm wifi – Jeremy31 Oct 20 '21 at 20:55