Ich habe die folgende Anleitung gefunden:
First I did lsusb and it showed my Reddo DVB-T USB as DUTV007
2. Install Mercurial: sudo apt-get install mercurial
3. Download firmware from http://palosaari.fi/linux/v4l-dvb/firmware/ec168/dvb-usb-ec168.fw and copy it to /lib/firmware/ (sudo cp dvb-usb-ec168.fw /lib/firmware/)
4. hg clone http://linuxtv.org/hg/~anttip/ec168/
5. cd ec168
6. make
7. Make will stop with an error
8. sed -i ‘s/CONFIG_DVB_FIREDTV=m/CONFIG_DVB_FIREDTV=n/’ ./v4l/.config (diese Umbenennung ist wichtig)
9. make
10. sudo make install
11. Reboot
12. Start Ubuntu Software Center (under Applications menu) and install Kaffeine
Ein Stick wird nun erkannt:
lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 18b4:fffa e3C Technologies EC168 (v2) based USB DVB-T receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Nun weiß ich leider nicht, ob damit mein DVB-T Stick TU 1100 richtig erkannt ist?
Und leider lässt Kaffeine keinen Sendersuchlauf zu. Ich bitte um weitere Hilfe.