📄 readme.oss
字号:
Introduction------------This file is a collection of all the old Readme files distributed withOSS/Lite by Hannu Savolainen. Since the new Linux sound driver is foundedon it I think these information may still be interesting for users thathave to configure their sound system.Be warned: Alan Cox is the current maintainer of the Linux sound driver so ifyou have problems with it, please contact him or the current device-specificdriver maintainer (e.g. for aedsp16 specific problems contact me). If you havepatches, contributions or suggestions send them to Alan: I'm sure they arewelcome.In this document you will find a lot of references about OSS/Lite or ossfree:they are gone forever. Keeping this in mind and with a grain of salt thisdocument can be still interesting and very helpful.[ File edited 17.01.1999 - Riccardo Facchetti ][ Edited miroSOUND section 19.04.2001 - Robert Siemer ]OSS/Free version 3.8 release notes----------------------------------Please read the SOUND-HOWTO (available from sunsite.unc.edu and other Linux FTP sites). It gives instructions about using sound with Linux. It's bit out ofdate but still very useful. Information about bug fixes and such thingsis available from the web page (see above).Please check http://www.opensound.com/pguide for more info about programmingwith OSS API. ====================================================- THIS VERSION ____REQUIRES____ Linux 2.1.57 OR LATER. ====================================================Packages "snd-util-3.8.tar.gz" and "snd-data-0.1.tar.Z"contain useful utilities to be used with this driver.See http://www.opensound.com/ossfree/getting.html fordownload instructions.If you are looking for the installation instructions, pleaselook forward into this document.Supported sound cards---------------------See below.Contributors------------This driver contains code by several contributors. In addition several otherpersons have given useful suggestions. The following is a list of majorcontributors. (I could have forgotten some names.) Craig Metz 1/2 of the PAS16 Mixer and PCM support Rob Hooft Volume computation algorithm for the FM synth. Mika Liljeberg uLaw encoding and decoding routines Jeff Tranter Linux SOUND HOWTO document Greg Lee Volume computation algorithm for the GUS and lots of valuable suggestions. Andy Warner ISC port Jim Lowe, Amancio Hasty Jr FreeBSD/NetBSD port Anders Baekgaard Bug hunting and valuable suggestions. Joerg Schubert SB16 DSP support (initial version). Andrew Robinson Improvements to the GUS driver Megens SA MIDI recording for SB and SB Pro (initial version). Mikael Nordqvist Linear volume support for GUS and nonblocking /dev/sequencer. Ian Hartas SVR4.2 port Markus Aroharju and Risto Kankkunen Major contributions to the mixer support of GUS v3.7. Hunyue Yau Mixer support for SG NX Pro. Marc Hoffman PSS support (initial version). Rainer Vranken Initialization for Jazz16 (initial version). Peter Trattler Initial version of loadable module support for Linux. JRA Gibson 16 bit mode for Jazz16 (initial version) Davor Jadrijevic MAD16 support (initial version) Gregor Hoffleit Mozart support (initial version) Riccardo Facchetti Audio Excel DSP 16 (aedsp16) support James Hightower Spotting a tiny but important bug in CS423x support. Denis Sablic OPTi 82C924 specific enhancements (non PnP mode) Tim MacKenzie Full duplex support for OPTi 82C930. Please look at lowlevel/README for more contributors.There are probably many other names missing. If you have sent me somepatches and your name is not in the above list, please inform me.Sending your contributions or patches-------------------------------------First of all it's highly recommended to contact me before sending anythingor before even starting to do any work. Tell me what you suggest to bechanged or what you have planned to do. Also ensure you are using thevery latest (development) version of OSS/Free since the change may already beimplemented there. In general it's a major waste of time to try to improve aseveral months old version. Information about the latest version can be foundfrom http://www.opensound.com/ossfree. In general there is no point insending me patches relative to production kernels.Sponsors etc.-------------The following companies have greatly helped development of this driver in form of a free copy of their product:Novell, Inc. UnixWare personal edition + SDKThe Santa Cruz Operation, Inc. A SCO OpenServer + SDKEnsoniq Corp, a SoundScape card and extensive amount of assistanceMediaTrix Peripherals Inc, a AudioTrix Pro card + SDKAcer, Inc. a pair of AcerMagic S23 cards.In addition the following companies have provided me sufficient amountof technical information at least some of their products (free or $$$):Advanced Gravis Computer Technology Ltd.Media Vision Inc.Analog Devices Inc.Logitech Inc.Aztech Labs Inc.Crystal Semiconductor Corporation,Integrated Circuit Systems Inc.OAK TechnologyOPTiTurtle BeachmiroAd Lib Inc. ($$)Music Quest Inc. ($$)Creative Labs ($$$)If you have some problems=========================Read the sound HOWTO (sunsite.unc.edu:/pub/Linux/docs/...?).Also look at the home page (http://www.opensound.com/ossfree). It maycontain info about some recent bug fixes.It's likely that you have some problems when trying to use the sound driverfirst time. Sound cards don't have standard configuration so there are nogood default configuration to use. Please try to use same I/O, DMA and IRQvalues for the sound card than with DOS.If you get an error message when trying to use the driver, please lookat /var/adm/messages for more verbose error message.The following errors are likely with /dev/dsp and /dev/audio. - "No such device or address". This error indicates that there are no suitable hardware for the device file or the sound driver has been compiled without support for this particular device. For example /dev/audio and /dev/dsp will not work if "digitized voice support" was not enabled during "make config". - "Device or resource busy". Probably the IRQ (or DMA) channel required by the sound card is in use by some other device/driver. - "I/O error". Almost certainly (99%) it's an IRQ or DMA conflict. Look at the kernel messages in /var/adm/notice for more info. - "Invalid argument". The application is calling ioctl() with impossible parameters. Check that the application is for sound driver version 2.X or later.Linux installation==================IMPORTANT! Read this if you are installing a separately distributed version of this driver. Check that your kernel version works with this release of the driver (see Readme). Also verify that your current kernel version doesn't have more recent sound driver version than this one. IT'S HIGHLY RECOMMENDED THAT YOU USE THE SOUND DRIVER VERSION THAT IS DISTRIBUTED WITH KERNEL SOURCES.- When installing separately distributed sound driver you should first read the above notice. Then try to find proper directory where and how to install the driver sources. You should not try to install a separately distributed driver version if you are not able to find the proper way yourself (in this case use the version that is distributed with kernel sources). Remove old version of linux/drivers/sound directory before installing new files.- To build the device files you need to run the enclosed shell script (see below). You need to do this only when installing sound driver first time or when upgrading to much recent version than the earlier one.- Configure and compile Linux as normally (remember to include the sound support during "make config"). Please refer to kernel documentation for instructions about configuring and compiling kernel. File Readme.cards contains card specific instructions for configuring this driver for use with various sound cards.Boot time configuration (using lilo and insmod) -----------------------------------------------This information has been removed. Too many users didn't believethat it's really not necessary to use this method. Please look atReadme of sound driver version 3.0.1 if you still want to use this method.Problems--------Common error messages:- /dev/???????: No such file or directory.Run the script at the end of this file.- /dev/???????: No such device.You are not running kernel which contains the sound driver. When usingmodularized sound driver this error means that the sound driver is notloaded.- /dev/????: No such device or address.Sound driver didn't detect suitable card when initializing. Please look atReadme.cards for info about configuring the driver with your card. Alsocheck for possible boot (insmod) time error messages in /var/adm/messages.- Other messages or problemsPlease check http://www.opensound.com/ossfree for more info.Configuring version 3.8 (for Linux) with some common sound cards================================================================This document describes configuring sound cards with the freeware version ofOpen Sound Systems (OSS/Free). Information about the commercial version(OSS/Linux) and its configuration is available from http://www.opensound.com/linux.html. Information presented here isnot valid for OSS/Linux. If you are unsure about how to configure OSS/Freeyou can download the free evaluation version of OSS/Linux from the aboveaddress. There is a chance that it can autodetect your sound card. In this caseyou can use the information included in soundon.log when configuring OSS/Free.IMPORTANT! This document covers only cards that were "known" when this driver version was released. Please look at http://www.opensound.com/ossfree for info about cards introduced recently. When configuring the sound driver, you should carefully check each sound configuration option (particularly "Support for /dev/dsp and /dev/audio"). The default values offered by these programs are not necessarily valid.THE BIGGEST MISTAKES YOU CAN MAKE=================================1. Assuming that the card is Sound Blaster compatible when it's not.--------------------------------------------------------------------The number one mistake is to assume that your card is compatible withSound Blaster. Only the cards made by Creative Technology or which haveone or more chips labeled by Creative are SB compatible. In addition thereare few sound chipsets which are SB compatible in Linux such as ESS1688 orJazz16. Note that SB compatibility in DOS/Windows does _NOT_ mean anythingin Linux. IF YOU REALLY ARE 150% SURE YOU HAVE A SOUND BLASTER YOU CAN SKIP THE REST OFTHIS CHAPTER.For most other "supposed to be SB compatible" cards you have to use otherthan SB drivers (see below). It is possible to get most sound cards to workin SB mode but in general it's a complete waste of time. There are severalproblems which you will encounter by using SB mode with cards that are nottruly SB compatible:- The SB emulation is at most SB Pro (DSP version 3.x) which means that you get only 8 bit audio (there is always an another ("native") mode whichgives the 16 bit capability). The 8 bit only operation is the reason why
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -