User talk:Sandybutt

From LinuxTVWiki
Revision as of 00:50, 25 June 2008 by Bjoernb (talk | contribs) (Terratec Cinergy T USB XE Rev 2: Feedback)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hello,

I have exactly the same setup: Terratec Cinergy T USB XE Rev 2 (Device ID: 0ccd:0069), Ubuntu Hardy Heron with a 2.6.24 kernel.

The driver works very well for me, as did you build instructions. Many thanks!

Note: it suffices to install the file dvb-af901x.ko; the others can be removed from the install target.

- @for i in dvb-core.ko dvb-pll.ko dvb-usb.ko dvb-af901x.ko;do if [ -e "$$i" ]; then echo -n "$$i "; install -m 644 -c $$i $(KDIR26); fi; done; echo; + @for i in dvb-af901x.ko; do if [ -e "$$i" ]; then echo -n "$$i "; install -m 644 -c $$i $(KDIR26); fi; done; echo;

Greetings


Bjoern