On Wed, Apr 23, 2014 at 4:34 PM, Daniel Exner <dex@xxxxxxxxxxxxxx> wrote: > Hi, > > (Please keep me in CC as I'm currently not subscribed to this Mailinglist) > > I happened to inherit one of those DVB-T Sticks > >> ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS > > and of course it isn't working as exspected. > > So far I extracted the firmware the tuner_xc2028 module was telling me > (xc3028-v27.fw) and the module loaded. > But no dvb device nodes where created. > > I tried connecting directly to it using xawtv and that gave me a load of > "Incorrect readback of firmware version." messages. > > Then I tried loading the module with debug=1 and now I see: > >> Device is Xceive 34584 version 8.7, firmware version 1.8 > > So I guess the driver is trying to use the wrong firmware file. > > I extracted some file named merlinC.rom from the Terratec Windows > Drivers that I suspect to contain the firmware. > > Now I need some help how to verify that and create a usable fw File for > the driver. You can get the firmware via the following procedure: http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware or if you're on Ubuntu it's already packaged in linux-firmware-nonfree. The file itself is 66220 bytes and has an MD5 checksum of 293dc5e915d9a0f74a368f8a2ce3cc10. Note that if you have that file in /lib/firmware, it's entirely possible that the driver is just broken (this happens quite often). The values read back by dmesg are from the device itself, so if the chip wasn't properly initialized fields such as the version will contain garbage values. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html