Re: [Alsa-user] volume

2003-08-22 Thread Richard Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 22 August 2003 23:04, Bob Lockie wrote: > This must be in a FAQ somewhere but I can't find it. > I can't change the volume (with xmms and presumably everything else). I think xmms needs an oss mixer device. Did you load snd-pcm-oss? If you

[Alsa-user] Re: Can't hear anything with on 2.4.21 (with 0.9.6) or 2.6.0-test3

2003-08-22 Thread Frédéric L. W. Meunier
I wrote: > I put everything at 100% with alsamixer but hear almost > nothing even at the maximum, although I can recognize the > sound playing. Sorry, I found in the archives that you need to press "m" even after after using up. Then it worked. There's still a minor (for me) problem not present

[Alsa-user] Debian ALSA scripts

2003-08-22 Thread Ismael Valladolid Torres
Sorry in advance for crossposting. Package alsa-base in Debian unstable repository includes the following scripts: /etc/apm/event.d/alsa /etc/devfs/conf.d/alsa /etc/init.d/alsa I have not found them in any of the current 0.9.6 packages downloaded directly from ftp.alsa-project.org. I wonder if t

[Alsa-user] Can't hear anything with on 2.4.21 (with 0.9.6) or 2.6.0-test3

2003-08-22 Thread Frédéric L. W. Meunier
I have an ECS K7VTA3 5.0 which uses "VIA VT1612A AC'97 Audio CODEC" - http://www.via.com.tw/en/multimedia/vt1612a.jsp The sound works fine on Windows XP with the VIA drivers and on Linux with the OSS kernel ones, but I need ALSA, mainly because Linphone doesn't work with these. /etc/modules.conf:

[Alsa-user] Alsa 0.9.6 on Red Hat kernel 2.4.20-20.9

2003-08-22 Thread jmw
i recently installed RH9 kernel 2.4.20-20.9, then tried to update it with Alsa Drivers, Lib, and Utils. it seems everything compiled correctly, but when i tried to insert through Modprobe, i get 'kernel-module mismatch' error. i used Alsa 0.9.6 from the web site. do i wait for a later versio

[Alsa-user] volume

2003-08-22 Thread Bob Lockie
This must be in a FAQ somewhere but I can't find it. I can't change the volume (with xmms and presumably everything else). --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WIT

[Alsa-user] Problems with CS46xx + Surround

2003-08-22 Thread Joe
I have seen several people with this problem, and even seen a few people who claim they've gotten it working, but I have had absolutely no luck getting all four channels (and maybe center/LFE?) to play simultaneously. I'm using alsa 0.9.6 right now, as well as the xmms-alsa plugin. The card is a

Re: [Alsa-user] MIDI hell with 0.9.6

2003-08-22 Thread Austin
On 08/22/03 03:12:06, Clemens Ladisch wrote: Austin wrote: > snd-seq-midi doesn't exist. > It turns out this is not from the alsa tarballs, it's a backport form the 2.6 > kernel. Several problems turn up as I mentioned... > Grrr, I'm not the kernel maintianer, so I have no idea how to fix this. >

Re: [Alsa-user] Problem installing current drivers?

2003-08-22 Thread Krishna S
Clemens Ladisch wrote: Please show the output of "depmod -ae". depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o depmod: snd_verbose_printk Your thoughts please. Thanks. Original Message Follows From: Clemens Ladisch <[EMAIL PROTECTED]> To: K

Re: [Alsa-user] Saving alsamixer state

2003-08-22 Thread Jaroslav Kysela
On 20 Aug 2003, Colin Armstrong wrote: > I have what is probably a very stupid question. How do I get alsamixer > to save its state? Every time I reboot it comes up as having the sound > completely muted. Use the alsactl tool designed exactly for this purpose.

Re: [Alsa-user] Problem installing current drivers?

2003-08-22 Thread Clemens Ladisch
Krishna S wrote: > [...] > depmod: *** Unresolved symbols in > /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o Please show the output of "depmod -ae". Regards, Clemens --- This SF.net email is sponsored by: VM Ware With VMware you can

[Alsa-user] alsa 0.9.6 isn't compiling with kernel 2.4.20-20.8

2003-08-22 Thread BlinkEye
hello, I recently updated redhat 8 with kernel 2.4.20-19.8 to kernel 2.4.20-20.8 and tried to install alsa 0.9.6 and got the following error: [EMAIL PROTECTED] alsa-driver-0.9.4]# /sbin/modprobe snd-emu10k1 /lib/modules/2.4.20-20.8/kernel/sound/acore/snd.o: unresolved symbol schedule_work /lib/mo

Re: [Alsa-user] OSS emulation trouble

2003-08-22 Thread Daniel Herring
Many thanks; that got my sound working. However, it completely disabled virmidi instead of moving it to the second slot. Where can I find more documentation on this option? kernel-parameters.txt only says, "snd-virmidi= [HW,ALSA]". Google wasn't being helpful either. Thanks again, Daniel > If

Re: [Alsa-user] OSS emulation trouble

2003-08-22 Thread Jaroslav Kysela
On Fri, 22 Aug 2003, Daniel Herring wrote: > Hi all, > I can't get the OSS emulation to work at all. > > Here's what I did: > Installed ALSA version 0.9.6: alsa-lib, -oss, and -utils from source. > > and > > Compiled the 2.6.0-test3 kernel, with > - ALSA > - Sequencer support > - OSS emulation

[Alsa-user] OSS emulation trouble

2003-08-22 Thread Daniel Herring
Hi all, I can't get the OSS emulation to work at all. Here's what I did: Installed ALSA version 0.9.6: alsa-lib, -oss, and -utils from source. and Compiled the 2.6.0-test3 kernel, with - ALSA - Sequencer support - OSS emulation (including mixer, PCM, and sequencer) - Virtual MIDI soundcard - Int

[Alsa-user] Problem installing current drivers?

2003-08-22 Thread Krishna S
Hi I recently installed Linux (Mandrake 9.1) on my Dell system and found that there was no sound whatsoever coming from it. I turned to ALSA and installed the most recent drivers by following the procedures on the website. The result seems to be an incomplete(?) install as /dev/sequencer and

Re: [Alsa-user] alsa isn't compiling with kernel 2.4.20-20.8

2003-08-22 Thread Clemens Ladisch
BlinkEye wrote: > I recently updated redhat 8 with kernel 2.4.20-19.8 to kernel > 2.4.20-20.8 and tried to install alsa 0.9.4 and got the following error: > > [EMAIL PROTECTED] alsa-driver-0.9.4]# /sbin/modprobe snd-emu10k1 > /lib/modules/2.4.20-20.8/kernel/sound/acore/snd.o: unresolved symbol sche

Re: [Alsa-user] MIDI hell with 0.9.6

2003-08-22 Thread Clemens Ladisch
Austin wrote: > snd-seq-midi doesn't exist. > It turns out this is not from the alsa tarballs, it's a backport form the 2.6 > kernel. Several problems turn up as I mentioned... > Grrr, I'm not the kernel maintianer, so I have no idea how to fix this. > Is anyone else backporting the alsa from kern