Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sound in NetBSD/Amiga



      Date: Tue, 10 Dec 1996 10:49:30 -0500 (EST)
      From: Jose Alburquerque <jose%REVERSING-ASTHMA.COM@localhost>
      Sender: port-amiga-owner%NetBSD.ORG@localhost

         2) once I `MAKEDEV', and I try `cat samp2.au > aud0' It replies:
            aud0: Device not configured.

      Does anyone know why this is happening?  Is there an easy fix?  On the
      same line of questioning, is this as far as amiga sound is going to go or
      can we expect more (eg. a /dev/audio device, etc.)?  Thanks.


You have to recreate the device nodes _EACH TIME_ you load the module;
thats what the post-load script is for. In case of loadable drivers,
it gets called with the new major number as third (?) parameter.

Read "man modload" for details.

Regards
        -is




Home | Main Index | Thread Index | Old Index