Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOW-TO] [DVB-t PCI] CTX 948
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
nUmer_inaczej
Apprentice
Apprentice


Joined: 24 Apr 2007
Posts: 165
Location: Bydgoszcz

PostPosted: Mon Aug 01, 2016 1:34 am    Post subject: [HOW-TO] [DVB-t PCI] CTX 948 Reply with quote

Zakupiłem leciwą dość kartę 4 in 1 CTX 948 która z powodzeniem działa pod Gentoo.
Trochę reklamy
Technicznie o karcie

Do działania karty jest potrzebna obsługa tv analogowej - nie sprawdzałem, ale przypuszczam, że działa.
Ja opiszę jak skompilować na wersji stabilnej jądra gentoo-sources-4.4.6, by możliwym był odbiór DVB-t.

1] Przechodzimy do katalogu ze źródłami, wywołując zarazem okno edycyjne
Code:

#cd /usr/src/linux ; make menuconfig

2] Konfigurujemy jądro:
Code:

   Device Drivers -->
      [*] Multimedia -->
         [*] Analog TV support
         [*] Digital TV support
         [*] Remote Controller support
         [*] Media PCI Adapters -->
            <M> Philips SAA7134 support
            <M> Philips SAA7134 DMA audio support
            [*] Philips SAA7134 Remote Controller support
            <M> DVB/ATSC Support for saa7134 based TV cards
         [*] DVB Platform devices ----
         <M> I2C module for IR
                Encoders, decoders, sensors and other helper chips -->
                     ***Audio/Video compression Chips ***
               <M> Philips SAA6752HS MPEG-2 Audio/Video Encoder
                 Customize TV tuners -->
               <M> TDA 8290/8295 + 8275(a)/18271 tuner combo
               {M} Philips TDA 827X silicon tuner
               {M} NXP TDA18271 silicon tuner
               <M> TDA 9885/6/7 analog IF demodulator
            Customise DVB Frontends -->
               <M> Philips TDA10045H/TDA10046H based


3] Ściągamy firmware dla tuneru - <M> Philips TDA10045H/TDA10046H based → patrz Help
Code:

# /usr/src/linux/Documentation/dvb/get_dvb_firmware tda10046

firmware zostaje rozpakowany w katalogu domowym jako dvb-fe-10046.fw,
który poleceniem:
Code:

#cp -v /home/USER/dvb-fe-10046.fw /lib/firmware/

... kopiujemy do powyższej lokalizacji.
UWAGA - zmiana firmware na inny wymaga kolejnej rekompilacji modułów jądra.

4] Rekompilacja jądra i kopiowanie do /boot
Code:

#make && make modules_install

#cp -v /usr/src/linux/arch/x86_64/boot/bzImage /boot/4.4.6-gentoo


5] Tworzymy
Code:

#vim /etc/modprobe.d/saa7134

... o poniższej treści
Code:

alias char-major-81 videodev
alias char-major-81-0 saa7134
alias char-major-81-64 saa7134

options saa7134 card=96 tuner=60
options saa7134_dvb use_frontend=0 adapter_nr=0


5] Ponowne uruchomienie i powinno wszystko grać.
_________________
nUmer w sieci
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum