View previous topic :: View next topic |
Author |
Message |
svollmer n00b
Joined: 12 Sep 2003 Posts: 16 Location: Trier, Germany
|
Posted: Fri Sep 12, 2003 6:33 pm Post subject: ISDN - Verbindungsaufbau klappt einfach nicht |
|
|
Hallo!
Ich versuche seit einiger Zeit verzweifelt, ISDN unter Gentoo zum Laufen zu bekommen. Als Provider verwende ich Arcor Internet By Call basis. Bei der Einrichtung bin ich nach BackSeats "How to set up ISDN on Gentoo" vorgegangen.
Einige Probleme, etwa die Meldung über fehlenden PPP-Support im Kernel, konnte ich selber beheben, aber jetzt komme ich nicht mehr weiter.
Wenn ich versuche, mich per "isdnctrl dial ippp0" einzuwählen, erscheinen in /var/log/messages folgende Meldungen:
Code: |
17:54:50 localhost kernel: ippp0: dialing 1 0192077...
17:54:59 localhost kernel: ippp0: dialing 2 0192077...
17:55:07 localhost kernel: ippp0: dialing 3 0192077...
17:55:08 localhost kernel: isdn: fcpcipnp0,ch0 cause: E001B
17:55:16 localhost kernel: isdn_net: local hangup ippp0
17:55:16 localhost kernel: ippp0: Chargesum is 0
|
Nach der festgelegten Anzahl der Einwahlversuche wird die Verbindung dann wieder automatisch beendet.
Während der Einwahl zeigt iMon folgende Meldungen:
Code: |
Nr LineID Status Phone Number Usage Type
---------------------------------------------------------
0 fcpcipnp0 Connecting 0192077 Net Outgoing
1 fcpcipnp0 Offline
|
Da ich mittlerweile überhaupt nicht mehr weiß, wo der Fehler liegen könnte, sind hier ein paar Auszüge aus meinen Konfigurationsdateien bzw. Ausgaben von Programmen.
Code: |
# dmesg | grep HiSax
HiSax: Linux Driver for passive ISDN cards
HiSax: Version 3.5 (kernel)
HiSax: Layer1 Revision 1.1.4.1
HiSax: Layer2 Revision 1.1.4.1
HiSax: TeiMgr Revision 1.1.4.1
HiSax: Layer3 Revision 1.1.4.1
HiSax: LinkLayer Revision 1.1.4.1
HiSax: Approval certification failed because of
HiSax: unauthorized source code changes
HiSax: Total 0 card defined
HiSax: Card 1 Protocol EDSS1 Id=fcpcipnp0 (0)
HiSax: DSS1 Rev. 1.1.4.1
HiSax: 2 channels added
HiSax: MAX_WAITING_CALLS added
|
Code: |
/etc/ppp/chap-secrets bzw. /etc/ppp/pap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
arcor-basis * internet
|
Code: |
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:90:27:3B:D1:9A
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0xf000
ippp0 Link encap:Point-to-Point Protocol
inet addr:192.168.0.1 P-t-P:192.168.0.1 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
Code: |
# isdnctrl list ippp0
Current setup of interface 'ippp0':
EAZ/MSN: 06511234567
Phone number(s):
Outgoing: 0192077
Incoming:
Dial mode: manual
Secure: on
Callback: off
Reject before Callback: on
Callback-delay: 5
Dialmax: 3
Hangup-Timeout: 30
Incoming-Hangup: on
ChargeHangup: off
Charge-Units: 0
Charge-Interval: 0
Layer-2-Protocol: hdlc
Layer-3-Protocol: trans
Encapsulation: syncppp
Slave Interface: None
Slave delay: 10
Master Interface: None
Pre-Bound to: Nothing
PPP-Bound to: 0
|
Code: |
/etc/resolv.conf
nameserver 145.253.2.11
nameserver 145.253.2.75
|
Code: |
# route -v -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ippp0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ippp0
|
Mein System:
Athlon TB 1 GHz
Abit KT7A-RAID
512 MB RAM
GeForce2 GTS
AVM Fritz!Card PCI
Intel EtherExpress PRO/100
Adaptec 2940AU PCI
SoundBlaster 5.1 Player
Vanilla-Kernel 2.4.22
Für jeden Vorschlag bin ich dankbar, denn mittlerweile sehe ich wirklich den Wald vor lauter Bäumen nicht mehr ...
- Stephan
PS: Bin momentan leider nicht regelmäßig online, daher kann es etwas dauern, bis ich antworten kann.
Last edited by svollmer on Sat Sep 13, 2003 7:08 am; edited 2 times in total |
|
Back to top |
|
|
massimo Veteran
Joined: 22 Jun 2003 Posts: 1226
|
Posted: Fri Sep 12, 2003 8:49 pm Post subject: |
|
|
Lass mal die führende 0 von deiner Nummer zum Provider weg.
MSN-Nummer sollte auch ohne Vorwahl sein (oder?).
Für die Error-Codes während des Wählens:
Edit:
Vielleicht liegt es auch an dem 'Secure: on' bei dem Einstellungen zu dem Interface. |
|
Back to top |
|
|
svollmer n00b
Joined: 12 Sep 2003 Posts: 16 Location: Trier, Germany
|
Posted: Fri Sep 12, 2003 9:10 pm Post subject: |
|
|
Danke für Deine Hinweise! Werde ich gleich morgen mal ausprobieren.
Quote: | Vielleicht liegt es auch an dem 'Secure: on' bei dem Einstellungen zu dem Interface. |
Glaube ich eher nicht. Ich hatte erst 'Secure: off', und damit hat es auch nicht funktioniert. Aber ich werde es noch einmal umstellen, um ganz sicher zu gehen.
- Stephan |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Sat Sep 13, 2003 9:48 am Post subject: |
|
|
hi,
ich hatte die selben Probleme mit der Fritz, nehme an, dass hier kennst du schon:
https://forums.gentoo.org/viewtopic.php?t=54050&highlight=avm+fritz+card+pci&sid=ca8dd9cdf5bca935946d2235f454781b
Also gehen wir davon aus, der Kernel ist ok und deine sonstigen Einstellungen sehen auch ok aus.
Dann gibt's noch folgenden, persönlichen Hinweiss von mir.
Mit meiner Fritz habe ich auch wochenlang rumgedoktert und mitlerweile 2 dicke Ordner Dokumentationen verarbeitet. Die Krux liegt dann darin, dass HiSaX, ipppd und isdnctrl richtig eingestellt sind aber es mit dem irq nicht klappt. Zweitens, weil alles sauber installiert ist, gibts keine vernübftigen Fehlermeldungen. Die Erfahrung habe ich jetzt gemacht. Es KANN mit einer NEUEN Fritz gehen, mit meiner alten - ca 3 Jahre alt - gings nicht. Zwichenzeitlich hatte ich als Notlösung mir eine ELSA aus Konkursbeständen zugelegt. Was soll ich dir sagen? Fritz raus, ELSA rein, type geändert und los gings. NULL Probleme bis jetzt.
Wenn du nicht auf's Faxen und somit auf Capi angewiesen bist, schmeis die Fritz raus. Ob das ein gentoo-Problem ist? Ich glaube nicht, hat wohl eher was mit dem Kernel oder mit der Hardware zu tun. Mit der alten Fritz bei mir bin ich halb Wahnsinnig geworden und bin die Dokumentationen x-mal durchgegangen. Was war das für eine Erlösung mit der ELSA. Unbeschreiblich. Jetzt habe ich ne neue Fritz, und hab die aus Spaß auch zum laufen bekommen, aber danach ausgebaut und wieder die - inzwischen vertraute - ELSA reinmontiert. Besser ist besser.
Gruß
Ma _________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
svollmer n00b
Joined: 12 Sep 2003 Posts: 16 Location: Trier, Germany
|
Posted: Sat Sep 13, 2003 11:53 am Post subject: |
|
|
Hallo!
Mittlerweile habe ich ein bißchen rumgebastelt und bin ein Stück weitergekommen. Ich habe bisher im Kernel den als "experimental" gekennzeichneten Fritz!Card-Treiebr verwendet (war in irgendeinem Guide so angegeben). Nachdem ich stattdessen den normalen Fritz!Card PnP/PCI-Treiber nehme, bekomme ich schon einmal eine Verbidung zustande. iMon zeigt als Status auch "Connected" an.
Ein ping auf eine IP-Adresse klappt auch (mit dem Arcor-DNS-Server 145.253.2.11 getestet).
Während einer Verbindung wird in /var/log/messages folgendes ausgegeben:
Code: |
11:27:54 localhost kernel: ippp0: dialing 1 0192077...
11:27:57 localhost kernel: isdn_net: ippp0 connected
11:27:57 localhost ipppd[1571]: Local number: 9663245, Remote number: 0192077, Type: outgoing
11:27:57 localhost ipppd[1571]: PHASE_WAIT -> PHASE_ESTABLISHED, ifunit: 0, linkunit: 0, fd: 8
11:27:57 localhost ipppd[1571]: ChapReceiveChallenge: Rcvd id 96.
11:27:57 localhost ipppd[1571]: ChapReceiveChallenge: received name field: 'dialoutuser'
11:27:57 localhost ipppd[1571]: ChapReceiveSuccess: Rcvd id 96.
11:27:57 localhost ipppd[1571]: MPPP negotiation, He: No We: No
11:27:57 localhost ipppd[1571]: CCP enabled! Trying CCP.
11:27:57 localhost ipppd[1571]: CCP: got ccp-unit 0 for link 0 (Compression Control Protocol)
11:27:57 localhost ipppd[1571]: ccp_resetci!
11:27:57 localhost ipppd[1571]: local IP address 212.144.208.2
11:27:57 localhost ipppd[1571]: remote IP address 145.253.4.13
11:29:17 localhost kernel: isdn_net: local hangup ippp0
11:29:17 localhost kernel: ippp0: Chargesum is 0
11:29:17 localhost ipppd[1571]: Modem hangup
11:29:17 localhost ipppd[1571]: Connection terminated.
11:29:17 localhost ipppd[1571]: taking down PHASE_DEAD link 0, linkunit: 0
11:29:17 localhost ipppd[1571]: LCP is down
11:29:17 localhost ipppd[1571]: closing fd 8 from unit 0
11:29:17 localhost ipppd[1571]: link 0 closed , linkunit: 0
11:29:17 localhost ipppd[1571]: reinit_unit: 0
11:29:17 localhost ipppd[1571]: Connect[0]: /dev/ippp0, fd: 8
|
Jedoch funktioniert die Namensauflösung nicht, d. h. wenn ich beispielsweise "ping www.heise.de" eingebe, passiert gar nichts.
Ich habe mich schon erfolglos durch haufenweise Forumsbeiträge zum Thema ISDN gewühlt. Obwohl ich mich nicht als totalen Laien bezeichnen würde, stehe ich mit der Netzwerkkonfiguration unter Linux doch auf Kriegsfuß ...
Ich bin wirklich für jede Hilfe dankbar!
- Stephan |
|
Back to top |
|
|
mcm n00b
Joined: 11 Sep 2003 Posts: 15
|
Posted: Sat Sep 13, 2003 12:15 pm Post subject: |
|
|
Hiho
du musst in der /etc/resolv.conf einen Nameserver eintragen.
z.B.
Code: |
#/etc/resolv.conf
nameserver 62.104.196.134
|
dann sollte es gehen
mcm |
|
Back to top |
|
|
svollmer n00b
Joined: 12 Sep 2003 Posts: 16 Location: Trier, Germany
|
Posted: Sat Sep 13, 2003 12:48 pm Post subject: |
|
|
Hallo!
Quote: | du musst in der /etc/resolv.conf einen Nameserver eintragen. |
Habe ich schon gemacht (Inhalt von resolv.conf siehe erstes Posting). Aber es funktioniert leider trotzdem nicht.
- Stephan |
|
Back to top |
|
|
svollmer n00b
Joined: 12 Sep 2003 Posts: 16 Location: Trier, Germany
|
Posted: Sat Sep 13, 2003 6:22 pm Post subject: |
|
|
So, jetzt funktioniert es endlich!
Allerdings weiß ich gar nicht genau, warum es jetzt klappt. So etwas kannte ich bisher nur von Windows. Eventuell lag es am falsch gesetzten hostname/domainname für meinen Rechner.
Aber Hauptsache es funktioniert und vielen Dank an alle, die geantwortet haben!
- Stephan |
|
Back to top |
|
|
AlexKahl n00b
Joined: 16 Sep 2003 Posts: 12 Location: Leipzig / East Germany
|
Posted: Sun Oct 05, 2003 3:27 pm Post subject: |
|
|
Hi!
Wenn ich das Thema nochmal aufgreifen dürfte. Ich bekomme den gleichen Fehler, aber nur, wenn ich ISPs verwende, die username und passwort verlangen. Andere z.B. MSN funktionieren einwandfrei.
Könntet ihr mir vielleicht noch nen Tipp geben, woran es liegen könnte?
Vielen Dank schonmal im voraus.
mfg,
AlexKahl |
|
Back to top |
|
|
|
|
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
|
|