Hallo beisammen,
ich besitze die Fritzcard PCI (v1.0) und hab sie mir "hisax type=27
irq=9 io=0xe800" installiert. laut syslog auch erfolgreich, au�er ich
irre mich. installiert hab ich debian potato mit kernel 2.2.19. dazu
will ich sagen, dass ich erst seit wenigen tagen mit debian arbeite.
-=>
Aug 13 15:49:31 orange kernel: ISDN subsystem Rev:
1.114.6.7/1.94/1.140.6.3/1.85.6.2/1.21/1.5.6.2 loaded
Aug 13 15:49:31 orange kernel: HiSax: Linux Driver for passive ISDN
cards
Aug 13 15:49:31 orange kernel: HiSax: Version 3.5 (module)
Aug 13 15:49:31 orange kernel: HiSax: Layer1 Revision 2.41.6.1
Aug 13 15:49:31 orange kernel: HiSax: Layer2 Revision 2.25
Aug 13 15:49:31 orange kernel: HiSax: TeiMgr Revision 2.17
Aug 13 15:49:31 orange kernel: HiSax: Layer3 Revision 2.17.6.1
Aug 13 15:49:31 orange kernel: HiSax: LinkLayer Revision 2.51
Aug 13 15:49:31 orange kernel: HiSax: Approval certification failed
because of
Aug 13 15:49:31 orange kernel: HiSax: unauthorized source code changes
Aug 13 15:49:31 orange kernel: HiSax: Warning - no protocol specified
Aug 13 15:49:31 orange kernel: HiSax: using protocol EURO
Aug 13 15:49:31 orange kernel: HiSax: Card 1 Protocol EDSS1 Id=HiSax (0)

Aug 13 15:49:31 orange kernel: HiSax: AVM PCI driver Rev. 1.22.6.3
Aug 13 15:49:31 orange kernel: AVM PnP: Class A Rev 2
Aug 13 15:49:31 orange kernel: AVM PCI/PnP: reset
Aug 13 15:49:31 orange kernel: AVM PCI/PnP: S1 0
Aug 13 15:49:31 orange kernel: HiSax: AVM Fritz!PnP config irq:5
base:0xE800
Aug 13 15:49:31 orange kernel: AVM PnP: ISAC version (0): 2086/2186 V1.1

Aug 13 15:49:31 orange kernel: AVM Fritz PnP/PCI: IRQ 5 count 0
Aug 13 15:49:31 orange kernel: AVM Fritz PnP/PCI: IRQ 5 count 6
Aug 13 15:49:31 orange kernel: HiSax: DSS1 Rev. 2.30
Aug 13 15:49:31 orange kernel: HiSax: 2 channels added
Aug 13 15:49:31 orange kernel: HiSax: MAX_WAITING_CALLS added
<=-

mit isdnconfig hab ich das device eingerichtet, dazu hab ich pap-secrets
editiert und mir chap-secrets gelinkt.Daraufhin folgt diese meldung :
-=>
Aug 13 15:49:31 orange kernel: isdn: Verbose-Level is 2
Aug 13 15:49:32 orange ipppd: info: no PAP secret entry for this user!
Aug 13 15:49:32 orange ipppd[187]: Found 1 device: /dev/ippp0
Aug 13 15:49:32 orange ipppd[194]: ipppd i2.2.10 (isdn4linux version of
pppd by MH) started
Aug 13 15:49:32 orange ipppd[194]: init_unit: 0
Aug 13 15:49:32 orange ipppd[194]: Connect[0]: /dev/ippp0, fd: 8Aug  8
01:05:59 orange kernel: isdn: Verbose-Level is 2
<=-

danach wollte ich nun die einwahl ueber ppp konfigurieren und das sieht
so bei mir aus :
- pap-secrets :
langezahl#0001 T-Online passwort

- /etc/ppp/peers/t-online
# This optionfile was generated by pppconfig 2.0.5.
#
#
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/T-Online"
debug
/dev/ippp0
115200
defaultroute
noipdefault
user 0002993289565100497386810001
remotename T-Online
ipparam T-Online
usepeerdns

- /etc/isdn/isdn.conf
[GLOBAL]
COUNTRYPREFIX=+
AREAPREFIX=0

# Change this to reflect your city
COUNTRYCODE=49 # Germany
AREACODE=511 # Hannover

# Isdnlog supports two databases for areacode -> name mapping.
# avon is the old one, I recommend to use areacode, the new one.
# However, it is easier to add to the avon database...
CODELIB=AREACODE
AREALIB=/usr/share/isdn/areacode.dat
# for avon:
# CODELIB=AVON
# AVON=/usr/share/isdn/avon

[VARIABLES]

[ISDNLOG]
CHARGEMAX = 9999.99
# CURRENCY = 0.08,NLG # 8 cents/unit (approximation in NL!), currency
notation

ILABEL = %b %e %T %ICall to tei %t from %N2 on %n2
OLABEL = %b %e %T %Itei %t calling %N2 with %n2
# Alternates (easier to read):
# ILABEL = %a %b %e %T incoming %I%n2 <- %N2
# OLABEL = %a %b %e %T outgoing %I%n2 -> %N2

