Re: eap driver audioctl issue

2005-08-19 Thread Lost Reality
obviously, some steps missing here. are you doing AUDIO_INITINFO(&Inf); AUDIO_GETINFO(&Inf); Inf.foo = bar; AUDIO_SETINFO(&Inf); or just AUDIO_INITINFO(&Inf); Inf.foo = bar; AUDIO_SETINFO(&Inf); if you are doing the first, like audioctl does, try the second. does that work properly? I was

Re: eap driver audioctl issue

2005-08-18 Thread Jacob Meuser
On Tue, Aug 16, 2005 at 01:26:05PM -0300, Lost Reality wrote: > So...it's a bug ? > > # audioctl play.rate > play.rate=8000 > # audioctl play.rate=44100 > audioctl: set failed: Invalid argument > # audioctl play.rate > play.rate=44100 > # > > I made a little prog (a "DSP"), where (like in audioct

Re: eap driver audioctl issue

2005-08-16 Thread Lost Reality
mask efe7 pctr: 686-class user-level performance counters enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matched BIOS disk 80 dkcsum: wd1 matched BIOS disk 81 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 # ----- Original Message - From: "Ramiro Aceves" <[EMAIL PROTECTED]>

Re: eap driver audioctl issue

2005-08-16 Thread Ramiro Aceves
Lost Reality wrote: > Hello > > I have the same issue with a SB Live 5.1. > This message appears, but the setting is changed anyways... > > -- > Andre > > Oh, yes, You are right, I was confused. The audioctl message apears, but the setting really works. Thank you very much Ramiro.

Re: eap driver audioctl issue

2005-08-16 Thread Ramiro Aceves
Lost Reality wrote: > Hello > > I have the same issue with a SB Live 5.1. > This message appears, but the setting is changed anyways... > > -- > Andre Yes, although the audioctl command gives an error and the setting aparently changes, it does not really work. I thought it was an issue of "eap"

Re: eap driver audioctl issue

2005-08-15 Thread Lost Reality
Hello I have the same issue with a SB Live 5.1. This message appears, but the setting is changed anyways... -- Andre - Original Message - From: "Ramiro Aceves" <[EMAIL PROTECTED]> To: Sent: Monday, August 15, 2005 10:54 AM Subject: eap driver audioctl issue He

eap driver audioctl issue

2005-08-15 Thread Ramiro Aceves
Hello OpenBSD fans. I am newbie to OpenBSD but have certain Linux and FreeBSD experience. I am having trouble with my audio Ensoniq CT5880 card under OpenBSD. The problem occurs in two very different computers with same card but different manufacturer. This card works well with snd-es1371 ALSA dri