From alsa-devel-owner@alsa.jcu.cz  Mon Feb 15 20:04:37 1999
Received: from smtp-2.mdc.net (smtp-2.mdc.net [209.251.64.26])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id UAA20627
	for <alsa-devel@alsa.jcu.cz>; Mon, 15 Feb 1999 20:03:07 +0100
Received: from usa.net (glenn@xcom-79-131.mdc.net [209.251.79.131])
	by smtp-2.mdc.net (8.9.1/8.9.1) with ESMTP id OAA08490;
	Mon, 15 Feb 1999 14:10:46 -0500 (EST)
	(envelope-from glenpm@usa.net)
Message-ID: <36C86F1F.2A73320D@usa.net>
Date: Mon, 15 Feb 1999 14:01:51 -0500
From: Glenn PM <glenpm@usa.net>
MIME-Version: 1.0
To: "Christopher T. Lansdown" <lansdoct@screech.cs.alfred.edu>,
        Tuomas Heino <iheino@cc.hut.fi>, alsa-devel@alsa.jcu.cz
Subject: Re: Sound not recognized - RedHat 5.2
References: <Pine.LNX.4.05.9902151128310.11988-100000@screech.cs.alfred.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

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?

Glenn
------


> 
> lansdoct@cs.alfred.edu
> "If I had had more time I would have written you a shorter letter." - Pascal
> Linux Programs: http://cs.alfred.edu/~lansdoct/linux/
> Linux - Get there. Today.

