Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nach Kernel-update probleme mit fritzcapi
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 598
Location: D- 26188

PostPosted: Wed Apr 20, 2005 2:03 pm    Post subject: Nach Kernel-update probleme mit fritzcapi Reply with quote

Ich hab heute nacht von 2.6.9-r6 auf 2.6.11-r6 geuppet,
abgeshen davon daß ich viele module (nvidia-glx, fritzcapi, fcpci etc) gleich mit neu machen mußte,
klappt z.zt. mein Capi-I-net zugang nur umständlich

vorher hatte ich nen Icon aufm Desktop mit der Url
Code:

/usr/sbin/pppd call isdn/arcor

nach 2 sekunden konnte ich dann pingen und alles lief..

Jetzt klappt dieser aufruf nichtmehr, wenn ich die nummer anrufe
erscheint wie gewohnt 2 sek. später in der ifconfig das gerät ppp0.
ich muß aber jedesmal per hand ein
Code:

route add default ppp0

machen, bevor der daten emüfängt / überträgt...

habs dann mit nem trick versucht
/usr/sbin/netzan
Code:

#!/bin/bash
/usr/sbin/pppd call isdn/arcor
/sbin/route add default ppp0

aber das geht dann wohl zu schnell, weil der ppp0 erst 2 sek später existiert ..

Jemand nen Tipp ?
_________________
Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Wed Apr 20, 2005 4:55 pm    Post subject: Reply with quote

wie wäre es wenn du ein sleep einfügst?


Code:
#!/bin/bash
/usr/sbin/pppd call isdn/arcor
sleep 3
/sbin/route add default ppp0



Ich glaube das eigentliche Problem liegt daran, dass in der pp-konfiguration kein "defaultroute" mit drin steht und er somit die route nicht automatisch setzt. Kannst du das bitt eintragen und probieren, ob er dann die route setzt?
Back to top
View user's profile Send private message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 598
Location: D- 26188

PostPosted: Wed Apr 20, 2005 7:00 pm    Post subject: Reply with quote

Die datei /etc/ppp/options-pptp sieht so aus
Code:

#192.168.1.0:
netmask 255.255.255.0
#debug
#kdebug 1
lock
mtu 1490
mru 1490
proxyarp
noauth
require-chap
passive
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 3
lcp-echo-interval 5
deflate 0
#ms-dns 192.168.1.1
#ms-wins 192.168.1.1
defaultroute


Ich versuch mal ne kopie zu machen die /etc/ppp/options ersetzt
_________________
Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Wed Apr 20, 2005 7:06 pm    Post subject: Reply with quote

"pptp" hat nicht mit isdn zu tun .. sorry
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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