RE: [Alsa-user] Vortex support in ALSA (kernel 2.6)

2003-10-20 Thread Thomas Eriksson
The OpenVortex page - http://savannah.nongnu.org/projects/openvortex/ - says the vortex-alsa drivers have been merged with latest alsa-driver, perhaps it will appear in some future kernel release? Until then it appears you can only use your Aureal Vortex card with 2.4 I don't own such a card mysel

[Alsa-user] Re: feature or bug? master volume does not affect headset volume on

2003-10-20 Thread Bradley W. Langhorst
> Clemens Ladisch > I guess you have an AC'97 codec. Please post what ALSA version, codec, > controller, and PCI subvendor/device IDs you have (see the output of > "lspci" and "lspci -nv", and the contents of /proc/asound/version and > /proc/asound/card0/ac97#0). thanks for the prompt response - i

Re: [Alsa-user] Master Volume was : pcm problem with nforce2

2003-10-20 Thread Grégoire
Le jeu 16/10/2003 à 18:44, Takashi Iwai a écrit : > no way. there is no PCM volume in fact on this chip... I'm sorry to come back with my problems but I'd like make the sounds working properly. I've found some programs which change volume VideoLan Client Alsaplayer with those 2, I can raise up

Re: [Alsa-user] dmix

2003-10-20 Thread Frank Barknecht
Hallo, Alfons Adriaensen hat gesagt: // Alfons Adriaensen wrote: > Things I see for the first time, and do not understand: > > ipc_key 1024 > period_time 0 > ... > > Is there actually any documentation available about all this, apart from > the very cryptic 'asoundrc.txt' which is hidden deeply

Re: [Alsa-user] Master Volume was : pcm problem with nforce2

2003-10-20 Thread Grégoire
Le jeu 16/10/2003 à 18:44, Takashi Iwai a écrit : > no way. there is no PCM volume in fact on this chip... I'm sorry to come back with my problems but I'd like make the sounds working properly. I've found some programs which change volume VideoLan Client Alsaplayer with those 2, I can raise up

[Alsa-user] why doesn't digital output work?

2003-10-20 Thread BlinkEye
I don't get it: xine and mplayer work fine after I did a clean install of the new alsa-0.9.7x driver, lib and utils. but I don't hear any sound out of xmms. even though the equalizer is working fine, so I guess there is a problem with the digital output. is there something to set up that I missed?

Re: [Alsa-user] depmod: *** Unresolved symbols in snd.o

2003-10-20 Thread Joshua Jensen
Thank you so much!! I will try this right now. Joshua On Mon, Oct 20, 2003 at 11:27:04AM +0200, Clemens Ladisch wrote: > Joshua Jensen wrote: > > /lib/modules/2.4.20-20.7.cisco.2/misc/snd.o: unresolved symbol schedule_work > > This is because of an incompatible change made by RedHat. > > When

Re: [Alsa-user] Software midi synth and alsa

2003-10-20 Thread Frank Barknecht
Hallo, Brice Méalier hat gesagt: // Brice Méalier wrote: > With iiwusynth, the problem is that the sound seems to > be read with a variable speed (like before I passed > the option dxs_support with the wave), so it crackles. > I have the following output when I start the program: > > iiwusynth: w

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Jaroslav Kysela
On Mon, 20 Oct 2003, Myk wrote: > On Mon, 20 Oct 2003 11:26:55 +0200 > Frank Barknecht <[EMAIL PROTECTED]> wrote: > > > Hallo, > > Myk hat gesagt: // Myk wrote: > > > > > On Sun, 19 Oct 2003 11:25:43 +0200 > > > Here's some results - I've been fiddling with this a lot as well! > > > This is all wi

Re: [Alsa-user] No sound - where to look next?

2003-10-20 Thread Clemens Ladisch
Peter Harris wrote: > I have no sound, but can't tell what is wrong. > I am using the ALSA that came with kernel 2.6.0-test4. lspci says: > 00:0f.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiodrive (rev 02) > > lsmod says: > snd_es1938 19300 0 > snd_intel8x0

[Alsa-user] asoundrc SBlive

2003-10-20 Thread lookey
Has anyone out there sucessfully configured asoundrc for multitrack recording with the SBlive series of cards? I have had a go but with no sucess as i don't really understand the jackplug capture scene. A cd of fresh new tunes for anyone who can help out.

Re: [Alsa-user] How can I test capture?

2003-10-20 Thread Clemens Ladisch
Chad Paavola wrote: > Can anyone tell me a quick way to test capture with alsa? "arecord -f cd -d 10 test.wav" will record 10 seconds. "arecord -f cd -t raw -vv /dev/null" will show the input level. If you want to use 48 kHz instead of 44.1 kHz, use "-f dat". HTH Clemens

Re: [Alsa-user] Error loading the alsa modules

