home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / os2 / albatros / faq.txt < prev    next >
Text File  |  1994-09-24  |  4KB  |  107 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                            ║
  3. ║ This FAQ should provide you with some Help in case                         ║
  4. ║ The installation of Albatros fails or any other things seem strange        ║
  5. ║                                                                            ║
  6. ║                                                                            ║
  7. ║ September94, Norbert Heller                                                ║
  8. ╚════════════════════════════════════════════════════════════════════════════╝
  9.  
  10. Q:     I have Albatros installed, but when i try to start it, it says MDM.*** not found
  11.        or the Program does not start and instead shows a settings page
  12.  
  13. A:     Please install MMPM/2 for OS/2 
  14.  
  15.  
  16. Q:     I have MMPM/2 installed, but Albatros shows "NO DISC" even when there is a
  17.        AUDIO CD in the drive
  18.  
  19. A:     There are two possible solutions :
  20.        1)  You installed MMPM/2 but forgot to Install CD ROM Support, just reinstall
  21.            CD ROM support in MMPM/2 again
  22.  
  23.        2)  You installed CD ROM Support in MMPM/2 but the Path is incorrect:
  24.            Check in the MMPM/2 Setup whether the CD Rom is pointing to the correct 
  25.            Drive Letter
  26.  
  27.  
  28. Q:     Albatros starts fine, but there is no sound comming through the speaker, even when i turn
  29.        Albatros' Volume Knob
  30.  
  31. A:     This problem is usually related to your sound card, when the CD ROM wiring is connected to 
  32.        the internal CD ROM input of your Sound Card. This input of your sound card is sometimes 
  33.        set to "0"
  34.  
  35.        You will now have to use a PMMIXER for your sound Card to enable the CD ROM Sound input to
  36.        anything higher than "0"
  37.  
  38.        On an IBM machine it might help to start the Wave Editor Applet to restore your CD Sound
  39.        ( sounds strange, but works ! )
  40.  
  41.  
  42. Q:     Albatros shows a totally black display ( I had Version 1.2 and everything was fine, 
  43.        now i upgraded to 1.5 )
  44.  
  45. A:     The color selector has changed. Please go to Notebook Page Three and Select COLOR-DEFAULT, 
  46.        this will restore your Colors.
  47.  
  48.  
  49. Q:     What is the Font Developers Kit good for ?
  50.  
  51. A:     To create you own LCD Style Fonts ( It requires the OS/2 Programming Toolkit )
  52.  
  53.  
  54. Q:     I had quite a few Titles entered in CD EXPLORER, do I have to type them again?
  55.  
  56. A:     No, use the StealTXT.CMD file for extracting titles from the CD Eplorer INI File
  57.  
  58.  
  59. Q:     When i try to select a new color from the color palette and drop it on the color
  60.        preview page, the color of the background is changed, but not the foreground
  61.  
  62. A:     Please use CTRL-Right mouse button to change foreground color
  63.  
  64.  
  65. Q:     I am using WARP II Beta and there is no CD ROM Support ?
  66.  
  67. A :    
  68.        *) Open a session (Dos or Os/2)
  69.        *) change directory to /mmos2
  70.        *) edit the mmpm2.ini file...
  71.  
  72.        *) add the CDaudio line to the drivers section, e.g.
  73.  
  74.        [Drivers]
  75.        Digitalvideo=IBMDIGVIDPLAYER01
  76.        Waveaudio=IBMWAVESB01
  77.        Sequencer=IBMSEQSB01
  78.        Ampmix=IBMAMPMIXSB01
  79.        Speaker=SPEAKER
  80.        Headphone=HEADPHONE
  81.        Microphone=MICROPHONE
  82.        CDaudio=IBMCD010_1  <---------------------add this
  83.  
  84.        *) add the following to the end of the file...
  85.  
  86.        [IBMCD010_1]
  87.        VERSIONNUMBER=1
  88.        PRODUCTINFO=DEFAULT
  89.        MCDDRIVER=CDAUDIO
  90.        VSDDRIVER=GENCDVSD
  91.        PDDNAME=CDROM
  92.        MCDTABLE=MDM
  93.        RESOURCENAME=F:  <----------------change to your drive letter
  94.        DEVICEFLAG=1
  95.        DEVICETYPE=3
  96.        SHARETYPE=2
  97.        RESOURCEUNITS=1
  98.        RESOURCECLASSES=1,1
  99.        PARMSTRING=Drive=F,Model=DEFAULT DEFAULT1     <----change drive letter
  100.        CONNECTORS=1,6,HEADPHONE,1
  101.        ALIASNAME=Compact Disc
  102.  
  103.        *) Save the file
  104.        *) Shutdown OS/2
  105.        *) Reboot
  106.  
  107.