From alsa-user-owner@alsa.jcu.cz  Mon Feb  8 23:55:46 1999
Received: from cask.force9.net (cask.force9.net [195.166.128.29])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id XAA23580
	for <alsa-user@alsa.jcu.cz>; Mon, 8 Feb 1999 23:51:32 +0100
Received: (qmail 15396 invoked from network); 8 Feb 1999 22:53:43 -0000
Received: from unknown (HELO coors.free-online.net) (212.56.108.80)
  by cask.force9.net with SMTP; 8 Feb 1999 22:53:43 -0000
Received: (qmail 14237 invoked from network); 8 Feb 1999 22:45:08 -0000
Received: from unknown (HELO localhost.localdomain) (212.56.112.136)
  by coors.free-online.net with SMTP; 8 Feb 1999 22:45:08 -0000
From: Carl Robson <carl@skraggy.freeserve.co.uk>
To: alsa-user@alsa.jcu.cz
Subject: Re: Still no success
Date: Mon, 8 Feb 1999 22:39:50 +0000
Content-Type: text/plain
References: <Pine.LNX.4.04.9902082126360.1130-100000@pluto.andeby>
MIME-Version: 1.0
Message-Id: <99020822451000.00635@localhost.localdomain>
Content-Transfer-Encoding: 8bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Ok, Anders Tried that, but it didn't work, funny how that is the only module
not being loaded, and when I load it it makes no difference I just tried Kmedia
wave player and it opens the program but when you try to load a wave file it
says can't open device, that is after I insmod in the offending module.
Any other suggestions, and thanks for your help
Carl
 On Mon,
08 Feb 1999, you wrote: >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>.
>> 
>
>------
>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>.

