#301 Le 04/05/2007, à 15:16
- bipede
Re : Pinnacle PCTV USB Stick et ubuntu
heu bipède ,
as-tu lu mon post précédent ?
Spomky semble avoir une PCTV usb hybrid vu son dmesg avec un tuner xc3028 dedans.
le pb c'est avec le tuner mt2060 qui est celui de PCTV USB DVB-T
Oupsss !
J'avais pas vu ton post...
Merci Jurassic...
Desktop: MSI - Intel® Core™ i5-3330 CPU @ 3.00GHz × 4 - RAM 8 go- Kubuntu 21.04 - Système sur SSD 64 Go - /home sur HDD 500 Go.
Laptop: DELL Inspiron-15 3567 - Intel® Core™ i5-7200 CPU @ 2.50GHz × 4 - RAM 8 go - HDD 1 To - Ubuntu 20.10 avec /home séparé.
Mon site: Les contributions du bipède
Hors ligne
#302 Le 04/05/2007, à 16:07
- xens
Re : Pinnacle PCTV USB Stick et ubuntu
:p:p
Hors ligne
#303 Le 04/05/2007, à 16:22
- spomky
Re : Pinnacle PCTV USB Stick et ubuntu
OK effectivement je viens ça semble venir du tuner ce qui paraît logique puisque le stick est bien reconnu. Donc aussi ça ne sert à rien de passer en 2.6.19 ; il faudrait plutôt revenir en 2.6.17 (celui de Edgy). Le noyau a beaucoup changé depuis le 2.6.18 (toutes les sources faisant référence au config.h posent problème entre autres).
Hors ligne
#304 Le 05/05/2007, à 22:14
- SangokuFred
Re : Pinnacle PCTV USB Stick et ubuntu
Bonjour à tous !
Pour ma part, après pas mal d'heures de recherche... j'ai trouver une solution. Je rappelle ma situation : j'étais sous 6.10 et en passant à 7.04, ma Pinnacle usb TNT (la blanche!) ne fonctionnait plus. Pire, même en revenant à 6.10, les ressources ayant changée, aucun de ceux proposés dans ce forum ne permettait un scan des chaînes !
Voici ma solution (uniquement pour la version TNT):
Retourner à Ubuntu 6.10.
Installer :
- make
- gcc
- mercurial
- libxine-extracodecs
- dvdb-utils
- kaffeine
puis pour la compilation des modules sur le système :
sudo apt-get install build-essential linux-headers-$(uname -r)
Ensuite, après avoir branché la clé TV, faire (ultra simple!):
cd /usr/src/ && sudo hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel && cd v4l-dvb-kernel && sudo make && sudo make install
Il ne reste plus qu'à ajouter les lignes :
em28xx
em2880-dvb
à /etc/modules (en faisant un ~# gedit /etc/modules)
Enfin, débrancher la clé, redémarrer l'ordinateur et rebrancher la clé juste avant de lancer Kaffeine... et là, surprise, chez moi, c'est reparti ! Le scan, la qualité... tout marche du tonnerre de dieu !
J'espère que ce petit tuto en aidera certains !
En tout cas, suis content d'avoir trouver une soluce. Vive Ubuntu.
Sangoku.
#305 Le 06/05/2007, à 00:07
- XioNoX
Re : Pinnacle PCTV USB Stick et ubuntu
sous feisty j'avais le même problème (scan non concluant) mais après avoir redémarrer mon PC sans la clef puis branché démarrage terminé, plus de PB pour le scan en sélectionnant moi même l'émetteur.
Par contre impossible de lire une des chaines avec kaffeine
Hors ligne
#306 Le 06/05/2007, à 00:09
- SiM07
Re : Pinnacle PCTV USB Stick et ubuntu
Je crois que les symptomes sont les même pour tous, la clé est détecté, il scan (ou au moins lance un scan) mais après il n'arrive à rien faire.
Hors ligne
#307 Le 06/05/2007, à 10:27
- MiTcH
Re : Pinnacle PCTV USB Stick et ubuntu
vi, et avec un noyau 2.6.21 ? quelqu'un a testé ??
perso, l'installation de dvdb-utils me change un module videodev et me fait bugger mon driver de webcam (stk11xx) en plus de ne pas faire marcher mon tuner tnt...
...sur une Kubuntu.!
Hors ligne
#308 Le 06/05/2007, à 14:13
- xens
Re : Pinnacle PCTV USB Stick et ubuntu
j'ai compilé hier un noyau 2.6.21 le noyau vient directement de chez kernel.org pas de patch et tout le tintouin.
Même problème ! Je recompile les drivers v4l-experimental je reboot je branche la clef je load em2880-dvb la clef est reconnue. Le scan ne trouve rien et l'indicateur de niveau déconne.
Snif
Hors ligne
#309 Le 07/05/2007, à 02:21
- medsone
Re : Pinnacle PCTV USB Stick et ubuntu
Salut tout le monde,
Voila comme beaucoup, j 'ai rencontré depuis le passage à feisty,des problèmes avec le module em28xx de ma clé terratec cinergy xs usb.
Ce soir j'ai enfin trouvé la solution grâce a ce tuto:
http://divilinux.wordpress.com/2007/03/ … iore-2620/
En installant cette version de v4l: v4l-dvb-experimental-userptr sous le kernel 2.6.20-15, kaffeine detecte enfin ma clé et fonctionne sans problémes.
Voici ma procédure d'installation que j'ai réalisé dans une console (la clé que j'utilise est sensé fonctionner avec le firmware v1, la v3 a été installé par erreur):
$cd ~
$hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental-userptr
$cd ~/v4l-dvb-experimental-userptr
$make && sudo make install
$sudo depmod -a
$sudo modprobe em2880-dvb
$cd /lib/firmware
$sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware_v3.tgz
$sudo tar xvfz firmware_v3.tgz
$sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware.tgz
$sudo tar xvfz firmware.tgz
=>REBOOT
$sudo modprobe em2880-dvb
$tail -f /var/log/messages
Ca y est, je peux enfin revoir les simpsons sur w9
@+
#310 Le 07/05/2007, à 11:47
- thcx
Re : Pinnacle PCTV USB Stick et ubuntu
J'ai suivi ces instructions avec un pctv usb stick (blanc) et j'ai toujours le même problème :
Not able to lock to the signal on the given frequency
Hors ligne
#311 Le 07/05/2007, à 22:26
- medsone
Re : Pinnacle PCTV USB Stick et ubuntu
bonjour,
Je viens de refaire l'operation et j'ai rencontrer une erreur lors de la compilation de v4l.
Voici la bonne manip:
$cd ~
$hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental-userptr
$cd ~/v4l-dvb-experimental-userptr
$make
$sudo make -i
$sudo make install
$sudo depmod -a
$cd /lib/firmware
$sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware_v3.tgz
$sudo tar xvfz firmware_v3.tgz
$sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware.tgz
$sudo tar xvfz firmware.tgz
$sudo modprobe em2880-dvb
$tail -f /var/log/messages
#312 Le 08/05/2007, à 00:39
- CeReAl KiLLeR Du 77
Re : Pinnacle PCTV USB Stick et ubuntu
Je me promenais pour me retrouvé un 2.6.17, et je suis tombé la dessus http://fr.archive.ubuntu.com/ubuntu/poo … ce-2.6.22/
C'est bien étrange, car chez kernel.org ils en sont qu'au 2.6.21-1... Il y'a de la triche sur ubuntu
J'ai essayer avec le 2.6.22-1 même problème qu'avec le 2.6.20-15. Je parle de la toute blanche, qui fait que la tnt.
Contrairement a d'hab, un lusb fonctionne étrange...
Bus 005 Device 004: ID eb1a:2870 eMPIA Technology, Inc.
Linux crashtest 2.6.22-1-generic #1 SMP Mon Apr 30 10:49:22 GMT 2007 i686 GNU/Linux
[ 666.539963] em28xx v4l2 driver version 0.0.1 loaded
[ 666.620542] em28xx new video device (eb1a:2870): interface 0, class 255
[ 666.620549] em28xx: device is attached to a USB 2.0 bus
[ 666.620551] em28xx: you're using the experimental/unstable tree from mcentral.de
[ 666.620553] em28xx: there's also a stable tree available but which is limited to
[ 666.620556] em28xx: linux <=2.6.19.2
[ 666.620557] em28xx: it's fine to use this driver but keep in mind that it will move
[ 666.620560] em28xx: to http://mcentral.de/hg/~mrec/v4l-dvb-kernel as soon as it's
[ 666.620562] em28xx: proved to be stable
[ 666.621383] em28xx #0: Alternate settings: 8
[ 666.621457] em28xx #0: Alternate setting 0, max size= 0
[ 666.621461] em28xx #0: Alternate setting 1, max size= 0
[ 666.621463] em28xx #0: Alternate setting 2, max size= 1448
[ 666.621465] em28xx #0: Alternate setting 3, max size= 2048
[ 666.621468] em28xx #0: Alternate setting 4, max size= 2304
[ 666.621470] em28xx #0: Alternate setting 5, max size= 2580
[ 666.621472] em28xx #0: Alternate setting 6, max size= 2892
[ 666.621474] em28xx #0: Alternate setting 7, max size= 3072
[ 666.855903] input: em2880/em2870 remote control as /class/input/input6
[ 666.856253] em28xx-input.c: remote control handler attached
[ 666.856380] PM: Adding info for No Bus:i2c-0
[ 666.859301] PM: Adding info for i2c:0-0050
[ 666.859694] attach_inform: eeprom detected.
[ 666.912026] em28xx #0: i2c eeprom 00: 1a eb 67 95 1a eb 70 28 c0 12 81 00 6a 22 00 00
[ 666.912039] em28xx #0: i2c eeprom 10: 00 00 04 57 02 0d 00 00 00 00 00 00 00 00 00 00
[ 666.912047] em28xx #0: i2c eeprom 20: 44 00 00 00 f0 10 02 00 00 00 00 00 5b 00 00 00
[ 666.912056] em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 01 01 00 00 1a 47 d0 49
[ 666.912064] em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912072] em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912080] em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 22 03 55 00 53 00
[ 666.912088] em28xx #0: i2c eeprom 70: 42 00 20 00 32 00 38 00 37 00 30 00 20 00 44 00
[ 666.912097] em28xx #0: i2c eeprom 80: 65 00 76 00 69 00 63 00 65 00 00 00 00 00 00 00
[ 666.912105] em28xx #0: i2c eeprom 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912113] em28xx #0: i2c eeprom a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912121] em28xx #0: i2c eeprom b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912129] em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912137] em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912145] em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912153] em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 666.912161] EEPROM ID= 0x9567eb1a
[ 666.912163] Vendor/Product ID= eb1a:2870
[ 666.912165] No audio on board.
[ 666.912166] 500mA max power
[ 666.912169] Table at 0x04, strings=0x226a, 0x0000, 0x0000
[ 666.927428] em28xx #0: Found Pinnacle PCTV DVB-T
[ 666.927586] usbcore: registered new interface driver em28xx
[ 666.940951] tuner 0-0060: Chip ID is not zero. It is not a TEA5767
[ 666.940958] tuner 0-0060: chip found @ 0xc0 (em28xx #0)
[ 666.940977] PM: Adding info for i2c:0-0060
[ 666.941006] attach inform (default): detected I2C address c0
[ 666.995569] em2880-dvb.c: DVB Init
[ 666.997551] MT2060: successfully identified (IF1 = 1220)
[ 667.467325] DVB: registering new adapter (em2880 DVB-T).
[ 667.467333] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)...
[ 667.467552] Em28xx: Initialized (Em2880 DVB Extension) extension
Et le tout avec le depot expérimentale. Stick bien reconnu, mais le scan effectué en 30 secondes avec 0 chaines, sa deviens la routine quoi
Dernière modification par CeReAl KiLLeR Du 77 (Le 08/05/2007, à 01:11)
SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)
Hors ligne
#313 Le 09/05/2007, à 08:42
- jaimes
Re : Pinnacle PCTV USB Stick et ubuntu
perso, j'ai ma telecommande qui fonction pas !!!
y a pas des tests à faire pour cerner le pb ??
Hors ligne
#314 Le 09/05/2007, à 18:37
- medsone
Re : Pinnacle PCTV USB Stick et ubuntu
Cereal Killer,
Pour ton scan, je pense que tu devrais recréer ton channel.conf en manuel et relancer le scan auto sous kaffeine.
Je regarde ça ce soir et je te ferai parvenir la procédure qui va bien.
#315 Le 09/05/2007, à 21:24
- spomky
Re : Pinnacle PCTV USB Stick et ubuntu
Je me promenais pour me retrouvé un 2.6.17, et je suis tombé la dessus http://fr.archive.ubuntu.com/ubuntu/poo … ce-2.6.22/
C'est bien étrange, car chez kernel.org ils en sont qu'au 2.6.21-1... Il y'a de la triche sur ubuntu
de la triche?
Sous Ubuntu les versions disponibles sont figées pour éviter les incompatibilité. Firefox est sortie en version 2 pourtant sous Dapper tu ne trouveras par défaut que la version 1.5
Pareil pour le noyau qui reste le 2.6.15
C'est pas de la triche, c'est comme ça et honnêtement c'est pas plus mal.
Hors ligne
#316 Le 09/05/2007, à 22:12
- CeReAl KiLLeR Du 77
Re : Pinnacle PCTV USB Stick et ubuntu
Cereal Killer,
Pour ton scan, je pense que tu devrais recréer ton channel.conf en manuel et relancer le scan auto sous kaffeine.
Je regarde ça ce soir et je te ferai parvenir la procédure qui va bien.
Voici mon channels.conf (Eméteur, la tour Eiffel)
TF1:562167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:1537
France2:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:120:130:257
France3:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:220:230:273
France4:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:420:430:259
France5:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:320:330:260
M6:498167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:1025
TMC:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:161:84:514
Direct8:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:160:80:513
W9:498167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:220:230:1026
ARTE:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:520:530:261
NT1:498167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:320:330:1027
NRJ12:562167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:220:230:1538
[03f0]:522167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:2047:0:1008
LCP:586167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:620:630:262
Canal+:522167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:160:80:769
TPSStar:562167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:520:0:1541
I>TV:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:516
BFMTV:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:515
EUROPE2:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:517
GULLI:474167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:120:130:518
Mais le scan ne passe pas!
SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)
Hors ligne
#317 Le 09/05/2007, à 23:00
- thcx
Re : Pinnacle PCTV USB Stick et ubuntu
J'ai testé avec un noyau 2.6.17 sous feisty à partir de http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ et ça ne fonctionne toujours pas c'est la même erreur qu'avec le 2.6.20
Tuning to: TF1 / autocount: 0
Using DVB device 0:0 "Zarlink ZL10353 DVB-T"
tuning DVB-T to 778000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:3 tm:1 gi:2 hier:0
...............
Not able to lock to the signal on the given frequency
Frontend closed
Tuning delay: 1759 ms
Dernière modification par thcx (Le 09/05/2007, à 23:03)
Hors ligne
#318 Le 09/05/2007, à 23:06
- CeReAl KiLLeR Du 77
Re : Pinnacle PCTV USB Stick et ubuntu
De toute manière même avec la playlist la tnt ne fonctionne pas sous vlc, je ne cherche plus a comprendre, j'attend depuis trop longtemps d'ailleur, que les dev de mcentral.de s'active!
#EXTM3U
#EXTINF:0,1 - TF1
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=562167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1537
dvb://
#EXTINF:0,2 - France 2
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=257
dvb://
#EXTINF:0,3 - France 3
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=294
dvb://
#EXTINF:0,4 - Canal +
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=522167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=769
dvb://
#EXTINF:0,5 - France 5
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=260
dvb://
#EXTINF:0,6 - M6
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=498167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1025
dvb://
#EXTINF:0,7 - Arte
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=261
dvb://
#EXTINF:0,8 - Direct 8
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=513
dvb://
#EXTINF:0,9 - W9
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=498167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1026
dvb://
#EXTINF:0,10 - TMC
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=514
dvb://
#EXTINF:0,11 - NT1
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=498167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1027
dvb://
#EXTINF:0,12 - NRJ 12
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=562167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1538
dvb://
#EXTINF:0,13 - La Chaîne Parlementaire
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=262
dvb://
#EXTINF:0,14 - France 4
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=586167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=259
dvb://
#EXTINF:0,15 - BFM TV
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=515
dvb://
#EXTINF:0,16 - i>TELE
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=516
dvb://
#EXTINF:0,17 - Europe 2 TV
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=517
dvb://
#EXTINF:0,18 - Gulli
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=474167000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=518
dvb://
SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)
Hors ligne
#319 Le 09/05/2007, à 23:11
- SiM07
Re : Pinnacle PCTV USB Stick et ubuntu
La question c'est combien de temps il faudra encore attendre ?
Hors ligne
#320 Le 09/05/2007, à 23:23
- thcx
Re : Pinnacle PCTV USB Stick et ubuntu
Je ne pense pas que l'on puisse dire ça :
que les dev de mcentral.de s'active!
les messages de ce type devraient plutôt s'adresser à pinnacle qui n'a pas fais un seul pilote.
Donc merci aux développeurs de mcentral d'avoir créé un pilote, même s'il ne fonctionne plus sur le 2.6.20 il existe...
Hors ligne
#321 Le 10/05/2007, à 00:45
- V4l
Re : Pinnacle PCTV USB Stick et ubuntu
Salut tout le monde,
Voila comme beaucoup, j 'ai rencontré depuis le passage à feisty,des problèmes avec le module em28xx de ma clé terratec cinergy xs usb.
Ce soir j'ai enfin trouvé la solution grâce a ce tuto:
http://divilinux.wordpress.com/2007/03/ … iore-2620/En installant cette version de v4l: v4l-dvb-experimental-userptr sous le kernel 2.6.20-15, kaffeine detecte enfin ma clé et fonctionne sans problémes.
Voici ma procédure d'installation que j'ai réalisé dans une console (la clé que j'utilise est sensé fonctionner avec le firmware v1, la v3 a été installé par erreur):
$cd ~ $hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental-userptr $cd ~/v4l-dvb-experimental-userptr $make && sudo make install $sudo depmod -a $sudo modprobe em2880-dvb $cd /lib/firmware $sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware_v3.tgz $sudo tar xvfz firmware_v3.tgz $sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware.tgz $sudo tar xvfz firmware.tgz =>REBOOT $sudo modprobe em2880-dvb $tail -f /var/log/messages
Ca y est, je peux enfin revoir les simpsons sur w9
@+
Jour,
C'est bien gentil, et nous sommes contents que la terratec cinergy fonctionne, mais ici, c'est une topic pour la Pinnacle PCTV USB... ça nous donne toujours de faux espoirs quand quelqu'un dit "ahh ça marche" ;o)
On attend impatiemment que tout fonctionne.
En tout cas, un grand merci aux développeurs de mcentral !
#322 Le 10/05/2007, à 01:30
- medsone
Re : Pinnacle PCTV USB Stick et ubuntu
CerealKiller,
La seule difference que je vois avec mon scan, c'est le décalage de 167KHz chez toi et 166KHz chez moi.
Créer le fichier fr-Paris-2:
$sudo gedit /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris-2
Coller dedans:
# Paris - France (DVB-T transmitter of the Eiffel tower)
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 474166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 498166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 522166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 562166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 586166000 8MHz 3/4 NONE QAM64 8k 1/8 NONE
Lancer le scan:
$scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris-2
si c'est ok, copier le fichier:
$cd /usr/share/doc/dvb-utils/examples/scan/dvb-t/
$sudo cp fr-Paris-2 ~/.kde/share/apps/kaffeine/dvb-t/
Relancer Kaffeine.
Aller dans la barre de menu à "DVB" puis "configuration DVB...".
Dans les réglages du périphérique, choisir la source fr-Paris-2 puis valider.
Aller dans la recherche des chaînes et lancer le scan.
Si jamais ca ne fonctionne pas, retenter toutes les étapes avec aucun décalage de fréquence en éditant le fichier suivant:
# Paris - France (DVB-T transmitter of the Eiffel tower)
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 474000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 498000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 522000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 562000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 586000000 8MHz 3/4 NONE QAM64 8k 1/8 NONE
Je suis actuellement sur feisty(2.6.20-15) avec une cinergy xs usb pour mon portable avec 0 décalage et sur feisty avec une WinTV HVR1100 pour ma tour avec un décalage de +166MHz.
#323 Le 10/05/2007, à 01:46
- CeReAl KiLLeR Du 77
Re : Pinnacle PCTV USB Stick et ubuntu
Je ne pense pas que l'on puisse dire ça :
que les dev de mcentral.de s'active!
les messages de ce type devraient plutôt s'adresser à pinnacle qui n'a pas fais un seul pilote.
Donc merci aux développeurs de mcentral d'avoir créé un pilote, même s'il ne fonctionne plus sur le 2.6.20 il existe...
Oui c'est exact. Mais les dev sont au courant, et depuis le temps, il nous ont rien pondu Pinnacle c'étais la 1ere fois que j'achetais, et sa sera la dernière.
SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)
Hors ligne
#324 Le 10/05/2007, à 01:46
- medsone
Re : Pinnacle PCTV USB Stick et ubuntu
v4l,
oui en effet ce n'est pas la même marque mais le chip à l'air d'être identique.
J'ai posté sur ce topic car j'ai trouvé que les problèmes que vous rencontrez sont analogues à ceux que j'ai pû avoir et je les ai résolus en allant sur plusieurs forums même si ceux-ci ne concernaient pas forcement le matériel que je posséde.
@+
#325 Le 10/05/2007, à 02:12
- CeReAl KiLLeR Du 77
Re : Pinnacle PCTV USB Stick et ubuntu
Alors, j'ai essayé, dans tous les cas le scan me donne tuning_failed. Manipulation ne fonctionnant pas sur la pinnacle usb stick (pctv 70e, stick toute blanche ne faisant que la tnt).
En retirant, ajoutant, le offset + ou - que dalle!!!! Problème de noyau.
SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)
Hors ligne