Export to GitHub

ndis-actiontec - Readme1st.wiki


Introduction

Readme files in /doc folder that are inside ndis_actiontec0.1-d.tar.gz
Describing low , console level of modem configuration on Slackware.

edit_connection_parameters.txt

if you have long time connects and freezes try to switch Outer Pair /Inner Pair parameter
If you are in other country change VPI/VCI other than 8/35
If you are in other country for xDSLmodulation try T1.413 or Multi Mode
(or it depends of telephone switchboard , in serbia try multy mode too if G.DMT not working)
usualy just works as it is ... ``` Parameters for connection may be entered by modifying the file /etc/ndiswrapper/tiauxln/0451:6001.F.conf ----------------------------begin for v1.51---------------------------------- sys_files|tiau5ln.sys tiau5ln.sys NdisVersion|0x50001 Environment|1 class_guid|4d36e972-e325-11ce-bfc1-08002be10318 driver_version|Actiontec Electronics, Inc.,04/02/2002,3.2.4.2 BusType|15 SlotNumber|01 NetCfgInstanceId|{28022A01-1234-5678-ABCDE-123813291A00}

DriverDescription|Actiontec USB Home DSL Modem DriverDesc|NDIS Network Adapter LanAutoConnect|1 ModemCodeFile|tiau5tp.bin PVCEncapsulation|2 PVCSDUsize|1500 PVCVCI|35 PVCVPI|8 RJ11PairSelect|0 Service|TIAU5LN xDSLmodulation|2 ---------------------end for v1.51-----------------------------------------------

change PVCVCI|35 to VCI of your provider change PVCVPI|8 to VPI of your provider

xDSLmodulation|2 0 for T1.413 1 for Multi Mode (not sure what is this type) 2 for G.DMT

PVCEncapsulation|2 2 for RFC1483(LLC/SNAP Bridged) 3 for RFC1483(LLC/SNAP Routed) 6 for RFC1577(CIPoATM) (this encapsulation is rarely used)

RJ11PairSelect|0 (for the fisical connection wires ) 0 for Inner Pair 1 for Outer Pair" 2 for Auto Detect" (try to automaticly find out NOT gud) ```

how_to_connect.txt

(i just noticed i made a typo ,and switched DNS and PASSWORD fields in .txt ,sorry for that )
in DNS field you may usualy just type in: server on recent rp-pppoe distributions.
```

linija-start

ifconfig dsl0 up

pppoe-setup

USER NAME

Enter your PPPoE user name (default bxxxnxnx@sympatico.ca): xxxxxxx@yyyyyy

INTERFACE

(default eth0): dsl0

Enter the demand value (default no): no

DNS

Enter the DNS information here: bb.aaa.xx.xx Please enter the IP address of your ISPs secondary DNS server. If you just press enter, I will assume there is only one DNS server. Enter the secondary DNS server address here: bb.aaa.xx.yy

PASSWORD

Please enter your PPPoE password: Please re-enter your PPPoE password:

FIREWALLING

The firewall choices are: 0 - NONE: This script will not set any firewall rules. You are responsible for ensuring the security of your machine. You are STRONGLY recommended to use some kind of firewall rules. 1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation 2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway for a LAN

Choose a type of firewall (0-2): 1

** Summary of what you entered **

Ethernet Interface: dsl0 User name: xxxxxxx@yyyyyy Activate-on-demand: No Primary DNS: bb.aaa.xx.xx Secondary DNS: bb.aaa.xx.yy Firewalling: STANDALONE

Accept these settings and adjust configuration files (y/n)? y

pppoe-start

```