Re: [Alsa-devel] ALSA OSS MIDI emulation: input problems

2003-03-27 Thread Takashi Iwai
At Thu, 27 Mar 2003 09:54:16 +1030 (CST), Jonathan Woithe wrote: I also suspect that seq_oss_midi.c:send_midi_event() might also need to reference ev-time.tick rather than the oss timer because as far as I can tell the oss timer time is somewhat bogus (or at least that's what it appears to

Re: [Alsa-devel] possible ALSA bug/feature (was: important recording broke. why?) (fwd)

2003-03-27 Thread Takashi Iwai
At Thu, 27 Mar 2003 02:42:32 +0200 (EET), Kai Vehmanen wrote: On Tue, 25 Mar 2003, Takashi Iwai wrote: It seems that with newer ALSA versions, snd_pcm_read[in]() sometimes returns -EIO even though documentation says nothing about this. After some i also don't know whether Jaroslav

Re: [Alsa-devel] Maestro 2E (rev 10) not found or device busy w/ 0.9.2

2003-03-27 Thread Takashi Iwai
At Wed, 26 Mar 2003 17:12:55 -0700 (MST), [EMAIL PROTECTED] wrote: The 'maestro' driver included with Linux 2.4.x loads, and for the most part works okay. However trying to use the latest ALSA results in: kernel: es1968: not attempting power management. kernel: ALSA

[Alsa-devel] Mono to stereo ?

2003-03-27 Thread Giuliano Pochini
When an application opens a mono substream, the sound has to be sent to one channel only or must the low level driver transparently convert it to stereo ? Bye. --- This SF.net email is sponsored by: The Definitive IT and Networking Event.

Re: [Alsa-devel] Mono to stereo ?

2003-03-27 Thread Paul Davis
When an application opens a mono substream, the sound has to be sent to one channel only or must the low level driver transparently convert it to stereo ? one channel only. in ALSA, low level drivers do not do any kind of format conversion. that is accomplished (if necessary) by code running in

[Alsa-devel] Re: Need for a new ALSA developer?

2003-03-27 Thread Matthew Williams
[My name is Robert and I'm very much interested in working on ALSA Project with you. I primarily would like to develop a new driver for a souncard, which is not supported by ALSA yet, perhaps some USB stuff from Midiman?] Gday Robert, I'm not involved in Alsa development at all, but I do have a

Re: [Alsa-devel] Maestro 2E (rev 10) not found or device busy w/0.9.2

2003-03-27 Thread alsa
On Thu, 27 Mar 2003, Takashi Iwai wrote: At Wed, 26 Mar 2003 17:12:55 -0700 (MST), [EMAIL PROTECTED] wrote: The 'maestro' driver included with Linux 2.4.x loads, and for the most part works okay. However trying to use the latest ALSA results in: kernel: es1968: not attempting power

[Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Louis Garcia
The documentation in current 2.5 kernel is a bit out dated. Can someone show me what modules to choose in order to sound working for a SB Live card with oss emulation? I've tried several combos but can't get /dev/mixer os /dev/sequencer going. After compiling kernel should I compile alsa-libs then

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Stephen Hassard
Hi Lou, What modules do you have loaded? What kernel version are you using? Are you using devfsd? later, Steve On Thu, Mar 27, 2003 at 01:04:36PM -0500, Louis Garcia wrote: The documentation in current 2.5 kernel is a bit out dated. Can someone show me what modules to choose in order to

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Louis Garcia
Well that's my question. I'm running 2.5.66 on RH phoebe beta and need to find out what to choose in the config. I have build a kernel with: Advanced Linux Sound Architecture M Advanced Linux Sound Architecture M Sequencer support Sequencer dummy client [*] OSS API emulation M OSS

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Stephen Hassard
Make sure you On Thu, Mar 27, 2003 at 02:34:23PM -0500, Louis Garcia wrote: Well that's my question. I'm running 2.5.66 on RH phoebe beta and need to find out what to choose in the config. I have build a kernel with: You didn't mention if you're using devfsd or not. I'll assume that it's not

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Louis Garcia
Sorry no, I'm not running devfs. Where is that script snddevices? Thanks for your help, --Lou On Thu, 2003-03-27 at 14:36, Stephen Hassard wrote: Make sure you On Thu, Mar 27, 2003 at 02:34:23PM -0500, Louis Garcia wrote: Well that's my question. I'm running 2.5.66 on RH phoebe beta and

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Frans Ketelaars
On Thursday 27 March 2003 20:55, Louis Garcia wrote: Sorry no, I'm not running devfs. Where is that script snddevices? Thanks for your help, --Lou big snip In the alsa-driver directory :) HTH, -Frans --- This SF.net email is

[Alsa-devel] Fix for front speaker output on Audigy2

2003-03-27 Thread Andrew de Quincey
Hi, this patch enables output from the front speakers on Audigy2 cards. I've removed the rubbish I had for disabling the AC97 codec mixer. --- CUT HERE --- Index: pci/emu10k1/emu10k1_main.c === RCS file:

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Louis Garcia
I thought you didn.t need that package because it was merged into 2.5? --Lou On Thu, 2003-03-27 at 15:06, Frans Ketelaars wrote: On Thursday 27 March 2003 20:55, Louis Garcia wrote: Sorry no, I'm not running devfs. Where is that script snddevices? Thanks for your help, --Lou big snip

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Stephen Hassard
technically, you don't need to run the script, with one really huge catch. you need a working devfsd. with the recent devfsd update, that's not really a possibility, therefore you need the script. if you're seriously going to use alsa, it's worth updating the 2.5 kernel's alsa with one from

Re: [Alsa-devel] ALSA OSS MIDI emulation: input problems

2003-03-27 Thread Jonathan Woithe
Now, when input occurs, Jazz++ needs to know the current time, which is very unlikely to be a multiple of 48 ticks. Under nateive OSS it seems that before the NOTEON event (for example) OSS sends a TMR_WAIT_ABS event to update the application on the current time - the NOTEON event then

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Louis Garcia
I finally got sound working, thanks. Now if I can only get the modules to load at boot. Here is the sysinit script part that deals with sound. How can I modify it to load the alsa modules and oss compat modules? Oh also, gnome-volume-control does not seem to know that alsa is muted. Is their a

Re: [Alsa-devel] Configuring ALSA in kernel-2.5

2003-03-27 Thread Stephen Hassard
I'm not sure which distro you're using, but debian puts them in: /etc/modules .. The other way to work around it would be to statically link the alsa stuff into your kernel. I find that this is a much easier way to do things if you're not loading/unloading modules for individual cards ..

Re: [Alsa-devel] Mono to stereo ?

2003-03-27 Thread Manuel Jander
Hi, Paul Davis wrote: When an application opens a mono substream, the sound has to be sent to one channel only or must the low level driver transparently convert it to stereo ? one channel only. in ALSA, low level drivers do not do any kind of format conversion. that is accomplished (if

Re: [Alsa-devel] Mono to stereo ?

2003-03-27 Thread Paul Davis
When an application opens a mono substream, the sound has to be sent to one channel only or must the low level driver transparently convert it to stereo ? one channel only. in ALSA, low level drivers do not do any kind of format conversion. that is accomplished (if necessary) by code

[Alsa-devel] FW: Fix for front speaker output on Audigy2

2003-03-27 Thread Mirabella, Mathew J
Hi, this patch enables output from the front speakers on Audigy2 cards. I've removed the rubbish I had for disabling the AC97 codec mixer. snip. Can you tell me if this is now in the cvs snapshot? I have an audigy 2 and have had these kinds of difficulties and wish to use alsa to get it

[Alsa-devel] Audigy 2 issues and alsa freezing.

2003-03-27 Thread Mirabella, Mathew J
I installed the alsa stuff from cvs and was able to get sound from the audigy 2, but only from the rear and sub woofer ports, and also from the digital port, but not from the 3rd analog port on the back (left and right front). Is there a setting to make alsa work for a 2 speaker system? As