Re: [asterisk-users] DAHDI Missing '/sys/bus/astribanks/drivers/xppdrv/sync'

2013-11-24 Thread Shaun Ruffell
On Sat, Nov 23, 2013 at 11:47:49AM -0800, Joseph Towery wrote:
> Hello group,
> 
> I am installing Asterisk on a new pc running Ubuntu 12.04.3
> Server.  I have dahdi-complete-2.7.0.1+2.7.0.1, and have tried
> 2.6.1 and 2.8.0-rc1 and 2.8.0-rc2.  I am following along in the
> ASTERISK The Definitive Guide 4th Edition and on page 116 when I
> issue the command $ sudo /etc/init.d/dahdi start I get the
> following error:
> 
> Loading DAHDI hardware modules:
>    wctdm24xxp: done
> Running dahdi_cfg: done.
> Missing '/sys/bus/astribanks/drivers/xppdrv/sync'

Hi, it's safe to ignore this message, but for future reference I
just committed a change [1] that will now prevent it from showing,
which will be in the final v2.8.0 release of DAHDI-tools.

[1] http://git.asterisk.org/gitweb/?p=dahdi/tools.git;a=commit;h=c27664dc1b3

Cheers,
Shaun

-- 
Shaun Ruffell
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] DAHDI Missing '/sys/bus/astribanks/drivers/xppdrv/sync'

2013-11-23 Thread Joseph Towery
Hello group,

I am installing Asterisk on a new pc running Ubuntu 12.04.3 Server.  I have 
dahdi-complete-2.7.0.1+2.7.0.1, and have tried 2.6.1 and 2.8.0-rc1 and 
2.8.0-rc2.  I am following along in the ASTERISK The Definitive Guide 4th 
Edition and on page 116 when I issue the command $ sudo /etc/init.d/dahdi start 
I get the following error:

Loading DAHDI hardware modules:
   wctdm24xxp: done
Running dahdi_cfg: done.
Missing '/sys/bus/astribanks/drivers/xppdrv/sync'

I found some steps at 
https://issues.asterisk.org/jira/browse/DAHLIN-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Here is the output of the commands listed there:
$ sudo lspci -d d161:* -v
04:01.0 Ethernet controller: Digium, Inc. Wildcard TDM800P 8-port analog card 
(rev 11)
        Subsystem: Digium, Inc. Wildcard TDM800P 8-port analog card
        Flags: bus master, medium devsel, latency 32, IRQ 16
        I/O ports at d000 [size=256]
        Memory at f7c2 (32-bit, non-prefetchable) [size=1K]
        Expansion ROM at f7c0 [disabled] [size=128K]
        Capabilities: [c0] Power Management version 2
        Kernel driver in use: wctdm24xxp
        Kernel modules: wctdm24xxp

$ sudo dahdi_scan
[1]
active=yes
alarms=OK
description=Wildcard TDM800P
name=WCTDM/0
manufacturer=Digium
devicetype=Wildcard TDM800P
location=PCI Bus 04 Slot 02
basechan=1
totchans=8
irq=0
type=analog
port=1,FXO
port=2,FXO
port=3,FXO
port=4,FXO
port=5,FXS
port=6,FXS
port=7,FXS
port=8,FXS

$ sudo dahdi_cfg -vvv
DAHDI Tools Version - 2.7.0.1

DAHDI Version: 2.8.0-rc2
Echo Canceller(s): MG2
Configuration
==


Channel map:

Channel 01: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 04)
Channel 05: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 05)
Channel 06: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 06)
Channel 07: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 07)
Channel 08: FXO Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 08)

8 channels to configure.

Setting echocan for channel 1 to mg2
Setting echocan for channel 2 to mg2
Setting echocan for channel 3 to mg2
Setting echocan for channel 4 to mg2
Setting echocan for channel 5 to mg2
Setting echocan for channel 6 to mg2
Setting echocan for channel 7 to mg2
Setting echocan for channel 8 to mg2

I have ran the command dahdi_genconf system and dahdi_genconf system modules 
trying to reload dahdi each time.

Here is the output of my /etc/dahdi/system.conf file:
# Autogenerated by /usr/sbin/dahdi_genconf on Sat Nov 23 14:42:33 2013
# If you edit this file and execute /usr/sbin/dahdi_genconf again,
# your manual changes will be LOST.
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: WCTDM/0 "Wildcard TDM800P" (MASTER)
fxsks=1
echocanceller=mg2,1
fxsks=2
echocanceller=mg2,2
fxsks=3
echocanceller=mg2,3
fxsks=4
echocanceller=mg2,4
fxoks=5
echocanceller=mg2,5
fxoks=6
echocanceller=mg2,6
fxoks=7
echocanceller=mg2,7
fxoks=8
echocanceller=mg2,8

# Global data

loadzone        = us
defaultzone     = us

What any ideas?

Thanks.-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users