My Sangoma B600DE is recognized by the system (lspci) but not by wanpipe.
System info:
[code]-----------------
root@gomobile-server:/# uname -a
Linux gomobile-server 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
gomobile-server*CLI> core show version
Asterisk 11.7.0 built by root @ gomobile-server on a x86_64 running Linux on 2014-01-03 19:43:41 UTC
gomobile-server*CLI> dahdi show version
DAHDI Version: 2.8.0.1 Echo Canceller:
root@gomobile-server:/# lspci | grep Sangoma
04:04.0 Network controller: Sangoma Technologies Corp. Device 0025
[/code]
Wanpipe7.0.9 installation runs correctly. But it fails to detect the card. In fact it doesn’t seem tobe looking for analog cards, only for T1/E1, then ISDN/BRI and GSM:
[code]########################################################################
Sangoma Wanpipe
Dahdi/Zaptel/SMG/TDMAPI/BOOT Configuration Script
v2.39
Sangoma Technologies Inc.
Copyright© 2013.
########################################################################
ERROR: could not insert ‘wanpipe’: Invalid argument
Would you like to generate /etc/asterisk/chan_dahdi.conf
- YES
- NO
[1-2]:1
Configuring T1/E1 cards [A101/A102/A104/A108/A116/T116]
No Sangoma ISDN T1/E1 cards detected
Press any key to continue:
Configuring ISDN BRI cards [A500/B500/B700]
No Sangoma ISDN BRI cards detected
Press any key to continue:
Configuring GSM cards [W400]
No Sangoma GSM cards detected
Press any key to continue:
[/code]
If I try to start wanpipe:
root@gomobile-server:/# wanrouter start
ERROR: Wanpipe configuration file not found:
/etc/wanpipe/wanpipe1.conf
And if I try to run hwprobe:
[code]root@gomobile-server:/# wanpipe hwprobe
wanpipe: command not found
root@gomobile-server:/# wanrouter hwprobe
ERROR: could not insert ‘wanpipe’: Invalid argument
root@gomobile-server:/# tail /var/log/syslog
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682635] wanpipe: Unknown symbol dahdi_hdlc_finish (err -22)
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682651] wanpipe: no symbol version for dahdi_alarm_channel
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682653] wanpipe: Unknown symbol dahdi_alarm_channel (err -22)
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682665] wanpipe: no symbol version for dahdi_free_device
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682667] wanpipe: Unknown symbol dahdi_free_device (err -22)
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682677] wanpipe: no symbol version for dahdi_rbsbits
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682678] wanpipe: Unknown symbol dahdi_rbsbits (err -22)
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682687] wanpipe: no symbol version for _dahdi_transmit
Feb 11 12:08:39 gomobile-server kernel: [ 3551.682689] wanpipe: Unknown symbol _dahdi_transmit (err -22)
Feb 11 12:08:39 gomobile-server kernel: [ 3551.727113] usbcore: deregistering interface driver sdlausb
[/code]
I think I have given as much info as I have. Anyone had this problem? Anyone can help?