win 7 vs. modem


  1. Posts : 1
    windows 7 home 64 bit
       #1

    win 7 vs. modem


    Hi y'all. I recently switched from Bell DSL internet to Teksavvy cable service. No network connection/no internet service would function on my computer. A Roger's Cable tech rep came to my apartment. His Windows XP laptop worked fine using my ethernet cable connection, which would not function on my W7 64 bit computer. The Rogers rep told me to take the one year old (3.3Ghz/ram) computer tower to where I bought it from (Canada Computers). The Canada Computers service rep hooked their DSL ethernet LAN cable to my W7 computer, and it worked fine. Back at home and using cable, the internet finally worked (after I changed my log-in user to administrator). After a few days of surfing, the network connection died again. All I get now is "Error message 651; The modem has reported an error." RCA model DCM425 is the modem. Window's "Diagnose" and "troubleshooting" functions came up with nothing. I thought it might be a virus, so I re-installed W7 a few times. Furthermore, using a different computer at a shop, I downloaded a driver for this RCA modem, but the files were not recognized by W7. I've tried doing hard resets with the RCA modem, turning it off/on, all to no avail. I even tried some advice from forum.techguy.org to command prompt "ipconfig/release" and "ipconfig/renew" in order to get the modem and computer communicating, but still no luck. I phoned Microsoft tech support, and they want $100 to "solve the problem." Teksavvy has no answers; Rogers, the same. So too for Canada Computer.

    Windows IP Configuration
    Host Name . . . . . . . . . . . . : i-PC
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
    Physical Address. . . . . . . . . : 1C-6F-65-A1-0B-18
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::41d3:2bee:d978:7b4%11(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.100.10(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Wednesday, September 26, 2012 1:39:00 PM
    Lease Expires . . . . . . . . . . : Wednesday, September 26, 2012 1:42:26 PM
    Default Gateway . . . . . . . . . : 192.168.100.1
    DHCP Server . . . . . . . . . . . : 192.168.100.1
    DHCPv6 IAID . . . . . . . . . . . : 236744549
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-F3-A9-87-1C-6F-65-A1-0B-18
    DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
    fec0:0:0:ffff::2%1
    fec0:0:0:ffff::3%1
    NetBIOS over Tcpip. . . . . . . . : Enabled
      My Computer


  2. Posts : 2,606
    Windows 7 Pro X64 SP1
       #2

    You shouldn't need any "driver for this RCA modem", if you are using the ethernet connection from the PC to the modem. (You'd need drivers for the Realtek Ethernet controller, but I assume that you already have those.)

    On rare occasions, I find it necessary to reset my RCA modem. There's a rest button in the rear, that is recessed (use a paperclip end to press it). Sometimes I have needed to power cycle the modem completely, which requires that its backup battery be removed.

    Do you own the modem, or is it leased from your cable provider? If it's leased, and Canadian cable companies are like US ones, they may be prepared to exchange it for a new one with no hassle.
      My Computer


  3. Posts : 568
    Windows 7 64-bit, Windows 8.1 64-bit, OSX El Capitan, Windows 10 (VMware)
       #3

    There's no DNS server addresses in your IP configuration; without that, you won't be able to browse the web.

    You could also test, if your network connection is a OK:

    Code:
    ping 192.168.100.10 (note: your computer's IP address)
    ping 192.168.100.1 (note: your router's IP address)
    The result should be something like this:
    Pinging 192.168.100.1 with 32 bytes of data:
    Reply from 192.168.100.1: bytes=32 time=3ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.100.1: bytes=32 time=1ms TTL=64

    Ping statistics for 192.168.100.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 3ms, Average = 1ms
    If the results are a bunch of "Request timed out", you may have a misconfiguration for the network card or a bad Ethernet cable. It is also possible that you'd need a cross-over cable.

    If you can ping the gateway, then try this:

    Code:
    C:\Users\username>nslookup sevenforums.com
    Server:  your default DNS server name
    Address:  Your DNS server's IP
    
    Non-authoritative answer:
    Name:    sevenforums.com
    Address:  184.172.52.99
    If the domain name does not resolve to IP, use the above IP address and try to ping it. If you have Internet connectivity, you should have similar results as this:
    C:\Users\username>ping 184.172.52.99

    Pinging 184.172.52.99 with 32 bytes of data:
    Reply from 184.172.52.99: bytes=32 time=67ms TTL=115
    Reply from 184.172.52.99: bytes=32 time=64ms TTL=115
    Reply from 184.172.52.99: bytes=32 time=65ms TTL=115
    Reply from 184.172.52.99: bytes=32 time=66ms TTL=115

    Ping statistics for 184.172.52.99:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 64ms, Maximum = 67ms, Average = 65ms
      My Computer


  4. Posts : 568
    Windows 7 64-bit, Windows 8.1 64-bit, OSX El Capitan, Windows 10 (VMware)
       #4

    I've overlooked your DNS settings...

    DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
    That seems to be either IPv6 address, or leftover from the DSL settings. In either case, configure the IPv4 as shown in the image:

    win 7 vs. modem-nic.png

    Check that under "Advanced\DNS" tab, there's no DNS server listed:

    win 7 vs. modem-dns.png
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:08.
Find Us