From alsa-devel-owner@alsa.jcu.cz  Sun Feb 14 21:17:02 1999
Received: from vipunen.hut.fi (vipunen-a.hut.fi [130.233.249.7])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id VAA15339
	for <alsa-devel@alsa.jcu.cz>; Sun, 14 Feb 1999 21:15:31 +0100
Received: from alpha.hut.fi (iheino@alpha.hut.fi [130.233.224.50])
	by vipunen.hut.fi (8.9.2/8.9.1) with SMTP id WAA257702
	for <alsa-devel@alsa.jcu.cz>; Sun, 14 Feb 1999 22:15:30 +0200
Date: Sun, 14 Feb 1999 22:15:30 +0200 (EET)
From: Tuomas Heino <iheino@cc.hut.fi>
To: alsa-devel@alsa.jcu.cz
Subject: Re: current CVS: snd: unable to register major device number 14
In-Reply-To: <Pine.LNX.3.96.990214134410.6456C-100000@entry.jcu.cz>
Message-ID: <Pine.OSF.3.96.990214221227.25338A-100000@alpha.hut.fi>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Sun, 14 Feb 1999, Jaroslav Kysela wrote:

> On Sun, 14 Feb 1999, Chris Butler wrote:
> 
> > Tuomas Heino wrote:
> > > Is this a known problem? ;)
> > > (and no, I don't have OSS/Free / OSS/Linux loaded; both load & unload gracefully)
> > > Feb 14 11:22:35 bx3 kernel: snd: unable to register major device number 14
> > > Feb 14 11:22:35 bx3 insmod: /lib/modules/2.2.1/misc/snd.o: init_module: Device or resource busy
> > > ... I think pre3:ish versions didn't have that prob
> > 
> > Remove the snd_major argument from the options to the snd module.
> 
> It's true. The snd_major variable, which belongs to snd module have got
> another meaning from 0.3.0pre4 version of driver. It specifies major
> device number for NATIVE devices. Please, check if this parameter in your
> /etc/conf.modules is set to 116 (options snd snd_major=116)!!!
> 
> 							Jaroslav
Ok that sounds good...
now what else do I need for my boring autoload command "head -c 0 /dev/audio" to work? ;)
Feb 14 22:10:25 bx3 modprobe: can't locate module sound-slot-0
Feb 14 22:10:25 bx3 modprobe: can't locate module sound-service-0-3

current config:

#options snd snd_major=14 snd_cards_limit=1
options snd snd_major=116 snd_cards_limit=1

alias snd-card-0 snd-interwave
alias snd-minor-oss-0 snd-interwave

options snd-interwave snd_index=1 snd_id="guspnp" snd_port=0x220 snd_irq=11 snd_dma1=5 snd_dma2=3

alias snd-minor-oss-3 snd-pcm1-oss
alias snd-minor-oss-4 snd-pcm1-oss
alias snd-minor-oss-5 snd-pcm1-oss
alias snd-minor-oss-12 snd-pcm1-oss

alias snd-minor-oss-0 snd-mixer



