Hallo, jaap schrieb:
Danke,Jan
I hope I'm getting closer Now I found out I don't have any isdn or ippp device file(not in /dev/ or /dev/isdn) New question:how do I make a isdn device file?
Usually this happens automaitcally by the module loaded for your ISDN-card. Do you use HiSax or CAPI? I just know the way it works with the HiSax-driver. If you use HiSax your /etc/modules.autoload.d/kernel-2.4 (if you use kernel 2.5 the file called kernel-2.5) needs an entry to load the HiSax-module on boot. Mine looks like this: ---snip--- # /etc/modules.autoload.d/kernel-2.4: kernel modules to load when system boots. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.4,v 1.1 2003/03/09 09:06:23 azarah Exp $ # # Note that this file is for 2.4 kernels. If you need different modules # for a 2.5 kernel, you can create /etc/modules.autoload.d/kernel-2.5 # # Add the names of modules that you'd like to load when the system # starts into this file, one per line. Comments begin with # and # are ignored. Read man modules.autoload for additional details. # For example: # 3c59x hisax type=3 protocol=2 io=0x180 irq=5 id=HiSax0 ---snap--- More infos on how to load the HiSax-module: /usr/src/linux/Documentation/isdn/README.HiSax
In case it might be usefull,my ippp.options file is at the end
Le Vendredi 8 Août 2003 13:30, Jan Girlich a écrit :
# Example config for a personal ISP dialin # see "man ipppd" for explanation of all possible options
# for the defaultroute setting, look in /etc/conf.d/net
/dev/isdn/ippp0
# you have to put login and password into /etc/ppp/pap-secrets too
name "jacobus"
lock ipcp-accept-local ipcp-accept-remote noipdefault
#You might want to try these if you have problems: -vj -vjccomp -ac -pc -bsdcomp mru 1524 mtu 1500 #noccp
This looks all fine to me. Gruss Jan