Hola a todos, he conseguido hacer funcionar este modem (azul de Telefónica y Terra) con OpenForYou, PPPoA VCMUX, VPI=8 y VCI=32. Funcionaría igual con cualquier proveedor que utilice PPPoA VCMUX con otros valores de VPI y VCI, sin más que cambiar un par de valores (ver NOTA al final del post ;) )
Para ello, podéis usar tanto los drivers de Telefónica como los de Terra, yo los he probado ambos, y el proceso a seguir es idéntico:
- Teniendo los drivers descomprimidos en el disco duro, buscad los dos archivos con extensión .ins , se llaman "TE EoA.ins" y "TE PPPoE.ins"
Borrad ambos archivos, y con el notepad, cread un nuevo archivo, con el siguiente contenido:
;---------------------------------------------------------------------
[BroadbandINSFormat]
;Version number of broadband INS definition
ScriptVersion=1.1
;4-byte hexadecimal CRC value (optional)
ValidationCode=1234
;Date of script generation
ScriptDate=12-July-2001
;The name of the service described in this INS file.
ServiceName=PPPoA
[PhysicalLayer]
;Preferred modulation.
;0 = Auto selection with G.Handshake preferred - default setting
;1 = Auto selection with T1.413 preferred
;2 = G.Handshake only
;3 = T1.413 only
;4 = G.hs, G.dmt Only
;5 = G.hs, G.lite Only
XdslModulation=0
;Wiring Pair Selection
;0 = Automatic
;1 = Line Tip/Ring
;2 = Line A/A1
;3 = Aux Tip/Ring
;4 = Aux A/A1
AutoSenseWiringSelection=0
;Head end DSLAM provider as defined in Annex D, ANSI T1.413 - 1998
;0 = Do not specify the Head end DSLAM provider
AdslHeadEnd=0
;Head end DSLAM provider as defined in Annex D, ANSI T1.413 - 1998
;0 = Non-Specific
;1 = No Line Driver (BNA)
AdslHeadEndEnv=0
[ATMPVCs]
;max number of defined PVC's (0-16)
MaxPVC=1
;Aggregate upstream peak cell rate
;0 = 16Kbps
;1 = 32Kbps
;n = n*32Kbs
;255 = use line rate
DslUpstreamPcr=255
;PVC #1 VPI value (default value 0)
Pvc1Vpi=8
;PVC #1 VCI value
Pvc1Vci=32
[PVCEncapsulations]
;0 = PPP over ATM VCMUX (RFC 2364) (PPPOA)
;1 = PPP over ATM LLC (RFC 2364) (PPPOA)
;2 = Bridged IP over ATM LLCSNAP (RFC 1483)
;3 = Routed IP over ATM LLCSNAP (RFC 1483)
;4 = Bridged IP over ATM VCMUX (RFC 1483)
;5 = Routed IP over ATM VCMUX (RFC 1483)
;6 = Classical IP over ATM (RFC 1577) (IPOA)
;7 = Native ATM
;8 = RFC_PPPOE_VCMUX (RFC 2516) PPP over Ethernet VCMUX
;9 = RFC_PPPOE_LLC (RFC 2516) PPP over Ethernet LLCSNAP
;-1 = Proprietary
Pvc1Encapsulation=0
[NetworkLayer]
;This section is only used for RFC 1483 encapsulations.
;PPPOA and IPOA handle this automatically
;0 = use static IP addressing
;1 = use DHCP or PPP (according to Encapsulation Type)
Pvc1AddressAssignment=1
Pvc1StaticIp=0.0.0.0
Pvc1StaticIpMask=0.0.0.0
;Router address, to be used as default gateway
;Not Applicable if DefaultGwAlgorithm=1
DefaultGateway=0.0.0.0
;Wizard will calculate the Default Gateway address based on the IP address and IP Mask
;0 = Disabled
;1-255 = OEM defined algorithms
DefaultGwAlgorithm=-134217728
;Address of DNS server for static IP
DnsServer=0.0.0.0
AltDnsServer=0.0.0.0
;User Name
UserName=""
;Host Name
HostName=""
;Domain Name
DomainName=""
;Enable / Disable of DHCP Proxy function
;0 = Do not answer first DHCP request if the DSL is not in ShowTime
;1 = Answer first DHCP request if the DSL is not in ShowTime
DhcpProxy=0
;Enable / Disable of auto DHCP release/renew (Win9x only)
;0 = Do not request DHCP lease (IP address) to be renewed at showtime
;1 = Request DHCP lease (IP address) to be renewed at showtime
DhcpRenewRequest=0
;---------------------------------------------------------------------
-Grabad dicho archivo con cualquier nombre y extensión
.ins , por ejemplo, PPPoA.ins
Instalad los drivers desde esa carpeta, reiniciad el PC después para mayor seguridad, y debería funcionar.
NOTA: si vuestro proveedor no utiliza los valores VPI=8 y VCI=32, para cambiarlos simplemente tenéis que modificar éstas líneas en el archivo .ins que hemos creado, antes de instalar los drivers:
Pvc1Vpi=8 (poned el que use vuestro proveedor)
Pvc1Vci=32 (idem)
Ya está, así de fácil! Yo he comprobado el correcto funcionamiento con OpenForYou tanto en W98 como en WXP, espero que os sea de utilidad a alguno. Un saludo.