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
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 Jar
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-kernel
At 26 Mar 2003 16:17:46 -0500,
Kristofer T. Karas <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2003-03-25 at 06:58, Takashi Iwai wrote:
> > could you try the attached patch? it might solve the problem if you
> > mentioned about OSS applications.
>
> Hi Takashi,
>
> The patch made no obvious differenc
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. Be
>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 i
["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
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 attempt
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
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 so
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
Advanced Linux Sound Architecture
Sequencer support
< > Sequencer dummy client
[*] OSS API emulation
OSS Mi
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
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
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
In the alsa-driver directory :)
HTH,
-Frans
---
This SF.net email is sponsored by:
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: /cvsroot/alsa/alsa-kernel/p
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
>
>
>
Sorry, I was thinking about 2.4.x kernels and ALSA 0.9.x :(
On Thursday 27 March 2003 22:00, Louis Garcia wrote:
> 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 Gar
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 CVS
> > 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
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 way,
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 ..
later,
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 nec
>>>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
>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 wo
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 fo
25 matches
Mail list logo