Kód: Vybrať všetko
http://www.abclinuxu.cz/hardware/pridavne-karty/televizni-karty/bt878-kompatibilni/dart-tv-radio-live
Kód: Vybrať všetko
http://www.abclinuxu.cz/hardware/pridavne-karty/televizni-karty/bt878-kompatibilni/dart-tv-radio-liveKód: Vybrať všetko
http://www.linuxdocs.org/HOWTOs/mini/BTTV.htmlKód: Vybrať všetko
http://linuxtv.org/v4lwiki/index.php/Main_PageKód: Vybrať všetko
http://linuxtv.org/v4lwiki/index.php/Cardlist.BTTV
Kód: Vybrať všetko
root@jorg-desktop:~/Desktop/bttv# make install
strip --strip-debug video-buf.o v4l1-compat.o v4l2-common.o btcx-risc.o ir-commo n.o bttv.o ir-common.o tuner.o tda9887.o msp3400.o tvaudio.o tvmixer.o
strip: 'video-buf.o': No such file
strip: 'v4l1-compat.o': No such file
strip: 'v4l2-common.o': No such file
strip: 'btcx-risc.o': No such file
strip: 'ir-common.o': No such file
strip: 'bttv.o': No such file
strip: 'ir-common.o': No such file
strip: 'tuner.o': No such file
strip: 'tda9887.o': No such file
strip: 'msp3400.o': No such file
strip: 'tvaudio.o': No such file
strip: 'tvmixer.o': No such file
su -c "mkdir -p /lib/modules/2.6.15-28-386/v4l2; cp -v video-buf.o v4l1-compat.o v4l2-common.o btcx-risc.o ir-common.o bttv.o ir-common.o tuner.o tda9887.o msp3 400.o tvaudio.o tvmixer.o /lib/modules/2.6.15-28-386/v4l2; depmod -a"
cp: cannot stat `video-buf.o': No such file or directory
cp: cannot stat `v4l1-compat.o': No such file or directory
cp: cannot stat `v4l2-common.o': No such file or directory
cp: cannot stat `btcx-risc.o': No such file or directory
cp: cannot stat `ir-common.o': No such file or directory
cp: cannot stat `bttv.o': No such file or directory
cp: cannot stat `ir-common.o': No such file or directory
cp: cannot stat `tuner.o': No such file or directory
cp: cannot stat `tda9887.o': No such file or directory
cp: cannot stat `msp3400.o': No such file or directory
cp: cannot stat `tvaudio.o': No such file or directory
cp: cannot stat `tvmixer.o': No such file or directory
root@jorg-desktop:~/Desktop/bttv#
Kód: Vybrať všetko
root@jorg-desktop:~/.Trash/bttv# make
make -C /lib/modules/2.6.15-28-386/build SUBDIRS=/home/jorg/.Trash/bttv modules
make: *** /lib/modules/2.6.15-28-386/build: No such file or directory. Stop.
make: *** [default] Chyba 2
Kód: Vybrať všetko
modprobe bttv card=1 tuner=1
Kód: Vybrať všetko
bttv 164304 1 bt878
Kód: Vybrať všetko
Postup zprovoznění pod Linuxem
V jadre 2.2.x iba grabovanie obrazu, nejde zvuk a neda sa ladit tuner. V jadre 2.4.x treba zakompilovat video4linux i2c a ako moduly bttv, tuner a i2c-algo-bit. Ja som k jadru 2.4.0-test4 pouzil este poslednu verziu bttv, ktora nahradi tu co je v zdrojakoch jadra. Ak sa vsetko podari skompilovat, spustenie je jednoduche: 1. insmod tuner type=5 2. insmod i2c-algo-bit 3. insmod bttv radio=1 bttv karta sa detekuje automaticky ako BT878(Typhoon TView TV/FM Tuner) Pri zdrojakoch bttv je vzorovy modules.conf subor.Kód: Vybrať všetko
jorg@jorg-desktop:~$ insmod bttv
insmod: can't read 'bttv': Is a directory
jorg@jorg-desktop:~$ Kód: Vybrať všetko
modprobe tuner type=5
modprobe i2c-algo-bit
modprobe bttv radio=1
Kód: Vybrať všetko
jorg@jorg-desktop:~$ sudo modprobe tuner type=5
Password:
FATAL: Error inserting tuner (/lib/modules/2.6.15-28-386/kernel/drivers/media/video/tuner.ko): Unknown symbol in module, or unknown parameter (see dmesg)
jorg@jorg-desktop:~$Kód: Vybrať všetko
lspci -v
Kód: Vybrať všetko
0000:00:09.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
Flags: bus master, medium devsel, latency 64, IRQ 185
Memory at f7ffe000 (32-bit, prefetchable) [size=4K]
Capabilities: <available only to root>
0000:00:09.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
Flags: bus master, medium devsel, latency 64, IRQ 185
Memory at f7fff000 (32-bit, prefetchable) [size=4K]
Capabilities: <available only to root>
Kód: Vybrať všetko
modprobe -v bttv card=36 tuner=5