From alsa-user-owner@alsa.jcu.cz  Mon Feb  8 21:30:07 1999
Received: from pluto.andeby (IDENT:ahermans@t2o212p43.telia.com [195.204.226.103])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id VAA13031
	for <alsa-user@alsa.jcu.cz>; Mon, 8 Feb 1999 21:29:48 +0100
Received: from localhost (ahermans@localhost)
	by pluto.andeby (8.8.7/8.8.7) with ESMTP id VAA01135;
	Mon, 8 Feb 1999 21:28:17 +0100
Date: Mon, 8 Feb 1999 21:28:16 +0100 (CET)
From: Anders Semb Hermansen <ahermans@vf.telia.no>
To: Carl Robson <carl@skraggy.freeserve.co.uk>
cc: alsa-user@alsa.jcu.cz
Subject: Re: Still no success
In-Reply-To: <99020819464400.01525@localhost.localdomain>
Message-ID: <Pine.LNX.4.04.9902082126360.1130-100000@pluto.andeby>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Hello Carl

Load your module "snd-pcm1-oss" manually with modprobe, your kerneld
program is probably not working.

mvh
Anders

--
Anders Semb Hermansen
E-Mail: <ahermans@vf.telia.no>
Cellmail: <93802837@sms.netcom.no>

On Mon, 8 Feb 1999, Carl Robson wrote:

> Hi List
> here is the relevent section od Modprobe -c showing the alias for the snd-*.o
> driver modules
> # Aliases
> alias sound-service-0-12 snd-pcm1-oss
> alias sound-service-0-3 snd-pcm1-oss
> alias sound-slot-0 snd-card-0
> alias snd-card-0 snd-sb16
> alias char-major-14 snd
> alias char-major-116 snd   
> 
> It quite
> clearly shows snd-pcm1-oss
> 
> And here is the alsaconf produced entry in conf.modules
> 
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> alias char-major-116 snd
> alias char-major-14 snd
> alias snd-card-0 snd-sb16
> alias sound-slot-0 snd-card-0
> alias sound-service-0-3 snd-pcm1-oss
> alias sound-service-0-12 snd-pcm1-oss
> options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=0 snd_device_uid=0
> options snd-sb16 snd_index=1 snd_id=soundblaster snd_port=0x220 snd_mpu_port=0x330 snd_irq=5 snd_dma8=1 snd_dma8_size=64 snd_dma16=5 snd_dma16_size=128 snd_mic_agc=1
> # --- END: Generated by ALSACONF, do not edit. ---
> 
> As you can see it is quite clearly listed
> 
> Yet if I do lsmod it isn't listed
> 
> 
> [root@localhost /root]# lsmod
> Module         Pages    Used by
> snd-sb16           1            0
> snd-sb-dsp         4    [snd-sb16]      0
> snd-pcm1           5    [snd-sb-dsp]    0
> snd-mpu401-uart    1    [snd-sb16]      0
> snd-midi           4    [snd-sb16 snd-sb-dsp snd-mpu401-uart]   0
> snd-pcm            3    [snd-sb16 snd-sb-dsp snd-pcm1]  0
> snd-opl3           1    [snd-sb16]      0
> snd-timer          1    [snd-opl3]      0
> snd-mixer          4    [snd-sb16 snd-sb-dsp]   0
> snd-synth          1    [snd-sb16 snd-opl3]     0
> snd               10    [snd-sb16 snd-sb-dsp snd-pcm1 snd-mpu401-uart snd-midi snd-pcm snd-opl3 snd-timer snd-mixer snd-synth]  0
> isapnp             6    [snd-sb16]      0
> nls_iso8859_1      1            1 (autoclean)
> nls_cp437          1            1 (autoclean)
> vfat               4            1 (autoclean) 
> 
> So what gives, any suggestions?
> 
> I now have cdaudio playing ok, aplay and arecord work OK,
> amixer and alsamixer do their and xamixer works a treat,
> but even aumix doesn't work output below
> 
> [root@localhost /root]# aumix
> aumix: error opening /dev/mixer.
> [root@localhost /root]# 
> 
> x11amp says it can't open device followed by can't reset device
> and all KDE sound apps except Kscd won't produce output. Kmixer says it doesn't
> have permissions to open /dev/mixer, needs a+rw which it does, I have even
> tried setting /dev/mixer and also /dev/mixer1 suid with no joy.
> 
> This is bugging me because i am sure it should be relatively easy to fix and I
> am having real problems figuring it out.
> 
> Version info
> Redhat Linux 5.1 (Manhatten)
> Kernel 2.0.35-1
> alsa-libs
> alsa-drivers
> alsautils all ver -0.3.0-pre3
> Sound card sb32 PNP
> isapnp ver 1.17-1
> Card is functioning because it is correctly identified at boot-time and I hear
> sound switch on. If I speak into the mike I hear the output through the
> speakers. 
> Only other apps don't work so help me please what an I missing.
> Do snd-pcm.o &snd-pcm1.o have aliases that need to be loaded into system, to
> allow snd-pcm1-oss.o to be loaded to make the system OSS compatible?
> Help Novice Linux Newbie running out of idea and patience
> Carl Robson
> ------
> To unsubscribe from <alsa-user@alsa.jcu.cz> mailing list send message
> 'unsubscribe' in the body of message to <alsa-user-request@alsa.jcu.cz>.
> 


