On Mon, 6 Aug 2001, Russell Hires wrote: > Now that I want to load this everytime at boot, I go to my > /etc/modules to put an entry there, but it's empty. I find that odd. > Is there somewhere else I would put an entry to allow for > dmasounc_pmac to be loaded?
If you add it to /etc/modules it will be loaded at every boot (which is fine); if you instead add "alias char-major-14 dmasound_pmac" to /etc/modutils/aliases and then run update-modules, then it will be loaded on demand whenever the sound devices are accessed.

