Insmod-options
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. bttv.o
  2. the bt848/878 (grabber chip) driver
  3. insmod args:
  4. card=n card type, see CARDLIST for a list.
  5. tuner=n tuner type, see CARDLIST for a list.
  6. radio=0/1 card supports radio
  7. pll=0/1/2 pll settings
  8. 0: don't use PLL
  9. 1: 28 MHz crystal installed
  10. 2: 35 MHz crystal installed
  11. triton1=0/1     for Triton1 (+others) compatibility
  12. vsfx=0/1 yet another chipset bug compatibility bit
  13. see README.quirks for details on these two.
  14. bigendian=n Set the endianness of the gfx framebuffer.
  15. Default is native endian.
  16. fieldnr=0/1 Count fields.  Some TV descrambling software
  17. needs this, for others it only generates
  18. 50 useless IRQs/sec.  default is 0 (off).
  19. autoload=0/1 autoload helper modules (tuner, audio).
  20. default is 1 (on).
  21. bttv_verbose=0/1/2  verbose level (at insmod time, while
  22. looking at the hardware).  default is 1.
  23. bttv_debug=0/1 debug messages (for capture).
  24. default is 0 (off).
  25. irq_debug=0/1 irq handler debug messages.
  26. default is 0 (off).
  27. gbuffers=2-64 number of capture buffers for mmap'ed capture.
  28. default is 2.
  29. gbufsize= size of capture buffers. default and
  30. maximum value is 0x208000 (~2MB)
  31. no_overlay=0 Enable overlay on broken hardware.  There
  32. are some chipsets (SIS for example) which
  33. are known to have problems with the PCI DMA
  34. push used by bttv.  bttv will disable overlay
  35. by default on this hardware to avoid crashes.
  36. With this insmod option you can override this.
  37. bttv_gpio=0/1
  38. gpiomask=
  39. audioall=
  40. audiomux=
  41. See Sound-FAQ for a detailed description.
  42. remap, card, radio and pll accept up to four comma-separated arguments
  43. (for multiple boards).
  44. tuner.o
  45. The tuner driver.  You need this unless you want to use only
  46. with a camera or external tuner ...
  47. insmod args:
  48. debug=1 print some debug info to the syslog
  49. type=n type of the tuner chip. n as follows:
  50. see CARDLIST for a complete list.
  51. pal=[bdgil] select PAL variant (used for some tuners
  52. only, important for the audio carrier).
  53. tvmixer.o
  54. registers a mixer device for the TV card's volume/bass/treble
  55. controls (requires a i2c audio control chip like the msp3400).
  56. insmod args:
  57. debug=1 print some debug info to the syslog.
  58. devnr=n allocate device #n (0 == /dev/mixer,
  59. 1 = /dev/mixer1, ...), default is to
  60. use the first free one.
  61. tvaudio.o
  62. new, experimental module which is supported to provide a single
  63. driver for all simple i2c audio control chips (tda/tea*).
  64. insmod args:
  65. tda8425  = 1 enable/disable the support for the
  66. tda9840  = 1 various chips.
  67. tda9850  = 1 The tea6300 can't be autodetected and is
  68. tda9855  = 1 therefore off by default, if you have
  69. tda9873  = 1 this one on your card (STB uses these)
  70. tda9874a = 1 you have to enable it explicitly.
  71. tea6300  = 0 The two tda985x chips use the same i2c
  72. tea6420  = 1 address and can't be disturgished from
  73. pic16c54 = 1 each other, you might have to disable
  74. the wrong one.
  75. debug = 1 print debug messages
  76. insmod args for tda9874a:
  77. tda9874a_SIF=1/2 select sound IF input pin (1 or 2)
  78. (default is pin 1)
  79. tda9874a_STD=n select TV sound standard (0..8):
  80. 0 - A2, B/G
  81. 1 - A2, M (Korea)
  82. 2 - A2, D/K (1)
  83. 3 - A2, D/K (2)
  84. 4 - A2, D/K (3)
  85. 5 - NICAM, I
  86. 6 - NICAM, B/G
  87. 7 - NICAM, D/K (default)
  88. 8 - NICAM, L
  89. Note: tda9874a is very similar to tda9874 (without 'A'-suffix), but
  90. this driver will not work for the latter device (will not load).
  91. Note: tda9874a and tda9875 (which is supported separately by
  92. tda9875.o) use the same i2c address so both modules should not be
  93. used at the same time.
  94. msp3400.o
  95. The driver for the msp34xx sound processor chips. If you have a
  96. stereo card, you probably want to insmod this one.
  97. insmod args:
  98. debug=1/2 print some debug info to the syslog,
  99. 2 is more verbose.
  100. simple=1 Use the "short programming" method.  Newer
  101. msp34xx versions support this.  You need this
  102. for dbx stereo.  Default is on if supported by
  103. the chip.
  104. once=1 Don't check the TV-stations Audio mode
  105. every few seconds, but only once after
  106. channel switches.
  107. amsound=1 Audio carrier is AM/NICAM at 6.5 Mhz.  This
  108. should improve things for french people, the
  109. carrier autoscan seems to work with FM only...
  110. tea6300.o - OBSOLETE (use tvaudio instead)
  111. The driver for the tea6300 fader chip.  If you have a stereo
  112. card and the msp3400.o doesn't work, you might want to try this
  113. one.  This chip is seen on most STB TV/FM cards (usually from
  114. Gateway OEM sold surplus on auction sites).
  115. insmod args:
  116. debug=1 print some debug info to the syslog.
  117. tda8425.o - OBSOLETE (use tvaudio instead)
  118. The driver for the tda8425 fader chip.  This driver used to be
  119. part of bttv.c, so if your sound used to work but does not
  120. anymore, try loading this module.
  121. insmod args:
  122. debug=1 print some debug info to the syslog.
  123. tda985x.o - OBSOLETE (use tvaudio instead)
  124. The driver for the tda9850/55 audio chips.
  125. insmod args:
  126. debug=1 print some debug info to the syslog.
  127. chip=9850/9855 set the chip type.