Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
5.3 KiB

  1. README for UIR Miniport driver
  2. ++++++++++++++++++++++++++++++
  3. This Readme attempts to go through all the steps necessary
  4. to get NSC UIR module setup in a system and its Windows 95 Miniport
  5. driver working in a system and communicating effectively.
  6. The UIR module can be found in three National Semiconductor
  7. devices; The PC87108, which is a stand alone UIR module, the PC87308
  8. and the PC87338 which are SuperI/O devices.
  9. 1. Prerequisites
  10. 1.1. Have the Windows 95 Install media ready as it will
  11. be required during the installation.
  12. 1.2. Microsoft's Irda 3.0 software which can be downloaded
  13. from Microsoft.
  14. URL http://www.microsoft.com/windows/software/irda.htm
  15. click on "Windows 95 Infrared DDK Beta 2", after download
  16. refer to included documentation for installation.
  17. 2. Software setup
  18. 2.1. Download the software from Microsoft and store in a directory
  19. 'irda30` for example. Then run the self extracting executable.
  20. Read carefully the Microsoft DDK II readme files.
  21. 2.2. Open a MS-DOS window and from within the window change directory
  22. to the download direcrory there run the self extracting executable
  23. 'Ir30DDK.EXE' this will yield three files 'FIRDDK.EXE',
  24. 'LICENSE.DOC' and 'SETUPDDK.BAT'.
  25. 2.3. Still within the MS-DOS window run 'SETUPDDK.BAT' this yileds
  26. seven directories; 'Docs', 'Dongle', 'FastIr', 'Irda30', 'Ndis',
  27. 'Ntddk',and 'Sample'. Now you can discard the MS-DOS window.
  28. 2.4. Installing the Irda3.0 Infrared software for Windows95.
  29. 2.4.1. Goto the Windows 95 'Start'button and select 'Run'.
  30. 2.4.2. The 'Run' Dialog box click on Brouse.
  31. 2.4.3. Find the Irda30 folder which you installed earlier in
  32. MS_DOS box.
  33. 2.4.4. Choose wether you wish to setup the `Release' or the
  34. 'Debug' version of the 'Irda30' software. Then move
  35. into the necessary folder.
  36. 2.4.5. Select'setup' then click on open, this will return you
  37. to the 'run' dialog box.
  38. 2.4.6. Then click on 'Ok'.
  39. 2.4.7. You will now be in the Add Infrared Device Wizard.
  40. 2.4.8. Click on 'Next'.
  41. 2.4.9. This will get a second Add Infrared device wizard.
  42. 2.4.10. Have the NSC Miniport driver release disk ready and
  43. click on 'Have Disk'.
  44. 2.4.11. The Install from disk dialog will appear pointing at
  45. the A drive, insert yhe NSC driver release disk and
  46. click 'Ok'.
  47. 2.4.12. A third Add Infrared device wizard will appear.
  48. 2.4.13. Choose a model which matches the Infrared hardware
  49. present.
  50. 2.4.14. The installation will copy over the files then will ask
  51. for the Windows 95 Installation CD-ROM, Click on 'Ok'
  52. this will lead to a copy file dialog box. Change the
  53. copy files from box to point to the 'CdRom drive
  54. letter':\win95.
  55. 2.4.15. The files will begin to be copied from the CDROM then
  56. there will be version conflicts with new versions present
  57. in the Ir software, always choose the Ir software over the
  58. CD-Rom software.
  59. 2.4.16. Once the copy of the files is complete the software will
  60. return to the first Add Infrared device wizard. At this
  61. point one gets a chance to 'Change Settings' to match the
  62. adapter if necessary. Then click 'Next'.
  63. 2.4.17. Take note of the virtual Com and Lpt ports for use later
  64. with applications which utilise the Virtual Ir ports.
  65. Then Click 'Next again.
  66. 2.4.18. Click on Finish and restart the computer.
  67. Note: Ideally this is where the installation should finish.
  68. The software fails to install the Fast IR stack therefore
  69. we have to install it manually.
  70. 2.5. Install FastIr stack and additional software to support networking.
  71. 2.5.1. Goto the 'Start' button select 'Settings' then in its
  72. submenu select 'Control Panel'.
  73. 2.5.2. In the 'Control Panel' look for 'Network' and double
  74. click on it.
  75. 2.5.3. Click on 'Add'.
  76. 2.5.4. You are now in the Select Network Component Type
  77. dialog box. Select 'Protocol' from the choices.
  78. 2.5.5. Click on 'Add'.
  79. 2.5.6. You are now in the Select Network protocols dialog box.
  80. We're installing the protocol form the directory where
  81. the FirDDK was installed so click on 'Have Disk'.
  82. 2.5.9. The Install from Disk dialog box will appear so
  83. click on 'Brouse' to find the FastIR '.inf' file,
  84. once found click 'Ok'. A new Select Network Protocol
  85. dialog box will appear with only one protocol present
  86. select it and click on 'Ok'.
  87. 2.5.10. Once back to the Network Dialog box re-select the driver
  88. chosen in the Select Network Adapters dialog box.
  89. 2.5.11. Click on 'Bindings'.
  90. 2.5.12. Make sure there is a only one tick, and that it's
  91. at the side of the FastIR NDIS 4.0 Protocol.
  92. 2.5.13. Click on 'Ok'
  93. 2.6. Reboot machine.
  94. 2.7. Now verify Irframer by running the "Direct Cable connection" or
  95. "IrXfer" programs.