From alsa-devel-owner@alsa.jcu.cz  Mon Feb 15 20:10:19 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 UAA21065
	for <alsa-devel@alsa.jcu.cz>; Mon, 15 Feb 1999 20:09:56 +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 VAA95888;
	Mon, 15 Feb 1999 21:09:50 +0200
Date: Mon, 15 Feb 1999 21:09:47 +0200 (EET)
From: Tuomas Heino <iheino@cc.hut.fi>
To: Glenn PM <glenpm@usa.net>
cc: alsa-devel@alsa.jcu.cz
Subject: Re: Sound not recognized - RedHat 5.2
In-Reply-To: <36C86F1F.2A73320D@usa.net>
Message-ID: <Pine.OSF.3.96.990215210741.540B-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 Mon, 15 Feb 1999, Glenn PM wrote:

> Thanks for answering Chris and Tuomas,
> 
> "Christopher T. Lansdown" wrote:
> > 
> > Glenn,
> >         Did you remember to change the snd_major= statement in
> > /etc/conf.modules?
> >         -Chris
> 
> This is my conf.modules:
> ------------------------
> 
> alias net-pf-3 off
> alias net-pf-4 off
> alias net-pf-5 off
> # ALSO TRIED THE TWO LINES BELOW COMMENTED OUT
> alias sound sb			.
> alias sound sb16
> # alias midi opl3
> # options opl3 io=0x388
> # options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
> 
> # below from INSTALL file example
> # ISA PnP support
> options isapnp isapnp_reserve_irq=9,10,11,12,13
> 
> # ALSA native device support
> alias char-major-116 snd
> options snd snd_major=116 snd_cards_limit=1
> alias snd-card-0 snd-sb16
> options snd-sb16 snd_index=1 snd_id="SB16"
> options snd-sb16 snd_index=1 snd_port=0x220 snd_irq=5 snd_dma8=1
> snd_dma16=5
> 
> # ALSO TRIED THIS SECTION BELOW COMMENTED OUT
> # OSS/Lite setup
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> alias sound-service-0-3 snd-pcm1-oss
> alias sound-service-0-12 snd-pcm1-oss
> 
> "The removal of the sound modules applies only to pre 2.2.x kernels...
> that
> means you need soundcore.o with ALSA 0.3.0pre4 & Linux 2.2.1
> ... (re)read the INSTALL file for more information ;)"
> 
> I also added soundcore.o back into /lib/modules/2.2.1/misc
> and kept deleted:
> 
> sb.o
> sound.o
> uart410.o
> 
> depmod -a ran fine but I still get this with modprobe:
> 
> # modprobe snd-sb16
> /lib/modules/2.2.1/misc/snd-sb16.o: init_module: Device or resource busy
> snd: Device or resource busy
> 
> I appreciate your help with this, now what?
> 
any syslog entries? what does your /var/log/messages contain about snd-sb16?
what about /proc/modules after trying to load the module?


