Re: No sound (Ensoniq Audio PCI 1370)

1999-06-02 Thread Doug Rabson
On Tue, 1 Jun 1999, Joachim Kuebart wrote: > Stefan Esser wrote: > > On 1999-05-27 22:12 +0400, oZZ!!! wrote: > > > > > > wmsound with my card too can't work correct. > > > SB 128 PCI its a PCI-device & (as i known) it must be detect as es0 + pcm1 > > > (not pcm0), because pcm0 reserved for ISA-

Re: No sound (Ensoniq Audio PCI 1370)

1999-06-01 Thread Osokin Sergey
On Mon, 31 May 1999, Stefan Esser wrote: > On 1999-05-27 22:12 +0400, oZZ!!! wrote: > > > > wmsound with my card too can't work correct. > > SB 128 PCI its a PCI-device & (as i known) it must be detect as es0 + pcm1 > > (not pcm0), because pcm0 reserved for ISA-device (right?). Kernel at > >

Re: No sound (Ensoniq Audio PCI 1370)

1999-06-01 Thread Joachim Kuebart
Stefan Esser wrote: > On 1999-05-27 22:12 +0400, oZZ!!! wrote: > > > > wmsound with my card too can't work correct. > > SB 128 PCI its a PCI-device & (as i known) it must be detect as es0 + pcm1 > > (not pcm0), because pcm0 reserved for ISA-device (right?). Kernel at > > boot-time detect my SB 12

Re: No sound (Ensoniq Audio PCI 1370)

1999-06-01 Thread Stefan Esser
On 1999-05-27 22:12 +0400, oZZ!!! wrote: > > wmsound with my card too can't work correct. > SB 128 PCI its a PCI-device & (as i known) it must be detect as es0 + pcm1 > (not pcm0), because pcm0 reserved for ISA-device (right?). Kernel at > boot-time detect my SB 128 PCI as es0 + pcm0... You are

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-27 Thread oZZ!!!
On Thu, 27 May 1999, Doug White wrote: > On Wed, 26 May 1999, oZZ!!! wrote: > > > > What's wrong is that you have _only_ tried using a single program to test > > > your > > > audio system out. > > > > > > > > > Hmm... other programs (like wmsound from ports) also don't work... > > What abou

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-27 Thread Doug White
On Wed, 26 May 1999, oZZ!!! wrote: > > What's wrong is that you have _only_ tried using a single program to test > > your > > audio system out. > > > > > > Hmm... other programs (like wmsound from ports) also don't work... What about cat /bin/cat > /dev/audio ? Doug White

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread oZZ!!!
On Tue, 25 May 1999, Brian Feldman wrote: > > > > device pcm0 at nexus? > > > . > > > > # cd /dev > > > > # rm audio dsp dspW mixer > > > > # ./MAKEDEV snd0 > > > > > > > But play (from ports) can't work... > > > > > > That should be snd1 for the pcm driver > > # cd /dev > > # rm aud

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread Brian Feldman
On Tue, 25 May 1999, oZZ!!! wrote: > > On Tue, 25 May 1999, W Gerald Hicks wrote: > > > [snips] > > > device pcm0 at nexus? > > . > > . > > . > > > # cd /dev > > > # rm audio dsp dspW mixer > > > # ./MAKEDEV snd0 > > > > > But play (from ports) can't work... > > > > That should be sn

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread oZZ!!!
On Tue, 25 May 1999, W Gerald Hicks wrote: > [snips] > > device pcm0 at nexus? > . > . > . > > # cd /dev > > # rm audio dsp dspW mixer > > # ./MAKEDEV snd0 > > > But play (from ports) can't work... > > That should be snd1 for the pcm driver # cd /dev # rm audio dsp dspW mixer # ./MAKE

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread W Gerald Hicks
ARGH! Trim the reply list next time Jerry... To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread W Gerald Hicks
[snips] > device pcm0 at nexus? . . . > # cd /dev > # rm audio dsp dspW mixer > # ./MAKEDEV snd0 > But play (from ports) can't work... That should be snd1 for the pcm driver Good Luck, Jerry Hicks wghi...@bellsouth.net To Unsubscribe: send mail to majord...@freebsd.org with "unsubscr

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-25 Thread oZZ!!!
Hello! I install new SB card to my computer & configure kernel with follwing string, describing SB 128 PCI: device pcm0 at nexus? and got this messages after reboot: es0: irq 5 at device 11.0 on pci0 pcm0: using I/O space register mapping at 0xe800 o...@ozz$ cat /dev/sndstat FreeBS

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-22 Thread Doug Rabson
On Sat, 22 May 1999, Marc van Woerkom wrote: > > I just use: > > > > device pcm0 > > > > and no more, since I only have a PCI card. > > So you reasoned something like > > This card has nothing to do with ISA, let the PCI routines figure out > the parameters by themselves > > Joachim

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-22 Thread Eric Hodel
Marc van Woerkom wrote: > > > I just use: > > > > device pcm0 > > > > and no more, since I only have a PCI card. > > So you reasoned something like > > This card has nothing to do with ISA, let the PCI routines figure out > the parameters by themselves Exactly -- Eric Hodel hodel...@s

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-22 Thread Marc van Woerkom
> I just use: > > device pcm0 > > and no more, since I only have a PCI card. So you reasoned something like This card has nothing to do with ISA, let the PCI routines figure out the parameters by themselves Joachim's Ensoniq driver was the first extension of Luigi's underlying pcm dr

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-18 Thread Eric Hodel
David O'Brien wrote: > > > > Below follow dmesg output and kernel configuration. > > > > > device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 > > > > I have this: > > > > device pcm0 at nexus? port ? irq 10 drq 1 flags 0x0 > >^^ > > I would like to update ``sys/i386/isa/snd

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-17 Thread Doug Rabson
On Mon, 17 May 1999, David O'Brien wrote: > > > Below follow dmesg output and kernel configuration. > > > > > device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 > > > > I have this: > > > > device pcm0 at nexus? port ? irq 10 drq 1 flags 0x0 > >^^ > > I would like to upd

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-17 Thread Marc van Woerkom
> device pcm0 at nexus? port ? irq 10 drq 1 flags 0x0 >^^ I tried this out but discarded this approach because I got a trap 12 after boot (around the time X fires up). But In the meantime I found out that this must be caused by some other problem, so I will try again later - o

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-17 Thread David O'Brien
> > Below follow dmesg output and kernel configuration. > > > device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 > > I have this: > > device pcm0 at nexus? port ? irq 10 drq 1 flags 0x0 >^^ I would like to update ``sys/i386/isa/snd/README'' since it currently does not hav

Re: No sound (Ensoniq Audio PCI 1370)

1999-05-16 Thread Leif Neland
On Sat, 15 May 1999, Marc van Woerkom wrote: > Dear people, > > I get no sound anymore using the system built on Friday. > > As I saw same earlier reports here about problems with sound > that were reported to be fixed, mine might be related to the card > being a PCI one - ES1370 based genuin

No sound (Ensoniq Audio PCI 1370)

1999-05-15 Thread Marc van Woerkom
Dear people, I get no sound anymore using the system built on Friday. As I saw same earlier reports here about problems with sound that were reported to be fixed, mine might be related to the card being a PCI one - ES1370 based genuine Ensoniq Audio PCI. Below follow dmesg output and kernel con