lmedm04.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Firmware files for lmedm04 cards
  3. ================================
  4. To extract firmware for the DM04/QQBOX you need to copy the
  5. following file(s) to this directory.
  6. For DM04+/QQBOX LME2510C (Sharp 7395 Tuner)
  7. -------------------------------------------
  8. The Sharp 7395 driver can be found in windows/system32/drivers
  9. US2A0D.sys (dated 17 Mar 2009)
  10. and run:
  11. .. code-block:: none
  12. scripts/get_dvb_firmware lme2510c_s7395
  13. will produce dvb-usb-lme2510c-s7395.fw
  14. An alternative but older firmware can be found on the driver
  15. disk DVB-S_EN_3.5A in BDADriver/driver
  16. LMEBDA_DVBS7395C.sys (dated 18 Jan 2008)
  17. and run:
  18. .. code-block:: none
  19. ./get_dvb_firmware lme2510c_s7395_old
  20. will produce dvb-usb-lme2510c-s7395.fw
  21. The LG firmware can be found on the driver
  22. disk DM04+_5.1A[LG] in BDADriver/driver
  23. For DM04 LME2510 (LG Tuner)
  24. ---------------------------
  25. LMEBDA_DVBS.sys (dated 13 Nov 2007)
  26. and run:
  27. .. code-block:: none
  28. ./get_dvb_firmware lme2510_lg
  29. will produce dvb-usb-lme2510-lg.fw
  30. Other LG firmware can be extracted manually from US280D.sys
  31. only found in windows/system32/drivers
  32. dd if=US280D.sys ibs=1 skip=42360 count=3924 of=dvb-usb-lme2510-lg.fw
  33. For DM04 LME2510C (LG Tuner)
  34. ----------------------------
  35. .. code-block:: none
  36. dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw
  37. The Sharp 0194 tuner driver can be found in windows/system32/drivers
  38. US290D.sys (dated 09 Apr 2009)
  39. For LME2510
  40. -----------
  41. .. code-block:: none
  42. dd if=US290D.sys ibs=1 skip=36856 count=3976 of=dvb-usb-lme2510-s0194.fw
  43. For LME2510C
  44. ------------
  45. .. code-block:: none
  46. dd if=US290D.sys ibs=1 skip=33152 count=3697 of=dvb-usb-lme2510c-s0194.fw
  47. The m88rs2000 tuner driver can be found in windows/system32/drivers
  48. US2B0D.sys (dated 29 Jun 2010)
  49. .. code-block:: none
  50. dd if=US2B0D.sys ibs=1 skip=34432 count=3871 of=dvb-usb-lme2510c-rs2000.fw
  51. We need to modify id of rs2000 firmware or it will warm boot id 3344:1120.
  52. .. code-block:: none
  53. echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
  54. Copy the firmware file(s) to /lib/firmware