Understanding newPCM driver

2003-06-12 Thread Artem 'Zazoobr' Ignatjev
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

Re: newpcm audio recording

2001-01-09 Thread Cameron Grant
> 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

Re: newpcm audio recording

2001-01-09 Thread Patrik Sundberg
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

Re: newpcm audio recording

2001-01-09 Thread Erik H. Bakke
> 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

newpcm audio recording

2001-01-09 Thread Patrik Sundberg
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

Re: newpcm/kobj

2000-12-13 Thread Cameron Grant
> 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

newpcm/kobj

2000-12-12 Thread Cameron Grant
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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread John Hay
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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Ollivier Robert
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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Robert Watson
> > 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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Cameron Grant
> 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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Ollivier Robert
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

Re: [Neomagic] newpcm problems under current

2000-08-06 Thread Cameron Grant
> 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

[Neomagic] newpcm problems under current

2000-08-06 Thread Ollivier Robert
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

RE: newpcm broken in -current for SB16

2000-04-19 Thread Alexander N. Kabaev
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&

newpcm broken in -current for SB16

2000-04-19 Thread Alexander N. Kabaev
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

Re: no audio with newpcm driver on TP600E

2000-04-01 Thread Cameron Grant
> # 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

Re: no audio with newpcm driver on TP600E

2000-04-01 Thread Donn Miller
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

no audio with newpcm driver on TP600E

2000-04-01 Thread Kent Hauser
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

Re: Voxware is toast. Get used to it. (Re: Suggestions for improving newpcm performance?)

2000-03-21 Thread Thomas T. Veldhouse
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

Re: kern/16487: please apply newpcm fix

2000-03-06 Thread Oliver Fromme
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,

Re: kern/16487: please apply newpcm fix

2000-03-05 Thread Seigo Tanimura
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

kern/16487: please apply newpcm fix

2000-03-05 Thread Oliver Fromme
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

Can't record with newpcm & CS423x

2000-02-08 Thread Matthew Reimer
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

Re: newpcm (or newpnp?)

2000-01-27 Thread George W. Dinolt
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

Re: newpcm (or newpnp?)

2000-01-27 Thread Christopher M. Giordano
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

newpcm: ESS1688, simplex problems, stuttering

2000-01-25 Thread Andrew Gallatin
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

newpcm problem --> patch --> problem

2000-01-23 Thread Oliver Fromme
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

Re: newpcm

2000-01-18 Thread Reinier Bezuidenhout
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)

Re: newpcm

2000-01-17 Thread Dag-Erling Smorgrav
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,

Re: newpcm

2000-01-16 Thread Dag-Erling Smorgrav
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

Re: newpcm

2000-01-12 Thread Mark Newton
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

Re: newpcm

2000-01-11 Thread Chris Giordano
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&#

Re: newpcm

2000-01-11 Thread Mark Newton
"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

newpcm - duplex/simplex

2000-01-11 Thread Valentin S. Chopov
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

Re: newpcm

2000-01-11 Thread Peter Wemm
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

Re: newpcm

2000-01-11 Thread Edwin Culp
"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.

Re: newpcm

2000-01-11 Thread Dag-Erling Smorgrav
"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

Re: newpcm

2000-01-11 Thread Reinier Bezuidenhout
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

Re: newpcm

2000-01-10 Thread Karsten W. Rohrbach
). 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

newpcm

2000-01-10 Thread Cameron Grant
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

newpcm can't play wave files after cvsup+make world...

2000-01-08 Thread Sergey Osokin
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

Re: NewPCM issue

2000-01-08 Thread Adam
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:

Re: NewPCM issue

2000-01-08 Thread Kenneth Wayne Culver
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

NewPCM issue

2000-01-08 Thread Theo van Klaveren
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,

Re: panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-05 Thread Nick Hibma
> > 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

newpcm problems

2000-01-05 Thread Anthony Kimball
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

Re: panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Bill Fumerola
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?)

Re: NewPCM causes kernel panics !

2000-01-04 Thread Hidetoshi Shimokawa
> > > > > > 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

panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Alex
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

Re: NewPCM causes kernel panics !

2000-01-04 Thread Pascal Hofstee
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

Re: panic in newpcm ( was Re: Ouch! Something broke (possibly ATA))

2000-01-04 Thread Vallo Kallaste
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

Re: NewPCM causes kernel panics !

2000-01-04 Thread Doug Rabson
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

