home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / amiga / 2012 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  1.8 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!cogsci.Berkeley.EDU!ag
  2. From: ag@cogsci.Berkeley.EDU (Keith Gabryelski)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Audio Device in 2.03
  5. Message-ID: <179ld0INNbnh@agate.berkeley.edu>
  6. Date: 24 Aug 92 03:34:56 GMT
  7. References: <1992Aug23.063634.8663@aplcen.apl.jhu.edu> <abeech.714573867@kraken>
  8. Organization: Institute of Cognitive Studies, U.C. Berkeley
  9. Lines: 33
  10. NNTP-Posting-Host: cogsci.berkeley.edu
  11.  
  12. In article <abeech.714573867@kraken> abeech@kraken.itc.gu.edu.au (Adrian Beech) writes:
  13. >robbar@aplcen.apl.jhu.edu (Baruch Robert Allan ) writes:
  14. >>I'm having some difficulty using the audio device driver in 
  15. >>AMIX version 2.03.  Does anyone know if there's a bug in the driver? It
  16. >>seems to Panic the kernal pretty consistantly.
  17. >
  18. >An audio device?  
  19.  
  20. The audio device under 2.03 (and 2.1) was deemed unstable by QA because
  21. it `always panic'd a machine'.  I believe I even witnessed a panic
  22. one time but never determined what the problem was.
  23.  
  24. Note that while I was developing the user program `clksnd' which
  25. is in /usr/amiga/src/cmd/clksnd I never saw a panic.  So I was a little
  26. confused when QA complained about it.
  27.  
  28. `clksnd' will have my voice tell you the time of day using the
  29. audio device.
  30.  
  31. There should also be some sound files in /usr/amiga/src/cmd/clksnd/audio.
  32. You should be able to cat them to the them audio device.
  33.  
  34. Note that a node for the audio device is not on the default distribution,
  35. although it is compiled into the kernel.  I believe
  36. `mknod /dev/audio c 27 46' will take care of this problem but
  37. not the possible panics.
  38.  
  39. I looked at the audio device two weeks ago and noted that `there is
  40. no way in hell this thing should work' but didn't investiagte further.
  41.  
  42. The source for the audio driver is in: /usr/sys/amiga/driver/audio.[ch]
  43.  
  44. Pax, Keith
  45.