Changes between Version 20 and Version 21 of WikiStart
- Timestamp:
- Aug 31, 2008, 8:53:59 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v20 v21 6 6 This is the development home for uniaud, the Universal Audio Driver for eCS and OS/2. 7 7 8 See the [wiki:FAQ Uniaud FAQ] for answers to your questions. 8 Download: 9 9 10 10 The current stable binary release is TBD 11 11 12 12 The current unstable binary release is 13 [ftp://ftp.netlabs.org/pub/uniaud/uniaud114RC6.zip 1.1.4 RC6] 13 [ftp://ftp.netlabs.org/pub/uniaud/uniaud114RC6.zip 1.1.4 RC6] released April 6, 2008 14 14 15 15 The debug build for this release is 16 16 [ftp://ftp.netlabs.org/pub/uniaud/uniaud_debug114RC6.zip 1.1.4 RC6 debug] 17 18 If you have HDA hardware, please try instead one or more of Paul's recent test builds, such as: 19 20 [http://download.smedley.info/uniaud32-alsa-1.0.17-20080716.zip] July 16, 2008 21 22 Debug: 23 [http://download.smedley.info/uniaud32-alsa-1.0.17-debug-20080716.zip] 17 24 18 25 … … 55 62 = Building the drivers = 56 63 57 Once you have the sources, [wiki:Building building] the uniaud drivers is relatively straight-forward. 58 You will need to install the [http://www.openwatcom.org OpenWatcom] development tools and run the supplied makefiles. Fixing defects may be a bit more difficult. 64 Once you have the sources, [wiki:Building building] the uniaud drivers is relatively straight-forward. You will need the following development tools: 65 - [http://www.openwatcom.org OpenWatcom] 1.7a or later. 66 - ilink 5.0 from IBM, or, if using wlink, you need lxlite to bring it down to size. 67 - The OS/2 Developer's toolkit 4.5, included with eComStation. 68 - The DDK. 69 - For ACPI builds, the [http://en.ecomstation.ru/projects/developer/?action=acpi ACPI toolkit]. 70 71 59 72 60 73 = Debugging and such =