technisat.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. How to set up the Technisat/B2C2 Flexcop devices
  2. ================================================
  3. 1) Find out what device you have
  4. ================================
  5. Important Notice: The driver does NOT support Technisat USB 2 devices!
  6. First start your linux box with a shipped kernel:
  7. lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
  8. 02:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /
  9. Technisat SkyStar2 DVB card (rev 02)
  10. dmesg | grep frontend may show you for example:
  11. DVB: registering frontend 0 (Conexant CX24123/CX24109)...
  12. 2) Kernel compilation:
  13. ======================
  14. If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
  15. get rid of unnecessary modules and check this one:
  16. "Multimedia support" => "Customise analog and hybrid tuner modules to build"
  17. In this directory uncheck every driver which is activated there
  18. (except "Simple tuner support" for ATSC 3rd generation only -> see case 9 please).
  19. Then please activate:
  20. 2a) Main module part:
  21. "Multimedia support" => "DVB/ATSC adapters"
  22. => "Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters"
  23. a.) => "Technisat/B2C2 Air/Sky/Cable2PC PCI" (PCI card) or
  24. b.) => "Technisat/B2C2 Air/Sky/Cable2PC USB" (USB 1.1 adapter)
  25. and for troubleshooting purposes:
  26. c.) => "Enable debug for the B2C2 FlexCop drivers"
  27. 2b) Frontend / Tuner / Demodulator module part:
  28. "Multimedia support" => "DVB/ATSC adapters"
  29. => "Customise the frontend modules to build" "Customise DVB frontends" =>
  30. 1.) SkyStar DVB-S Revision 2.3:
  31. a.) => "Zarlink VP310/MT312/ZL10313 based"
  32. b.) => "Generic I2C PLL based tuners"
  33. 2.) SkyStar DVB-S Revision 2.6:
  34. a.) => "ST STV0299 based"
  35. b.) => "Generic I2C PLL based tuners"
  36. 3.) SkyStar DVB-S Revision 2.7:
  37. a.) => "Samsung S5H1420 based"
  38. b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  39. c.) => "ISL6421 SEC controller"
  40. 4.) SkyStar DVB-S Revision 2.8:
  41. a.) => "Conexant CX24123 based"
  42. b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
  43. c.) => "ISL6421 SEC controller"
  44. 5.) AirStar DVB-T card:
  45. a.) => "Zarlink MT352 based"
  46. b.) => "Generic I2C PLL based tuners"
  47. 6.) CableStar DVB-C card:
  48. a.) => "ST STV0297 based"
  49. b.) => "Generic I2C PLL based tuners"
  50. 7.) AirStar ATSC card 1st generation:
  51. a.) => "Broadcom BCM3510"
  52. 8.) AirStar ATSC card 2nd generation:
  53. a.) => "NxtWave Communications NXT2002/NXT2004 based"
  54. b.) => "Generic I2C PLL based tuners"
  55. 9.) AirStar ATSC card 3rd generation:
  56. a.) => "LG Electronics LGDT3302/LGDT3303 based"
  57. b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
  58. => "Simple tuner support"
  59. Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009