RE: [asterisk-users] New user question (X100P)

2007-02-06 Thread Robert Jenkins
Hi,

I had similar problems with zaptel on a tdm2400.
I found that with the standard make  install, zaptel was being started as a
service but not properly initialising the card.

I disabled the service and added a few bits in rc.local;
rmmod the zaptel modules,
sleep a couple of seconds,
do a 'service zaptel start' to reload everything.

This seems to set things up properly and asterisk can then work with the
card via zaptel.

Robert Jenkins.
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Andrew D Kirch
 Sent: 06 February 2007 01:18
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] New user question (X100P)
 
 Andrew D Kirch wrote:
  David Ruggles wrote:
  I'm trying to set up a simple test box to start developing 
 with Asterisk.
 
  I've got a Dell GX150 with two X100P cards. I've 
 downloaded, printed 
  out and read through most of TFOT. I've also done a lot of 
 Internet 
  searching.
 
  I'm getting this error:
  ZT_CHANCONFIG failed on channel 1: No such device or address (6)
 
  Based on the searching I've done, it seems like the 
 problem must be 
  shared IRQ issues. I've gone in the BIOS and disabled everything I 
  can but I can't stop the sharing completely. One X100P is 
 shared with 
  the built-in video and the other X100P is shared with a serial 
  controller. (I disabled both serial
  ports)
 
  My question is this: (in three parts)
 
  1) Are my research and assumptions accurate? Does this 
 seem to be an 
  IRQ issue?
  2) If I have to build another system to prevent the IRQ 
 problem, can 
  anyone recommend hardware (just for a simple test box right now)
  3) Is it worth keeping the X100Ps or should I get a 
 TDM400P like used 
  in TFOT, or something else? (again just for testing)
 
  If there are other things I should check first please let me know!!
 
  TIA!
 
  Thanks,
 
  David Ruggles
  CCNA MCSE (NT) CNA A+
  Network EngineerSafe Data, Inc.
  (910) 285-7200[EMAIL PROTECTED]
 
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  The X100P is going to leave you fairly unsatisfied with 
 your Asterisk 
  experience.  It lacks an on-card timing interface, and real X100P's 
  haven't been made in quite awhile (several years).  You may 
 or may not 
  get caller ID, you may or may not get two way audio.  I know it's a 
  bit more but you're better off with the TDM.  Good luck!
  
 I should note I committed two sins in this post.
 1. Tzafrir, I didn't see your reply (blame my inability to 
 use my mail reader, and accept my humble apology) 2. the 
 TDM400P comes with installation support from Digium, so you 
 know you're going to be able to get it working correctly.
 
 -- 
 Andrew D Kirch  |   Abusive Hosts Blocking List  | 
 www.ahbl.org
 Security Admin  |  Summit Open Source Development Group  | 
 www.sosdg.org Key fingerprint = 4106 3338 1F17 1E6F 8FB2  
 8DFA 1331 7E25 C406 C8D2 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-06 Thread Tzafrir Cohen
On Tue, Feb 06, 2007 at 09:03:27AM -, Robert Jenkins wrote:
 Hi,
 
 I had similar problems with zaptel on a tdm2400.
 I found that with the standard make  install, zaptel was being started as a
 service but not properly initialising the card.
 
 I disabled the service and added a few bits in rc.local;
 rmmod the zaptel modules,
 sleep a couple of seconds,
 do a 'service zaptel start' to reload everything.

this is a bad hack. rl.local is done at the end of the standard init.d
scripts. Asterisk normally starts much before that. All those sleep-s
should not be necessary if the script is properly written.

We all know that the standard init.d script is buggy. Please visit 
http://bugs.digium.com/view.php?id=8239

zaptel-helper is now in zaptel/xpp/utils of the SVN.

Please provide some feedback.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P)