2003-10-20 Thread John Lagrue
On Mon, 2003-10-20 at 10:33, Clemens Ladisch wrote: > John Lagrue wrote: > > My elderly Dell has a Cirrus Logic CS 4610/11 device. It refuses to play > > anything on my Redhat 9 system, with the error message: > > "The cs46xx driver could not be loaded. > > > > /lib/modules/2.4.20-20.9/kernel/sound

[Alsa-user] Software midi synth and alsa

2003-10-20 Thread Méalier
Hi I use mdk9.1 (alsa 0.9.0rc8) with a via8233 (rev 50) sound chip. So I passed the option dxs_support=3 in my /etc/modules.conf file. I want to use midi sequencers like muse & rosegarden. To do so, I try to use iiwusynth and fluidsynth with a classical soundfont (musical theory 2). With iiwusynt

Re: [Alsa-user] Yamaha YMF715, about the gabillionth try now

2003-10-20 Thread Clemens Ladisch
Billybob wrote: > modprobe snd-opl3sa2 > init_module: no such device If you don't have ISA PnP, you must specify all the parameters, e.g.: modprobe snd-opl3sa2 isapnp=0 port=0x1234 sbport=0x220 ...etc... HTH Clemens --- This SF.net email

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Jaroslav Kysela
On Mon, 20 Oct 2003, Frank Barknecht wrote: > Hallo, > Myk hat gesagt: // Myk wrote: > > > On Mon, 20 Oct 2003 11:26:55 +0200 > > Frank Barknecht <[EMAIL PROTECTED]> wrote: > > > What settings do you use in the complex method on you Audiophile? > > > > pcm.hwmix { > > type dmix > > ipc_key 100

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Frank Barknecht
Hallo, Myk hat gesagt: // Myk wrote: > On Mon, 20 Oct 2003 11:26:55 +0200 > Frank Barknecht <[EMAIL PROTECTED]> wrote: > > What settings do you use in the complex method on you Audiophile? > > pcm.hwmix { > type dmix > ipc_key 1 > ipc_key_add_uid false > slave { > pcm "hw:0,0" >

Re: [Alsa-user] dmix

2003-10-20 Thread Alfons Adriaensen
On Mon, Oct 20, 2003 at 04:44:29PM +0200, Frank Barknecht wrote: > Jaroslav, you made my day! Thanks a lot. OSSdmix is working now on the Audiophile > with the supplied asoundrc, yippee. > > ... lots of interesting stuff about dmix etc. Things I see for the first time, and do not understand: i

Re: [Alsa-user] How can I test capture?

2003-10-20 Thread Chad Paavola
Thanks! I was able to figure out, using "arecord -f cd -t raw -vv /dev/null", that I needed to set both the capture level and the audio source to capture (using the space bar in alsamixer) in order to get the level to register. Success! (an exerpt is shown below) When I do "arecord -f cd -d 1

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Myk
On Mon, 20 Oct 2003 11:26:55 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > Myk hat gesagt: // Myk wrote: > > > On Sun, 19 Oct 2003 11:25:43 +0200 > > Here's some results - I've been fiddling with this a lot as well! > > This is all with an Audiophile 2496 too. > > > > pcm.dsp0 { >

[Alsa-user] Vortex support in ALSA (kernel 2.6)

2003-10-20 Thread Tymoteusz Kielan
Hi, Is Aureal Vortex 8820 supported by ALSA? If yes, in which version? I'm using kernel 2.6.0-test8 and there are no options in menuconfig for Vortex cards. Maybe I'm missing something? Thanks in advance -- hifly::[EMAIL PROTECTED]::ICQ#51313623::Cell#605461601 Registered Linux User #239184

Re: [Alsa-user] No sound with linux-2.6.0-test7 and M-Audio Quattro

2003-10-20 Thread Clemens Ladisch
Daniel Hawthorn wrote: > By host controller driver, do you mean UCHI? Yes (or OHCI, or EHCI). > When I unplug the quattro and then plug it back in, I get the > following in /var/log/messages: > > kernel: hub 1-0:1.0: new USB device on port 1, assigned address 8 > kernel: drivers/usb/core/config.c

Re: [Alsa-user] dmix

2003-10-20 Thread Jaroslav Kysela
On Sun, 19 Oct 2003, Frank Barknecht wrote: > Hallo, > Jaroslav Kysela hat gesagt: // Jaroslav Kysela wrote: > > > Here is a complex example: > > Thank you, I think I now understand the syntax. I have two more > questions, though... > > > pcm.dmix1 { > > type dmix > > ipc_key 1024

Re: [Alsa-user] dmix

