=================================================================== ITX450.01 Quad-T1/E1 PCI Driver (PLX9030) version 4.1, 12.12.2006 =================================================================== you read file "README.Linux26" in zaptel directory =================================================================== INSTALL: 1. copy all files to zaptel driver directory (downloaded from: http://www.asterisk.org/download) 2. modify Makefile in zaptel directory add line /after line (cca 123) started with "MODULES:="/ add: MODULES+=Itx450_01_4xE1 3. run command: "make" in zaptel directory 4. run command: "make install" in zaptel directory =================================================================== Default setting is E1 mode for all port(spans) You can change this in file Itx450_01_4xE1.c (you need recompile driver) - on line 105: static int t1e1override = 0xF; // 0xF=all E1 mode, 0x0=all T1 mode or add param. when you load driver - insmod Itx450_01_4xE1.ko t1e1override=0x03 // span 1,2=E1 / 3,4=T1 mode