2007-02-06 Thread Robert Jenkins

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Tzafrir Cohen
 Sent: 06 February 2007 10:34
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] New user question (X100P)
 
 On Tue, Feb 06, 2007 at 09:03:27AM -, Robert Jenkins wrote:
  Hi,
  
  I had similar problems with zaptel on a tdm2400.
  I found that with the standard make  install, zaptel was being 
  started as a service but not properly initialising the card.
  
  I disabled the service and added a few bits in rc.local; rmmod the 
  zaptel modules, sleep a couple of seconds, do a 'service 
 zaptel start' 
  to reload everything.
 
 this is a bad hack. rl.local is done at the end of the 
 standard init.d scripts. Asterisk normally starts much before 
 that. All those sleep-s should not be necessary if the script 
 is properly written.
 
 We all know that the standard init.d script is buggy. Please visit
 http://bugs.digium.com/view.php?id=8239
 
 zaptel-helper is now in zaptel/xpp/utils of the SVN.
 
 Please provide some feedback.
 
 -- 
Tzafrir Cohen   

Hi Tzafrir,

I know it's an ugly hack, but it works.
The only Digium hardware we have at present is in working systems so I can't
play...

A few seconds on the boot time is not that important, it should be a very
rare event on a production machine anyway.

When I build another system I'll have a look at zaptel-helper.

Thanks,
Robert Jenkins.

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P)

