Date: Thu, 26 Feb 1998 10:41:44 +0100 (MET) From: Martin Husemann <martin@rumolt.teuto.de> To: dave@turbocat.de (David Wetzel) Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Comments to AM-Stuff Message-ID: <199802260941.KAA05866@rumolt.teuto.de> In-Reply-To: <199802251537.QAA00473@cat.turbocat.de> from "David Wetzel" at Feb 25, 98 04:37:05 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> after creating the devices, it did not work out of the box. > It seems that my Ackermann likes to use usrdeviceunit 0. > > I had to change (in /etc/isdn/isdnd.rc) > > usrdeviceunit = 0 # unit number > > into > > usrdeviceunit = 1 # unit number > > to make it work. > > But I am afraid, that it does not work if I have the channel 1 in use. The channel is not the device unit. You can list controllers (aka usrdeviceunit) with the isdnctl utility: "isdnctl -l" displays all installed controllers and their type. This number changes, if you rearange your kernel config file (i.e. change isic2 to isic0, so it is probed and attached before isic1) or add more isdn cards. Both changes need an update of your isdnd.rc. There is no need for automatic assignements. Channels (i.e. B1 and B2) are assigned automatically if you don't hardwire them. If your cards are pluged into different S0 busses, you won't have any channel conflicts at all. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802260941.KAA05866>