Subject: Re: Audio11 failed...
To: None <ignatios@cs.uni-bonn.de>
From: Stephan Thesing <thesing@cs.uni-sb.de>
List: port-amiga
Date: 01/23/1997 14:33:07
Hi!

On Thu, 23 Jan 1997 14:22:31 Ignatios Souvatzis wrote:
>   You can see that the device is loaded under number 26 (Off field).
>
>   Just change MAJOR=25 to MAJOR=26 in the MAKEDEV script of audiosrc11.
>
>This is the wrong recipe.
>
>Rather, the mknod should be executed from the post-installation
>script. One of the parameters this script gets is the major device
>number allocated. Remember, people might have modload'ed some IP
>filter or a strange filesystem or another driver first, in which case
>you would get 27 or 28 or or 29 or 35 or...

Yes. Maybe something like
 MAJOR=`modstat | awk '/audio/{print $3}'`

Bye....
	Stephan