esent. Which is the Right Way(tm) to add such functionality to
existing newPCM driver?
PS: I'm crossposting both -hackers and -current...
--
Artem 'Zazoobr' Ignatjev <[EMAIL PROTECTED]>
___
[EMAIL PROTECTED] mailing list
http://lists.fr
> I have a SB32 isa-card.
what revision of sys/dev/sound/isa/sb16.c ?
-cg
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Tue, Jan 09, 2001 at 02:29:59PM +0100, Erik H. Bakke wrote:
> > Hi,
> >
> > I have been trying to do some audio-recording lately without much success.
> > After searching the archieves etc I found some reports of this problem and
> > there are also some PR's about it (8bit at low rates ok, 16bi
> Hi,
>
> I have been trying to do some audio-recording lately without much success.
> After searching the archieves etc I found some reports of this problem and
> there are also some PR's about it (8bit at low rates ok, 16bit and higher
> rates is not).
>
> I was wondering if someone is working o
Hi,
I have been trying to do some audio-recording lately without much success.
After searching the archieves etc I found some reports of this problem and
there are also some PR's about it (8bit at low rates ok, 16bit and higher
rates is not).
I was wondering if someone is working on this and if
> in the near future, i intend to commit my kobjified newpcm. this gives us
> several benefits, including:
>
> * easier extensibility- new optional methods can be added to
> ac97/mixer/channel classes without having to fixup every driver.
>
> * forward compatibility for dri
in the near future, i intend to commit my kobjified newpcm. this gives us
several benefits, including:
* easier extensibility- new optional methods can be added to
ac97/mixer/channel classes without having to fixup every driver.
* forward compatibility for drivers, provided no new mandatory
l notebook under
> some earlier 4.0 revision.
>
> On Sun, 6 Aug 2000, Ollivier Robert wrote:
>
> > FreeBSD sidhe.freenix.org 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Thu Aug 3 19:19:36
>CEST 2000 roberto@sidhe:/src/src/sys/compile/nSIDHE i386
> >
> > Fr
According to Cameron Grant:
> is the irq shared? have your printf display the neomagic status - i'll bet
> it's 0 indicating the irq was not generated by the neomagic.
Ahem, yes it is shared, by almost everything on the machine. Should have
thought of that...
--
Ollivier ROBERT -=- FreeBSD: Th
>
> FreeBSD Audio Driver (newpcm) Aug 3 2000 17:03:04
> Installed devices:
> pcm0: at memory 0xfe00, 0xfea0 irq 9 (1p/1r channels duplex)
>
> The first time I run mpg123, it does nothing (that is, no sound is emitted)
> and afterwards, /dev/dsp can't be open
> According to Cameron Grant:
> > this is a known problem. it seems the neomagic driver never worked
right,
> Well, it used to work :)
it used to *appear* to work.
> > so when newpcm became dependant on interrupts it ceased functioning.
now we
> > trap the lack of irqs
According to Cameron Grant:
> this is a known problem. it seems the neomagic driver never worked right,
Well, it used to work :)
> so when newpcm became dependant on interrupts it ceased functioning. now we
> trap the lack of irqs and disable the channel and emit a warning to the
> The first time I run mpg123, it does nothing (that is, no sound is
emitted)
> and afterwards, /dev/dsp can't be opened at all...
> Any idea ?
this is a known problem. it seems the neomagic driver never worked right,
so when newpcm became dependant on interrupts it ceased functi
FreeBSD sidhe.freenix.org 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Thu Aug 3 19:19:36
CEST 2000 roberto@sidhe:/src/src/sys/compile/nSIDHE i386
FreeBSD Audio Driver (newpcm) Aug 3 2000 17:03:04
Installed devices:
pcm0: at memory 0xfe00, 0xfea0 irq 9 (1p/1r channels duplex)
The first
Correction to my own message. The problem is not with newpcm driver per se but
with esd/newpcm combination. mpg123 recompiled without OPT_ESOUND works just
fine, so does xmms when using OSS output plugin. Only when I force these two to
use ESD for output, then I am getting "fast forward&
Subject says it all. Everytime I am trying to use my SB16PNP card to play any
sound file (WAV, MP3), all I am getting is garbled sound because driver plays
sound at increased rate (i.e. it takes less than 10 sec for mpg123 to decode 5
min long song).
FreeBSD Audio Driver (newpcm) Apr 19 2000 09
> # For PnP/PCI sound cards
> #device pcm
> #device sbc
> #device csa
>
> # For non-PnP cards:
> device pcm0 at isa? irq 10 drq 1 flags 0x0
> device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
> device csa
> device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
this is wrong.
try:
options P
Kent Hauser wrote:
> I'm having problems with the newpcm driver. Basically, I can't
> get audio from the speakers. This while trying to play a cd.
> The output of mixer looks reasonable.
How recently has your kernel been built? I've been running -current
for a long time
Hi,
I'm having problems with the newpcm driver. Basically, I can't
get audio from the speakers. This while trying to play a cd.
The output of mixer looks reasonable.
Hardware is a ThinkPad 600E. "audio" portions of the config
attached along with the output of dmesg.
H
Brad Knowles <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 21, 2000 10:37 AM
Subject: Re: Voxware is toast. Get used to it. (Re: Suggestions for
improving newpcm performance?)
> Quoting
> by Brad Knowles <[EMAIL PROTECTED]>:
>
> > We just got
Seigo Tanimura <[EMAIL PROTECTED]> wrote in list.freebsd-current:
> On Mon, 6 Mar 2000 01:22:41 +0100 (CET),
> Oliver Fromme <[EMAIL PROTECTED]> said:
>
> Oliver> Would someone please (pretty please) have a look at kern/16487
> Oliver> and commit the trivial fix in it? It's just one line,
On Mon, 6 Mar 2000 01:22:41 +0100 (CET),
Oliver Fromme <[EMAIL PROTECTED]> said:
Oliver> Would someone please (pretty please) have a look at kern/16487
Oliver> and commit the trivial fix in it? It's just one line, and it
Oliver> makes AvanceLogic-100 soundcards work again.
The logical ID of A
Hi,
Would someone please (pretty please) have a look at kern/16487
and commit the trivial fix in it? It's just one line, and it
makes AvanceLogic-100 soundcards work again.
On a related note (unfortunately I don't have a fix for this):
The ALS-100 cards have a volume problem w
utput file test.wav never increases in size, always
remaining 0 bytes long.
My kernel config file has "device pcm".
Any ideas?
Matt
-
cat /dev/sndstat
FreeBSD Audio Driver (newpcm) Feb 4 2000 14:51:04
Installed devices:
pcm0: at io 0x534 irq 5 drq 1:0 (1
Chris Giordano wrote:
> Previous to newpnp, I forced the modem (sio2) to irq 15 and the
soundcard to
> irq 5 via pnp commands in my /boot/kernel.conf. I did this because
I had
> found by experimentation that this was the only combination of the
supposedly
> available PnP configurations wh
Cameron Grant wrote:
> would everyone who currently has an issue outstanding with newpcm please
> report it to me in the next few days directly, please, so i can get an idea
> of what needs work before release. i need as much detail as possible.
Well, since you asked...
Since r
16, "ESS ES1869"}, /* ESS1869 */
{0xacb0110e, "ESS ES1869 (Compaq OEM)"},/* CPQb0ac */
The second problem I had was that this laptop gives its sound card
only one DMA channel (drq 1). Newpcm seems to have horrible problems
on simplex cards:
The
Hi,
I upgraded from an early December -current to a current -current
(CVSupped yesterday, buildworld took 16 hours). Works fine,
except that the soundcard (ISA PnP, Avance Logic ALS100+, SB16-
compatible) does not work anymore. It worked fine before.
(``Does not work anymore'' == it just block
Hi ...
>
>http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=245121+249137+/usr/local/www/db/text/1998/freebsd-multimedia/19980215.freebsd-multimedia>
>
> I (and many others, I'm sure) would be very grateful if somebody would
> implement Luigi's first suggestion, to wit:
I get the hint :)
>
> > 1)
nd then mistakenly writing smaller
> than intended sound samples because they assumed a different buffer
> size. I don't know if this applies to newpcm, but it sounds like
> the same symptoms.
>
> Check the -current mailing list archives for pcm0 and xgalaga.
-multimedia,
Peter Wemm <[EMAIL PROTECTED]> writes:
> Dag-Erling Smorgrav wrote:
> > My SB128 still doesn't attach:
> Does the following hack work?
Beautifully!
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of t
On Wed, Jan 12, 2000 at 10:08:17AM -0800, Glendon Gross wrote:
> Are there any tricks to enabling Awe64 support? I initially removed my
> Awe64 card from my first FreeBSD machine to avoid interrupt conflicts, and
> now I would like to try to integrate it back again. Would you mind
> sending
old pcm driver
about a year or so ago. I believe it was due to some applications
setting a fixed buffering size with the SETFRAGMENT(?) ioctl, which
was not implemented in old pcm and then mistakenly writing smaller
than intended sound samples because they assumed a different buffer
size. I don
"Cameron Grant" <[EMAIL PROTECTED]> writes:
> would everyone who currently has an issue outstanding with newpcm please
> report it to me in the next few days directly, please, so i can get an idea
> of what needs work before release. i need as much detail as possib
On my notebook I have pnp CS4232.
It has to work in duplex mode - 2 dmas, but it's
buggy,
and works only in simplex mode - 1 dma (play +
capture).
Is it possible to add a option to force using of
simplex mode on pnp cards?
Thanks,
Val
__
Do You Ya
Dag-Erling Smorgrav wrote:
> "Cameron Grant" <[EMAIL PROTECTED]> writes:
> > would everyone who currently has an issue outstanding with newpcm please
> > report it to me in the next few days directly, please, so i can get an idea
> > of what needs work befo
"Cameron Grant" <[EMAIL PROTECTED]> writes:
> would everyone who currently has an issue outstanding with newpcm please
> report it to me in the next few days directly, please, so i can get an idea
> of what needs work before release. i need as much detail as possible.
"Cameron Grant" <[EMAIL PROTECTED]> writes:
> would everyone who currently has an issue outstanding with newpcm please
> report it to me in the next few days directly, please, so i can get an idea
> of what needs work before release. i need as much detail as possible
I'm running a current of yesterday and no panic this time :) thanx :)
The only thing missing from my ESS1869 card is that audio is still
only played through the right speaker ... so sound from the left
at all. It would be nice if someone could fix this ... here is some info
unknown10: at port
). is that supported with newpcm in any way? (i mean
other comparable soundboards with yamaha chipset)
/k
Cameron Grant ([EMAIL PROTECTED]) @ Mon, Jan 10, 2000 at 09:42:48AM -:
> would everyone who currently has an issue outstanding with newpcm please
> report it to me in the next fe
would everyone who currently has an issue outstanding with newpcm please
report it to me in the next few days directly, please, so i can get an idea
of what needs work before release. i need as much detail as possible.
- cameron
To Unsubscribe: send mail to [EMAIL PROTECTED]
with
n Jan 9 02:10:04 MSK
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/SONIC i386
% cat /dev/sndstat
FreeBSD Audio Driver (newpcm) Jan 9 2000 02:09:08
Installed devices:
pcm0: at io 0xe800 irq 10 (1/1 channels duplex)
% dmesg | grep pcm
pcm0: port 0xe800-0xe83f irq 10 at device 11.0 on pci0
At k
rs recompiling current after a month is a
>> bug I noticed in the NewPCM driver. It skips the last half second or so
>> of its output. This isn't noticeable when playing music, but sound effects
>> really suck.
>>
>> Relevant dmesg output:
>> .
>> sbc0:
e series of errors recompiling current after a month is a
> bug I noticed in the NewPCM driver. It skips the last half second or so
> of its output. This isn't noticeable when playing music, but sound effects
> really suck.
>
> Relevant dmesg output:
> .
> sbc0: at port 0x
Second in the series of errors recompiling current after a month is a
bug I noticed in the NewPCM driver. It skips the last half second or so
of its output. This isn't noticeable when playing music, but sound effects
really suck.
Relevant dmesg output:
.
sbc0: at port 0x220-0x22f,
> > and I apologise for wrongfully accusing it. The panic is in fact
> > caused by newpcm (Cameron CC'd). DDB trace can be provided upon request
> > (is there a way to save it into a file instead of having to write it
> > down on a piece of paper?)
>
> S
With yesterday's current I get bounce buffer panics in isa_dmastart
doing cat foo.pcm >/dev/dsp. The same thing happens with mss.c v1.42
modified to reduce MSS_BUFSIZE by 48k.
The card is ESS1869 in this case:
Jan 5 02:16:55 avalon /kernel: unknown0: at
port 0x800-0x807 on isa0
Jan 5 02:16
On Tue, 4 Jan 2000, Alex wrote:
> and I apologise for wrongfully accusing it. The panic is in fact
> caused by newpcm (Cameron CC'd). DDB trace can be provided upon request
> (is there a way to save it into a file instead of having to write it
> down on a piece of paper?)
> > >
> > > If any more info is needed let me know.
> >
> > This looks like a buffer which spans >1 non-contiguous physical ranges.
> > Was the buffer allocated with contigmalloc?
>
> I don't know this is what came directly from the NewPCM-probe/att
t; > Automatic reboot in 15 seconds - press a key on the console to abort
> >
> >
> > % nm /kernel.test | grep c0214f
> > c0214f68 T bus_dmamap_load
> > c0214f28 T bus_dmamem_free
>
> Those are not used by the ata driver
>
> -Søren
and I apolo
ny segs! buf_len
> > = 0xdf00
> > Jan 4 01:30:26 shadowmere /kernel: bus_dmamap_load: Too many segs! buf_len
> > = 0xdf00
> >
> > If any more info is needed let me know.
>
> This looks like a buffer which spans >1 non-contiguous physical ranges.
> Was the buf
On Tue, Jan 04, 2000 at 10:30:22AM +, Alex <[EMAIL PROTECTED]> wrote:
> and I apologise for wrongfully accusing it. The panic is in fact
> caused by newpcm (Cameron CC'd). DDB trace can be provided upon request
> (is there a way to save it into a file instead o
On Tue, 4 Jan 2000, Pascal Hofstee wrote:
> Hi, With CURRENT sources updated earlier today ... my system now
> crash-and-burns when trying to play audio.
>
> i have foudn these messages in /var/log/messages:
>
> Jan 4 01:30:26 shadowmere /kernel: gusc0: at port
> 0x220,0x320-0x327,0x32c-0x333
I have the Sound Blaster PCI 512 card now and I was wondering if it is
supported with newpcm. It uses the EMU10K1 processor, the same as Sound
Blaster Live. I am aware that the Linux source is has been open sourced by
Creative, so ...
Tom Veldhouse
[EMAIL PROTECTED]
To Unsubscribe: send
Hi, With CURRENT sources updated earlier today ... my system now
crash-and-burns when trying to play audio.
i have foudn these messages in /var/log/messages:
Jan 4 01:30:26 shadowmere /kernel: gusc0: at port
0x220,0x320-0x327,0x32c-0x333 irq 5 drq 1,3 flags 0x13 on isa0
Jan 4 01:30:26 shadowm
Hi.
I'm playing latest 4-current/newpcm sound driver with IBM ThinkPad
600/CS4236.
It was probed like this:
pcm0: at port 0x52c-0x533 irq 5 drq 1 flags 0xa110 on isa0
bus_dmamap_load: Too many segs! buf_len = 0xdf00
bus_dmamap_load: Too many segs! buf_len = 0xdf00
But if I pla
At 04:52 AM 1/1/00 +, Cameron Grant wrote:
> > Donn> "ba ba ba ba ba ba ba ba ba ba ba ba ba ba". I have the ESS
> > Donn> 1868, of course. Well, I (wisely) saved my old kernel as
> > Donn> /kernel.good and just booted into that.
> >
> > Donn> Could you also say what was fixed if you get aro
> Donn> "ba ba ba ba ba ba ba ba ba ba ba ba ba ba". I have the ESS
> Donn> 1868, of course. Well, I (wisely) saved my old kernel as
> Donn> /kernel.good and just booted into that.
>
> Donn> Could you also say what was fixed if you get around to it? I'd
> Donn> to learn a little more about the
On Wed, 29 Dec 1999 20:38:48 -0500,
Donn Miller <[EMAIL PROTECTED]> said:
Donn> I just recently did another cvsup, and now newpcm is broken
Donn> again. When I try to play a clip with mpg123, I hear a very
Donn> short burst of the beginning of the clip repeated indefinitely
MA
> Seigo> transfer to eat up the whole processor. The patch is at:
>
> Ouch, the patch broke Rollemup, so I fixed just now. The URI is the same.
>
> Seigo> http://people.FreeBSD.org/~tanimura/patches/newmidi/2ndbuf-19991227.diff.gz
I just recently did another cvsup, and now
October 2nd. A verbose
boot of that kernel reveals
sb_probe: no addr, trying (0x220, 0x240)
pcm: 4c000
pcm: setmap 4d, ff00; 0xc80c500 -> 4d000
and /dev/sndstat reveals
FreeBSD Audio Driver (newpcm) Oct 2 1999 14:30:27
Installed devices:
pcm0: at io 0x220 irq 10 drq 3:7 (1/1 channels dup
On Mon, 20 Dec 1999, Cameron Grant wrote:
> > On Sat, 18 Dec 1999, Donn Miller wrote:
> >
> > > I just rebuilt my kernel from a recent cvsup. Of course, I have
> > >
> > > device pcm0
> > > device sbc0
> > >
> > > in my kernel config file. When I try to play a realaudio clip
>
Cameron,
Thanks, my sound now works but something is different. I am getting very high
frequency oscillations that I've never had and don't understand. It must have
something to to with the mike and the speakers on my laptop but there has never
been regenerative feedback between them before. C
to-init dma. last night i committed a fix to
> make the ess cards use autoinit, so they should work now.
Ah, that's my cue!
Rebuilding kernel (may newpcm be a module soon :-)
--
Marcel Moolenaarmailto:[EMAIL PROTECTED]
SCC Internetworking & Databases
> On Sat, 18 Dec 1999, Donn Miller wrote:
>
> > I just rebuilt my kernel from a recent cvsup. Of course, I have
> >
> > device pcm0
> > device sbc0
> >
> > in my kernel config file. When I try to play a realaudio clip
> > with Linux rvplayer (RealPlayer 5.0), rvplayer downloads
On Sat, 18 Dec 1999, Donn Miller wrote:
> I just rebuilt my kernel from a recent cvsup. Of course, I have
>
> device pcm0
> device sbc0
>
> in my kernel config file. When I try to play a realaudio clip
> with Linux rvplayer (RealPlayer 5.0), rvplayer downloads the
> clip, a
Donn,
Thanks for the feedback. Misery loves company, they say.:-) We seem to
have the same problem.
Does anyone with a ESS 186[89] have their sound working with a recent world
and
device pcm0
device sbc0
Thanks,
ed
Donn Miller wrote:
> Edwin Culp wrote:
>
> > You're luck
Edwin Culp wrote:
> You're lucky, you got to the realplayer.:-) My ESS1869 hangs on a
> simple cat gong.au>/dev/audio. Do you have sound with everything except
> realplayer?
Nope. Just tried cat hello.au > /dev/dsp. Nothing. It hangs at
the command line. Same with cat *.au > /dev/audio. H
I just rebuilt my kernel from a recent cvsup. Of course, I have
device pcm0
device sbc0
in my kernel config file. When I try to play a realaudio clip
with Linux rvplayer (RealPlayer 5.0), rvplayer downloads the
clip, and instead of playing the clip, rvplayer just hangs until
port 0x220-0x22f,0x388-0x38b irq 5 drq 1,5 on isa0
pcm0: on sbc0
Nick
On Wed, 15 Dec 1999, Mark Newton wrote:
> On Wed, Dec 15, 1999 at 03:09:10AM -0600, Jeremy L. Stock wrote:
>
> > The sbc driver seems to correctly detect my soundcard for the first time
> > since the intr
On Wed, Dec 15, 1999 at 03:09:10AM -0600, Jeremy L. Stock wrote:
> The sbc driver seems to correctly detect my soundcard for the first time
> since the introduction of newpcm but I don't actually get sound out of it.
Just a quick check: Can you type "mixer" at a s
On Wed, 15 Dec 1999, Jeremy L. Stock wrote:
> The sbc driver seems to correctly detect my soundcard for the first time
> since the introduction of newpcm but I don't actually get sound out of it.
> I think the IRQ it's detecting might be wrong. Both Windows 98 and the old
On Tue, 14 Dec 1999, Andrew Gallatin wrote:
>
> I have an old, wheezing Dell Lattitude LM with an ESS1688 sound chip.
> (specs at http://support.dell.com/docs/systems/pespmmx/specs.htm)
>
> I have managed to get newpcm to find the 1688 via 'options PNPBIOS'
> an
The sbc driver seems to correctly detect my soundcard for the first time
since the introduction of newpcm but I don't actually get sound out of it.
I think the IRQ it's detecting might be wrong. Both Windows 98 and the old
pcm driver always used IRQ 10.
Unfortunately my BIOS is
I have an old, wheezing Dell Lattitude LM with an ESS1688 sound chip.
(specs at http://support.dell.com/docs/systems/pespmmx/specs.htm)
I have managed to get newpcm to find the 1688 via 'options PNPBIOS'
and the following patch:
Index: sys/dev/sound
I'm having problems running vat with newpcm: after opening the
device the sound begins for a fraction of a second, then stops.
Maybe this has to do with the fact that vat uses /dev/audio and
not /dev/dsp; I've tried to open /dev/dsp instead and change the
device format but the result i
Thus spake Timo Geusch ([EMAIL PROTECTED]):
> I don't if DES did, but I did. Turns out from his dmesg that he has a very
> similar hardware config (which is why I don't include a copy of my dmesg)
> and I am seeing *exactly* the same problems - suddenly my AWE32 is not
> recognized any more.
Sam
On Tue, 30 Nov 1999, Timo Geusch wrote:
> On Tue, Nov 30, 1999 at 10:30:28AM +0900, [EMAIL PROTECTED] wrote:
> > On 29 Nov 1999 19:19:24 +0100,
> > Dag-Erling Smorgrav <[EMAIL PROTECTED]> said:
> >
> > Dag-Erling> My SB32 PnP, which had so far worked nicel
On Tue, Nov 30, 1999 at 10:30:28AM +0900, [EMAIL PROTECTED] wrote:
> On 29 Nov 1999 19:19:24 +0100,
> Dag-Erling Smorgrav <[EMAIL PROTECTED]> said:
>
> Dag-Erling> My SB32 PnP, which had so far worked nicely with newpcm except for the
> Dag-Erling> "fast forward
On Tue, 30 Nov 1999 02:30:41 -0500 (EST),
Donn Miller <[EMAIL PROTECTED]> said:
>> sbc driver does not probe ESS1868 at this moment.
Donn> Question: will the ESS 1868 bridge driver be incorporated into the sbc
Donn> driver, or should we devise a whole new bridge driver for the ess? I.e.,
Don
On Tue, 30 Nov 1999, Seigo Tanimura wrote:
> On Tue, 30 Nov 1999 01:41:20 -0500,
> Donn Miller <[EMAIL PROTECTED]> said:
>
> Donn> Now, the question is, do I use the Sound Blaster bridge driver
> Donn> for the ESS 1868? And, is my ordering wrong?
>
> sbc driver does not probe ESS1868 at this
-On [19991129 19:49], Dag-Erling Smorgrav ([EMAIL PROTECTED]) wrote:
>My SB32 PnP, which had so far worked nicely with newpcm except for the
>"fast forward" bug, stopped working after the newmidi import. This
>means that none of my sound cards (except for the GUS PnP, whic
On Tue, 30 Nov 1999 01:41:20 -0500,
Donn Miller <[EMAIL PROTECTED]> said:
Donn> Now, the question is, do I use the Sound Blaster bridge driver
Donn> for the ESS 1868? And, is my ordering wrong?
sbc driver does not probe ESS1868 at this moment.
--
Seigo Tanimura <[EMAIL PROTECTED]> <[EMAIL P
Yes, I DO have the bridge drivers in my kernel config files, and
I still get the "fast forward" effect with my ESS 1868. My guess
is that it's just a bug with the ESS 1868 driver, I don't know.
Maybe my ordering is wrong? I've had the sbc driver for the ESS
ever since the bridge drivers came ou
On Mon, Nov 29, 1999, Donn Miller wrote:
> So, is the right command to make the audio device entries
> ./MAKEDEV snd0, or does newpcm have a different method to create
> the audio device entries?
>
> Also, I have an ESS 1868, and I'm getting the "fast forward"
&
On 29 Nov 1999 19:19:24 +0100,
Dag-Erling Smorgrav <[EMAIL PROTECTED]> said:
Dag-Erling> My SB32 PnP, which had so far worked nicely with newpcm except for the
Dag-Erling> "fast forward" bug, stopped working after the newmidi import. This
Dag-Erling> means that none
So, is the right command to make the audio device entries
./MAKEDEV snd0, or does newpcm have a different method to create
the audio device entries?
Also, I have an ESS 1868, and I'm getting the "fast forward"
effect with the newpcm driver. It's a SB compatible card.
I&
My SB32 PnP, which had so far worked nicely with newpcm except for the
"fast forward" bug, stopped working after the newmidi import. This
means that none of my sound cards (except for the GUS PnP, which I
haven't tested) work any more, and I am seriously losing faith in the
auth
es1888_identify in sys/dev/pcm/isa/es1888.c.
>
> it still shows up in the PNPBIOS information, though:
>
> unknown: can't assign resources
This is because the ES1888 device is holding the resources. Also the
driver needs CPQb0ac adding to its list of IDs.
>
> Finally,
x22f irq 5 drq 1 on isa0
it still shows up in the PNPBIOS information, though:
unknown: can't assign resources
Finally, cat sndstat shows yet another thing:
FreeBSD Audio Driver (newpcm) Nov 17 1999 19:30:14
Installed devices:
pcm0: at io 0x220 irq 5 drq 1 (1/1 channels)
Also, I have a
On Wed, 17 Nov 1999, Daniel C. Sobral wrote:
> Well, I finally decided to try to get my sound card working again.
> It is not detected as a PNP device, but rather as a motherboard
> resource using PNPBIOS. It is supposed to be an ESS1869 and, indeed,
> I use ESS drivers on Windows. But Compaq obv
Well, I finally decided to try to get my sound card working again.
It is not detected as a PNP device, but rather as a motherboard
resource using PNPBIOS. It is supposed to be an ESS1869 and, indeed,
I use ESS drivers on Windows. But Compaq obviously decided to lay
it's fingerprints on the poor th
s and I'll ship it in the
morning.
The machine I do use the Vibra16X in is at work, and for now I'm without
music again. Too bad we can't have both oldpcm and newpcm for a while ;)
but with the new pnp stuff I'm not sure whether I can use the old pcm
stuff anymore anyway, but I
On Sun, 19 Sep 1999, Pat Lynch wrote:
> I have an extra Vibra16X if you haven't gotten one yet, I'm dying to have
> my sound working again. -Pat
If you don't mind shipping it to the UK, I can give you my address.
Cameron is in the process of moving and I don't have his new address. I'm
very keen
I have an extra Vibra16X if you haven't gotten one yet, I'm dying to have
my sound working again. -Pat
___
Pat Lynch [EMAIL PROTECTED]
I have a *VERY*preliminary version of the 1371 driver working with the
newpcm code.
Testing includes playing one mp3 track and adjusting the volume a few
times.
In other words I'm not making any promises.
If anybody really needs to play with it.
ftp://ftp.thebarn.com/outgoing/es1371-newpcm
Hello-
This is a second try at this. I updating my kernel to current as
of September 12 1999 and have been consistently able to panic my
machine when attempting to use real audio (rvplayer5 under linux
compatibility) The panic is in feeder.c of the newpcm device with
$FreeBSD: src/sys/dev/pcm
On Tue, 14 Sep 1999, Jordan K. Hubbard wrote:
> > If this is a card you own, please just wrap it up and put it in the post
> > to Cameron so that he has a chance to see what is going on.
>
> If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo.
> If you or anyone else knows of a
> If this is a card you own, please just wrap it up and put it in the post
> to Cameron so that he has a chance to see what is going on.
If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo.
If you or anyone else knows of a particular card which uses this chip,
however, then I'd
On Tue, 14 Sep 1999, Jordan K. Hubbard wrote:
> > If this is a card you own, please just wrap it up and put it in the post
> > to Cameron so that he has a chance to see what is going on.
>
> If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo.
> If you or anyone else knows of a
1 - 100 of 145 matches
Mail list logo