2003-10-20 Thread Frank Barknecht
Hallo, Jaroslav, you made my day! Thanks a lot. OSSdmix is working now on the Audiophile with the supplied asoundrc, yippee. Jaroslav Kysela hat gesagt: // Jaroslav Kysela wrote: > Yes, but the real benefit for the multichannel card is that you can cut > the number of transferred channels. In m

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Frank Barknecht
Hallo, Myk hat gesagt: // Myk wrote: > On Sun, 19 Oct 2003 11:25:43 +0200 > Here's some results - I've been fiddling with this a lot as well! This > is all with an Audiophile 2496 too. > > pcm.dsp0 { > type plug > slave.pcm "dmix" > } > > aplay -D dsp0 foo.wav & This is in fact the same as

Re: [Alsa-user] dmix

2003-10-20 Thread Jaroslav Kysela
On Sun, 19 Oct 2003, Frank Barknecht wrote: > Hallo, > Mark Constable hat gesagt: // Mark Constable wrote: > > > On Sun, 19 Oct 2003 05:21 am, Bob Rossi wrote: > > > ... > > > Does anyone know how to get OSS applications to use the aoss wrapper > > > with dmix in order to get software mixing to wo

Re: [Alsa-user] dmix

2003-10-20 Thread Jaroslav Kysela
On Mon, 20 Oct 2003, Jaroslav Kysela wrote: > You see it. The maximum buffer size for your case (ICE1712 chip) is 6553 > frames (262144 bytes / 4 (bytes per 32-bit sample) / 10 (playback > channels)). So you should define the buffer_size to next lower value which > matches power of two rule (and i

Re: [Alsa-user] No sound with linux-2.6.0-test7 and M-Audio Quattro

2003-10-20 Thread Daniel Hawthorn
Clemens Ladisch wrote: Daniel Hawthorn wrote: Do you have the USB host controller driver loaded, or is it compiled into the kernel? Does the Quattro show up with lsusb? By host controller driver, do you mean UCHI? I made sure to compile this into the kernel. When I unplug the quattro and then

Re: [Alsa-user] feature or bug? master volume does not affect headset volume on

2003-10-20 Thread Clemens Ladisch
Bradley W. Langhorst wrote: > Ive noticed that the alsa mixer's master volume control does not affect > the volume of the headset volume. ALSA offers exactly those mixer controls that are implemented in the hardware. The behaviour of those controls depends only on the sound card. I guess you have

[Alsa-user] No sound - where to look next?

2003-10-20 Thread Peter Harris
Hi I have no sound, but can't tell what is wrong. Is there a troubleshooting flowchart somewhere, or a checklist of tests I can work through to find out? I am using the ALSA that came with kernel 2.6.0-test4. lspci says: 00:0f.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiod

Re: [Alsa-user] Error loading the alsa modules

2003-10-20 Thread Clemens Ladisch
John Lagrue wrote: > My elderly Dell has a Cirrus Logic CS 4610/11 device. It refuses to play > anything on my Redhat 9 system, with the error message: > "The cs46xx driver could not be loaded. > > /lib/modules/2.4.20-20.9/kernel/sound/pci/cs46xx/snd-cs46xx.o: > init_module: No such device What do

[Alsa-user] Installation of Audigy2

2003-10-20 Thread Thomas=20K=F6nig
Hi there .. .got a problem: first of all -> i got my audigy2 to work, even with the digital output, BUT i dont know how ... if i have a clean fresh installation of suse linux and install the lib and then the drivers it isnt recognizing my digital output (IC985 RAW) at all ... i really dont kno

Re: [Alsa-user] depmod: *** Unresolved symbols in snd.o

2003-10-20 Thread Clemens Ladisch
Joshua Jensen wrote: > /lib/modules/2.4.20-20.7.cisco.2/misc/snd.o: unresolved symbol schedule_work This is because of an incompatible change made by RedHat. When compiling the alsa-driver package, execute the following commands directly after running configure: mkdir -p include/linux

Re: [Alsa-user] No sound with linux-2.6.0-test7 and M-Audio Quattro

2003-10-20 Thread Clemens Ladisch
Daniel Hawthorn wrote: > I'm working on getting sound up and running on my 2.6.0-test7 kernel > I've built from source, running on a Debian system. My system is using > a M-Audio Quattro audio device. > > I've gotten alsa up and running fine on other kernels before (2.4.18, > 2.4.20, etc) where th

Re: [Alsa-user] Upgrade of RedHat 7.2 to Alsa

2003-10-20 Thread Clemens Ladisch
Jim Ziegler wrote: > My modules.conf is as follows: > ... > alias char-major-116 snd cards_limit=1 device_mode=0660 This should be two lines: alias char-major-116 snd options snd cards_limit=1 device_mode=0660 HTH Clemens --- This SF.n

Re: [Alsa-user] dmix - some tests

2003-10-20 Thread Myk
On Sun, 19 Oct 2003 22:28:15 -0500 Ryan Underwood <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, Oct 19, 2003 at 11:29:29PM +0100, Myk wrote: > > > > Trying aoss with either the simple or complex variation does not > > work at all - I tried it with ogg123, SpiralSynthModular, Sweep and > > XMMS, a