Ok. I just got a TDM10B and it is in with my X100P. So as it says in the provided instructions, I used the command modprobe tor2 I get an error message saying that there is no such device. My zaptel.conf looks like this: fxsks=1 fxoks=2 So I load the X100P first. (modprobe wcfxo) Then I load the TDM10B (modprobe tor2) Then I'm told that the device doesn't exist. Please help _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
I have found some more information about my problem: in /proc/zaptel, I have one file called 1 The contents of the file are as follows: Span 1: WCFX0/0 "Wildcard X101P Board 1" RED 1 WCFX0/0/0 FXSKS ==============Also if I type dmesg, the last 5 lines are: Registered Tormenta2 PCI Registered Tormenta2 PCI Registered Tormenta2 PCI Registered Tormenta2 PCI Registered Tormenta2 PCI Why would this register 5 times? Also, if it registered, then why is it not detected with the modprobe command? _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
You should have run wcfxs instead of tor2. Tor to is for T400P/E400P. Martin On Wed, 30 Apr 2003, Derek Beaumont wrote:> Ok. I just got a TDM10B and it is in with my X100P. So as it says in the > provided instructions, I used the command > modprobe tor2 > > I get an error message saying that there is no such device. > > My zaptel.conf looks like this: > fxsks=1 > fxoks=2 > > So I load the X100P first. (modprobe wcfxo) > Then I load the TDM10B (modprobe tor2) > Then I'm told that the device doesn't exist. > > Please help > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Derek Beaumont wrote:> Ok. I just got a TDM10B and it is in with my X100P. So as it says in > the provided instructions, I used the command > modprobe tor2You must have recieved the wrong instructions.. you need to modprobe wcfxs Jeremy McNamara
On Wed, 2003-04-30 at 14:45, Derek Beaumont wrote:> Ok. I just got a TDM10B and it is in with my X100P. So as it says in the > provided instructions, I used the command > modprobe tor2 > > I get an error message saying that there is no such device. > > My zaptel.conf looks like this: > fxsks=1 > fxoks=2 > > So I load the X100P first. (modprobe wcfxo) > Then I load the TDM10B (modprobe tor2) > Then I'm told that the device doesn't exist.tor2 is for the T400P/E400P cards. Check the archive, or any instructions that came with the card for the proper driver. -- Steven Critchfield <critch@basesys.com>
========================================================You should have run wcfxs instead of tor2. Tor to is for T400P/E400P. ========================================================== modprobe wcfxs produces the same error message. _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
TDM is wcfxs and not tor2 On Wednesday 30 Apr 2003 9:07 pm, Derek Beaumont wrote:> I have found some more information about my problem: > > in /proc/zaptel, I have one file called 1 > The contents of the file are as follows: > > Span 1: WCFX0/0 "Wildcard X101P Board 1" RED > 1 WCFX0/0/0 FXSKS > > ==============> Also if I type dmesg, the last 5 lines are: > > Registered Tormenta2 PCI > Registered Tormenta2 PCI > Registered Tormenta2 PCI > Registered Tormenta2 PCI > Registered Tormenta2 PCI > > Why would this register 5 times? Also, if it registered, then why is it > not detected with the modprobe command? > > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
So if you have the X100P and TDM10B in your system and you have /etc/zaptel.conf like this (nothing else): fxsks=1 fxoks=2 loadzone=us defaultzone=us then you do "modprobe wcfxo" "modprobe wcfxs" "ztcfg -vv" and you still have problems ? Do lspci and check if you have two TigerJet entries ... Martin On Wed, 30 Apr 2003, Derek Beaumont wrote:> ========================================================> You should have run wcfxs instead of tor2. Tor to is for T400P/E400P. > ==========================================================> > modprobe wcfxs produces the same error message. > > > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ok. Mysteriously, after restarting the system about 2 or 3 times, and then trying to load the drivers, it was successful. Just one of those mysterious computer problems that seems to disappear. Sorry to waste everybody's time. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Sorry about the late reply. I found that the problem with the TDM10B was that the drivers were loaded out of order. The drivers are attempted to be loaded by the system, but the system loads them out of order. In order to load them properly, I appended the following to rc.local: unmod wcfxs unmod wcfxo unmod zaptel modprobe zaptel modprobe wcfxs modprobe wcfxo ztcfg -vv Although I am sure that this is not the best way to solve this problem, it works, so I'm happy.>From: Mark Spencer <markster@digium.com> >To: Derek Beaumont <jerkface2098@hotmail.com> >Subject: Re: [Asterisk-Users] TDM10B problem >Date: Sun, 4 May 2003 00:29:30 -0500 (CDT) > >Has your problem with the TDM10B been resolved? Were you able to get the >drivers to load properly? > >Mark > >_________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus