From owner-freebsd-isdn Thu Aug 17 7: 6:48 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.squidge.com (ns0.squidge.com [195.10.252.4]) by hub.freebsd.org (Postfix) with ESMTP id 012E237B63A for ; Thu, 17 Aug 2000 07:06:40 -0700 (PDT) Received: from simonh ([193.133.98.226]) by mail.squidge.com (8.9.3/8.9.3) with SMTP id PAA28958 for ; Thu, 17 Aug 2000 15:17:56 +0100 (BST) (envelope-from si@mystery-machine.com) Message-ID: <00ad01c00854$77f19510$430110ac@billco.internal> Reply-To: "Simon Holliday" From: "Simon Holliday" To: References: <20000815112201.7F2CD482C@hcswork.hcs.de> Subject: Re: isdn primer? Date: Thu, 17 Aug 2000 15:06:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi folks, thanks for the previous reply pointing me to the documentation... very useful. I am now much further on than I was however... a few problems remain. I have two machines, both with Elsa Microlink PCI modems in them. Both machines have almost identical setups, and the ISDN in the kernel is configured as follows in both: options ELSA_QS1PCI device isic0 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" device "i4brbch" 4 device "i4bipr" 4 Both machine report the following on boot: > isic0: port 0x2070-0x2073,0x2080-0x20ff mem 0x41400000-0x4140007f irq 10 at device 14.0 on pci0 > isic0: Error, IPAC version 2 unknown! > device_probe_and_attach: isic0 attach returned 6 will this IPAC error cause the modems to fail? if so, what can I do to fix this? /etc/rc.conf is configured as follows: ifconfig_ipr0="inet 172.16.200.7 172.16.200.5 netmask 255.255.255.255" with the IP address reversed in the other machine. I am assuming from what I have read, that so long as my isdnd.rc is correct, the line should be brought up when a packet wants to get from 172.16.200.7 -> 172.16.200.5 ?? Is this correct? my isdnd.rc is as follows (phone numbers hidden): # MSDW system acctall off mailer /usr/sbin/sendmail mailto si@mystery-machine.com monitor-allowed no useacctfile no controller protocol dss1 entry name MSDW b1protocol hdlc callbackwait 0 calledbackwait 0 dialin-reaction callback dialout-type normal dialrandincr on dialretries 5 direction inout idletime-outgoing 60 idletime-incoming 120 isdncontroller -1 isdnchannel -1 isdntxdel-incoming 5 isdntxdel-outgoing 5 local-phone-dialout 0207xxxxxxx local-phone-incoming 0207yyyyyyy remote-phone-dialout 0207yyyyyyy remote-phone-incoming 0207xxxxxxx usrdevicename ipr usedown no Problems are... one machine reports "ERR init_controller: no ISDN controller found!" when I run isdnd manually - the other machine doesn't, despite both machine being configured almost identically. And trying to connect to the other machine via the IP numbers assigned to ipr0 has no effect whatsoever. Any help very much appreciated. thanks, Si. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message