Close
Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Machine Gunner spyder's Avatar
    Join Date
    Nov 2010
    Location
    Salt Lake City
    Posts
    5,447

    Default New computer problem: Losing connection

    I was wondering what might be making one of my laptops lose its connection to the web randomly. It just drops the connection at any random time, sometimes twice in ten minutes, then not for a day or two. What would be doing it? My other laptop (both are satellites) doesn't have any problems. The laptop that is having problems has a celeron M, 60 gig hd, 2 gig's of ram, and is running vista. It's an a105-s2236. Any help would be appreciated!
    If you make something idiot proof, someone will make a better idiot... Forget youth, what we need is a fountain of smart. There are no stupid questions, just a lot of inquisitive idiots.
    Life is pleasant. Death is peaceful. It's the transition that's troublesome. --Isaac Asimov
    Like, where's spyder been? That guy was like, totally cool and stuff. - foxtrot

  2. #2
    Machine Gunner Hoosier's Avatar
    Join Date
    Nov 2009
    Location
    Stone City
    Posts
    1,518

    Default

    Quote Originally Posted by spyder View Post
    I was wondering what might be making one of my laptops lose its connection to the web randomly. It just drops the connection at any random time, sometimes twice in ten minutes, then not for a day or two. What would be doing it? My other laptop (both are satellites) doesn't have any problems. The laptop that is having problems has a celeron M, 60 gig hd, 2 gig's of ram, and is running vista. It's an a105-s2236. Any help would be appreciated!
    Are you on wireless? Wireless connections will drop out, it's just a fact of life. You can try keep alive by start>run>cmd>ping -t 192.168.1.1 then minimize that window. that will have your machine sending ICMP ping requests to your router constantly. If you get an error you might need to do ping -t 192.168.0.1, depends on the make of your router. This will mean the machine always sees that the connection has been active recently and should keep it up. It'll at least help you diagnose the problem.

    H.

  3. #3
    COAR SpecOps Team Leader theGinsue's Avatar
    Join Date
    Mar 2008
    Location
    Colo Spr
    Posts
    21,951
    Blog Entries
    4

    Default

    I wish I could help you identify and solve the problem.

    I've personally seen/dealt with this same problem using wireless connections on both Toshiba and HP laptops. It just seems to be something inherent with wireless. I do know that when I've used my microwave 2 rooms away it causes some sort of interference some of the time and I'll lose connectivity.

    I've also had this same issue brought to me by co-workers and we all have the same problem.... Sometimes when it drops out it requires a reboot to re-establish the connection. Sometimes even that doesn't work.
    Ginsue - Admin
    Proud Infidel Since 1965

    "You can't spell genius without Ginsue." -Ray1970, Apr 2020

    Ginsue's Feedback

  4. #4
    Fallen Member
    Join Date
    May 2010
    Location
    Smyrna, GA
    Posts
    6,748

    Default

    Quote Originally Posted by Hoosier View Post
    Are you on wireless? Wireless connections will drop out, it's just a fact of life. You can try keep alive by start>run>cmd>ping -t 192.168.1.1 then minimize that window. that will have your machine sending ICMP ping requests to your router constantly. If you get an error you might need to do ping -t 192.168.0.1, depends on the make of your router. This will mean the machine always sees that the connection has been active recently and should keep it up. It'll at least help you diagnose the problem.

    H.
    you can easily determine your router's internal Int IP by going to Start>Run type CMD then press enter
    type: ipconfig /all
    you will see something like this:

    C:\Users\USER>ipconfig /all

    Windows IP Configuration

    Host Name . . . . . . . . . . . . : USER
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    (Wireless adapter name here)
    Connection:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Wireless Adapter name
    Physical Address. . . . . . . . . : 00-00-00-00-00-00
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : (removed for security(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.0.86(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Thursday, March 03, 2011 5:15:41 AM
    Lease Expires . . . . . . . . . . : Thursday, March 03, 2011 1:15:55 PM
    Default Gateway . . . . . . . . . : 192.168.0.1
    DHCP Server . . . . . . . . . . . : 192.168.0.1
    DHCPv6 IAID . . . . . . . . . . . : 234888544
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-A7-62-4C-00-1D-60-49-84-C4
    C:\Users\USER>
    Now the part you are concerned about is the areas highlighted in RED

    If the first 4 "groups" of Numbers(Called Octets) of the IP address do not match your first four of your Default gateway address you have a network problem.
    If they do match, try the Ping as Hoosier stated above Using the address of the Default Gateway.
    it will look something like this:
    C:\Users\USER>ping -t 192.168.0.1

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

    Ping statistics for 192.168.0.1:
    Packets: Sent = 19, Received = 19, Lost = 0 (0&#37; loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    Control-C
    ^C
    C:\Users\USER>
    Press ctrl-C to stop the ping



    let us know
    Ohh, to copy in the CMD wndow it is called "MARK"
    right Click, "MARK" the Selected text and PASTE into the reply window.

  5. #5
    Machine Gunner Hoosier's Avatar
    Join Date
    Nov 2009
    Location
    Stone City
    Posts
    1,518

    Default

    Quote Originally Posted by Byte Stryke View Post
    Now the part you are concerned about is the areas highlighted in RED
    Hehe, do you do support for a living?

    H.

  6. #6
    MODFATHER cstone's Avatar
    Join Date
    Mar 2010
    Location
    Baltimore, MD
    Posts
    7,472

    Default

    Quote Originally Posted by Hoosier View Post
    Hehe, do you do support for a living?

    H.
    I can't keep the secret any longer. Byte is actually in Bangalore as we speak. He has a headset on and routinely abuses the chai wallahs.

    Corruptissima re publica plurimae leges.

    My Feedback

  7. #7
    Varmiteer Ranger353's Avatar
    Join Date
    Oct 2007
    Location
    Black Forest, CO.
    Posts
    722

    Default

    Quote Originally Posted by spyder View Post
    I was wondering what might be making one of my laptops lose its connection to the web randomly. It just drops the connection at any random time, sometimes twice in ten minutes, then not for a day or two. What would be doing it? My other laptop (both are satellites) doesn't have any problems. The laptop that is having problems has a celeron M, 60 gig hd, 2 gig's of ram, and is running vista. It's an a105-s2236. Any help would be appreciated!
    Oh man! Your laptop is toast! Well, I'll help you out. I'll take it off your hands for no charge and will dispose of it properly.

    It's what I do -- My way of helping the environment. Think Green.
    U.S. Marine Corps (retired)
    Gong Shooter Fanatic and Reloading Fool


  8. #8
    Fallen Member
    Join Date
    May 2010
    Location
    Smyrna, GA
    Posts
    6,748

    Default

    Quote Originally Posted by Hoosier View Post
    Hehe, do you do support for a living?

    H.

    I used to, then I got my Degree in Networking sciences and became a....
    Systems Admin?

    yeah I know. weird.

    But I also do support on the side for donations now.

  9. #9
    COAR SpecOps Team Leader theGinsue's Avatar
    Join Date
    Mar 2008
    Location
    Colo Spr
    Posts
    21,951
    Blog Entries
    4

    Default

    Quote Originally Posted by cstone View Post
    I can't keep the secret any longer. Byte is actually in Bangalore as we speak. He has a headset on and routinely abuses the chai wallahs.

    Yes, and over the phone he goes by "Fred", but his REAL name is Apu Nahasapeemapetilon.
    Ginsue - Admin
    Proud Infidel Since 1965

    "You can't spell genius without Ginsue." -Ray1970, Apr 2020

    Ginsue's Feedback

  10. #10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •