@freespeech4all
danke für den hinweis; leider kann ich es erst nächste woche probieren. ich gebe aber bescheid, ob es geklappt hat (aufgegeben habe ich nocht nicht)
grüsse itac
Terratec Cinergy T USB XE
Anmeldungsdatum: Beiträge: Zähle... |
|
Anmeldungsdatum: Beiträge: 109 |
gleiches Problem hier nach einem Upgrade auf 7.10 der usb-stick funktioniert nicht mehr. |
Anmeldungsdatum: Beiträge: 109 |
ich weiß nicht wie und warum, aber es funktioniert wieder. ich hab folgendes gemacht: mit dem af9005 hats aber nicht wirklich geklappt, dann hab ich die v4l-dvb nach der Anleitung installiert: http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers#The_LinuxTV_drivers die firmware (http://ventoso.org/luca/af9005/) hab ich in das verzeichnis kopiert, wie es weiter oben in dem Beitrag mit der Installationsanleitung steht. keine Ahnung, was wirklich notwendig ist, damit es funktioniert. |
Anmeldungsdatum: Beiträge: Zähle... |
Ich hatte den Stick nach der hier beschriebenen Methode (af9005 quellen kopieren/kompilieren/installieren und V4L-DVB quellen kopieren/kompilieren/installieren) am laufen. Unter Gutsy auf meinem alten PC (i386) lief das super. Jetzt hab ich aber nen neuen Rechner und Ubuntu Studio 7.10 mit Realtime Kernel auf AMD64 und das Ganze will nicht mehr. Beim Kompilieren läufts schon schief wenn ich die Bildschirmausgaben richtig verstanden hab. Hat jemand ne Ahnung was ich hier falsch mache? Hab ich etwas übersehen, vielleicht etwas das mit AMD64 oder dem -rt Kernel zu tun hat? arien@ubustu64:~$ cd af9005 arien@ubustu64:~/af9005$ sudo make [sudo] password for arien: make -C /home/arien/af9005/v4l make[1]: Entering directory `/home/arien/af9005/v4l' creating symbolic links... make -C /lib/modules/2.6.22-14-rt/build SUBDIRS=/home/arien/af9005/v4l modules make[2]: Entering directory `/usr/src/linux-headers-2.6.22-14-rt' CC [M] /home/arien/af9005/v4l/dvb_net.o /home/arien/af9005/v4l/dvb_net.c: In function 'dvb_net_eth_type_trans': /home/arien/af9005/v4l/dvb_net.c:186: error: 'struct sk_buff' has no member named 'mac' /home/arien/af9005/v4l/dvb_net.c: In function 'dvb_net_ule': /home/arien/af9005/v4l/dvb_net.c:625: warning: cast to pointer from integer of different size /home/arien/af9005/v4l/dvb_net.c:626: warning: cast to pointer from integer of different size /home/arien/af9005/v4l/dvb_net.c:627: warning: cast to pointer from integer of different size /home/arien/af9005/v4l/dvb_net.c:628: warning: cast to pointer from integer of different size make[3]: *** [/home/arien/af9005/v4l/dvb_net.o] Error 1 make[2]: *** [_module_/home/arien/af9005/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-14-rt' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/arien/af9005/v4l' make: *** [all] Error 2 arien@ubustu64:~/af9005$ sudo make install make -C /home/arien/af9005/v4l install make[1]: Entering directory `/home/arien/af9005/v4l' Stripping debug info from files: Usage: strip <option(s)> in-file(s) Removes symbols and sections from files The options are: -I --input-target=<bfdname> Assume input file is in format <bfdname> -O --output-target=<bfdname> Create an output file in format <bfdname> -F --target=<bfdname> Set both input and output format to <bfdname> -p --preserve-dates Copy modified/access timestamps to the output -R --remove-section=<name> Remove section <name> from the output -s --strip-all Remove all symbol and relocation information -g -S -d --strip-debug Remove all debugging symbols & sections --strip-unneeded Remove all symbols not needed by relocations --only-keep-debug Strip everything but the debug information -N --strip-symbol=<name> Do not copy symbol <name> -K --keep-symbol=<name> Do not strip symbol <name> --keep-file-symbols Do not strip file symbol(s) -w --wildcard Permit wildcard in symbol comparison -x --discard-all Remove all non-global symbols -X --discard-locals Remove any compiler-generated symbols -v --verbose List all object files modified -V --version Display this program's version number -h --help Display this output --info List object formats & architectures supported -o <file> Place stripped output into <file> strip: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux efi-app-ia32 efi-app-x86_64 elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex make[1]: *** [media-install] Error 1 make[1]: Leaving directory `/home/arien/af9005/v4l' make: *** [install] Error 2 arien@ubustu64:~/af9005$ arien@ubustu64:~$ cd v4l-dvb arien@ubustu64:~/v4l-dvb$ sudo make make -C /home/arien/v4l-dvb/v4l make[1]: Entering directory `/home/arien/v4l-dvb/v4l' creating symbolic links... Kernel build directory is /lib/modules/2.6.22-14-rt/build make -C /lib/modules/2.6.22-14-rt/build SUBDIRS=/home/arien/v4l-dvb/v4l modules make[2]: Entering directory `/usr/src/linux-headers-2.6.22-14-rt' CC [M] /home/arien/v4l-dvb/v4l/saa7134-core.o /home/arien/v4l-dvb/v4l/saa7134-core.c: In function 'saa7134_resume': /home/arien/v4l-dvb/v4l/saa7134-core.c:1332: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1332: warning: comparison of distinct pointer types lacks a cast /home/arien/v4l-dvb/v4l/saa7134-core.c:1345: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1345: warning: comparison of distinct pointer types lacks a cast make[3]: *** [/home/arien/v4l-dvb/v4l/saa7134-core.o] Error 1 make[2]: *** [_module_/home/arien/v4l-dvb/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-14-rt' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/arien/v4l-dvb/v4l' make: *** [all] Error 2 arien@ubustu64:~/v4l-dvb$ sudo make install make -C /home/arien/v4l-dvb/v4l install make[1]: Entering directory `/home/arien/v4l-dvb/v4l' Stripping debug info from files Usage: strip <option(s)> in-file(s) Removes symbols and sections from files The options are: -I --input-target=<bfdname> Assume input file is in format <bfdname> -O --output-target=<bfdname> Create an output file in format <bfdname> -F --target=<bfdname> Set both input and output format to <bfdname> -p --preserve-dates Copy modified/access timestamps to the output -R --remove-section=<name> Remove section <name> from the output -s --strip-all Remove all symbol and relocation information -g -S -d --strip-debug Remove all debugging symbols & sections --strip-unneeded Remove all symbols not needed by relocations --only-keep-debug Strip everything but the debug information -N --strip-symbol=<name> Do not copy symbol <name> -K --keep-symbol=<name> Do not strip symbol <name> --keep-file-symbols Do not strip file symbol(s) -w --wildcard Permit wildcard in symbol comparison -x --discard-all Remove all non-global symbols -X --discard-locals Remove any compiler-generated symbols -v --verbose List all object files modified -V --version Display this program's version number -h --help Display this output --info List object formats & architectures supported -o <file> Place stripped output into <file> strip: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux efi-app-ia32 efi-app-x86_64 elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex make[1]: *** [media-install] Error 1 make[1]: Leaving directory `/home/arien/v4l-dvb/v4l' make: *** [install] Error 2 arien@ubustu64:~/v4l-dvb$ |
Anmeldungsdatum: Beiträge: 17 Wohnort: D / M-V |
Hallöchen, Aber bei www.bionix-it.de bin ich fündig geworden:
Jetzt ist der Stick erkannt. |
Anmeldungsdatum: Beiträge: 137 |
Nach dem gestrigen Upgrade auf Gutsy ging auch nichts mehr. Programme zu finden ist gar nicht so leicht. Die meisten benötigen DVB-Karten mit eingebautem MPEG2-Dekoder. Auf Softwarebasis muss man afaik die xine-Engine benutzen. Schon einmal mit Totem probiert? Das Problem mit dem Umschalten in Kaffeine konnte ich auch lösen. (STRG+C oder DVB>'DVB einrichten' und dort 'Tuner timeout' auf 4700 setzen. Damit dauert zwar das Umschalten ewig, ist aber wenigstens zuverlässig.) |
Anmeldungsdatum: Beiträge: Zähle... Wohnort: Frankfurt am Main |
Hi Leute, ich habe mich jetzt durchs Wiki, Forum und diverse Anleitungen gelesen und die T USB XE nun auch zum laufen gebracht. Leider finde ich ebenfalls keine Sender. Nun gibt es unter http://www.wikiservice.at/dse/wiki.cgi?MarkusRechberger/DVB-T-Frankfurt jedoch diese channels.conf Einstellungen, die glücklicherweise für Frankfurt gültig sind, wo ich wohne. Nun meine (vielleicht blöde) Frage: Was stelle ich mit diesen Einstellungen an bzw. wo trage ich sie in meinem System ein und wie? Sorry, aber da komme ich nicht weiter. Und noch etwas: immer wenn ich nun Kaffeine starte, kommt folgende Meldung: "Can't bind info socket!!" Was hat das zu bedeuten und ist das "schlimm"? Und die letzte Frage, die ich an euch habe, ist wohl eine typische Anfängerfrage ... beim installieren der T USB XE laut Wiki .... hat ja alles wunderbar geklappt ... aber bei den kryptischen Zeichen- und Zahlenfolgen die da über den Bildschirm liefen habe ich mehr als nur Bahnhof verstanden. Hat man als normal begabter Mensch, der bereit ist, sich richtig in Ubuntu / Linux reinzuknien, irgendwann mal die Chance zu verstehen, was dort genau abläuft? 😀 Vielen Dank und kommt gut durch die Nacht, wo immer ihr auch seid. Gruss Daniel |
Anmeldungsdatum: Beiträge: 17 Wohnort: D / M-V |
Guckt malin diesen Beitrag vielleicht hilft das weiter... |
Anmeldungsdatum: Beiträge: Zähle... |
Läuft leider bei mir nicht. [ 42.186266] dvb-usb: downloading firmware from file 'af9005.fw' [ 42.303078] af9005: after downloading firmware, FW_CONFIRM expected 0x71, received 0x0 [ 42.303113] dvb_usb_af9005: probe of 3-1:1.0 failed with error -5 [ 42.303137] usbcore: registered new interface driver dvb_usb_af9005 Vielleicht kann einer von euch mir weiterhelfen. Gruß ShitHappens Edit: 'uname -a' Linux skadi 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux |
Anmeldungsdatum: Beiträge: 10 |
Hab gerade nochmal versucht v4l-dvb zu kompilieren, bekomme aber immernoch Fehler. Hab die Firmware af9005.fw im Verzeichnis /lib/firmware/2.6.22-14-rt. Es scheint als komme ich nun weiter als vorher, aber trotzdem bricht make ab. Hat noch jemand nen Tipp? Muss ich mich für ENTWEDER Cinergy T ODER Ubuntu Studio entscheiden? Wär schade. Kann eigentlich jemand die "WARNING" die ich bekomme erklären? Es liegt nicht an meinem Englisch, eher an meinem Linux 😉 arien@ubustu64:~/v4l-dvb$ make make -C /home/arien/v4l-dvb/v4l make[1]: Entering directory `/home/arien/v4l-dvb/v4l' No version yet, using 2.6.22-14-rt make[1]: Leaving directory `/home/arien/v4l-dvb/v4l' make[1]: Entering directory `/home/arien/v4l-dvb/v4l' scripts/make_makefile.pl Updating/Creating .config Preparing to compile for kernel version 2.6.22 ***WARNING:*** You do not have the full kernel sources installed. This does not prevent you from building the v4l-dvb tree if you have the kernel headers, but the full kernel source may be required in order to use make menuconfig / xconfig / qconfig. If you are experiencing problems building the v4l-dvb tree, please try building against a vanilla kernel before reporting a bug. Vanilla kernels are available at http://kernel.org. On most distros, this will compile a newly downloaded kernel: cp /boot/config-`uname -r` <your kernel dir>/.config cd <your kernel dir> make all modules_install install Please see your distro's web site for instructions to build a new kernel. VIDEO_PLANB: Requires at least kernel 2.6.99 Created default (all yes) .config file ./scripts/make_myconfig.pl make[1]: Leaving directory `/home/arien/v4l-dvb/v4l' make[1]: Entering directory `/home/arien/v4l-dvb/v4l' perl scripts/make_config_compat.pl /lib/modules/2.6.22-14-rt/build ./.myconfig ./config-compat.h creating symbolic links... ln -sf . oss Kernel build directory is /lib/modules/2.6.22-14-rt/build make -C /lib/modules/2.6.22-14-rt/build SUBDIRS=/home/arien/v4l-dvb/v4l modules make[2]: Entering directory `/usr/src/linux-headers-2.6.22-14-rt' CC [M] /home/arien/v4l-dvb/v4l/flexcop-pci.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-usb.o CC [M] /home/arien/v4l-dvb/v4l/flexcop.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-fe-tuner.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-i2c.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-sram.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-eeprom.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-misc.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-hw-filter.o CC [M] /home/arien/v4l-dvb/v4l/flexcop-dma.o CC [M] /home/arien/v4l-dvb/v4l/bttv-driver.o CC [M] /home/arien/v4l-dvb/v4l/bttv-cards.o CC [M] /home/arien/v4l-dvb/v4l/bttv-if.o CC [M] /home/arien/v4l-dvb/v4l/bttv-risc.o CC [M] /home/arien/v4l-dvb/v4l/bttv-vbi.o CC [M] /home/arien/v4l-dvb/v4l/bttv-i2c.o CC [M] /home/arien/v4l-dvb/v4l/bttv-gpio.o CC [M] /home/arien/v4l-dvb/v4l/bttv-input.o CC [M] /home/arien/v4l-dvb/v4l/bttv-audio-hook.o CC [M] /home/arien/v4l-dvb/v4l/cpia2_v4l.o CC [M] /home/arien/v4l-dvb/v4l/cpia2_usb.o CC [M] /home/arien/v4l-dvb/v4l/cpia2_core.o CC [M] /home/arien/v4l-dvb/v4l/cx23885-cards.o CC [M] /home/arien/v4l-dvb/v4l/cx23885-core.o CC [M] /home/arien/v4l-dvb/v4l/cx23885-i2c.o CC [M] /home/arien/v4l-dvb/v4l/cx23885-dvb.o CC [M] /home/arien/v4l-dvb/v4l/cx25840-core.o CC [M] /home/arien/v4l-dvb/v4l/cx25840-audio.o CC [M] /home/arien/v4l-dvb/v4l/cx25840-firmware.o CC [M] /home/arien/v4l-dvb/v4l/cx25840-vbi.o CC [M] /home/arien/v4l-dvb/v4l/cx88-video.o CC [M] /home/arien/v4l-dvb/v4l/cx88-vbi.o CC [M] /home/arien/v4l-dvb/v4l/cx88-mpeg.o CC [M] /home/arien/v4l-dvb/v4l/cx88-cards.o CC [M] /home/arien/v4l-dvb/v4l/cx88-core.o CC [M] /home/arien/v4l-dvb/v4l/cx88-i2c.o CC [M] /home/arien/v4l-dvb/v4l/cx88-tvaudio.o CC [M] /home/arien/v4l-dvb/v4l/cx88-input.o CC [M] /home/arien/v4l-dvb/v4l/dvbdev.o CC [M] /home/arien/v4l-dvb/v4l/dmxdev.o CC [M] /home/arien/v4l-dvb/v4l/dvb_demux.o CC [M] /home/arien/v4l-dvb/v4l/dvb_filter.o CC [M] /home/arien/v4l-dvb/v4l/dvb_ca_en50221.o CC [M] /home/arien/v4l-dvb/v4l/dvb_frontend.o CC [M] /home/arien/v4l-dvb/v4l/dvb_net.o CC [M] /home/arien/v4l-dvb/v4l/dvb_ringbuffer.o CC [M] /home/arien/v4l-dvb/v4l/dvb_math.o CC [M] /home/arien/v4l-dvb/v4l/av7110_hw.o CC [M] /home/arien/v4l-dvb/v4l/av7110_v4l.o CC [M] /home/arien/v4l-dvb/v4l/av7110_av.o CC [M] /home/arien/v4l-dvb/v4l/av7110_ca.o CC [M] /home/arien/v4l-dvb/v4l/av7110.o CC [M] /home/arien/v4l-dvb/v4l/av7110_ipack.o CC [M] /home/arien/v4l-dvb/v4l/av7110_ir.o CC [M] /home/arien/v4l-dvb/v4l/a800.o CC [M] /home/arien/v4l-dvb/v4l/af9005-remote.o CC [M] /home/arien/v4l-dvb/v4l/af9005.o CC [M] /home/arien/v4l-dvb/v4l/af9005-fe.o CC [M] /home/arien/v4l-dvb/v4l/au6610.o CC [M] /home/arien/v4l-dvb/v4l/cxusb.o CC [M] /home/arien/v4l-dvb/v4l/dib0700_core.o CC [M] /home/arien/v4l-dvb/v4l/dib0700_devices.o CC [M] /home/arien/v4l-dvb/v4l/dibusb-common.o CC [M] /home/arien/v4l-dvb/v4l/dibusb-mb.o CC [M] /home/arien/v4l-dvb/v4l/dibusb-mc.o CC [M] /home/arien/v4l-dvb/v4l/digitv.o CC [M] /home/arien/v4l-dvb/v4l/dtt200u.o CC [M] /home/arien/v4l-dvb/v4l/dtt200u-fe.o CC [M] /home/arien/v4l-dvb/v4l/gl861.o CC [M] /home/arien/v4l-dvb/v4l/gp8psk.o CC [M] /home/arien/v4l-dvb/v4l/gp8psk-fe.o CC [M] /home/arien/v4l-dvb/v4l/m920x.o CC [M] /home/arien/v4l-dvb/v4l/nova-t-usb2.o CC [M] /home/arien/v4l-dvb/v4l/opera1.o CC [M] /home/arien/v4l-dvb/v4l/ttusb2.o CC [M] /home/arien/v4l-dvb/v4l/umt-010.o CC [M] /home/arien/v4l-dvb/v4l/vp702x.o CC [M] /home/arien/v4l-dvb/v4l/vp702x-fe.o CC [M] /home/arien/v4l-dvb/v4l/vp7045.o CC [M] /home/arien/v4l-dvb/v4l/vp7045-fe.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-firmware.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-init.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-urb.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-i2c.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-dvb.o CC [M] /home/arien/v4l-dvb/v4l/dvb-usb-remote.o CC [M] /home/arien/v4l-dvb/v4l/usb-urb.o CC [M] /home/arien/v4l-dvb/v4l/em28xx-video.o CC [M] /home/arien/v4l-dvb/v4l/em28xx-i2c.o CC [M] /home/arien/v4l-dvb/v4l/em28xx-cards.o CC [M] /home/arien/v4l-dvb/v4l/em28xx-core.o CC [M] /home/arien/v4l-dvb/v4l/em28xx-input.o CC [M] /home/arien/v4l-dvb/v4l/et61x251_core.o CC [M] /home/arien/v4l-dvb/v4l/et61x251_tas5130d1b.o CC [M] /home/arien/v4l-dvb/v4l/ir-functions.o CC [M] /home/arien/v4l-dvb/v4l/ir-keymaps.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-routing.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-cards.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-controls.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-driver.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-fileops.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-firmware.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-gpio.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-i2c.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-ioctl.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-irq.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-mailbox.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-queue.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-streams.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-udma.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-vbi.o CC [M] /home/arien/v4l-dvb/v4l/ivtv-yuv.o CC [M] /home/arien/v4l-dvb/v4l/msp3400-driver.o CC [M] /home/arien/v4l-dvb/v4l/msp3400-kthreads.o CC [M] /home/arien/v4l-dvb/v4l/ovcamchip_core.o CC [M] /home/arien/v4l-dvb/v4l/ov6x20.o CC [M] /home/arien/v4l-dvb/v4l/ov6x30.o CC [M] /home/arien/v4l-dvb/v4l/ov7x10.o CC [M] /home/arien/v4l-dvb/v4l/ov7x20.o CC [M] /home/arien/v4l-dvb/v4l/ov76be.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-i2c-core.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-i2c-cmd-v4l2.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-audio.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-i2c-chips-v4l2.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-encoder.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-video-v4l.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-eeprom.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-tuner.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-main.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-hdw.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-v4l2.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-ctrl.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-std.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-context.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-io.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-ioread.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-cx2584x-v4l.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-wm8775.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-sysfs.o CC [M] /home/arien/v4l-dvb/v4l/pvrusb2-debugifc.o CC [M] /home/arien/v4l-dvb/v4l/pwc-if.o CC [M] /home/arien/v4l-dvb/v4l/pwc-misc.o CC [M] /home/arien/v4l-dvb/v4l/pwc-ctrl.o CC [M] /home/arien/v4l-dvb/v4l/pwc-v4l.o CC [M] /home/arien/v4l-dvb/v4l/pwc-uncompress.o CC [M] /home/arien/v4l-dvb/v4l/pwc-dec1.o CC [M] /home/arien/v4l-dvb/v4l/pwc-dec23.o CC [M] /home/arien/v4l-dvb/v4l/pwc-kiara.o CC [M] /home/arien/v4l-dvb/v4l/pwc-timon.o CC [M] /home/arien/v4l-dvb/v4l/saa7134-cards.o CC [M] /home/arien/v4l-dvb/v4l/saa7134-core.o /home/arien/v4l-dvb/v4l/saa7134-core.c: In function 'saa7134_resume': /home/arien/v4l-dvb/v4l/saa7134-core.c:1348: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1348: warning: comparison of distinct pointer types lacks a cast /home/arien/v4l-dvb/v4l/saa7134-core.c:1362: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1362: warning: comparison of distinct pointer types lacks a cast make[3]: *** [/home/arien/v4l-dvb/v4l/saa7134-core.o] Error 1 make[2]: *** [_module_/home/arien/v4l-dvb/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-14-rt' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/arien/v4l-dvb/v4l' make: *** [all] Error 2 arien@ubustu64:~/v4l-dvb$ |
Anmeldungsdatum: Beiträge: Zähle... |
Hi, also ich habe ein Standard Ubuntu 7.10 und die cinergy T usb xe in der Revision 2 (CE Zeichen auf dem Sticker, nicht direkt auf der Hülle) und bei mir läufts mit der Anleitung nicht. Anscheinend hat Terratec ja keine Lust für die rev2 eine Firmware rauszurücken, also wieder in den Laden zurückbringen? Gruß und Danke, |
Anmeldungsdatum: Beiträge: 10 |
Vielleicht hilft es noch jemanden weiter, bei mir läuft jetzt DVB-T. ich hatte ja nen Fehler beim Kompilieren, /home/arien/v4l-dvb/v4l/saa7134-core.c: In function 'saa7134_resume': /home/arien/v4l-dvb/v4l/saa7134-core.c:1348: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1348: warning: comparison of distinct pointer types lacks a cast /home/arien/v4l-dvb/v4l/saa7134-core.c:1362: error: size of array 'type name' is negative /home/arien/v4l-dvb/v4l/saa7134-core.c:1362: warning: comparison of distinct pointer types lacks a cast
|
Anmeldungsdatum: Beiträge: 17 Wohnort: Dresden |
muck hat geschrieben:
Ich habe auch die Revision 2 erwischt. Unter Win XP wird der Stick sogar als solches angezeigt. Leider kein erfolg. In lsusb steht zwar der Firmenname vom Stick, aber laufen tut er nicht. Da heißt es wohl abwarten oder zurückbringen. Das war wohl trotz Blick in die Hardwareliste ein Griff ins Braune 😉 http://www.linuxforen.de/forums/showthread.php?t=245906 fasst es glaube ich ganz gut zusammen. Gruß, Uwe |
Anmeldungsdatum: Beiträge: 20 |
Hallo Zusammen, ich weiß nicht, ob es noch jemandem hilft, aber nachdem ich kurz auch einen Blick auf die TT Cinergy T USB XE Rev. 2 geworfen habe und ein direktes Inbetriebnehmen nicht möglich schien, habe ich soeben entdeckt, daß es bei linuxtv.org tatsächlich mittlerweile (seit kurzem) ein neues Projekt von Antti Palosaari gibt, welches sich mit der Entwicklung eines Treibers für den Afatech AF9015 (AF901x) beschäftigt (das ist der in der Rev. 2 verwendete Chip im Gegensatz zum AF9005 in der Rev. 1). Wer es also nochmal probieren möchte, soll doch bitte unter http://linuxtv.org/hg/~anttip/af9015 einmal die aktuellen Sourcen runterladen und kompilieren. Viel Erfolg! Grüße K1200S |
Anmeldungsdatum: Beiträge: Zähle... |
Hallo, Ich habe eine Terratec Cinergy USB XE mit der ID 0ccd:0058. Ich habe die linuxtv Treiber dvb- heruntergeladen: hg clone http://linuxtv.org/hg/v4l-dvb make sudo make install
zusätzlich die firmware af9005 ins verzeichniss /lib/firmware/2.6.... habe dann die treiber af9005 geladen sudo modprobe dvb-usb-af9005 dann den usb stick eigesteckt [ 2342.824000] usbcore: registered new interface driver dvb_usb_af9015 [ 2524.996000] usb 7-4: new high speed USB device using ehci_hcd and address 8 [ 2525.128000] usb 7-4: configuration #1 chosen from 1 choice danach ist schluss. sieht mir so aus als ob er die usb id nicht dem treiber zuordnet. gruß grischan |