NerferMC
Well-Known Member
- Joined
- May 1, 2018
- Messages
- 71
- Thread Author
-
- #1
Once it freezes, I can't move my mouse pointer or keyboard. Only to hard shutdown my PC.
I did not update my drivers. Nothing is shown to windows update settings window. My PC is Dell Inspiron 15 3552.
Driver name: Qualcomm QCA9565 802.11b/g/n
Driver date: April 21, 2017
This just happens randomly. It also occurred on my old laptop (eME528)
I did not update my drivers. Nothing is shown to windows update settings window. My PC is Dell Inspiron 15 3552.
Driver name: Qualcomm QCA9565 802.11b/g/n
Driver date: April 21, 2017
This just happens randomly. It also occurred on my old laptop (eME528)
Solution
I don't have a router port on my laptop. Android/Bluetooth tethering is way too slow.Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.
Version 10.0.0.352 (no A02)So you are on Version 10.0.0.352, A02 from Dell website?
Somewhere in the driver, I just turned off the checkbox "Turn off this device while the computer is on sleep" and now, My PC is functioning properly again. No more freezes.
- Joined
- Jul 4, 2015
- Messages
- 8,998
Running the following in powershell should give you the driver version and device name
Code:
Get-PnpDevice | ? { ($_.FriendlyName -like "*Wi-Fi*" -or $_.FriendlyName -like "*Wireless*") -and $_.Class -eq "Net" -and $_.InstanceID -like "*\VEN*"} | Get-PnpDeviceProperty -KeyName DEVPKEY_NAME,DEVPKEY_Device_DriverVersion
Running the following in powershell should give you the driver version and device name
Code:Get-PnpDevice | ? { ($_.FriendlyName -like "*Wi-Fi*" -or $_.FriendlyName -like "*Wireless*") -and $_.Class -eq "Net" -and $_.InstanceID -like "*\VEN*"} | Get-PnpDeviceProperty -KeyName DEVPKEY_NAME,DEVPKEY_Device_DriverVersion
This powershell command doesn't work for me.
Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.Have checked driver updates. No updates found. Even windows update doesn't provide a driver update.
NerferMC
Well-Known Member
- Joined
- May 1, 2018
- Messages
- 71
- Thread Author
-
- #7
I don't have a router port on my laptop. Android/Bluetooth tethering is way too slow.Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.
Version 10.0.0.352 (no A02)So you are on Version 10.0.0.352, A02 from Dell website?
Somewhere in the driver, I just turned off the checkbox "Turn off this device while the computer is on sleep" and now, My PC is functioning properly again. No more freezes.