2007-02-06 Thread David Ruggles
Thanks for the help!

 ZT_CHANCONFIG failed on channel 1: No such device or address (6)
 This error message is specifically from running ztcfg.
 What do you have in /proc/zaptel/* ? What in /etc/zaptel.conf ?
 The difference between the two is the immediate cause for the error.

In /proc/zaptel I have a single file named 1
In /etc/zaptel.conf I have the following lines:
fxsks=1-2
loadzone=us
defaultzone=us

 What do you see in the kernel logs e.g: dmesg| tail ) after loading the
 module wcfxo ?

I did the following:
# rmmod wcfxo
# modprobe wcfxo
ZT_CHANCONFIG failed on channel 1: No such device or address (6)
FATAL: Error running install command for wcfxo
# dmesg | tail
Failed to initailize DAA, giving up...
Wcfxo: probe of :01:07.0 failed with error -5
Failed to initailize DAA, giving up...
Wcfxo: probe of :01:08.0 failed with error -5

Using lspci I verified that 01:07.0 and 01:08.0 are the X100P

 What linux distribution do you use, anyway?

Fedora Core 6

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P) (ADDENDUM)

2007-02-06 Thread David Ruggles
I read all the other replies and want to thank everyone!!

I think most of what other people mentioned is answered below.
I'm only doing this to test Asterisk. I will be using T1 cards when I start
putting Asterisk in production. I've got several Ad-tran TSU 600s and 120s
that I can use for analog access when I get to that point. All my prior work
was using custom software on NMS AG8s, AGT1s and AG4000s which aren't
supported by Asterisk so I wanted to use the X100Ps for proof-of-concept and
to get familiar with Asterisk before buying the digital interface cards.

Thanks for the help!

 ZT_CHANCONFIG failed on channel 1: No such device or address (6)
 This error message is specifically from running ztcfg.
 What do you have in /proc/zaptel/* ? What in /etc/zaptel.conf ?
 The difference between the two is the immediate cause for the error.

In /proc/zaptel I have a single file named 1
In /etc/zaptel.conf I have the following lines:
fxsks=1-2
loadzone=us
defaultzone=us

 What do you see in the kernel logs e.g: dmesg| tail ) after loading the
 module wcfxo ?

I did the following:
# rmmod wcfxo
# modprobe wcfxo
ZT_CHANCONFIG failed on channel 1: No such device or address (6)
FATAL: Error running install command for wcfxo
# dmesg | tail
Failed to initailize DAA, giving up...
Wcfxo: probe of :01:07.0 failed with error -5
Failed to initailize DAA, giving up...
Wcfxo: probe of :01:08.0 failed with error -5

Using lspci I verified that 01:07.0 and 01:08.0 are the X100P

 What linux distribution do you use, anyway?

Fedora Core 6

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P) (ADDENDUM)

2007-02-06 Thread David Ruggles
One other note, the output of lspci for the two X100Ps is:
01:07.0 Communication controller: Motorola Wildcard X100P
01:08.0 Communication controller: Motorola Wildcard X100P

Thanks, David


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-06 Thread Tzafrir Cohen
On Tue, Feb 06, 2007 at 10:22:43AM -0500, David Ruggles wrote:
 Thanks for the help!
 
  ZT_CHANCONFIG failed on channel 1: No such device or address (6)
  This error message is specifically from running ztcfg.
  What do you have in /proc/zaptel/* ? What in /etc/zaptel.conf ?
  The difference between the two is the immediate cause for the error.
 
 In /proc/zaptel I have a single file named 1

What is the output of cat /proc/zaptel/1 ?

(My guess: ztdummy)

 In /etc/zaptel.conf I have the following lines:
 fxsks=1-2

Do you have two cards?

 loadzone=us
 defaultzone=us
 
  What do you see in the kernel logs e.g: dmesg| tail ) after loading the
  module wcfxo ?
 
 I did the following:
 # rmmod wcfxo
 # modprobe wcfxo
 ZT_CHANCONFIG failed on channel 1: No such device or address (6)
 FATAL: Error running install command for wcfxo
 # dmesg | tail
 Failed to initailize DAA, giving up...
 Wcfxo: probe of :01:07.0 failed with error -5
 Failed to initailize DAA, giving up...
 Wcfxo: probe of :01:08.0 failed with error -5

Hmm... you do seem to have two of those...

Either a defective hardware or misunderstandings with the PCI bus.

For instance, on one system I know, I had to pass the kernel parameter
'pci=noacpi' at boot in order for it to identify those cards (as well as
TDM400P cards).

 
 Using lspci I verified that 01:07.0 and 01:08.0 are the X100P
 
  What linux distribution do you use, anyway?
 
 Fedora Core 6

What kernmel version?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P)

2007-02-06 Thread David Ruggles

 What is the output of cat /proc/zaptel/1 ?
 
 (My guess: ztdummy)

Correct

 Do you have two cards?

 Hmm... you do seem to have two of those...
 
 Either a defective hardware or misunderstandings with the PCI bus.
 
 For instance, on one system I know, I had to pass the kernel parameter
 'pci=noacpi' at boot in order for it to identify those cards (as well as
 TDM400P cards).

Tried this and it didn't make any difference.

 What kernmel version?

2.6.19-1.2895

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-06 Thread yusuf

Robert Jenkins wrote:

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Tzafrir Cohen

Sent: 06 February 2007 10:34
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] New user question (X100P)

On Tue, Feb 06, 2007 at 09:03:27AM -, Robert Jenkins wrote:


Hi,

I had similar problems with zaptel on a tdm2400.
I found that with the standard make  install, zaptel was being 
started as a service but not properly initialising the card.


I disabled the service and added a few bits in rc.local; rmmod the 
zaptel modules, sleep a couple of seconds, do a 'service 


zaptel start' 


to reload everything.


this is a bad hack. rl.local is done at the end of the 
standard init.d scripts. Asterisk normally starts much before 
that. All those sleep-s should not be necessary if the script 
is properly written.


We all know that the standard init.d script is buggy. Please visit
http://bugs.digium.com/view.php?id=8239

zaptel-helper is now in zaptel/xpp/utils of the SVN.

Please provide some feedback.

--
  Tzafrir Cohen   



Hi Tzafrir,

I know it's an ugly hack, but it works.
The only Digium hardware we have at present is in working systems so I can't
play...

A few seconds on the boot time is not that important, it should be a very
rare event on a production machine anyway.

When I build another system I'll have a look at zaptel-helper.

Thanks,
Robert Jenkins.


Hi,

I have seen this also, only on the TDM2400.  I think it might be because it, i.e. this cards, takes 
a bit longer than other cards to initialise, then when ztcfg is run, the card is not ready yet.

So I too (hangs head in shame), put something in rc.local to 'fix' it.

--
thanks,
Yusuf
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-06 Thread Tzafrir Cohen
On Tue, Feb 06, 2007 at 08:06:42PM +0200, yusuf wrote:

 I have seen this also, only on the TDM2400.  I think it might be because 
 it, i.e. this cards, takes a bit longer than other cards to initialise, 
 then when ztcfg is run, the card is not ready yet.
 So I too (hangs head in shame), put something in rc.local to 'fix' it.

What exactly did you put?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] New user question (X100P) SOLVED!!!

2007-02-06 Thread David Ruggles
Thanks everyone!

I removed the extra X100P and tried the remaining X100P in both PCI slots
and it works in one and doesn't work in the other.

I really only need one for early testing so this is good.

Thanks again!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread Tzafrir Cohen
On Mon, Feb 05, 2007 at 05:51:44PM -0500, David Ruggles wrote:
 I'm trying to set up a simple test box to start developing with Asterisk.
 
 I've got a Dell GX150 with two X100P cards. I've downloaded, printed out and
 read through most of TFOT. I've also done a lot of Internet searching.
 
 I'm getting this error:
 ZT_CHANCONFIG failed on channel 1: No such device or address (6)

This error message is specifically from running ztcfg.

 
 Based on the searching I've done, it seems like the problem must be shared
 IRQ issues. I've gone in the BIOS and disabled everything I can but I can't
 stop the sharing completely. One X100P is shared with the built-in video and
 the other X100P is shared with a serial controller. (I disabled both serial
 ports)
 
 My question is this: (in three parts)
 
 1) Are my research and assumptions accurate? Does this seem to be an IRQ
 issue?

Maybe. What do you have in /proc/zaptel/* ? What in /etc/zaptel.conf ?
The difference between the two is the immediate cause for the error.

 2) If I have to build another system to prevent the IRQ problem, can anyone
 recommend hardware (just for a simple test box right now)

Maybe. We have no idea what your system is like. So thisstill remains a
theory.

What do you see in the kernel logs e.g: dmesg| tail ) after loading the
module wcfxo ?

What linux distribution do you use, anyway?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread Andrew D Kirch

David Ruggles wrote:

I'm trying to set up a simple test box to start developing with Asterisk.

I've got a Dell GX150 with two X100P cards. I've downloaded, printed out and
read through most of TFOT. I've also done a lot of Internet searching.

I'm getting this error:
ZT_CHANCONFIG failed on channel 1: No such device or address (6)

Based on the searching I've done, it seems like the problem must be shared
IRQ issues. I've gone in the BIOS and disabled everything I can but I can't
stop the sharing completely. One X100P is shared with the built-in video and
the other X100P is shared with a serial controller. (I disabled both serial
ports)

My question is this: (in three parts)

1) Are my research and assumptions accurate? Does this seem to be an IRQ
issue?
2) If I have to build another system to prevent the IRQ problem, can anyone
recommend hardware (just for a simple test box right now)
3) Is it worth keeping the X100Ps or should I get a TDM400P like used in
TFOT, or something else? (again just for testing)

If there are other things I should check first please let me know!!

TIA!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
The X100P is going to leave you fairly unsatisfied with your Asterisk 
experience.  It lacks an on-card timing interface, and real X100P's 
haven't been made in quite awhile (several years).  You may or may not 
get caller ID, you may or may not get two way audio.  I know it's a bit 
more but you're better off with the TDM.  Good luck!


--
Andrew D Kirch  |   Abusive Hosts Blocking List  | www.ahbl.org
Security Admin  |  Summit Open Source Development Group  | www.sosdg.org
Key fingerprint = 4106 3338 1F17 1E6F 8FB2  8DFA 1331 7E25 C406 C8D2
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread Andrew D Kirch

Andrew D Kirch wrote:

David Ruggles wrote:

I'm trying to set up a simple test box to start developing with Asterisk.

I've got a Dell GX150 with two X100P cards. I've downloaded, printed 
out and

read through most of TFOT. I've also done a lot of Internet searching.

I'm getting this error:
ZT_CHANCONFIG failed on channel 1: No such device or address (6)

Based on the searching I've done, it seems like the problem must be 
shared
IRQ issues. I've gone in the BIOS and disabled everything I can but I 
can't
stop the sharing completely. One X100P is shared with the built-in 
video and
the other X100P is shared with a serial controller. (I disabled both 
serial

ports)

My question is this: (in three parts)

1) Are my research and assumptions accurate? Does this seem to be an IRQ
issue?
2) If I have to build another system to prevent the IRQ problem, can 
anyone

recommend hardware (just for a simple test box right now)
3) Is it worth keeping the X100Ps or should I get a TDM400P like used in
TFOT, or something else? (again just for testing)

If there are other things I should check first please let me know!!

TIA!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200[EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
The X100P is going to leave you fairly unsatisfied with your Asterisk 
experience.  It lacks an on-card timing interface, and real X100P's 
haven't been made in quite awhile (several years).  You may or may not 
get caller ID, you may or may not get two way audio.  I know it's a bit 
more but you're better off with the TDM.  Good luck!



I should note I committed two sins in this post.
1. Tzafrir, I didn't see your reply (blame my inability to use my mail 
reader, and accept my humble apology)
2. the TDM400P comes with installation support from Digium, so you know 
you're going to be able to get it working correctly.


--
Andrew D Kirch  |   Abusive Hosts Blocking List  | www.ahbl.org
Security Admin  |  Summit Open Source Development Group  | www.sosdg.org
Key fingerprint = 4106 3338 1F17 1E6F 8FB2  8DFA 1331 7E25 C406 C8D2
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread [EMAIL PROTECTED]
Try to execute the command:  lspci
   
  if the card is ok, you will found some informations such as:
   
  01:00.0 Communication controller: Motorola: Unknown device 5608

  or 
   
  something likes tigerjet
   
  If you can't find them, I think you have to unplug the card and insert it to 
another pci slot.
  

Andrew D Kirch [EMAIL PROTECTED] wrote:
  David Ruggles wrote:
 I'm trying to set up a simple test box to start developing with Asterisk.
 
 I've got a Dell GX150 with two X100P cards. I've downloaded, printed out and
 read through most of TFOT. I've also done a lot of Internet searching.
 
 I'm getting this error:
 ZT_CHANCONFIG failed on channel 1: No such device or address (6)
 
 Based on the searching I've done, it seems like the problem must be shared
 IRQ issues. I've gone in the BIOS and disabled everything I can but I can't
 stop the sharing completely. One X100P is shared with the built-in video and
 the other X100P is shared with a serial controller. (I disabled both serial
 ports)
 
 My question is this: (in three parts)
 
 1) Are my research and assumptions accurate? Does this seem to be an IRQ
 issue?
 2) If I have to build another system to prevent the IRQ problem, can anyone
 recommend hardware (just for a simple test box right now)
 3) Is it worth keeping the X100Ps or should I get a TDM400P like used in
 TFOT, or something else? (again just for testing)
 
 If there are other things I should check first please let me know!!
 
 TIA!
 
 Thanks,
 
 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer Safe Data, Inc.
 (910) 285-7200 [EMAIL PROTECTED]
 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
The X100P is going to leave you fairly unsatisfied with your Asterisk 
experience. It lacks an on-card timing interface, and real X100P's 
haven't been made in quite awhile (several years). You may or may not 
get caller ID, you may or may not get two way audio. I know it's a bit 
more but you're better off with the TDM. Good luck!

-- 
Andrew D Kirch | Abusive Hosts Blocking List | www.ahbl.org
Security Admin | Summit Open Source Development Group | www.sosdg.org
Key fingerprint = 4106 3338 1F17 1E6F 8FB2 8DFA 1331 7E25 C406 C8D2
___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread joannaliza mariazeta

I had a clone X100P (ordinary modem with Motorola chipsets) It works fine
for me. My 2 cents: If you are just using that to learn the basics of
Asterisk yes go on and continue, but for production purpose you should go
with the TDM400P card from Digium.

Anyway I did not encounter any problem with my X100P.

On 2/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Try to execute the command:  lspci

if the card is ok, you will found some informations such as:

01:00.0 Communication controller: Motorola: Unknown device 5608
or

something likes tigerjet

If you can't find them, I think you have to unplug the card and insert it
to another pci slot.


*Andrew D Kirch [EMAIL PROTECTED]* wrote:

David Ruggles wrote:
 I'm trying to set up a simple test box to start developing with
Asterisk.

 I've got a Dell GX150 with two X100P cards. I've downloaded, printed out
and
 read through most of TFOT. I've also done a lot of Internet searching.

 I'm getting this error:
 ZT_CHANCONFIG failed on channel 1: No such device or address (6)

 Based on the searching I've done, it seems like the problem must be
shared
 IRQ issues. I've gone in the BIOS and disabled everything I can but I
can't
 stop the sharing completely. One X100P is shared with the built-in video
and
 the other X100P is shared with a serial controller. (I disabled both
serial
 ports)

 My question is this: (in three parts)

 1) Are my research and assumptions accurate? Does this seem to be an IRQ
 issue?
 2) If I have to build another system to prevent the IRQ problem, can
anyone
 recommend hardware (just for a simple test box right now)
 3) Is it worth keeping the X100Ps or should I get a TDM400P like used in
 TFOT, or something else? (again just for testing)

 If there are other things I should check first please let me know!!

 TIA!

 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer Safe Data, Inc.
 (910) 285-7200 [EMAIL PROTECTED]


 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
The X100P is going to leave you fairly unsatisfied with your Asterisk
experience. It lacks an on-card timing interface, and real X100P's
haven't been made in quite awhile (several years). You may or may not
get caller ID, you may or may not get two way audio. I know it's a bit
more but you're better off with the TDM. Good luck!

--
Andrew D Kirch | Abusive Hosts Blocking List | www.ahbl.org
Security Admin | Summit Open Source Development Group | www.sosdg.org
Key fingerprint = 4106 3338 1F17 1E6F 8FB2 8DFA 1331 7E25 C406 C8D2
___
--Bandwidth and Colocation provided by Easynews.com --

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



___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] New user question (X100P)

2007-02-05 Thread John Novack

Try just one card to begin with
Follow all the other suggestions regarding seeing if Linux can see the card
Disable all unused ports, such as serial and parallel, and USB

Don't waste your money on the TDM400
IF you want a serious analog card, go with the Sangoma A200. 5 year 
warranty, real support from Sangoma( Digiums answer if the TDM400 
doesn't work is try another motherboard)


Once you realize you can do what you want, the T1 and channel bank route 
is really the best way, and with careful shopping, can be affordable.


JMO

John Novack


David Ruggles wrote:

I'm trying to set up a simple test box to start developing with Asterisk.

I've got a Dell GX150 with two X100P cards. I've downloaded, printed out and
read through most of TFOT. I've also done a lot of Internet searching.

I'm getting this error:
ZT_CHANCONFIG failed on channel 1: No such device or address (6)

Based on the searching I've done, it seems like the problem must be shared
IRQ issues. I've gone in the BIOS and disabled everything I can but I can't
stop the sharing completely. One X100P is shared with the built-in video and
the other X100P is shared with a serial controller. (I disabled both serial
ports)

My question is this: (in three parts)

1) Are my research and assumptions accurate? Does this seem to be an IRQ
issue?
2) If I have to build another system to prevent the IRQ problem, can anyone
recommend hardware (just for a simple test box right now)
3) Is it worth keeping the X100Ps or should I get a TDM400P like used in
TFOT, or something else? (again just for testing)

If there are other things I should check first please let me know!!

TIA!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--Bandwidth and Colocation provided by Easynews.com --

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

  

___
--Bandwidth and Colocation provided by Easynews.com --

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