Internet connection keeps dropping


Recommended Posts

Hi,

I have a brand new laptop, ehternet cable is less than a year old, the cable is connected to an adapter which has an ethernet port for internet connectivity (adapter is brand new).
For the first few weeks the internet connection worked fine. The past 2 days the connection keeps dropping. Before i try a new cable and adapter, is there something I can try to do to resolve this issue?

Thx

Link to comment
https://www.neowin.net/forum/topic/1413585-internet-connection-keeps-dropping/
Share on other sites

If you suspect the cable or laptop, run a continuous ping to your router. If it times out when your internet drops, the issue is either your cable or laptop. If it doesn't then call your ISP and they can run check on your line to see if there are any issues.

  • Like 2
  On 08/12/2021 at 14:47, StrikedOut said:

If you suspect the cable or laptop, run a continuous ping to your router. If it times out when your internet drops, the issue is either your cable or laptop. If it doesn't then call your ISP and they can run check on your line to see if there are any issues.

Expand  

^ This! ping your router IP (typically 192.168.1.1) Example

 

 If you don't know what your router IP is, open a command prompt (Windows key + R then type cmd and press enter) 

 

then type ipconfig and in the black box and press enter

 

Microsoft Windows [Version 10.0.22000.348]
(c) Microsoft Corporation. All rights reserved.

C:\Users\owner>ipconfig

 

and make note of the "default gateway" on your network adapter, that is the ip address you'll want to ping.

 

 IPv4 Address. . . . . . . . . . . : 192.168.1.173
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1 <------ Whatever that number is

 

C:\Users\owner>ping 192.168.1.1 -t

 

C:\Users\owner>ping 192.168.1.1 -t

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64

 

This way it will ping continuously. Once you are done testing, press Ctrl + C and this will cancel it and give you some stats at the bottom on your connection. if it says 0% loss then all is good.

 



Ping statistics for 192.168.1.1:
    Packets: Sent = 11, Received = 11, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C


 

 

 

 

  • Like 1
  • Thanks 1
  On 08/12/2021 at 15:06, warwagon said:

^ This! ping your router IP (typically 192.168.1.1) Example

 

 If you don't know what your router IP is, open a command prompt (Windows key + R then type cmd and press enter) 

 

then type ipconfig and in the black box and press enter

 

Microsoft Windows [Version 10.0.22000.348]
(c) Microsoft Corporation. All rights reserved.

C:\Users\owner>ipconfig

 

and make note of the "default gateway" on your network adapter, that is the ip address you'll want to ping.

 

 IPv4 Address. . . . . . . . . . . : 192.168.1.173
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1 <------ Whatever that number is

 

C:\Users\owner>ping 192.168.1.1 -t

 

C:\Users\owner>ping 192.168.1.1 -t

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64

 

This way it will ping continuously. Once you are done testing, press Ctrl + C and this will cancel it and give you some stats at the bottom on your connection. if it says 0% loss then all is good.

 



Ping statistics for 192.168.1.1:
    Packets: Sent = 11, Received = 11, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C


 

 

 

 

Expand  

There was an update of bios so i did that and will run continuous ping for an hour while i am on my treadmill. Could bios needing an update all of a sudden have been the issue?

Edited by Bruinator
  On 08/12/2021 at 15:36, Bruinator said:

There was an update of bios so i did that and will run continuous ping for an hour while i am on my treadmill. Could bios needing an update all of a sudden have been the issue?

Expand  

Unlikely but anything is possible.

  On 08/12/2021 at 16:47, Bruinator said:

Ok, I ran ping for a while and a few times it stated general failure. What should i do now plz?

Expand  

if pinging the gateway failed then it's not your ISP. Did it happen over Wifi and ethernet or just ethernet? If just ethernet then it could be a bad card or bad cable. Simplest would be to find a spare ethernet cable if you have one.

  On 08/12/2021 at 17:15, warwagon said:

if pinging the gateway failed then it's not your ISP. Did it happen over Wifi and ethernet or just ethernet? If just ethernet then it could be a bad card or bad cable. Simplest would be to find a spare ethernet cable if you have one.

Expand  

SORRY, i DIDNT PING THE GATEWAY as I will do it now. I just  pinged my pc only. Wifi seems fine. The past 2 days the connection dropping starts at the 1st hour of use then it is fine. I will give results in an hour of pinging the gateway.

  On 08/12/2021 at 22:12, Bruinator said:

