Re: [Alsa-user] How do I send MIDI Messages to /dev/snd/seq ?

2003-03-06 Thread Clemens Ladisch
Denis wrote: > I wrote a c code to send MIDI message "NOTE ON" to sequencer, but I get > "Segmentation fault". > What's wrong with it? Some fields of ev contain random data, so you better clear it before using it: snd_seq_ev_clear(&ev); > ev.type = SND_SEQ_EVENT_NOTEON; > ev.data.no

Re: [Alsa-user] No sound for rawmidi mode of emu10k1

2003-03-06 Thread Clemens Ladisch
Denis wrote: > My SB-Live 5.1 (emu10k1) worked with ALSA 0.9.0beta10. > If I use 'pmidi' to play midi files with internal Wavetable, it is OK! > But if I send MIDI messages via rawmidi device, only MPU401 can be Tx/Rx > successfully. > > Eg: cat MIDI_MESSAGES_FILE > /dev/snd/midiC0D0(MPU401)

[Alsa-user] Re: Terratec DMX 6Fire LT - Runing with SPDIF-Out

2003-03-06 Thread Luke Yelavich
Would this change of code allow S/PDIF to work on the DMX 6Fire 24/96? Cheers Luke. At 11:23 PM 3/5/2003, Takashi Iwai wrote: thanks for your report. it's now enabled on the cvs. i totally forgot to fix this for long time :) --- This SF.net

[Alsa-user] hp omnibook xe4100

2003-03-06 Thread Vesa Laasanen
Hi. I'm planning to buy hp omnibook xe4100. How can I tell is there alsa driver for hp's soundcard? Specs only say soundblaster pro compatible soundcard. I'm really novice in this wonderful world of linux. Vesa Laasanen, Finland --- This SF

[Alsa-user] Yamaha CLP-170 via USB

2003-03-06 Thread Raimund Eimann
Hi, can anyone help me establish a Midi connection between my CLP-170 and my Linux box (SuSE 8.1)? I've included some data of my machine below. They don't tell me much at this stage... On plugging the USB cable into the CLP-170 I get the following message in /var/log/messages: Mar 6 13:15:

[Alsa-user] Sound DEBIAN WOODY on TECRA 8100

2003-03-06 Thread Frédéric LOUI
Hello, First, thanks to all for your excellent work. MULTIMEDIA is one of the key domain where we can get new LINUX users. I just sending this message because I got few problems installing alsa sound driver. I'm using debian woody, running 2.4.18 kernel and have just upgraded from GNOME 1.4 to

[Alsa-user] Problem with stereo recording on Delta 1010LT

2003-03-06 Thread The Arrow
I have a M-Audio Delta 1010LT, have a stereo signal on analog input 5 and 6. However, when I try to use arecord to capture this signal it still get a mono signal. $ arecord -Dice1712_56 -fdat -c2 -M -v file.wav Recording WAVE 'file.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo Plug PCM

Re: [Alsa-user] Yamaha CLP-170 via USB

2003-03-06 Thread Clemens Ladisch
Raimund Eimann wrote: > can anyone help me establish a Midi connection between my CLP-170 and my Linux > box (SuSE 8.1)? > > I've included some data of my machine below. They don't tell me much at this > stage... > > modules.conf: (partly) > ... > alias snd-card-2 snd-usb-midi The CLP-170 is suppo

Re: [Alsa-user] No sound for rawmidi mode of emu10k1

2003-03-06 Thread Denis
> Denis wrote: > > My SB-Live 5.1 (emu10k1) worked with ALSA 0.9.0beta10. > > If I use 'pmidi' to play midi files with internal Wavetable, it is OK! > > But if I send MIDI messages via rawmidi device, only MPU401 can be Tx/Rx > > successfully. > > > > Eg: cat MIDI_MESSAGES_FILE > /dev/snd/midiC0D0

Re: [Alsa-user] Problem with stereo recording on Delta 1010LT

2003-03-06 Thread Jaroslav Kysela
On Thu, 6 Mar 2003, The Arrow wrote: > I have a M-Audio Delta 1010LT, have a stereo signal on analog input 5 and 6. > However, when I try to use arecord to capture this signal it still get a mono > signal. > > $ arecord -Dice1712_56 -fdat -c2 -M -v file.wav > Recording WAVE 'file.wav' : Signed 16

[Alsa-user] microphone and CS46xx

2003-03-06 Thread Haas Ingo
Hi, I have some strange problems with alsa and microphone. The configuration is as follows: Intel 440BX Chipset with onboard sound (CS4614-CM) SuSE 7.3 with kernel 2.4.18 Soundchip is compiled as module and I use alsa-0.9.0cvs20020320-12. Attached to this PC is a AVM FritzCardUSB. We want to

[Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Raimund Eimann
Hi does anyone have a solution for the problem below? Cheers, Raimund ./configure --prefix=/usr checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/insta

[Alsa-user] amixer says: Mixer 0/0 open error

2003-03-06 Thread Doriano Brogioli
Hi. I installed in this order: alsa-driver-0.5.12a.tar.bz2 (./configure; make install; ./snddevices) alsa-lib-0.5.10b.tar.bz2 (./configure; make install ) alsa-utils-0.5.10.tar.bz2 (./configure; make install) I hear no sound with xmms. lsmod says: Module Size Used byNot taint

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread lists
On Thu, 6 Mar 2003, Raimund Eimann wrote: > Hi > > does anyone have a solution for the problem below? FWIW, I end up with the same problem. Clean, updated RH8.0 install. -bdh --- This SF.net email is sponsored by: Etnus, makers of TotalV

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Gendo_Ikari
I had this problem. Later the day I had tried to compile it rc8a was released. That version fixed my compile error. > On Thu, 6 Mar 2003, Raimund Eimann wrote: > > > Hi > > > > does anyone have a solution for the problem below? > --- This SF

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread ben hubbard (listmail)
At the moment, b has come out to replace a. I guess I should point out I had this problem with 0.9.0rc8b Do you remember if the problem you had was related to jack.h? That's what both of these seem to be tied to. > I had this problem. Later the day I had tried to compile it rc8a was > relea

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Gendo_Ikari
Mine was in memalloc.c. On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > At the moment, b has come out to replace a. I guess I should point out I > had this problem with 0.9.0rc8b > > Do you remember if the problem you had was related to jack.h? That's what > both of these seem to be tied to

[Alsa-user] spdif in via8235

2003-03-06 Thread Anthony Magsino
Dear all, First of all, I would like to thank all those responsible for ALSA. It's a great project. I have kernel 2.4.20, on-board via8235 and pci als4000, clean compile of alsa-0.9.0rc8a from cvs. I can't get SPDIF to work when I try 'aplay -Dspdif foo.wav'. It spews out this error: ALSA li

Re: [Alsa-user] ALSA - software mixing docs.

2003-03-06 Thread Mark Swanson
On March 1, 2003 04:31 am, Patrick Shirkey wrote: > I have added some info to the asoundrc docs on using the new dmix plugin > > http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php3?company=Generic&; >card=Generic&chip=Generic&module=Generic#softmix > > It allows software mixing of multiple s

Re: [Alsa-user] ALSA - software mixing docs.

2003-03-06 Thread Jaroslav Kysela
On Thu, 6 Mar 2003, Mark Swanson wrote: > On March 1, 2003 04:31 am, Patrick Shirkey wrote: > > I have added some info to the asoundrc docs on using the new dmix plugin > > > > http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php3?company=Generic&; > >card=Generic&chip=Generic&module=Generic#

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Jaroslav Kysela
On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > At the moment, b has come out to replace a. I guess I should point out I > had this problem with 0.9.0rc8b > > Do you remember if the problem you had was related to jack.h? That's what > both of these seem to be tied to. Can someone try

Re: [Alsa-user] ALSA - software mixing docs.

2003-03-06 Thread Brad Hilton
On Thu, 2003-03-06 at 10:32, Jaroslav Kysela wrote: > > To me, this sounds like the perfect way to solve the current esd/arts > > nightmare. Are there any latency or CPU gotchas compared to esd/arts? > > The "mixing" code for one task takes around 1% of CPU time for the 48kHz > stream on 850Mhz

Re: [Alsa-user] ALSA - software mixing docs.

2003-03-06 Thread Jaroslav Kysela
On 6 Mar 2003, Brad Hilton wrote: > On Thu, 2003-03-06 at 10:32, Jaroslav Kysela wrote: > > > To me, this sounds like the perfect way to solve the current esd/arts > > > nightmare. Are there any latency or CPU gotchas compared to esd/arts? > > > > The "mixing" code for one task takes around 1% o

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread ben hubbard (listmail)
On Thu, 6 Mar 2003, Jaroslav Kysela wrote: > On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > > > > At the moment, b has come out to replace a. I guess I should point out I > > had this problem with 0.9.0rc8b > > > > Do you remember if the problem you had was related to jack.h? That's

[Alsa-user] Quattro Install issues :(

2003-03-06 Thread tod
ok so I installed everything & (i.e. did all the steps on the ez usb driver install page) & my modules.conf is messing me up. When I installed the driver, lib, utils, etc everything was fine but my comp didn`t know ALSA or the Quattro existed. i could still use my laptop`s internal i810 audio devic

[Alsa-user] no sound, agh!

2003-03-06 Thread collar
Greetings, So there I was, happily watching DVDs. I saw that Ogle and dvdread and alsa got upgraded so I said, "weehee, let's upgrade!" It appears that was a mistake. Now I've got no sound at all. No bells, no music, no Linus telling me how he pronounces Linux. After some hours of making, rem

Re: [Alsa-user] no sound, agh!

2003-03-06 Thread Julien Patrick Claassen
Hello! I think it might be VERY helpful to see the appropriate part of your /etc/modules.conf and perhaps seeing the output of "uname -a" might also of interest. Kindest regards Julien Julien Patrick Claassen [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.geocities.com/jjs_home SBS C-

[Alsa-user] Can't Capture

2003-03-06 Thread Torsten Mohr
Hi everybody, i can't seem to get my Hoontech DIgital-XG to capture sound. It plays just fine, but capture only brings quietness. The output of the card is connected to an amplifier. When i connect the input of the card to a CD player, i can hear the CD sound in the amplifier. I've set alsamixer

Re: [Alsa-user] Can't Capture

2003-03-06 Thread Julien Patrick Claassen
Hi! I don't know, how much inputs your card has and how they are controlled by alsa. but I had a similar problem myself. Have you tried to mute the microphone or at least disable its capture-switch. Then do you have something like: input/output-gain (in alsamixer they would be very much to the ri

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Martin Langer
On Thu, Mar 06, 2003 at 04:43:41PM -0500, ben hubbard (listmail) wrote: > On Thu, 6 Mar 2003, Jaroslav Kysela wrote: > > On Thu, 6 Mar 2003, ben hubbard (listmail) wrote: > > > > > > At the moment, b has come out to replace a. I guess I should point out I > > > had this problem with 0.9.0rc8b >

[Alsa-user] Line in -> 5.1 out

2003-03-06 Thread David Hunt
Hi All I have SB Live 5.1 card which has it's line in hooked up to a TV card but my problem is inputs such as line in, mic, cd audio are only stereo inputs so only come out my 2 front speakers. Is there any way to get it come out as "5.1". When I play stereo sound such as mp3's etc It comes out a

Re: [Alsa-user] Line in -> 5.1 out

2003-03-06 Thread Julien Patrick Claassen
Hello! I think Steve wrote a LADSPA-plugin for that purpose, but I'm not absolutely sure. Have a look at his website: http://plugin.org.uk I think this is the right url. If not, take a look at Dave's Linux-sound-page http://linux-sound.org. I hope that may help you. Kindest regards

[Alsa-user] cs4236 cd only sound

2003-03-06 Thread Adam Oliver
I install rc8b driver and utils plus rc8a lib.  8b lib had a problem with jack.h.  I'm running Slackware 8.1 and used the switched --with-cards=cs4236 --with-sequencer=yes --with-isapnp=yes.  I get cd sound, but no sound in KDE or from XMMS.  The PCM channel is not muted.  I did not have any

Re: [Alsa-user] alsa-lib-0.9.0rc8 doesn't compile

2003-03-06 Thread Raimund Eimann
Hi, I found out in the meantime that it was my own fault. The packages jack and jack-devel haven't been installed, that caused the problem. After the installation, there was no problem executing a "make"... However, IMHO the configure script should inform users in advance, if jack/jack-devel a

[Alsa-user] envy24control - no gain sliders rc7(?)

2003-03-06 Thread John Mifsud
Hi alsa list, using alsa-tools-0.9.0rc7 I have been attempting to bring up the gain sliders within envy24control for the audio channels but they do not appear anywhere within the program. When I attempt to alter anything three different errors appear (text from memory - sorry) Unable to rea

Re: [Alsa-user] Line in -> 5.1 out

2003-03-06 Thread David Hunt
Still only stereo. :( It just seemed to amplify the line in a bit more. Any more suggestions? PTW My speakers are Analog 5.1 speakers not digital if this would make any difference David On Thu, 06 Mar 2003 19:12:11 -0800 Nehal <[EMAIL PROTECTED]> wrote: > set line-in volume to 0, and set it as

Re: [Alsa-user] Line in -> 5.1 out

2003-03-06 Thread p z oooo
This needs changes in source of fx8010 dsp init code alsa-driver/alsa-kernel/pci/emu10k1/emufx.c in function _snd_emu10k1_init_efx. :-( Peter Zubaj http://www.pobox.sk/ - urcujeme trendy --- This SF.net