unable to initiate dsl modem

G

Guest

I have winxp home sp1, ie6, aol 9.0. I have gone through all the trouble shooting with aol broadband with dsl and they say the reason why their dsl modem's ready light comes on but does not stop blinking,and does not initiate a signal to my pc, lays with my system.All connections were checked over and over and I had Verizon come out and check the phone line and also verified that my dsl was activated. I'm here because aol can no longer assist me. I hope someone can here. In the file I give here there is a line that says, "prevent user from manually installing pnp devices". And further down the list a bunch of - ...location= " on the BD???". What does all this mean? Could these be the problem? I'm sure it is something I did wrong and aol just could'nt figure out,but tried their best. Could it be because I would always unplug the power cord of the modem when I was done, and used the "safely remove hardware", but forgot to? (I now know I was suppose to leave it on all the time.)Thats when the ready light started acting up. I use the usb cable that came with the unit, not ethernet, I don't have that port on my pc. Can anyone please take a look at the file and give some advice? I've been on this for 2 months now and paying for aol dsl that I have not been able to use. Jeanie
;*****************************************************************************
; vvbususb.INF
;
; Actiontec USB Ethernet Home DSL driver
;
; Copyright (c) 2001 Actiontec Electronics, Inc
;*****************************************************************************

[Version]
Signature = "$Chicago$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %Actiontec%
DriverVer=07/02/2001, 7.01.0.25

; Driver Code Signing support (.cat files produced by Microsoft WHQL)
CatalogFile = vvbususb.cat
;CatalogFile.NT = vvbusn86.cat
; Versioning support (date in mm/dd/yyyy format)
; DriverVer = 01/25/1999, 5.0.0.66


[Manufacturer]
%Actiontec% = DeviceList

[DeviceList]
; DisplayName Section DeviceID
; ----------- ------- --------
%He.Description% = usbvvbus, USB\VID_067F&PID_6549
%Be.Description% = usbvvbus, USB\VID_067F&PID_6542
%He2xx.Description% = usbvvbus, USB\VID_1668&PID_0413

[ControlFlags]
; Prevent the user from manually installing PnP devices.
ExcludeFromSelect = USB\VID_067F&PID_6549
ExcludeFromSelect = USB\VID_067F&PID_6542
ExcludeFromSelect = USB\VID_1668&PID_0413

;*****************************************************************************
;*****************************************************************************

;[usbvvbus]
;CopyFiles = usbvvbus.CopyDriver,usbvvbus.CopyExe
;AddReg = usbvvbus98.AddReg, usbvvbus.AddReg,DEviceInstall.RunOnce.AddReg
;DriverVer=02/05/2001, 7.01.0.25

[usbvvbus.nt]
CopyFiles = usbvvbus.CopyDriver ;,usbvvbus.CopyExe
AddReg = usbvvbusNT.AddReg, usbvvbus.AddReg ;,DEviceInstall.RunOnce.AddReg
;DriverVer=02/05/2001, 7.01.0.25

;*****************************************************************************
; Registry
;*****************************************************************************

[usbvvbusNT.AddReg]
HKR,, MaxNoPendingWrites, 0x00010001, 2
HKR,, MaxNoPendingReads, 0x00010001, 2


;[usbvvbus98.AddReg]
;HKR, , DevLoader, 0, "*ntkern"
;HKR, , NTMPDriver, 0, "vvbususb.sys"
;HKR,, MaxNoPendingWrites, 0x00010001, 1
;HKR,, MaxNoPendingReads, 0x00010001, 1


[usbvvbus.AddReg]
HKR, %Test%, Id,, "TEST"
HKR, %Test%, Desirability, 0x00010001, 0x00000000
HKR, %Test%, Description,, %Test.Description%
HKR, %Test%, Location,, %Test.Location%
HKR, %Test%, DeviceType, 0x00010001, 0x00000022 ; FILE_DEVICE_UNKNOWN

