Re: [AD] Sound problem with OSS |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Mon, Mar 20, 2000 at 11:50:19AM -0000, Vincent Penquerc'h wrote:
> I guess I have a problem with my 16 bit DMA....
Can you check that? Do "cat /proc/dma", see what it's set to,
see if you agree; if it's an ISA Plug'n'Play card, see what's
set in `/etc/isapnp.conf'. If it's wrong, and you're using
modular sound drivers, look for a line in `/etc/conf.modules'
looking something like this:
options sb io=... irq=... dma=... dma16=...
`dma16' is the high, 16 bit DMA channel -- change it to whatever
you like. Then you need to unload and reload the sound modules
-- either reboot, or use `modprobe' to remove and reinstall them
all.
George
--
Random project update:
06/02/2000: AllegroGL alpha 3: use OpenGL with Allegro in Unix or Windows
http://www.canvaslink.com/gfoot/allegrogl/