dev wrote:txlogic wrote:majost wrote:I have a similar issue in the form of clicks. I have found it to be an IRQ conflict between my NVidia driver/video card and OSS/sound card.
Ideally, I would like to simply tell OSS to force the card to work on a specified IRQ.... but I am not sure how to do this just yet.
"Clicks" works as a description of what I hear as well. I've also suspected an IRQ conflict, but haven't had time to try to chase it down (not that I'm sure I'd know exactly what to do if I found one!

). Hey Dev, do have any wisdom for us?
TXLogic
Please upgrade your FreeBSD drivers - we fixed a problem with ISA memory allocation and this affects Envy24 based soundcards.
I had already done so, to no avail.
The only thing I can recommend is try booting with acpi turned off - this prevents the BIOS from loading up all devices under the same irq. ALso
you need to ensure that DMA is turned on on your hard disk.
best regards
Dev Mazumdar
Once again you're the man with the answers, Dev. Sound is now quite clear and beautiful -- neither clicky or hiccupy. But what have I lost by completely disabling ACPI? (Also, I couldn't find any setting for DMA in the BIOS -- but everything seems fine. Should I be concerned?)
TXLogic