LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Asuscom ISDN PCI + ippp1 (https://www.linuxquestions.org/questions/linux-networking-3/asuscom-isdn-pci-ippp1-79287/)

lowkick 08-05-2003 03:35 PM

Asuscom ISDN PCI + ippp1
 
Does anyone happen to managed to bring up both ippp0 and ippp1 with this device ? It uses HFC chip. (hisax type=35)

I have problems in activating the slave channel.

(none):~# isdnctrl dial ippp0
Dialing of ippp0 triggered
(none):~# isdnctrl addlink ippp0
Ok, added a new link. (dialing)
(none):~# isdnctrl dial ippp1
ippp1: Invalid argument
(none):~#

My script does these:

#!/bin/bash

isdnctrl addif ippp0
isdnctrl addslave ippp0 ippp1

isdnctrl eaz ippp0 xxxyyyzzz

isdnctrl addphone ippp0 out 315701
isdnctrl addphone ippp0 out 315701

isdnctrl l2_prot ippp0 hdlc
isdnctrl l3_prot ippp0 trans

isdnctrl l2_prot ippp1 hdlc
isdnctrl l3_prot ippp1 trans

isdnctrl encap ippp0 syncppp
isdnctrl encap ippp1 syncppp

isdnctrl secure ippp0 on
isdnctrl secure ippp1 on

isdnctrl dialmode ippp0 auto
isdnctrl dialmode ippp1 auto

isdnctrl huptimeout ippp0 300
isdnctrl huptimeout ippp1 300

It seems that addif and addslave fails. Does anyone know why?
It says that there is no /dev/ippp1.

Is it the hardware?

wrongman 05-13-2004 08:15 AM

isdnctrl addphone ippp0 out 315701
isdnctrl addphone ippp0 out 315701

maybe is that you add two times the phone to an interface


All times are GMT -5. The time now is 07:25 PM.