newpcm with EMU10K1 chipset (Sound Blaster PCI 512 and Sound Blaster Live)?

2000-01-03 Thread Thomas T. Veldhouse
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

NewPCM causes kernel panics !

2000-01-03 Thread Pascal Hofstee
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

kernel panic with newpcm/CS4236 (IBM ThinkPAD600)

2000-01-03 Thread MIHIRA Sanpei Yoshiro
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

Re: Newpcm is broken again for mpg123 (ESS 1868 isa sound card)

2000-01-01 Thread Manfred Antar
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

Re: Newpcm is broken again for mpg123 (ESS 1868 isa sound card)

1999-12-31 Thread Cameron Grant
> 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

Re: Newpcm is broken again for mpg123 (ESS 1868 isa sound card)

1999-12-31 Thread Seigo Tanimura
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

Newpcm is broken again for mpg123 (ESS 1868 isa sound card)

1999-12-29 Thread Donn Miller
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

newpcm and non-PnP SoundBlaster Vibra 16 4.13

1999-12-27 Thread Khetan Gajjar
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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-21 Thread Doug Rabson
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 >

Re: ESS 1868, newpcm,

1999-12-20 Thread Edwin Culp
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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-20 Thread Marcel Moolenaar
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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-20 Thread Cameron Grant
> 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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-20 Thread Doug Rabson
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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-19 Thread Edwin Culp
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

Re: ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-19 Thread Donn Miller
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

ESS 1868, newpcm, and Linux RealPlayer 5.0

1999-12-18 Thread Donn Miller
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

Re: Problem with sbc driver and/or newpcm

1999-12-15 Thread Nick Hibma
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

Re: Problem with sbc driver and/or newpcm

1999-12-15 Thread Mark Newton
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

Re: Problem with sbc driver and/or newpcm

1999-12-15 Thread Doug Rabson
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

Re: ESS1688 newpcm support, soundblaster panics at boot

1999-12-15 Thread Doug Rabson
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

Problem with sbc driver and/or newpcm

1999-12-15 Thread Jeremy L. Stock
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

ESS1688 newpcm support, soundblaster panics at boot

1999-12-14 Thread Andrew Gallatin
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

can't use vat (and only vat) with newpcm

1999-11-30 Thread Pierre Beyssac
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

Re: More newpcm breakage

1999-11-30 Thread Alexander Langer
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

Re: More newpcm breakage

1999-11-30 Thread Doug Rabson
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

Re: More newpcm breakage

1999-11-30 Thread Timo Geusch
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

Re: "Fast forward" bug and newpcm (again)

1999-11-30 Thread Seigo Tanimura
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

Re: "Fast forward" bug and newpcm (again)

1999-11-29 Thread Donn Miller
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

Re: More newpcm breakage

1999-11-29 Thread Jeroen Ruigrok/Asmodai
-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

Re: "Fast forward" bug and newpcm (again)

1999-11-29 Thread Seigo Tanimura
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

"Fast forward" bug and newpcm (again)

1999-11-29 Thread Donn Miller
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

Re: MAKEDEV & newpcm driver

1999-11-29 Thread Chris Costello
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" &

Re: More newpcm breakage

1999-11-29 Thread tanimura
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

MAKEDEV & newpcm driver

1999-11-29 Thread Donn Miller
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&

More newpcm breakage

1999-11-29 Thread Dag-Erling Smorgrav
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

Re: Adding soundcards to newpcm

1999-11-17 Thread Doug Rabson
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,

Re: Adding soundcards to newpcm

1999-11-17 Thread Daniel C. Sobral
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

Re: Adding soundcards to newpcm

1999-11-16 Thread Doug Rabson
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

Adding soundcards to newpcm

1999-11-16 Thread Daniel C. Sobral
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

Re: newpcm and Vibra16X

1999-09-20 Thread Pat Lynch
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

Re: newpcm and Vibra16X

1999-09-20 Thread Doug Rabson
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

Re: newpcm and Vibra16X

1999-09-19 Thread Pat Lynch
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]

Re: newpcm broke the Esoniq 1371 Driver Hack?

1999-09-14 Thread Russell Cattelan
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

newpcm and rvplayer

1999-09-14 Thread Sean O'Connell
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

Re: newpcm and Vibra16X

1999-09-14 Thread David Scheidt
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

Re: newpcm and Vibra16X

1999-09-14 Thread Jordan K. Hubbard
> 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

Re: newpcm and Vibra16X

1999-09-14 Thread Doug Rabson
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   2   >