I have the TechnoTrend TT-connect S2-3600 (DVB-S USB Device) and a Raspberry Pi with Raspbmc (up-to date). According to linuxtv.org I do “not need any special firmware”.
My problem is the driver. I tried to install the driver mentioned by linuxtv.org, but it failed due to linux kernel header problems. I tried the solution to this from here, but
Code: Select all
make modules_prepareI know that there are people here who have a working S2-3600. So what did I do wrong?scripts/kconfig/conf --silentoldconfig Kconfig
make: /toolchain/arm-bcm2708hardfp-linux-gnueabi/bin/bcm2708hardfp-gcc: Command not found
WRAP arch/arm/include/generated/asm/auxvec.h
WRAP arch/arm/include/generated/asm/bitsperlong.h
WRAP arch/arm/include/generated/asm/cputime.h
WRAP arch/arm/include/generated/asm/emergency-restart.h
WRAP arch/arm/include/generated/asm/errno.h
WRAP arch/arm/include/generated/asm/ioctl.h
WRAP arch/arm/include/generated/asm/irq_regs.h
WRAP arch/arm/include/generated/asm/kdebug.h
WRAP arch/arm/include/generated/asm/local.h
WRAP arch/arm/include/generated/asm/local64.h
WRAP arch/arm/include/generated/asm/percpu.h
WRAP arch/arm/include/generated/asm/poll.h
WRAP arch/arm/include/generated/asm/resource.h
WRAP arch/arm/include/generated/asm/sections.h
WRAP arch/arm/include/generated/asm/siginfo.h
WRAP arch/arm/include/generated/asm/sizes.h
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
Generating include/generated/mach-types.h
CC kernel/bounds.s
/bin/sh: 1: /toolchain/arm-bcm2708hardfp-linux-gnueabi/bin/bcm2708hardfp-gcc: not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
Thanks,
Michael