win 7 vs. modem

isane

New member
Local time
4:55 AM
Messages
1
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

OS
windows 7 home 64 bit
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

Computer Manufacturer/Model Number
homegrown
OS
Windows 7 Pro X64 SP1
CPU
Intel Core I7-3930k
Motherboard
Asus P9X79 Pro
Memory
16 GB Gskill DDR3-2133
Graphics Card(s)
eVGA GTX680
Sound Card
Creative X-Fi Titanium
Monitor(s) Displays
As PA246Q
Screen Resolution
1920 X 1200
Hard Drives
Corsair Force GT, 120 GB
WDC 1.5TB Caviar Black
PSU
PCP&C Silencer 750 Crossfire
Case
Silverstone FT02
Cooling
Noctua NH-D14
Keyboard
cheap Logitech USB
Mouse
Microsoft Intellimouse Explorer (old optical) USB
Internet Speed
6Mb cable
Other Info
Pioneer BDR-205
Samsung SH-203B
Monsoon 5.1 speakers
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:  [I]your default DNS server name[/I]
Address:  [I]Your DNS server's IP[/I]

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

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built at Home
OS
Windows 7 64-bit, Windows 8.1 64-bit, OSX El Capitan, Windows 10 (VMware)
CPU
Intel i5-3350P 3.1 GHz
Motherboard
Gigabyte GA-Z77X-UP5 TH
Memory
16 GBs GSkill Sniper
Graphics Card(s)
Radeon HD 7850
Sound Card
VIA HD Audio
Monitor(s) Displays
Dell U2410 24"
Screen Resolution
1920x1200
Hard Drives
1 x Intel 520 240 GBs
1 x Seagate 1TBs SATA 2.0,
1 x Seagate 1TBs eSATA 2.0
PSU
Thermaltake 850W
Case
Antec P183
Cooling
Noctua NH-D14 Heatsink 2 x 120mm fans, 4 x 120mm case fans
Keyboard
Dell Multimedia keyboard
Mouse
Logitech Trackball
Internet Speed
28.5 Mb/s
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:

NIC.PNG

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

DNS.PNG
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built at Home
OS
Windows 7 64-bit, Windows 8.1 64-bit, OSX El Capitan, Windows 10 (VMware)
CPU
Intel i5-3350P 3.1 GHz
Motherboard
Gigabyte GA-Z77X-UP5 TH
Memory
16 GBs GSkill Sniper
Graphics Card(s)
Radeon HD 7850
Sound Card
VIA HD Audio
Monitor(s) Displays
Dell U2410 24"
Screen Resolution
1920x1200
Hard Drives
1 x Intel 520 240 GBs
1 x Seagate 1TBs SATA 2.0,
1 x Seagate 1TBs eSATA 2.0
PSU
Thermaltake 850W
Case
Antec P183
Cooling
Noctua NH-D14 Heatsink 2 x 120mm fans, 4 x 120mm case fans
Keyboard
Dell Multimedia keyboard
Mouse
Logitech Trackball
Internet Speed
28.5 Mb/s
Back
Top