HKR, %Atm%, Id,, "ATM"
HKR, %Atm%, Desirability, 0x00010001, 0x00000001
HKR, %Atm%, Description,, %Atm.Description%
HKR, %Atm%, Location,, %Atm.Location%
HKR, %Atm%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Ethernet%, Id,, "ETHERNET"
HKR, %Ethernet%, Desirability, 0x00010001, 0x00000002
HKR, %Ethernet%, Description,, %Ethernet.Description%
HKR, %Ethernet%, Location,, %Ethernet.Location%
HKR, %Ethernet%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Rfc1483%, Id,, "RFC1483"
HKR, %Rfc1483%, Desirability, 0x00010001, 0x00000003
HKR, %Rfc1483%, Description,, %Rfc1483.Description%
HKR, %Rfc1483%, Location,, %Rfc1483.Location%
HKR, %Rfc1483%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Gateway%, Id,, "GATEWAY"
HKR, %Gateway%, Desirability, 0x00010001, 0x00000003
HKR, %Gateway%, Description,, %Gateway.Description%
HKR, %Gateway%, Location,, %Gateway.Location%
HKR, %Gateway%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR,, MaxNoSmallFragments, 0x00010001, 100
HKR,, MaxNoLargeFragments, 0x00010001, 100
HKR,, DefaultStream, 0x00010001, 1



;*****************************************************************************
; Files and Directories
;*****************************************************************************

[usbvvbus.CopyDriver]
vvbususb.sys

[usbvvbus.CopyExe]
;CloseMg.exe
;DSLinst.exe

[DestinationDirs]
DefaultDestDir = 10, system32\drivers
;usbvvbus.CopyExe = 30

[SourceDisksNames]
1=%Disk1%,,,

[SourceDisksFiles]
vvbususb.sys=1,,
;DSLinst.exe=1,,
;CloseMg.exe=1,,
;*****************************************************************************
; Windows 2000
;*****************************************************************************

[usbvvbus.nt.Services]
AddService = vvbususb, 2, vvbususb.Service, vvbususb.EventLog

[vvbususb.Service]
DisplayName = %ServiceDescription%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\vvbususb.sys

[vvbususb.EventLog]
AddReg = vvbususb.EventLog.AddReg

[vvbususb.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%10%\system32\IoLogMsg.dll;%10%\system32\drivers\vvbususb.sys"
HKR, , TypesSupported, 0x00010001, 7

;[DEviceInstall.RunOnce.AddReg]
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Setup APP",,"%1%\DSLinst.exe"


;*****************************************************************************
; Localised strings
;*****************************************************************************

[Strings]
Actiontec = "Actiontec"
Disk1 = "Actiontec USB Ethernet Home DSL Device Driver"

He.Description = "Actiontec USB Ethernet Home DSL"
Be.Description = "Actiontec USB Ethernet Home DSL"
He2xx.Description = "Actiontec USB Ethernet Home DSL"
ServiceDescription = "Virata USB VvBus driver"

Test = "Bun classes\Loopback"
Test.Description = "VVB loopback port"
Test.Location = " on the BD????"

Atm = "Bun classes\Atm"
Atm.Description = "VVB ATM port"
Atm.Location = " on the BD????"

Ethernet = "Bun classes\Ethernet"
Ethernet.Description = "VVB Ethernet port"
Ethernet.Location = " on the BD????"

Rfc1483 = "Bun classes\Rfc1483"
Rfc1483.Description = "VVB RFC1483 encapsulated ATM port"
Rfc1483.Location = " on the BD????"

Gateway = "Bun classes\Gateway"
Gateway.Description = "Actiontec USB Ethernet Home DSL"
Gateway.Location = " on the BD????"

;*****************************************************************************
;******************************************************************
 
G

Guest

Hello

I had a DSL installation from Hell myself. Turned out to be that I had corrupted files. The computer was running XP pro perfectly, except my Ethernet would not connect. I had to do clean install of Windows XP Pro. Now it works great and the computer seems to be running faster. It was quite maddening as I spent over a week and several hours working with SBC tech support. If nothing else works I suggest you try a clean install. This means re format the hard drive and start from scratch. It is a lot of work but it may be your only solution. By the way I did try doing a Windows XP repair to no avail. Good Luck, Kris
 
G

Guest

Thanks for the attention on this problem. I feel alot better knowing I'm not the only one. I have another question. My pc came with winxp home already built in. And 2 restore cd's. Are these the ones I should use for a clean installation? I have no other cd's, just these.
 
N

NobodyMan

Thanks for the attention on this problem. I feel alot better knowing I'm not the only one. I have another question. My pc came with winxp home already built in. And 2 restore cd's. Are these the ones I should use for a clean installation? I have no other cd's, just these.

Be careful using the restore CDs. They more than likely will restore
your system to the exact state it was in when you purchased it.
Anything you added will be wiped out.

If that's your intent, cool.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top