More problems with emu10k1 driver.

2000-06-12 Thread Frank Mayhar

I tried to use it tonight, with the latest 4-stable.  Well, it doesn't just
silently panic any more, which is an improvement; I was able to get a core
dump.  I ran mpg123 to play an mp3; as soon as it tried to play the system
panicked on an NMI.  The dump shows the mpg123 process sleeping on "spread"
down in spec_getpages().  I didn't see anything else interesting that I could
interpret, but I can certainly grunge through the dump for anything that anyone
else (particularly Cameron) might need.
-- 
Frank Mayhar [EMAIL PROTECTED] http://www.exit.com/
Exit Consulting http://store.exit.com/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: emu10k1 driver

2000-03-22 Thread Andrey Sverdlichenko

  | One is on the way...
 
  Cam's boredom out-weighed my initiative. 8)
 
  http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1
  driver (minus recording) which is need of debugging.  Give it a try!

I applied it to 4.0-CURRENT, but it works in mixer only mode.
Looks like pcm_addchan should be added in emu_pci_attach().



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: emu10k1 driver

2000-03-22 Thread Norbert Irmer

Andrey Sverdlichenko wrote:
 
   | One is on the way...
  
   Cam's boredom out-weighed my initiative. 8)
  
   http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1
   driver (minus recording) which is need of debugging.  Give it a try!
 
 I applied it to 4.0-CURRENT, but it works in mixer only mode.
 Looks like pcm_addchan should be added in emu_pci_attach().
 

When you uncomment the pcm_addchan line in emu_pci_attach(),
the kernel crashes when booting.

It seems that there is still some work to be done,
but he is on the right way :)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



emu10k1 driver

2000-03-21 Thread Thomas T. Veldhouse

I just tried it against 4.0-STABLE (03222000).  The patch
(http://www.freebsd.org/~cg/current.diff.gz) applied 100% successfully
(I assume sound has not yet diverged much in 5.0 except for Voxware).  I
don't get any sound when using KMP3.  I just get a pulse sound  in the
speaker when the app starts though and then a pulse again when I shut
the app down.

Here is the relavent dmesg output:

pcm0: Creative EMU10K1 port 0x1400-0x141f irq 11 at device 3.0 on pci0

pcm0: ac97 codec reports dac not ready

Is there something that needs to enable the PCI card properly?  I do not
have the option to shut Plug-N-Play off on my system (nice Compaq-ism).

It looks like it is very close.

Thanks in advance,

Tom Veldhouse
[EMAIL PROTECTED]


 Subject:  Re: emu10k1 (SB Live!) support under FreeBSD?
 From: Dan Moschuk
 Date: 2000/03/20
 Message-ID:   [EMAIL PROTECTED]
 Newsgroups:   sol.lists.freebsd.current
 [More Headers]

 | | I would love to help out, but I don't know where to start, and I have no
 | | kernel programming experience.  There are reference drivers available for
 | | linux via http://opensource.creative.com or http://www.alsa-project.org
 | | (my preference).
 |
 | One is on the way...

 Cam's boredom out-weighed my initiative. 8)

 http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1
 driver (minus recording) which is need of debugging.  Give it a try!




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message