home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / amiga / 2089 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!texsun!netdev!mic!lerami!amix!janc
  2. From: janc@amix.commodore.com (Jan Carlson)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Keith's Audio Device Driver Fix
  5. Keywords: real audio device driver, it works!
  6. Message-ID: <1992Sep5.162943.8123@amix.commodore.com>
  7. Date: 5 Sep 92 16:29:43 GMT
  8. References: <1992Aug25.032432.24345@aplcen.apl.jhu.edu>
  9. Organization: Amiga UNIX Software Development
  10. Lines: 22
  11.  
  12. In article <1992Aug25.032432.24345@aplcen.apl.jhu.edu> robbar@aplcen.apl.jhu.edu (Baruch Robert Allan ) writes:
  13. >
  14. >I just wanted to follow-up on my earlier post asking "what the deal" was with
  15. >the audio device.  This prompted Keith Gabryelski to post his recent
  16. >version of the device.  After pulling the device into the kernel, it works
  17. >reliably as advertized!  I would recommend replacing the /dev/audio device
  18. >with Keith's version.
  19.  
  20. The audio driver Keith posted is identical to the one on the 2.1 tape,
  21. except for the format of some of the comments.  On my A2500 running
  22. 2.1p2a, using that audio device causes panics about 80% of the time.
  23.  
  24. But if it works reliably on your machine, I am not too surprised,
  25. since it evidently does also for Keith and some others.  As I
  26. remember, it did not panic A3000's very often, but it did sometimes. 
  27.  
  28. Here is a severe test:
  29.  
  30. while :
  31. do
  32.     cat hal>/dev/audio
  33. done
  34.