# If you're in Germany, and subscribe to Telekom's "cityweekend" tariff:

# CITYWEEKEND=Y

- /etc/isdn/ipppd.ippp0
...
# AUTHENTICATION

name 0002993289565100497386810001 # set local name for auth XXX_
...

- /etc/isdn/device.ippp0
#!/bin/sh

# REMOVE the next line once configuration is complete
#########################

# REMOVE the above line once configuration is complete
########################

# Instructions: read the comments for each command, and if necessary,
edit
..
..
# You need to have the ppp package installed for those scripts to work.

set -e # exit on _any_ error

# Get the device name
device=`basename $0`; device=${device#*.}

# The (dummy) IP addresses
#
# Use 10.0.0.1 for LOCALIP and 10.0.0.2 for REMOTEIP if you have
# dynamic IP addresses; with static address fill in the real values!

LOCALIP=10.0.0.1 # XXX_
REMOTEIP=10.0.0.2 # XXX_

# Phone numbers (without the leading zero)
..
..
# situations, so it is configurable.

LOCALMSN=5865116        # ME
REMOTEMSN=191011 # T-Online
LEADINGZERO=0  # XXX_  use LEADINGZERO='' if you have no areacodes.

# DIALMODE:
..
# started.

DIALMODE=auto  # XXX_ other values can be 'on' and 'off'

# Encapsulation (default is syncppp for ipppX devices, rawip for isdnX
devices)
# Change the next four lines if you need some other value.
if expr ${device} : ippp > /dev/null
then ENCAP=syncppp
else ENCAP=rawip
fi

..
..

 # huptimeout name seconds
..
..
# Default is 60 seconds
isdnctrl huptimeout ${device} 160 # XXX_

..
..

# verbose num
..
isdnctrl verbose 2

Wenn ich mich dann einwaehlen will (isdnctrl dial ippp0), erscheint in
/var/log/messages :
-=>
Aug 13 15:53:41 orange kernel: ippp0: dialing 1 0191011...
Aug 13 15:53:42 orange ipppd[194]: Local number: 5865116, Remote number:
0191011, Type: outgoing
Aug 13 15:53:42 orange ipppd[194]: PHASE_WAIT -> PHASE_ESTABLISHED,
ifunit: 0, linkunit: 0, fd: 8
Aug 13 15:53:42 orange kernel: isdn_net: ippp0 connected
Aug 13 15:54:12 orange kernel: isdn_net: local hangup ippp0
Aug 13 15:54:12 orange kernel: ippp0: Chargesum is 0
Aug 13 15:54:12 orange ipppd[194]: LCP: timeout sending Config-Requests
Aug 13 15:54:12 orange ipppd[194]: Connection terminated.
Aug 13 15:54:12 orange ipppd[194]: taking down PHASE_DEAD link 0,
linkunit: 0
Aug 13 15:54:12 orange ipppd[194]: closing fd 8 from unit 0
Aug 13 15:54:12 orange ipppd[194]: link 0 closed , linkunit: 0
Aug 13 15:54:12 orange ipppd[194]: reinit_unit: 0
Aug 13 15:54:12 orange ipppd[194]: Connect[0]: /dev/ippp0, fd: 8
Aug 13 15:54:13 orange kernel: OPEN: 10.0.0.1 -> 192.33.4.12 UDP, port:
1024 -> 53
Aug 13 15:54:13 orange kernel: ippp0: dialing 1 0191011...
Aug 13 15:54:15 orange kernel: isdn_net: ippp0 connected
Aug 13 15:54:15 orange ipppd[194]: Local number: 5865116, Remote number:
0191011, Type: outgoing
Aug 13 15:54:15 orange ipppd[194]: PHASE_WAIT -> PHASE_ESTABLISHED,
ifunit: 0, linkunit: 0, fd: 8
Aug 13 15:54:29 orange kernel: isdn_tx_timeout dev ippp0 dialstate 0
Aug 13 15:54:44 orange kernel: isdn_tx_timeout dev ippp0 dialstate 0
Aug 13 15:54:45 orange kernel: isdn_net: local hangup ippp0
Aug 13 15:54:45 orange kernel: ippp0: Chargesum is 0
<=-

-=>
Aug  8 01:11:17 orange kernel: isdn_tx_timeout dev ippp0 dialstate 0
<=-
^^^^ diese meldung bekomm ich laufend auf der konsole, unaufhoehrlich
bis ich "/etc/init.d/isdnutils stop" ausfuehre, ein "isdnctrl hangup
ippp0" hilft nicht.

nun mittlerweile bin ich recht ratlos geworden, weil ich nicht wei� was
ich da falsch gemacht habe, gemacht haben koennte.

ich bin fuer jeden tip dankbar, danke im vorraus.
cya
         Jan P.



-- 
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an [EMAIL PROTECTED] die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: [EMAIL PROTECTED]
-----------------------------------------------------------

875 eingetragene Mitglieder in dieser Liste.

Antwort per Email an