lmedm04.txt 2.0 KB

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