OpenElec on Raspberry Pi - Connecting a DVB-S TV Receiver
#1
Hi,
I bought a TechnoTrend TT-connect S2-3600 DVB-S USB TV box that I saw on a supported hardware list. I found the necessary driver modules ttpci-eeprom.ko and dvb-usb-pctv452e.ko and downloaded them from github.

Since I'm too noob for compiling I tried to insmod them into the running system but this failed:
Code:
root ~/drivers # insmod dvb-usb-pctv452e.ko
Error: could not insert module dvb-usb-pctv452e.ko: Invalid module format
root ~/drivers # insmod ttpci-eeprom.ko
Error: could not insert module ttpci-eeprom.ko: Invalid module format
root ~/drivers #

dmesg:
Code:
dvb_usb_pctv452e: version magic '3.2.27+ preempt mod_unload modversions ARMv6 ' should be '3.6.4 preempt mod_unload ARMv6 '
    ttpci_eeprom: version magic '3.2.27+ preempt mod_unload modversions ARMv6 ' should be '3.6.4 preempt mod_unload ARMv6 '
What does this mean? I'm afraid I'll have to re-compile these modules for the '3.6.4 preempt mod_unload ARMv6' kernel version. Could anybody please point me to the driver modules' source code and the necessary tools and know-how for compiling?

Best regards,
Himbär
Reply
#2
EDIT:
Code:
insmod --force-vermagic ttpci-eeprom.ko
wouldn't work either
Code:
insmod: unrecognized option '--force-vermagic'
Code:
root / # modprobe -f /storage/drivers/ttpci-eeprom.ko
FATAL: Module /storage/drivers/ttpci-eeprom.ko not found.
root / # modprobe -f /storage/drivers/dvb-usb-pctv452e.ko
FATAL: Module /storage/drivers/dvb-usb-pctv452e.ko not found.
Reply
#3
anybody out there?

wrong forum?
Reply

Logout Mark Read Team Forum Stats Members Help
OpenElec on Raspberry Pi - Connecting a DVB-S TV Receiver0