2001-03-30 02:08:18

by hugang

[permalink] [raw]
Subject: [ISDN-ERR]

Hello all:

---------------------------------------
OPEN: 10.0.0.2 -> 202.99.16.1 UDP, port: 1024 -> 53
ippp0: dialing 1 86310163...
isdn: HiSax,ch0 cause: E001B <--- error !!
isdn_net: local hangup ippp0
ippp0: Chargesum is 0
---------------------------------------
Can someone tell me ,howto fix it ??


2001-03-30 06:37:07

by Ronald Jeninga

[permalink] [raw]
Subject: Re: [ISDN-ERR]

Hello,

man isdn_cause
says
E = EDSS1
00 = User Message
1B = Destination out of order

The other end seems to have a problem
Doesn't seem to be a kernel issue though

Ronald Jeninga

hugang wrote:
>
> Hello all:
>
> ---------------------------------------
> OPEN: 10.0.0.2 -> 202.99.16.1 UDP, port: 1024 -> 53
> ippp0: dialing 1 86310163...
> isdn: HiSax,ch0 cause: E001B <--- error !!
> isdn_net: local hangup ippp0
> ippp0: Chargesum is 0
> ---------------------------------------
> Can someone tell me ,howto fix it ??
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2001-03-30 08:32:07

by Kai Germaschewski

[permalink] [raw]
Subject: Re: [ISDN-ERR]


On Fri, 30 Mar 2001, hugang wrote:

> Hello all:
>
> ---------------------------------------
> OPEN: 10.0.0.2 -> 202.99.16.1 UDP, port: 1024 -> 53
> ippp0: dialing 1 86310163...
> isdn: HiSax,ch0 cause: E001B <--- error !!
> isdn_net: local hangup ippp0
> ippp0: Chargesum is 0
> ---------------------------------------

E001B is an ISDN cause (see "man isdn_cause") it means
Location: (00) local
Cause: (1B) Destination out of order

which most likely indicates a cabling problem on your ISDN line. If you
need further assistance, contact me privately or ask on
[email protected], people on l-k don't really care.

--Kai