User Manual
22
target(s).
% make - This is to create the Control panel application.
(Command to be executed from directory monaco_linux/cpl.)
5.3.3 Loading Modem Driver
The module accepts several parameters that can be set when the module is loaded.
[Syntax]
insmod ./GUModem.ko {Module Options}
(Command to be executed from directory monaco_linux/ModemDrv/src)
[Module Options]
Rfc1483Mode default: 0 (Bridged LLC)
Rfc1483VciX default: 85+X (X would be 1,2,3,4)
Rfc1483VpiX default: X (X would be 1,2,3,4)
Rfc2364Mode default: 0 (VC)
Rfc2364VciX default: X (X would be 1,2,3,4)
Rfc2364VpiX default: 116+X (X would be 1,2,3,4)
PVCCount default: 4 (Maximum Ethernet interfaces)
PPPOACount default: 4 (Maximum PPPOA Interfaces)
VPI and VCI settings to be used according to what's configured.
For example to load the module and to create 4 interfaces using different set of VCI/VPI
the command would be as follows:
% insmod ./GUModem.ko Rfc1483Mode=0 Rfc1483Vci1=35 Rfc1483Vpi1=0
Rfc1483Vci2=36 Rfc1483Vpi2=1 Rfc1483Vci3=37 Rfc1483Vpi3=2 Rfc1483Vci4=38
Rfc1483Vpi4=3 PVCCount=4 Rfc2364Mode=2 Rfc2364Vpi1=0 Rfc2364Vci1=116
Rfc2364Vpi2=0 Rfc2364Vci2=117
Issuing this command will create 4 ethernet interfaces and 2 PVC for PPPOA
interfaces. ( Combination of Rfc1483Vpi1 and Rfc1483Vci1 will be the first
interface, Rfc1483Vpi2 and Rfc1483Vci2 will be 2nd interface and so on.)
The details of various options used in command above is as below
1). PVCCount - This indicates the number of PVCs user wants to configure for ethernet
interfaces. Maximum value for this variable in this release is 4 and hence can have any
walue between 1 and 4, any value above 4 and below 1 is invalid and driver loading will
fail.
2). PPPOACount - This indicates the number of PVCs user wants to configure for