Subject: Re: ISDN on a alpha
To: Ross Harvey <port-alpha@netbsd.org>
From: Sascha Valckenier Kips <Merlin.Germany@gmx.net>
List: port-alpha
Date: 04/17/2001 04:10:56
hello ross,
the MAKEDEV script is the same.
i make the dev's from the current src/etc/etc.alpha/MAKEDEV.
but i cant use the isdnd.
i have downloaded the MAKEDEV from your link.
it is the same problem.
----- Original Message -----
From: "Ross Harvey" <ross@ghs.com>
To: <Merlin.Germany@gmx.net>; <port-alpha@netbsd.org>
Sent: Tuesday, April 17, 2001 3:48 AM
Subject: Re: ISDN on a alpha
> > From: "Sascha Valckenier Kips" <Merlin.Germany@gmx.net>
> >
> > Hello,
> >
> > i have now current kernel (1.5U) and current userland but i cant start
the
> > isdnd.
> >
> > i have shown in the /dev directory and found following:
> > DEV MAJOR MINOR
> > i4b 51 0
> > i4bctl 52 0
> > i4brbch* 53 0-3 for dev 0-3
> > i4btel* 54 0-1 for dev 0-1
> > i4btrc* 55 0-1 for dev 0-1
> >
> > but in the netisdn source code is other MAJOR No's given.
> >
> > for the i4b 60/65
> > for the i4bctl 55/64
> > for the i4brbch 57/61
> > for the i4btel 56/62
>
> Urk, you are right. /dev/MAKEDEV doesn't match the kernel. Tweak yours
> to interchange the i4btel and i4btrc major numbers, or download
> ftp://ftp.NetBSD.ORG/pub/NetBSD/arch/alpha/misc/MAKEDEV, su, rm *i4b*,
> and sh MAKEDEV isdn. If anyone else has made /dev/*i4b* nodes, perhaps
> by installing a snapshot, please remove them.
>
> //
>
>