home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / bt32_001.zip / readme.txt < prev    next >
Text File  |  2002-01-20  |  3KB  |  76 lines

  1. This driver is based on linux bttv driver.
  2. In it's current state it supports only radio with Hauppauge TV-Cards.
  3. But it should be able to detect TV-Cards without radio support.
  4.  
  5. Requirements
  6. ============
  7. Currently you need OS/2 Warp 4 with fixpack #13 or higher or eCS.
  8. A TV-Grabber card (see DOC\CARDLIST for a list of supported cards)
  9.  
  10. Installation
  11. ============
  12. Install LXAPI32.SYS first !!! Then reboot the machine. If the system comes up
  13. you can install BT32.SYS AFTER LXAPI32.SYS.
  14. BT32.SYS can currently coexist with WCAST.SYS driver from abbotsbury.
  15. But it needs to be loaded first. So place the DEVICE=X:\MMOS2\BT32.SYS line somewhere above the X:\MMOS2\WCAST.SYS line
  16. If you want to see some information, you may try the following parameters:
  17. /V    Verbose: Show Copyright information and detected card(s)
  18. /VM   Verbose modules: Like /V plus module list
  19. /3    Debug: execute an INT3 at initialisation (Use kernel debugger !)
  20. /NOMODULE Don't load modules at system startup (Use BT32CFG.EXE to load/unload)
  21. /NOCOREMODULE Don't load core modules at system startup (Use BT32CFG.EXE to load/unload)
  22. /MODPARM: Support Linux insmod parameters for various modules.
  23.  
  24. /MODPARM:
  25. =========
  26. The syntax for /MODPARM: is:
  27. /MODPARM:[module]:[parm1][;parm2][...]
  28. See Insmod-options in the DOC directory for parameters.
  29. Example:
  30. To specify that card0 is a Hauppauge (bt878) and it should use the
  31. Philips PAL_I tuner and the size of the number of capture buffers should be 4
  32. you can specify:
  33. /MODPARM:bttv:card0=10;tuner0=1;gbuffers=4
  34.  
  35. Note: Insmod-Options are only supported for
  36. bttv
  37. tuner
  38. msp3400
  39. tda7432
  40.  
  41. As an alternative you can use BT32CFG to set options. You should unload
  42. the module before you change options.
  43.  
  44. Sorry, this is very complicate for now. I'll try to make the driver stable and
  45. then produce a good documentation.
  46.  
  47. Technology
  48. ==========
  49. The LXAPI32.SYS is a common linux services driver. It provides functions for
  50. PCI,I2C,memory,resources with linux function calls. BT32.SYS contains only the
  51. code needed for the TV-Card. This provides more flexibility and it may be easy
  52. to port other drivers from linux with this common LXAPI32.SYS.
  53.  
  54. Using the driver
  55. ================
  56. Included in this package is a small radio app. It is a very short hack and will
  57. be extended when the driver supports all other planned things.
  58.  
  59. Future
  60. ======
  61. I plan to implement TV and VBI (Teletext) into the driver.
  62. This may take some time.
  63.  
  64. Reporting problems
  65. ==================
  66. If your machine traps on boot or while using the radio app, please write down
  67. all register information and send it to me.
  68. If it installs successfully it would be nice to hear from you if the radio app
  69. is working.
  70. At initialisation the driver reports a list of "modules" it has loaded. Please
  71. include this list in your problem report.
  72. Also it would be nice if you can tell me, if radio is working, when module
  73. TDA7432 or module TDA9875 is loaded, because i don't have those chips.
  74.  
  75. Report all problems to s.milcke@nord-com.net with subject BT32
  76.