On: 30 Oct 1998 10:21:35 +0100 Rene Hogendoorn writes: > > I am trying to get ISDN working on my new system. While I had a > working configuration on my old system, I am now stupified by an > error while trying to dial out, i.e. after "isdnctrl dial ippp0", I > get > > isdn_ppp_bind: Can't find usable ippp device > ippp0: Resource temporarily unavailable
Execute the following code: cd /dev for i in 0 1 2 3 4 5 6; do ./MAKEDEV ippp$i; done ippp7 will not work due a bug in the MAKEDEV script. I just sent a mail to Paul Slootman regarding this problem. Torsten