pinging gateway for past hour with no issues. iT HAPPENS JUST ON ETHERNET, WIFI IS FINE. Plz ignore the caps.

Expand  

If you happen to have a spare ethernet cable laying around, swap it out and test a new cable. if it still fails then it's probably your adapter. You might also want to look for new updated drivers for your adapter if such a thing exists.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • inception horn at max volume every time you copy.
    • Doesn't Windows have I build clipboard history? Win+V
    • Quantum computer does something for first time, creates "certified truly random" numbers by Sayan Sen Image by Ron Lach via Pexels A group of researchers from JPMorganChase, Quantinuum, Argonne National Laboratory, Oak Ridge National Laboratory, and The University of Texas at Austin has reached a major milestone in quantum computing. In a new paper published in Nature, they describe how they used a 56-qubit quantum computer to generate random numbers and then proved those numbers were truly random using powerful classical supercomputers. This achievement, called "certified randomness," could be useful in areas like cryptography, privacy, and fairness. Certified randomness means the numbers are not just unpredictable, but also freshly created and mathematically verified. Classical computers can’t do this on their own. They usually rely on hardware random-number generators, which can be tampered with. But with this new method, even if someone tried to interfere with the quantum computer, they wouldn’t be able to fake the randomness and still pass the certification. The idea behind the protocol was first proposed by Scott Aaronson, a computer science professor at UT Austin. He worked with his former postdoctoral researcher, Shih-Han Hung, to support the experimental team. “When I first proposed my certified randomness protocol in 2018, I had no idea how long I’d need to wait to see an experimental demonstration of it,” Aaronson said. “Building upon the original protocol and realizing it is a first step toward using quantum computers to generate certified random bits for actual cryptographic applications.” To carry out the experiment, the team accessed Quantinuum’s System Model H2-1 quantum computer over the internet. They used a method called random circuit sampling (RCS), which is known to be extremely hard for classical computers to simulate. The process had two main steps. First, the researchers sent the quantum computer a series of challenge circuits created from a small seed of randomness. The quantum computer had to solve these challenges by picking one of many possible answers at random. Then, in the second step, classical supercomputers checked the results to confirm the randomness was real. The team used several supercomputers with a combined performance of 1.1 × 10¹⁸ floating-point operations per second (1.1 ExaFLOPS) to certify 71,313 bits of entropy. This means they proved that the random bits couldn’t have been generated by classical methods, at least not under realistic conditions and assumptions. “This work marks a major milestone in quantum computing, demonstrating a solution to a real-world challenge using a quantum computer beyond the capabilities of classical supercomputers today,” said Marco Pistoia, Head of Global Technology Applied Research at JPMorganChase. Quantinuum had upgraded its H2 system to 56 qubits in June 2024. Thanks to its high accuracy and ability for any qubit to connect with any other, the system was able to perform RCS far better than previous machines. This upgrade, combined with Aaronson’s protocol, made the breakthrough possible. “Today, we celebrate a pivotal milestone that brings quantum computing firmly into the realm of practical, real-world applications,” said Dr. Rajeeb Hazra, President and CEO of Quantinuum. “These results in quantum computing were enabled by the world-leading U.S. Department of Energy computing facilities at Oak Ridge National Laboratory, Argonne National Laboratory and Lawrence Berkeley National Laboratory,” said Travis Humble, director of the Quantum Computing User Program at ORNL. While quantum computers have shown they can outperform classical ones in theory, turning that power into something useful has been a challenge. This experiment shows that quantum computers can now do something practical that classical computers simply can’t match. Source: University of Texas, Nature This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
  • Recent Achievements

    • First Post
      EzraNougat earned a badge
      First Post
    • One Month Later
      westDvina earned a badge
      One Month Later
    • Community Regular
      Bern@rd went up a rank
      Community Regular
    • Week One Done
      Joey Solo earned a badge
      Week One Done
    • Week One Done
      Vicente C Alves earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      711
    2. 2
      +FloatingFatMan
      201
    3. 3
      ATLien_0
      163
    4. 4
      Xenon
      130
    5. 5
      wakjak
      110
  • Tell a friend

    Love Neowin? Tell a friend!