home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / servis / SBL / EMU_READ.TXT < prev    next >
Text File  |  1999-06-18  |  3KB  |  83 lines

  1. Installation Instructions for Creative EMU10K1 drivers (v0.3)
  2. -----------------------------------------------------------------------
  3.  
  4. Card support
  5. ------------
  6. - Creative Sound Blaster Live!
  7. - E-mu APS
  8.  
  9.  
  10. Kernel Versions
  11. ---------------
  12. Modularized drivers are available for:
  13. - Kernel 2.0.36-0.7 (Intel x86 non-SMP) (Redhat 5.2)
  14. - Kernel 2.2.5-15   (Intel x86 non-SMP) (Redhat 6.0)
  15. - Kernel 2.2.10        (Intel x86 non-SMP)
  16.  
  17. The drivers have been built for these versions of the Linux kernel and are 
  18. not meant to work with other kernel versions.
  19. Forcing the driver to load with other kernel versions via "insmod -f" or 
  20. adding "options emu10k1 -f" to /etc/conf.modules is not recommended.
  21. Do this strictly at your own risk.
  22.  
  23. If you are using a kernel compiled with version information, you will get
  24. an "unresolved symbols" error message on startup after you install the driver.
  25. This is normal and the driver will still function normally.
  26.  
  27.  
  28. Features
  29. --------
  30. - Open Sound System (OSS) compatible
  31. - Full duplex wave playback/recording functionality (/dev/dsp)
  32. - Simultaneous wave playback streams (/dev/dsp and /dev/dsp1)
  33. - Analog mixer (AC97) support (/dev/mixer) (SBLive! only)
  34. - Sound status reporting (/dev/sndstat)
  35. - MIDI UART support (/dev/midi)
  36. - Joystick interface support (>= 2.2.x kernels only)
  37. - Supports multiple EMU10K1-based cards
  38.  
  39.  
  40. Requirements
  41. ------------
  42. - The kernel must be compiled:
  43.   - With loadable modules support            (CONFIG_MODULES = y)
  44.   - Without SMP support                      (CONFIG_SMP = n)
  45.   - With soundcard support as a module       (CONFIG_SOUND = m)
  46.   - Without any integrated soundcard drivers (CONFIG_SOUND_* = n)
  47. - "PnP-compatible OS installed" option in BIOS must be disabled
  48. - Recommended system configuration: Min. 200 MHz Pentium-class w/ 32 MB RAM
  49.  
  50.  
  51. Automated Installation
  52. ----------------------
  53. 1. If you are using a non-Redhat distribution, proceed to Manual Installation
  54. 2. Set userid to root. (su)
  55. 3. Run ./install_emu10k1
  56. 4. If the program reports that the driver is installed, you are done.
  57. 5. If there are any error messages, proceed to Manual Installation.
  58.  
  59.  
  60. Manual Installation
  61. -------------------
  62. 1. Determine your kernel sound modules installation location
  63.      (usually /lib/modules/2.x.y/misc)
  64. 2. Copy the appropriate driver to that location as emu10k1.o
  65.      (eg. /lib/modules/2.x.y/misc/emu10k1.o)
  66. 3. Unload all existing soundcard drivers, including soundcore
  67. 4. Remove all old soundcard references from /etc/conf.modules
  68. 5. Add a new reference to the driver in /etc/conf.modules:
  69.      (eg. "alias sound emu10k1" or "alias char-major-14 emu10k1")
  70. 6. If your kernel is compiled with version information, add the following 
  71.    lines to /etc/conf.modules after the previous statement:
  72.      pre-install emu10k1 insmod soundcore
  73.      post-remove emu10k1 rmmod soundcore
  74. 7. Load the driver: "modprobe emu10k1"
  75.      
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.