Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema isdn [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
robydrupo
n00b
n00b


Joined: 02 Dec 2003
Posts: 22

PostPosted: Fri May 28, 2004 6:18 pm    Post subject: Problema isdn [Risolto] Reply with quote

Cia ragazzi, ho questo problema con l'isdn....praticamente fa la chiamata ma poi terminato il tempo di timeout che imposto avviene un "local hangup"...
vi posto i file di connessione e configurazione....più dmesg e /var/log/messages....non so più che fare xchè la configurazione mi sembra corretta....ah ho caricato il modulo hisax corretto per il chipset della mia scheda (winbond type=36)
GRAZIE MILLE!

pap-secrets
Code:

# Secrets for authentication using PAP
# client   server   secret         IP addresses
"xxxxxxxx" * "xxxxxx"


chap-secrets(non dovrebbe servire ma l'ho configurato uguale a pap-secrets)

dmesg(qui c'è una cosa strana sul protocollo non supportato ma non capisco a che linea del mio script si riferisce)
Code:

HiSax: protocol unknown not supported
HiSax: 2 channels added
HiSax: MAX_WAITING_CALLS added
isdn: Verbose-Level is 3
isdn: Global Mode running
isdn_ppp_bind: Can't find a (free) connection to the ipppd daemon.
ippp, open, slot: 0, minor: 0, state: 0000
ippp_ccp: allocated reset data structure de2b2000
isdn_net: interface ippp0 already exists
ippp, open, slot: 1, minor: 0, state: 0000
ippp_ccp: allocated reset data structure de02a800
ippp0: dialing 0 7027020000...
ippp0: dialing 1 7027020000...
ippp0: dialing 1 7027020000...
isdn_net: local hangup ippp0



/var/log/messages(nn capisco perchè mi dia l'errore su chap-secrets perchè l'user c'è e la pwd pure...)
Code:

May 27 13:59:09 drupo ipppd: info: no CHAP secret entry for this user!
May 27 13:59:09 drupo ipppd[1759]: Found 1 device:
May 27 13:59:09 drupo ipppd[1759]: ipppd i2.2.12 (isdn4linux version of pppd by MH) started
May 27 13:59:09 drupo ipppd[1759]: init_unit: 0
May 27 13:59:09 drupo ipppd[1759]: Connect[0]: /dev/ippp0, fd: 7


questo lo script di connessione
Code:

#!/bin/bash
/sbin/isdnctrl delif ippp0
/sbin/isdnctrl addif ippp0
/sbin/isdnctrl eaz ippp0 xxxxxxxxx
/sbin/isdnctrl l2_prot ippp0 hdlc
/sbin/isdnctrl l3_prot ippp0 trans
/sbin/isdnctrl encap ippp0 syncppp
/sbin/isdnctrl huptimeout ippp0 600
/sbin/isdnctrl secure ippp0 on
/sbin/isdnctrl addphone ippp0 out xxxxxxxxxxxx
/sbin/ifconfig ippp0 -arp -broadcast
/sbin/ipppd user xxxxxxxx defaultroute noipdefault
/sbin/isdnctrl dial ippp0


GRAZIE A TUTTI!
roby
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Mon May 31, 2004 12:34 pm    Post subject: Reply with quote

Code:
isdn_ppp_bind: Can't find a (free) connection to the ipppd daemon.


Direi che questo errore è abbastanza significativo!

Comunque quando torno a casa (ora sono a lavoro :P ) ti posto i miei parametri di configurazione, chissà che non salti fuori il problema!

Intanto: che versione del kernel usi? Come hai configurato la sezione ISDN nel kernel?

Ciao

:)
Back to top
View user's profile Send private message
robydrupo
n00b
n00b


Joined: 02 Dec 2003
Posts: 22

PostPosted: Tue Jun 01, 2004 9:42 am    Post subject: Reply with quote

Risolto, risolto! Purtroppo ero convinto di aver compilato il kernel con il supporto per il protocollo euro, invece non era così.....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum