Hi
I’m having the following issue, on an incoming call, Asterisk shows the following and nothing happens:
P[ 1] handle_frm: frm->addr:42000103 frm->prim:3f082
P[ 1] --> lib: NEW_CR Ind with l3id:20002 on this port.
P[ 1] There is no free channel on port (1)
P[ 1] --> !! lib: No free channel!
P[ 1] handle_frm: handle_cr <0 prim:3f082 addr:42000103
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30582
P[ 1] *HOLDER: find 20002
P[ 1] *HOLDER: find nothing
P[ 1] SENDEVENT: stack->nt:0 stack->uperid:40000104
P[ 1] I SEND:RELEASE_COMPLETE oad: dad: pid:0
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> channel:0 mode:TE cause:0 ocause:0 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:0 l3id:20002 b_stid:0 layer_id:0
P[ 1] --> facility:unknown out_facility:unknown
P[ 1] --> urate:0 rate:0 mode:0 user1:0
P[ 1] --> bc:0xb7259cb0 h:0 sh:0
P[ 1] --> we have already send Release_complete
At this time there are no lines in use. If I try to make a call, the following happens:
[code]P[ 0] --> Group Call group: extern
P[ 0] --> STARTING ROUND ROBIN…
P[ 1] There is no free channel on port (1)
[Nov 26 08:12:11] WARNING[5591]: chan_misdn.c:3320 misdn_request: Could not Dial out on group ‘extern’.
Either the L2 and L1 on all of these ports where DOWN (see ‘show application misdn_check_l2l1’)
Or there was no free channel on none of the ports
[Nov 26 08:12:11] WARNING[5591]: app_dial.c:1450 dial_exec_full: Unable to create channel of type ‘mISDN’ (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)[/code]
Again, no lines are in use. I have the following in /etc/asterisk/misdn.conf:
[code][general]
misdn_init=/etc/misdn-init.conf
debug=0
ntdebugflags=0
ntdebugfile=/var/log/misdn-nt.log
ntkeepcalls=no
bridging=no
stop_tone_after_first_digit=yes
append_digits2exten=yes
dynamic_crypt=no
crypt_prefix=**
crypt_keys=test,muh
[default]
context=incoming_calls
language=en
musicclass=default
senddtmf=yes
far_alerting=no
allowed_bearers=all
nationalprefix=0
internationalprefix=00
rxgain=0
txgain=0
te_choose_channel=yes
pmp_l1_check=no
reject_cause=16
need_more_infos=no
nttimeout=no
method=round_robin
overlapdial=yes
dialplan=0
localdialplan=0
cpndialplan=0
early_bconnect=yes
incoming_early_audio=no
nodialtone=no
hold_allowed=yes
presentation=-1
screen=-1
jitterbuffer=4000
jitterbuffer_upper_threshold=0
hdlc=no
max_incoming=2
max_outgoing=2
[extern]
ports=1
context=incoming_calls
msns=*[/code]
dmesg as follows:
[code]Linux version 2.6.25 (root@sip.zazu.co.za) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)) #2 SMP Tue Nov 25 16:51:50 SAST 2008
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009b400 (usable)
BIOS-e820: 000000000009b400 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ff70000 (usable)
BIOS-e820: 000000003ff70000 - 000000003ff7b000 (ACPI data)
BIOS-e820: 000000003ff7b000 - 000000003ff80000 (ACPI NVS)
BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
Scan SMP from c0000000 for 1024 bytes.
Scan SMP from c009fc00 for 1024 bytes.
Scan SMP from c00f0000 for 65536 bytes.
found SMP MP-table at [c00f6120] 000f6120
Entering add_active_range(0, 0, 262000) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 262000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 262000
On node 0 totalpages: 262000
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
HighMem zone: 254 pages used for memmap
HighMem zone: 32370 pages, LIFO batch:7
Movable zone: 0 pages used for memmap
DMI present.
ACPI: RSDP 000F6160, 0014 (r0 PTLTD )
ACPI: RSDT 3FF76EE4, 0034 (r1 PTLTD RSDT 6040000 LTP 0)
ACPI: FACP 3FF7AE78, 0074 (r1 INTEL E7505 6040000 PTL 8)
ACPI: DSDT 3FF76F18, 3F60 (r1 INTEL E7505 6040000 MSFT 100000E)
ACPI: FACS 3FF7BFC0, 0040
ACPI: APIC 3FF7AEEC, 009C (r1 PTLTD APIC 6040000 LTP 0)
ACPI: BOOT 3FF7AF88, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
ACPI: SPCR 3FF7AFB0, 0050 (r1 PTLTD $UCRTBL$ 6040000 PTL 1)
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled)
Processor #6 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled)
Processor #7 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x03] address[0xfec80000] gsi_base[24])
IOAPIC[1]: apic_id 3, version 32, address 0xfec80000, GSI 24-47
ACPI: IOAPIC (id[0x04] address[0xfec80400] gsi_base[48])
IOAPIC[2]: apic_id 4, version 32, address 0xfec80400, GSI 48-71
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 3 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259954
Kernel command line: ro root=/dev/sda4
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
mapped IOAPIC to ffff9000 (fec80000)
mapped IOAPIC to ffff8000 (fec80400)
Enabling fast FPU save and restore… done.
Enabling unmasked SIMD FPU exception support… done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2392.117 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1032832k/1048000k available (2805k kernel code, 14384k reserved, 1181k data, 260k init, 130496k highmem)
virtual kernel memory layout:
fixmap : 0xfff4d000 - 0xfffff000 ( 712 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc04ed000 - 0xc052e000 ( 260 kB)
.data : 0xc03bd77a - 0xc04e4d3c (1181 kB)
.text : 0xc0100000 - 0xc03bd77a (2805 kB)
Checking if this processor honours the WP bit even in supervisor mode…Ok.
CPA: page pool initialized 1 of 1 pages preallocated
SLUB: Genslabs=12, HWalign=128, Order=0-1, MinObjects=4, CPUs=4, Nodes=1
Calibrating delay using timer specific routine… 4788.22 BogoMIPS (lpj=9576442)
Security Framework initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Compat vDSO mapped to ffffe000.
Checking ‘hlt’ instruction… OK.
ACPI: Core revision 20070126
CPU0: Intel® Xeon™ CPU 2.40GHz stepping 07
Booting processor 1/1 ip 4000
Initializing CPU#1
Calibrating delay using timer specific routine… 4784.42 BogoMIPS (lpj=9568840)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel® Xeon™ CPU 2.40GHz stepping 07
Booting processor 2/6 ip 4000
Initializing CPU#2
Calibrating delay using timer specific routine… 4784.06 BogoMIPS (lpj=9568126)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 3
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#2.
CPU2: Intel P4/Xeon Extended MCE MSRs (12) available
CPU2: Thermal monitoring enabled
CPU2: Intel® Xeon™ CPU 2.40GHz stepping 07
Booting processor 3/7 ip 4000
Initializing CPU#3
Calibrating delay using timer specific routine… 4784.52 BogoMIPS (lpj=9569044)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 3
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#3.
CPU3: Intel P4/Xeon Extended MCE MSRs (12) available
CPU3: Thermal monitoring enabled
CPU3: Intel® Xeon™ CPU 2.40GHz stepping 07
Total of 4 processors activated (19141.22 BogoMIPS).
ENABLING IO-APIC IRQs
…TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Brought up 4 CPUs
net_namespace: 548 bytes
NET: Registered protocol family 16
No dock devices found.
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfd8f5, last bus=5
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
- The chipset may have PM-Timer Bug. Due to workarounds for a bug,
- this clock source is slow. If you are sure your timer does not have
- this bug, please use “acpi_pm_good” to disable the workaround
pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PRT]
ACPI: PCI Interrupt Routing Table [_SB.PCI0.ICH4.PRT]
ACPI: PCI Interrupt Routing Table [_SB.PCI0.HLB_.Z000.PRT]
ACPI: PCI Interrupt Routing Table [_SB.PCI0.HLB_.Z001._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 14 15) *12
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
Linux Plug and Play Support v0.97 © Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
system 00:02: ioport range 0x1000-0x107f has been reserved
system 00:02: ioport range 0x1180-0x11bf has been reserved
system 00:02: ioport range 0x290-0x297 has been reserved
system 00:02: ioport range 0x4d0-0x4d1 has been reserved
system 00:02: ioport range 0x330-0x331 has been reserved
system 00:02: ioport range 0x200-0x201 has been reserved
system 00:02: ioport range 0x202-0x207 has been reserved
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:02:1d.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:02:1f.0
IO window: 7000-7fff
MEM window: 0xf0200000-0xf02fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:02.0
IO window: 7000-7fff
MEM window: 0xf0100000-0xf02fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: 8000-8fff
MEM window: 0xf0300000-0xf1ffffff
PREFETCH window: disabled.
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs… it is
Freeing initrd memory: 487k freed
Simple Boot Flag at 0x35 set to 0x1
apm: BIOS not found.
audit: initializing netlink socket (disabled)
type=2000 audit(1227632668.604:1): initialized
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright © 1996 okir@monad.swb.de).
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:05:02.0: Boot video device
pci 0000:05:03.0: Firmware left e100 interrupts enabled; disabling
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: ACPI0007:00 is registered as cooling_device0
ACPI: ACPI0007:01 is registered as cooling_device1
ACPI: ACPI0007:02 is registered as cooling_device2
ACPI: ACPI0007:03 is registered as cooling_device3
Real Time Clock Driver v1.12ac
Linux agpgart interface v0.103
agpgart: Detected an Intel E7505 Chipset.
agpgart: AGP aperture is 64M @ 0xf4000000
[drm] Initialized drm 1.1.0 20060810
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
brd: module loaded
Intel® PRO/1000 Network Driver - version 7.3.20-k2-NAPI
Copyright © 1999-2006 Intel Corporation.
ACPI: PCI Interrupt 0000:04:02.0[A] -> GSI 52 (level, low) -> IRQ 52
e1000: 0000:04:02.0: e1000_probe: (PCI:66MHz:32-bit) 00:04:23:46:bc:be
e1000: eth0: e1000_probe: Intel® PRO/1000 Network Connection
e100: Intel® PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright© 1999-2006 Intel Corporation
ACPI: PCI Interrupt 0000:05:03.0[A] -> GSI 18 (level, low) -> IRQ 18
e100: eth1: e100_probe: addr 0xf0323000, irq 18, MAC addr 00:04:23:46:bd:10
PPP generic driver version 2.4.2
ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 21 (level, low) -> IRQ 21
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
<Adaptec 2940 SCSI adapter>
aic7870: Wide Channel A, SCSI Id=7, 16/253 SCBs
scsi 0:0:0:0: Direct-Access IBM IC35L036UWDY10-0 S27V PQ: 0 ANSI: 3
scsi0:A:0:0: Tagged Queuing enabled. Depth 4
target0:0:0: Beginning Domain Validation
target0:0:0: wide asynchronous
target0:0:0: FAST-10 WIDE SCSI 20.0 MB/s ST (100 ns, offset 8)
target0:0:0: Domain Validation skipping write tests
target0:0:0: Ending Domain Validation
scsi 0:0:1:0: Direct-Access IBM IC35L036UWDY10-0 S23C PQ: 0 ANSI: 3
scsi0:A:1:0: Tagged Queuing enabled. Depth 4
target0:0:1: Beginning Domain Validation
target0:0:1: FAST-10 SCSI 10.0 MB/s ST (100 ns, offset 15)
target0:0:1: Domain Validation skipping write tests
target0:0:1: Ending Domain Validation
Driver ‘sd’ needs updating - please use bus_type methods
sd 0:0:0:0: [sda] 71687340 512-byte hardware sectors (36704 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
sd 0:0:0:0: [sda] 71687340 512-byte hardware sectors (36704 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:1:0: [sdb] 71687340 512-byte hardware sectors (36704 MB)
sd 0:0:1:0: [sdb] Write Protect is off
sd 0:0:1:0: [sdb] Mode Sense: cb 00 00 08
sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
sd 0:0:1:0: [sdb] 71687340 512-byte hardware sectors (36704 MB)
sd 0:0:1:0: [sdb] Write Protect is off
sd 0:0:1:0: [sdb] Mode Sense: cb 00 00 08
sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
sdb: sdb1
sd 0:0:1:0: [sdb] Attached SCSI disk
Driver ‘sr’ needs updating - please use bus_type methods
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:1:0: Attached scsi generic sg1 type 0
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
cpuidle: using governor ladder
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Using IPI No-Shortcut mode
Freeing unused kernel memory: 260k freed
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
warning: process kmodule' used the deprecated sysctl system call with 1.23. Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 Intel 82802 RNG detected ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17 USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006800 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006820 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006840 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected md: Autodetecting RAID arrays. md: Scanned 0 and added 0 devices. md: autorun ... md: ... autorun DONE. input: Power Button (FF) as /class/input/input1 ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /class/input/input2 ACPI: Power Button (CM) [PWRB] EXT3 FS on sda4, internal journal device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com kjournald starting. Commit interval 5 seconds EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS on sda3, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS on sdb1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 2047992k swap on /dev/sda2. Priority:-1 extents:1 across:2047992k IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk> warning: process
kudzu’ used the deprecated sysctl system call with 1.23.
parport_pc 00:0b: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
parport_pc 00:0b: disabled
warning: process kudzu' used the deprecated sysctl system call with 1.49. warning: process
kudzu’ used the deprecated sysctl system call with 1.49.
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.4.12.1
Zaptel Echo Canceller: MG2
Registered Tormenta2 PCI
usbcore: registered new interface driver wcusb
Wildcard USB FXS Interface driver registered
INFO-xpp: revision trunk-r6058 MAX_XPDS=64 (8*8)
INFO-xpp: FEATURE: without BRISTUFF support
INFO-xpp: FEATURE: with PROTOCOL_DEBUG
INFO-xpp: FEATURE: with ECHO_SUPPRESSION
INFO-xpp: FEATURE: without XPP_EC_CHUNK
INFO-xpp: FEATURE: with sync_tick() from ZAPTEL
INFO-xpp_usb: revision trunk-r6058
usbcore: registered new interface driver xpp_usb
ztdummy: RTC rate is 1024
Registered tone zone 24 (South Africa)
ip_tables: © 2000-2006 Netfilter Core Team
ip_tables: © 2000-2006 Netfilter Core Team
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
ip_tables: © 2000-2006 Netfilter Core Team
ADDRCONF(NETDEV_UP): eth1: link is not ready
e100: eth1: e100_watchdog: link up, 100Mbps, full-duplex
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth0: no IPv6 routers present
ip_tables: © 2000-2006 Netfilter Core Team
warning: `named’ uses 32-bit capabilities (legacy support in use)
eth1: no IPv6 routers present
Modular ISDN Stack core version (1_1_8) revision ($Revision: 1.40 $)
mISDNd: kernel daemon started (current:f72a0000)
mISDNd: test event done
ISDN L1 driver version 1.20
ISDN L2 driver version 1.32
mISDN: DSS1 Rev. 1.47
Winbond W6692 PCI driver Rev. 1.23
ACPI: PCI Interrupt 0000:05:01.0[A] -> GSI 22 (level, low) -> IRQ 22
mISDN_w6692: found adapter Dynalink/AsusCom IS64PH at 0000:05:01.0
W6692: Winbond W6692 version (0): W6692 V00
w6692: IRQ 22 count 9
w6692 1 cards installed
mISDN_dsp: Audio DSP Rev. 1.29 (debug=0x0) EchoCancellor MG2 dtmfthreshold(100)
mISDN_dsp: DSP clocks every 128 samples. This equals 4 jiffies.
tei lapd 1 assign req failed
MDL_ERROR|REQ (tei_l2)[/code]
Thanks for reading, can someone shed some light on this situation? I’m not sure if it’s a faulty TA, but I’ve ordered 2 new TAs just in case, still waiting on them. Please advise.
Regards
icefrost