Rhino analog card with genzaptelconf not setting up

tbooth

Guru
Joined
Nov 5, 2007
Messages
296
Reaction score
0
followed these instructions outlined from rhino support then ran genzaptelconf and no channels are being setup.

1. All work should be done from /usr/src
cd /usr/src
2. Get the Script
wget http://downloads.rhinoequipment.com/Drivers/Contrib/setup-rhino-se
3. Make the Script Executable
chmod +x setup-rhino-se
4. Run the Script.
./setup-rhino-se
5. You may install the script for future use.
install -m 755 setup-rhino-se /usr/local/sbin/
6. Configure your zapata and zaptel files normally.

Any help or suggestions would be greatly appreciated.
tim

 
Tim,

I seem to remember that you have to manually edit /etc/zaptel.conf.

It need to look a little like this:

Code:
# Autogenerated by /usr/local/sbin/genzaptelconf -- do not hand edit
# Zaptel Configuration File
#
# This file is parsed by the Zaptel Configurator, ztcfg
#

# It must be in the module loading order


# Span 1: Rhino RCB8FXX/1 "Rhino RCB8FXX/1" (MASTER)
fxsks=1
fxsks=2
fxsks=3
fxsks=4
fxsks=5
fxsks=6
fxoks=7
fxoks=8

# Global data

loadzone        = us
defaultzone     = us
zaptel.conf (END)

You will need to modify to match your card.
 
well i appear to have the card on irq 7 along with 2 other devices. Let me fix that first.

hmm. tried all slots and still on the same irq with 2 other devices. Supermicro could this be normal?
 
RESOVLED: FOUND THIS THREAD. THX JOHN.

euser4life
user_offline.gif

Guru
Join Date: Dec 2007
Location: Shreveport, LA
Posts: 85


There are a few steps missing in the link above that must be done to get everything working. I just installed a test box with a Rhino R4FXO-EC and after running the script you must also do the following:

depmod -a
modprobe rcbfx
Verify that the hardware was detected by running "dmesg |grep rcbfx"

Edit /etc/sysconfig/zaptel and add "rcbfx"

MODULES="$MODULES rcbfx" # R4FXO - Rhino

You can # out any unused modules

now run "genzaptelconf -vvv". Now your channels should configure.
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top