Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#626 Le 16/08/2009, à 11:22

static

Re : Pinnacle PCTV USB Stick et ubuntu

@echo c'est pas juste une commande pour retourner du texte ???
Donc il y a pas d'install =_=

Hors ligne

#627 Le 18/08/2009, à 08:12

akoirium

Re : Pinnacle PCTV USB Stick et ubuntu

si vous aviez lut 5 message plus haut, vous auriez vus que le tuto est mort et que l'install des driver n'est plus possible... du moin sans prise de tete...

donc bon courage pour la compilation... moi j'arrive a rien avec les sources sad


"Software is like sex ... It's better when it's free !..." : Linus Torvalds

Hors ligne

#628 Le 20/08/2009, à 16:16

didli

Re : Pinnacle PCTV USB Stick et ubuntu

En réponse au mail de Jseb, voilà un petit coup de main avec ce qui nous reste des sources.
[Prérequis]
- A faire lorsqu'il s'agit de la première compilation :

sudo apt-get install build-essential linux-headers-`uname -r` dvb-utils libxine1-ffmpeg 
sudo adduser $USERNAME src

[1]
Dans la doc, on est censé récupérer les modules sur le site de Mercurial.
Malheureusement pour nous, le serveur est dorénavant fermé définitivement.
Un utilisateur du forum ubuntu.org a néanmoins demandé au maintainer à mettre de côté une version (avril dernier) des modules
nécessaires, donc :

cd /usr/src
sudo wget http://www.mathematik.uni-marburg.de/~kosslerj/em28xx-new/em28xx-new-20090409.tar.gz
sudo tar -zxvf em28xx-new-20090409.tar.gz

[2]
Ensuite on va chercher le firmware.
Pour les 320e, le firmware nécessaire est le firmware_V3 :
(pour les autres versions, voir la doc ici)

cd /lib/firmware/`uname -r`
sudo tar -zxvf firmware_v3.tgz

[3]
On ajoute les headers dvb :
(ceci est à faire systématiquement en cas de MAJ du noyau)

sudo apt-get install linux-source
cd /usr/src/
sudo tar -jxvf linux-source-$(uname -r | sed 's/-.*//').tar.bz2
sudo cp linux-source-$(uname -r | sed 's/-.*//')/drivers/media/dvb/dvb-core/*.h linux-headers-$(uname -r)/drivers/media/dvb/dvb-core/
sudo cp linux-source-$(uname -r | sed 's/-.*//')/drivers/media/dvb/frontends/lgdt330x.h linux-headers-$(uname -r)/drivers/media/dvb/frontends/
sudo cp linux-source-$(uname -r | sed 's/-.*//')/drivers/media/video/msp3400-driver.h linux-headers-$(uname -r)/drivers/media/dvb/frontends

[4]
Ensuite on compile :

cd /usr/src/em28xx-new
make
sudo make install

[5]
Pour finir :
Personnellement je charge les modules directement dans /etc/modules, mais faites attention
à ce que vous faites avec ce fichier ! Prenez vos précautions d'abord !

sudo gedit /etc/modules

puis ajouter les lignes :

em28xx
em28xx-alsa
em28xx-dvb

Là je redémarre le PC avec la clé USB retirée.
Lorsque je la rebranche, un dmesg m'indique que la carte est OK et fontionnel.

Dernière modification par didli (Le 20/08/2009, à 16:19)


Plan B : réessayer le Plan A jusqu'à ce qu'il fonctionne.
http://www.mediaklan.com/

Hors ligne

#629 Le 22/08/2009, à 18:07

akoirium

Re : Pinnacle PCTV USB Stick et ubuntu

cool ca marche !!

merci pour ces explication / tuto wink


"Software is like sex ... It's better when it's free !..." : Linus Torvalds

Hors ligne

#630 Le 08/09/2009, à 20:52

Animatrix

Re : Pinnacle PCTV USB Stick et ubuntu

Lorsque je branche ma PCTV Usb STick, elle est bien reconnue (via le dmesg)
Mais quand j'essaye de scanner les chaines disponibles sur Kaffeine, j'obtiens l'erreur :

Not able to lock to the signal on the given frequency

Avez-vous une idée ?

Hors ligne

#631 Le 13/09/2009, à 00:58

amarys

Re : Pinnacle PCTV USB Stick et ubuntu

Quelqu'un a-t-il déjà compilé ce driver avec le noyau 2.6.30-1 ? Il manque des répertoires dans les headers et on ne peut donc pas terminer la compil.

Hors ligne

#632 Le 28/09/2009, à 18:16

doph

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjour,

Je sais que ce problème a été répondu énormément de fois mais vu la date des réponses (allant jusqu'à 2006) je ne pense pas que les dépots soient toujours fonctionnels et puis apparemment personne n'arrive à le faire fonctionner correctement.
Donc je vais reformuler mon problème (Sachant que je ne connais pas grand chose a linux donc soyez le plus clair possible s'il vous plait):

J'ai une clé usb pinnacle PCTV TVCenter PRO que je voudrais utiliser sur Ubuntu 8.04 hardy Heron.
Je voudrais savoir quel programme installer pour que ça fonctionne (tout simplement smile )

En attendant votre réponse,

Merci !

Hors ligne

#633 Le 29/11/2009, à 20:38

amarys

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjour,

Quelqu'un a-t-il réussi à faire fonctionner cette clé sur Karmic ?

Hors ligne

#634 Le 29/11/2009, à 21:08

fredh027

Re : Pinnacle PCTV USB Stick et ubuntu

amarys a écrit :

Bonjour,

Quelqu'un a-t-il réussi à faire fonctionner cette clé sur Karmic ?

C'est une excellente question...
Je me suis également cassé les dents dessus...
f


Linux Debian/Kubuntu/Mint sur plus de 80 stations en milieu scolaire...

Hors ligne

#635 Le 12/12/2009, à 09:38

JiB

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjour j'ai le meme souci, impossible de compiler les pilotes sous karmic malgre pas mal de recherches depuis plusieures semaines. Si quelqu'un a deja reussi, je serais volontiers preneur d'une solution.

Hors ligne

#636 Le 26/12/2009, à 11:54

F5AOD

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjour
j'utilise une cle usb video de marque Velleman.
Apres compilation résultat : philippe@philippe-desktop:~/Driver/em28xx-new$ modprobe em2880-dvb
FATAL: Module em2880_dvb not found.

philippe@philippe-desktop:~/Driver/em28xx-new$ dmesg | grep em28xx
[   40.007957] em28xx v4l2 driver version 0.0.1 loaded
[   40.008177] usbcore: registered new interface driver em28xx
[   40.021877] em28xx_audio: no version for "snd_pcm_new" found: kernel tainted.
[   86.239707] em28xx: new video device (eb1a:2861): interface 0, class 255
[   86.239710] em28xx: device is attached to a USB 2.0 bus
[   86.239715] em28xx #0: Alternate settings: 8
[   86.239716] em28xx #0: Alternate setting 0, max size= 0
[   86.239719] em28xx #0: Alternate setting 1, max size= 0
[   86.239721] em28xx #0: Alternate setting 2, max size= 1448
[   86.239724] em28xx #0: Alternate setting 3, max size= 2048
[   86.239726] em28xx #0: Alternate setting 4, max size= 2304
[   86.239728] em28xx #0: Alternate setting 5, max size= 2580
[   86.239730] em28xx #0: Alternate setting 6, max size= 2892
[   86.239733] em28xx #0: Alternate setting 7, max size= 3072
[   86.243334] em28xx #0: Your board has no eeprom inside it and thus can't
[   86.243336] em28xx #0: be autodetected.  Please pass card = <n> insmod option to
[   86.243337] em28xx #0: workaround that.  Redirect complaints to the vendor of
[   86.243338] em28xx #0: the TV card. Generic type will be used.
[   86.243339] em28xx #0: Best regards,
[   86.243339] em28xx #0:         -- tux
[   86.243344] em28xx #0: em28xx #0: Here is a list of valid choices for the card = <n> insmod option:
[   86.243347] em28xx #0:     card = 0 -> Generic EM2800 video grabber
[   86.243348] em28xx #0:     card = 1 -> Generic EM2820 video grabber
[   86.243350] em28xx #0:     card = 2 -> Generic EM2821 video grabber
[   86.243351] em28xx #0:     card = 3 -> Generic EM2870 video grabber
[   86.243353] em28xx #0:     card = 4 -> Generic EM2881 video grabber
[   86.243355] em28xx #0:     card = 5 -> Generic EM2860 video grabber
[   86.243356] em28xx #0:     card = 6 -> Generic EM2861 video grabber
[   86.243358] em28xx #0:     card = 7 -> Terratec Cinergy 250 USB
[   86.243359] em28xx #0:     card = 8 -> Pinnacle PCTV USB 2
[   86.243361] em28xx #0:     card = 9 -> Hauppauge WinTV USB 2
[   86.243362] em28xx #0:     card = 10 -> MSI VOX USB 2.0
[   86.243363] em28xx #0:     card = 11 -> Terratec Cinergy 200 USB
[   86.243365] em28xx #0:     card = 12 -> Leadtek Winfast USB II
[   86.243366] em28xx #0:     card = 13 -> KWorld USB2800
[   86.243368] em28xx #0:     card = 14 -> Pinnacle Dazzle DVC 90
[   86.243369] em28xx #0:     card = 15 -> Hauppauge WinTV HVR 900
[   86.243371] em28xx #0:     card = 16 -> Terratec Hybrid XS
[   86.243372] em28xx #0:     card = 17 -> Terratec Hybrid XS Secam
[   86.243374] em28xx #0:     card = 18 -> KWorld PVR TV 2800 RF
[   86.243375] em28xx #0:     card = 19 -> Terratec Prodigy XS
[   86.243377] em28xx #0:     card = 20 -> Videology 20K14XUSB USB2.0
[   86.243378] em28xx #0:     card = 21 -> Usbgear VD204v9
[   86.243379] em28xx #0:     card = 22 -> Terratec Cinergy T XS
[   86.243381] em28xx #0:     card = 23 -> Pinnacle PCTV DVB-T
[   86.243382] em28xx #0:     card = 24 -> DNT DA2 Hybrid
[   86.243384] em28xx #0:     card = 25 -> Pinnacle Hybrid Pro
[   86.243385] em28xx #0:     card = 26 -> Hercules Smart TV USB 2.0
[   86.243386] em28xx #0:     card = 27 -> Compro, VideoMate U3
[   86.243388] em28xx #0:     card = 28 -> KWorld DVB-T 310U
[   86.243389] em28xx #0:     card = 29 -> SIIG AVTuner-PVR/Prolink PlayTV USB 2.0
[   86.243391] em28xx #0:     card = 30 -> Terratec Cinergy T XS (MT2060)
[   86.243393] em28xx #0:     card = 31 -> MSI DigiVox A/D
[   86.243394] em28xx #0:     card = 32 -> D-Link DUB-T210 TV Tuner
[   86.243396] em28xx #0:     card = 33 -> Gadmei UTV310
[   86.243397] em28xx #0:     card = 34 -> Empia QT1010 - ZL10353
[   86.243398] em28xx #0:     card = 35 -> Supercomp USB 2.0 TV
[   86.243400] em28xx #0:     card = 36 -> Hauppauge WinTV HVR (B2C0)
[   86.243401] em28xx #0:     card = 37 -> Gadmei UTV330
[   86.243403] em28xx #0:     card = 38 -> V-Gear PocketTV
[   86.243404] em28xx #0:     card = 39 -> KWorld 350 U DVB-T
[   86.243405] em28xx #0:     card = 40 -> Empia Hybrid ATSC (em2882)
[   86.243407] em28xx #0:     card = 41 -> Pinnacle Dazzle DVC 100
[   86.243408] em28xx #0:     card = 42 -> Generic EM2750 video grabber
[   86.243410] em28xx #0:     card = 43 -> Yakumo MovieMixer
[   86.243411] em28xx #0:     card = 44 -> Huaqi DLCW-130
[   86.243413] em28xx #0:     card = 45 -> Generic EM2883 video grabber
[   86.243414] em28xx #0:     card = 46 -> Hauppauge WinTV HVR 950
[   86.243416] em28xx #0:     card = 47 -> Pinnacle PCTV HD Pro
[   86.243417] em28xx #0:     card = 48 -> Pinnacle Hybrid Pro (em2882)
[   86.243419] em28xx #0:     card = 49 -> Hauppauge WinTV USB 2 (R2)
[   86.243420] em28xx #0:     card = 50 -> NetGMBH Cam
[   86.243422] em28xx #0:     card = 51 -> Leadtek Winfast USB II Deluxe
[   86.243423] em28xx #0:     card = 52 -> MSI DigiVox A/D II
[   86.243425] em28xx #0:     card = 53 -> Typhoon DVD Maker
[   86.243426] em28xx #0:     card = 54 -> Pinnacle PCTV USB 2 (Philips FM1216ME)
[   86.243428] em28xx #0:     card = 55 -> EM2751 Webcam + Audio
[   86.243429] em28xx #0:     card = 56 -> KWorld DVB-T 305U
[   86.243430] em28xx #0:     card = 57 -> KWorld PVRTV 300U
[   86.243432] em28xx #0:     card = 58 -> KWorld PlusTV HD Hybrid 330
[   86.243433] em28xx #0:     card = 59 -> Terratec Cinergy A Hybrid XS
[   86.243435] em28xx #0:     card = 60 -> Plextor ConvertX PX-TV100U
[   86.243437] em28xx #0:     card = 61 -> Terratec Hybrid XS FM (em2883)
[   86.243438] em28xx #0:     card = 62 -> Hauppauge WinTV USB 2 R2
[   86.243440] em28xx #0:     card = 63 -> Empia Hybrid XS ATSC
[   86.243441] em28xx #0:     card = 64 -> Empia generic
[   86.243442] em28xx #0:     card = 65 -> KWorld PlusTV F306
[   86.243444] em28xx #0:     card = 66 -> KWorld 329u
[   86.243445] em28xx #0:     card = 67 -> KWorld E323
[   86.243447] em28xx #0:     card = 68 -> KWorld ATSC 340
[   86.243448] em28xx #0:     card = 69 -> Lincoln TV FM
[   86.243449] em28xx #0:     card = 70 -> Pinnacle 510e
[   86.243451] em28xx #0:     card = 71 -> Empia Hybrid PCTV
[   86.243452] em28xx #0:     card = 72 -> ATI TV Wonder HD 600
[   86.243453] em28xx #0:     card = 73 -> Empia ISDB
[   86.243455] em28xx #0:     card = 74 -> Empia DMB-T
[   86.243456] em28xx #0:     card = 75 -> Kaiomy TVnPC U2
[   86.243457] em28xx #0:     card = 76 -> Pollin USB-R1
[   86.243459] em28xx #0:     card = 77 -> Equinux TubeStick Hybrid ATSC
[   86.243460] em28xx #0:     card = 78 -> Leadtek PalmTop DTV 200H
[   86.243462] em28xx #0:     card = 79 -> Compro VideoMate ForYou/Stereo
[   86.243463] em28xx #0:     card = 80 -> Terratec XS HTC
[   86.243465] em28xx #0:     card = 81 -> Empia DVBC Sample
[   86.243466] em28xx #0:     card = 82 -> Empia MiniPCI Sample
[   86.486550] saa7115 2-0025: saa7113 found (1f7113d0e100000) @ 0x4a (em28xx #0)
[   86.524746] em28xx #0: V4L2 device registered as /dev/video0
[   86.524912] em28xx #0: Found Generic EM2861 video grabber
[   99.210499] em28xx #0: disconnecting em28xx#0 video
[   99.210501] em28xx #0: V4L2 VIDEO devices /dev/video0 deregistered
[ 2386.886559] em28xx: new video device (eb1a:2861): interface 0, class 255
[ 2386.886563] em28xx: device is attached to a USB 2.0 bus
[ 2386.886566] em28xx #0: Alternate settings: 8
[ 2386.886567] em28xx #0: Alternate setting 0, max size= 0
[ 2386.886568] em28xx #0: Alternate setting 1, max size= 0
[ 2386.886570] em28xx #0: Alternate setting 2, max size= 1448
[ 2386.886571] em28xx #0: Alternate setting 3, max size= 2048
[ 2386.886573] em28xx #0: Alternate setting 4, max size= 2304
[ 2386.886574] em28xx #0: Alternate setting 5, max size= 2580
[ 2386.886576] em28xx #0: Alternate setting 6, max size= 2892
[ 2386.886577] em28xx #0: Alternate setting 7, max size= 3072
[ 2386.887757] em28xx #0: Your board has no eeprom inside it and thus can't
[ 2386.887758] em28xx #0: be autodetected.  Please pass card = <n> insmod option to
[ 2386.887759] em28xx #0: workaround that.  Redirect complaints to the vendor of
[ 2386.887760] em28xx #0: the TV card. Generic type will be used.
[ 2386.887761] em28xx #0: Best regards,
[ 2386.887761] em28xx #0:         -- tux
[ 2386.887764] em28xx #0: em28xx #0: Here is a list of valid choices for the card = <n> insmod option:
[ 2386.887767] em28xx #0:     card = 0 -> Generic EM2800 video grabber
[ 2386.887768] em28xx #0:     card = 1 -> Generic EM2820 video grabber
[ 2386.887770] em28xx #0:     card = 2 -> Generic EM2821 video grabber
[ 2386.887771] em28xx #0:     card = 3 -> Generic EM2870 video grabber
[ 2386.887773] em28xx #0:     card = 4 -> Generic EM2881 video grabber
[ 2386.887775] em28xx #0:     card = 5 -> Generic EM2860 video grabber
[ 2386.887776] em28xx #0:     card = 6 -> Generic EM2861 video grabber
[ 2386.887778] em28xx #0:     card = 7 -> Terratec Cinergy 250 USB
[ 2386.887779] em28xx #0:     card = 8 -> Pinnacle PCTV USB 2
[ 2386.887781] em28xx #0:     card = 9 -> Hauppauge WinTV USB 2
[ 2386.887782] em28xx #0:     card = 10 -> MSI VOX USB 2.0
[ 2386.887784] em28xx #0:     card = 11 -> Terratec Cinergy 200 USB
[ 2386.887785] em28xx #0:     card = 12 -> Leadtek Winfast USB II
[ 2386.887786] em28xx #0:     card = 13 -> KWorld USB2800
[ 2386.887788] em28xx #0:     card = 14 -> Pinnacle Dazzle DVC 90
[ 2386.887789] em28xx #0:     card = 15 -> Hauppauge WinTV HVR 900
[ 2386.887791] em28xx #0:     card = 16 -> Terratec Hybrid XS
[ 2386.887792] em28xx #0:     card = 17 -> Terratec Hybrid XS Secam
[ 2386.887794] em28xx #0:     card = 18 -> KWorld PVR TV 2800 RF
[ 2386.887795] em28xx #0:     card = 19 -> Terratec Prodigy XS
[ 2386.887797] em28xx #0:     card = 20 -> Videology 20K14XUSB USB2.0
[ 2386.887798] em28xx #0:     card = 21 -> Usbgear VD204v9
[ 2386.887800] em28xx #0:     card = 22 -> Terratec Cinergy T XS
[ 2386.887801] em28xx #0:     card = 23 -> Pinnacle PCTV DVB-T
[ 2386.887803] em28xx #0:     card = 24 -> DNT DA2 Hybrid
[ 2386.887804] em28xx #0:     card = 25 -> Pinnacle Hybrid Pro
[ 2386.887806] em28xx #0:     card = 26 -> Hercules Smart TV USB 2.0
[ 2386.887807] em28xx #0:     card = 27 -> Compro, VideoMate U3
[ 2386.887808] em28xx #0:     card = 28 -> KWorld DVB-T 310U
[ 2386.887810] em28xx #0:     card = 29 -> SIIG AVTuner-PVR/Prolink PlayTV USB 2.0
[ 2386.887812] em28xx #0:     card = 30 -> Terratec Cinergy T XS (MT2060)
[ 2386.887813] em28xx #0:     card = 31 -> MSI DigiVox A/D
[ 2386.887815] em28xx #0:     card = 32 -> D-Link DUB-T210 TV Tuner
[ 2386.887816] em28xx #0:     card = 33 -> Gadmei UTV310
[ 2386.887817] em28xx #0:     card = 34 -> Empia QT1010 - ZL10353
[ 2386.887819] em28xx #0:     card = 35 -> Supercomp USB 2.0 TV
[ 2386.887820] em28xx #0:     card = 36 -> Hauppauge WinTV HVR (B2C0)
[ 2386.887822] em28xx #0:     card = 37 -> Gadmei UTV330
[ 2386.887823] em28xx #0:     card = 38 -> V-Gear PocketTV
[ 2386.887825] em28xx #0:     card = 39 -> KWorld 350 U DVB-T
[ 2386.887826] em28xx #0:     card = 40 -> Empia Hybrid ATSC (em2882)
[ 2386.887828] em28xx #0:     card = 41 -> Pinnacle Dazzle DVC 100
[ 2386.887829] em28xx #0:     card = 42 -> Generic EM2750 video grabber
[ 2386.887831] em28xx #0:     card = 43 -> Yakumo MovieMixer
[ 2386.887832] em28xx #0:     card = 44 -> Huaqi DLCW-130
[ 2386.887834] em28xx #0:     card = 45 -> Generic EM2883 video grabber
[ 2386.887835] em28xx #0:     card = 46 -> Hauppauge WinTV HVR 950
[ 2386.887837] em28xx #0:     card = 47 -> Pinnacle PCTV HD Pro
[ 2386.887838] em28xx #0:     card = 48 -> Pinnacle Hybrid Pro (em2882)
[ 2386.887840] em28xx #0:     card = 49 -> Hauppauge WinTV USB 2 (R2)
[ 2386.887841] em28xx #0:     card = 50 -> NetGMBH Cam
[ 2386.887843] em28xx #0:     card = 51 -> Leadtek Winfast USB II Deluxe
[ 2386.887844] em28xx #0:     card = 52 -> MSI DigiVox A/D II
[ 2386.887846] em28xx #0:     card = 53 -> Typhoon DVD Maker
[ 2386.887847] em28xx #0:     card = 54 -> Pinnacle PCTV USB 2 (Philips FM1216ME)
[ 2386.887849] em28xx #0:     card = 55 -> EM2751 Webcam + Audio
[ 2386.887850] em28xx #0:     card = 56 -> KWorld DVB-T 305U
[ 2386.887852] em28xx #0:     card = 57 -> KWorld PVRTV 300U
[ 2386.887853] em28xx #0:     card = 58 -> KWorld PlusTV HD Hybrid 330
[ 2386.887855] em28xx #0:     card = 59 -> Terratec Cinergy A Hybrid XS
[ 2386.887856] em28xx #0:     card = 60 -> Plextor ConvertX PX-TV100U
[ 2386.887858] em28xx #0:     card = 61 -> Terratec Hybrid XS FM (em2883)
[ 2386.887859] em28xx #0:     card = 62 -> Hauppauge WinTV USB 2 R2
[ 2386.887861] em28xx #0:     card = 63 -> Empia Hybrid XS ATSC
[ 2386.887862] em28xx #0:     card = 64 -> Empia generic
[ 2386.887863] em28xx #0:     card = 65 -> KWorld PlusTV F306
[ 2386.887865] em28xx #0:     card = 66 -> KWorld 329u
[ 2386.887866] em28xx #0:     card = 67 -> KWorld E323
[ 2386.887868] em28xx #0:     card = 68 -> KWorld ATSC 340
[ 2386.887869] em28xx #0:     card = 69 -> Lincoln TV FM
[ 2386.887870] em28xx #0:     card = 70 -> Pinnacle 510e
[ 2386.887872] em28xx #0:     card = 71 -> Empia Hybrid PCTV
[ 2386.887873] em28xx #0:     card = 72 -> ATI TV Wonder HD 600
[ 2386.887875] em28xx #0:     card = 73 -> Empia ISDB
[ 2386.887876] em28xx #0:     card = 74 -> Empia DMB-T
[ 2386.887877] em28xx #0:     card = 75 -> Kaiomy TVnPC U2
[ 2386.887879] em28xx #0:     card = 76 -> Pollin USB-R1
[ 2386.887880] em28xx #0:     card = 77 -> Equinux TubeStick Hybrid ATSC
[ 2386.887882] em28xx #0:     card = 78 -> Leadtek PalmTop DTV 200H
[ 2386.887883] em28xx #0:     card = 79 -> Compro VideoMate ForYou/Stereo
[ 2386.887885] em28xx #0:     card = 80 -> Terratec XS HTC
[ 2386.887886] em28xx #0:     card = 81 -> Empia DVBC Sample
[ 2386.887887] em28xx #0:     card = 82 -> Empia MiniPCI Sample
[ 2387.124804] saa7115 2-0025: saa7113 found (1f7113d0e100000) @ 0x4a (em28xx #0)
[ 2387.161504] em28xx #0: V4L2 device registered as /dev/video0
[ 2387.161592] em28xx #0: Found Generic EM2861 video grabber
[ 2432.080462] em28xx #0: disconnecting em28xx#0 video
[ 2432.080464] em28xx #0: V4L2 VIDEO devices /dev/video0 deregistered
philippe@philippe-desktop:~/Driver/em28xx-new$

pour l'instant pas trouve l'erreur
si quelqu'un a une idée ...

Hors ligne

#637 Le 26/12/2009, à 14:26

F5AOD

Re : Pinnacle PCTV USB Stick et ubuntu

RE
Une partie de l'erreur trouvée mais il y a toujours un probleme maintenant dmesg indique :

[ 7463.707044] em28xx #0:     card = 72 -> ATI TV Wonder HD 600
[ 7463.707045] em28xx #0:     card = 73 -> Empia ISDB
[ 7463.707047] em28xx #0:     card = 74 -> Empia DMB-T
[ 7463.707048] em28xx #0:     card = 75 -> Kaiomy TVnPC U2
[ 7463.707049] em28xx #0:     card = 76 -> Pollin USB-R1
[ 7463.707051] em28xx #0:     card = 77 -> Equinux TubeStick Hybrid ATSC
[ 7463.707052] em28xx #0:     card = 78 -> Leadtek PalmTop DTV 200H
[ 7463.707054] em28xx #0:     card = 79 -> Compro VideoMate ForYou/Stereo
[ 7463.707055] em28xx #0:     card = 80 -> Terratec XS HTC
[ 7463.707057] em28xx #0:     card = 81 -> Empia DVBC Sample
[ 7463.707058] em28xx #0:     card = 82 -> Empia MiniPCI Sample
[ 7463.947394] saa7115 2-0025: saa7113 found (1f7113d0e100000) @ 0x4a (em28xx #0)
[ 7463.984338] em28xx #0: V4L2 device registered as /dev/video0
[ 7463.984448] em28xx #0: Found Generic EM2861 video grabber
[ 7463.984569] usbcore: registered new interface driver em28xx
philippe@philippe-desktop:~/v4l-dvb-kernel/em28xx-new$

Pas d'idée pour l'instant ?

Hors ligne

#638 Le 26/12/2009, à 18:13

shafy

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjour,
Aprs avoir suivit à la lettre le tuto "http://doc.ubuntu-fr.org/pctv_usb_stick", j'ai également un problème lors du make et make install.

:/usr/src/em28xx-new$ sudo make

running ./build.sh build

make[1]: Entering directory `/usr/src/em28xx-new'
rm -rf Module.symvers; 
make -C /lib/modules/`if [ -d /lib/modules/2.6.21.4-eeepc ]; then echo 2.6.21.4-eeepc; else uname -r; fi`/build SUBDIRS=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.31-16-generic'
  CC [M]  /usr/src/em28xx-new/em28xx-video.o
/usr/src/em28xx-new/em28xx-video.c: In function ‘em28xx_config_i2c’:
/usr/src/em28xx-new/em28xx-video.c:411: error: ‘VIDIOC_INT_S_VIDEO_ROUTING’ undeclared (first use in this function)
/usr/src/em28xx-new/em28xx-video.c:411: error: (Each undeclared identifier is reported only once
/usr/src/em28xx-new/em28xx-video.c:411: error: for each function it appears in.)
/usr/src/em28xx-new/em28xx-video.c: In function ‘video_mux’:
/usr/src/em28xx-new/em28xx-video.c:456: error: ‘VIDIOC_INT_S_VIDEO_ROUTING’ undeclared (first use in this function)
/usr/src/em28xx-new/em28xx-video.c:463: error: ‘VIDIOC_INT_I2S_CLOCK_FREQ’ undeclared (first use in this function)
/usr/src/em28xx-new/em28xx-video.c: In function ‘em28xx_v4l2_open’:
/usr/src/em28xx-new/em28xx-video.c:734: error: ‘VIDIOC_INT_S_AUDIO_ROUTING’ undeclared (first use in this function)
/usr/src/em28xx-new/em28xx-video.c: In function ‘em28xx_video_do_ioctl’:
/usr/src/em28xx-new/em28xx-video.c:2462: error: ‘struct device’ has no member named ‘bus_id’
/usr/src/em28xx-new/em28xx-video.c:2879: warning: passing argument 6 of ‘em28xx_do_ioctl’ from incompatible pointer type
/usr/src/em28xx-new/em28xx-video.c:1922: note: expected ‘v4l2_kioctl’ but argument is of type ‘int (*)(struct file *, unsigned int,  void *)’
/usr/src/em28xx-new/em28xx-video.c: In function ‘em28xx_v4l2_ioctl’:
/usr/src/em28xx-new/em28xx-video.c:2918: warning: passing argument 4 of ‘video_usercopy’ from incompatible pointer type
include/media/v4l2-ioctl.h:298: note: expected ‘v4l2_kioctl’ but argument is of type ‘int (*)(struct inode *, struct file *, unsigned int,  void *)’
/usr/src/em28xx-new/em28xx-video.c: In function ‘em28xx_init_dev’:
/usr/src/em28xx-new/em28xx-video.c:3214: warning: assignment from incompatible pointer type
/usr/src/em28xx-new/em28xx-video.c:3301: warning: assignment from incompatible pointer type
/usr/src/em28xx-new/em28xx-video.c:3340: warning: assignment from incompatible pointer type
make[3]: *** [/usr/src/em28xx-new/em28xx-video.o] Error 1
make[2]: *** [_module_/usr/src/em28xx-new] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.31-16-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/em28xx-new'

puis,

:/usr/src/em28xx-new$ sudo make install 

running ./build.sh install

./build.sh install
cp: cannot stat `sharp/s921.ko': No such file or directory
cp: cannot stat `tvp5150/tvp5150.ko': No such file or directory
cp: cannot stat `lgdt3304/lgdt3304.ko': No such file or directory
cp: cannot stat `mt352/mt352.ko': No such file or directory
cp: cannot stat `zl10353/zl10353.ko': No such file or directory
cp: cannot stat `cx25843/em28xx-cx25843.ko': No such file or directory
cp: cannot stat `xc3028/tuner-xc3028.ko': No such file or directory
cp: cannot stat `xc5000/tuner-xc5000.ko': No such file or directory
cp: cannot stat `em28xx.ko': No such file or directory
cp: cannot stat `em28xx-audioep.ko': No such file or directory
cp: cannot stat `em28xx-aad.ko': No such file or directory
cp: cannot stat `em28xx-audio.ko': No such file or directory
cp: cannot stat `em28xx-dvb.ko': No such file or directory
cp: cannot stat `qt1010/qt1010.ko': No such file or directory
cp: cannot stat `mt2060/mt2060.ko': No such file or directory
cp: cannot stat `modules/*': No such file or directory
depmod -a

Une idée SVP ???

Hors ligne

#639 Le 03/01/2010, à 22:04

fredh027

Re : Pinnacle PCTV USB Stick et ubuntu

Bonsoir,
ça y est: j'ai trouvé un paquet disponible sous karmic pour cette clé. Même pas besoin de compiler.
Il semble qu'un redémarrage soit nécessaire.

http://jiemeb.free.fr/pinnacle/

Amusez-vous bien,
f

Dernière modification par fredh027 (Le 03/01/2010, à 22:05)


Linux Debian/Kubuntu/Mint sur plus de 80 stations en milieu scolaire...

Hors ligne

#640 Le 05/01/2010, à 21:27

AlexisM

Re : Pinnacle PCTV USB Stick et ubuntu

Ca ne marche pas pour moi avec la PCTV Hybrid Pro Stick 340e
sous karmic 64bits


J'ai installé le paquet pour le noyau 2.6.31-16 à partir du site

http://jiemeb.free.fr/pinnacle/

j'ai redémarré mais rien ne se passe...

j'ai essayé

modprobe em28xx
modprobe em28xx-alsa
modprobe em28xx-dvb

et la j'ai une erreur avec em28xx-alsa :

$ dmesg

[  643.974873] em28xx_alsa: Unknown symbol em28xx_audio_analog_set
[  643.975684] em28xx_alsa: disagrees about version of symbol em28xx_unregister_extension
[  643.975688] em28xx_alsa: Unknown symbol em28xx_unregister_extension
[  643.976413] em28xx_alsa: disagrees about version of symbol em28xx_register_extension
[  643.976417] em28xx_alsa: Unknown symbol em28xx_register_extension

quelqu'un à une idée ?

D'avance meci

Hors ligne

#641 Le 05/01/2010, à 23:17

yodaz

Re : Pinnacle PCTV USB Stick et ubuntu

Et en recompilant depuis les sources (http://www.mathematik.uni-marburg.de/~k … 409.tar.gz)
Ca donne quoi ?

Hors ligne

#642 Le 06/01/2010, à 12:53

AlexisM

Re : Pinnacle PCTV USB Stick et ubuntu

ça compile pas :
 

$ make
CC [M]  /home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.o
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘em28xx_config_i2c’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:411: error: ‘VIDIOC_INT_S_VIDEO_ROUTING’ undeclared (first use in this function)
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:411: error: (Each undeclared identifier is reported only once
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:411: error: for each function it appears in.)
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘video_mux’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:456: error: ‘VIDIOC_INT_S_VIDEO_ROUTING’ undeclared (first use in this function)
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:463: error: ‘VIDIOC_INT_I2S_CLOCK_FREQ’ undeclared (first use in this function)
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘em28xx_v4l2_open’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:734: error: ‘VIDIOC_INT_S_AUDIO_ROUTING’ undeclared (first use in this function)
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘em28xx_video_do_ioctl’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:2462: error: ‘struct device’ has no member named ‘bus_id’
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:2879: warning: passing argument 6 of ‘em28xx_do_ioctl’ from incompatible pointer type
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:1922: note: expected ‘v4l2_kioctl’ but argument is of type ‘int (*)(struct file *, unsigned int,  void *)’
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘em28xx_v4l2_ioctl’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:2918: warning: passing argument 4 of ‘video_usercopy’ from incompatible pointer type
include/media/v4l2-ioctl.h:298: note: expected ‘v4l2_kioctl’ but argument is of type ‘int (*)(struct inode *, struct file *, unsigned int,  void *)’
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c: In function ‘em28xx_init_dev’:
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:3214: warning: assignment from incompatible pointer type
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:3301: warning: assignment from incompatible pointer type
/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.c:3340: warning: assignment from incompatible pointer type
make[3]: *** [/home/alexis/Téléchargements/PCTV/em28xx-new/em28xx-video.o] Erreur 1
make[2]: *** [_module_/home/alexis/Téléchargements/PCTV/em28xx-new] Erreur 2
make[2]: quittant le répertoire « /usr/src/linux-headers-2.6.31-17-generic »
make[1]: *** [default] Erreur 2
make[1]: quittant le répertoire « /home/alexis/Téléchargements/PCTV/em28xx-new »

Hors ligne

#643 Le 06/01/2010, à 19:30

AlexisM

Re : Pinnacle PCTV USB Stick et ubuntu

En plus je suis pas sûr que tout ça fonctionne avec la version 340e...

Hors ligne

#644 Le 06/01/2010, à 21:23

AlexisM

Re : Pinnacle PCTV USB Stick et ubuntu

Après des recherches fastidieuses, j'ai trouvé ceci :

http://www.linuxtv.org/wiki/index.php/P … Stick_340e

Il y est clairement annoncé que les pilotes em28xx ne fonctionne pas pour cette variante et qu'il n'y a pas de pilote stable pour l'instant quoiqu'un pilote expérimental soit annoncé par KernelLabs

http://www.kernellabs.com/blog/?p=1247

Le firmware est disponible à :

http://kernellabs.com/firmware/xc4000/

à mettre dans /lib/firmware/

ensuite il faut récupérer les sources :

hg clone http://www.kernellabs.com/hg/~dheitmueller/pctv-340e-2/
cd pctv-340e-2

il faut retirer de la config du noyau le module Firedtv

make menuconfig

aller dans mla section réservée aux adaptateur DVB et retirer (touche N) le module en question. (attention menuconfig nécessite que libncurses5-dev soit installé)

make
make install

puis rebooter

au redémarrage la clé est reconnue mais pour l'instant je n'arrive, dans kaffeine, à ne détecter aucune chaîne... cela dit, cela ne vient peut-être pas de la clé

Bon courage,

Alexis

Hors ligne

#645 Le 07/02/2010, à 01:48

SamsamTS

Re : Pinnacle PCTV USB Stick et ubuntu

Hello j'ai moi aussi une clé pinnacle (330e)

Elle marchait très bien sous jaunty avec kaffeine en installant les paquets dispo ici : http://jiemeb.free.fr/pinnacle/

Mais maintenant que je suis passé à karmic impossible de la faire fonctionner.
Je suis finalement arrivé à ce que ma clé sous bien reconnue en installant le deb dispo dans le lien ci-dessus et le paquet linux-firmware-nonfree (firmware non dispo sinon)

Malheureusement kaffeine ne semble pas la détecter, impossible de scanner les chaines (grisé)
____________________

EDIT : Ok ça marche.

La manip (à refaire à chaque changement de kernel) :

1. installer linux-firmware-nonfree si besoin

sudo apt-get install linux-firmware-nonfree

2. Utiliser la balayette cleanEm28xx.sh et installer le .deb pour votre kernel : http://jiemeb.free.fr/pinnacle/

3. Maintenant les modules sont présent mais em28xx-dvb et em28xx-audio ne se chargent pas automatiquement

sudo gedit /etc/modules

Ajouter ceci à la fin :

em28xx
em28xx-dvb
em28xx-audio

4. Redémarrer (ou chargez les modules manuellement par sudo modprobe) et brancher la clé

5. Lancez kaffeine > Télévision > Configurer la télévision
Puis dans l'onglet Périphérique 1, source : "Recherche automatique de canaux"
Maintenant vous pouvez scanner les chaines wink

Dernière modification par SamsamTS (Le 14/02/2010, à 15:57)

Hors ligne

#646 Le 14/02/2010, à 18:10

SamsamTS

Re : Pinnacle PCTV USB Stick et ubuntu

Je n'aime pas double poster mais je pense que cela peut se justifier pour cette fois.

J'ai créé un tutoriel sur le wiki pour la clé 330e : http://doc.ubuntu-fr.org/pctv_hybrid_pro_stick_330e

En espérant que ce soit utile smile

Dernière modification par SamsamTS (Le 14/02/2010, à 18:11)

Hors ligne

#647 Le 14/02/2010, à 20:07

riv3n

Re : Pinnacle PCTV USB Stick et ubuntu

Je pensais que ma carte était morte, mais elle fonctionne enfin ! Je capte la TNT (en moselle, parce qu'en plus en moselle, c'était sport...), je scan avec VLC. Impec, merci au tuto et au deb !

Hors ligne

#648 Le 17/03/2010, à 12:50

wiltur

Re : Pinnacle PCTV USB Stick et ubuntu

Bonjout,
J'ai un soucis (sous Karmic, 64bits):
visiblement les modules sont bien chargés

tutur@yargl:~$ modprobe -l | grep em28xx
kernel/drivers/media/video/em28xx/em28xx.ko
kernel/drivers/media/video/em28xx/em28xx-alsa.ko
kernel/drivers/media/video/em28xx/em28xx-dvb.ko
empia/em28xx-audio.ko
empia/em28xx-audioep.ko
empia/em28xx-cx25843.ko
empia/em28xx-aad.ko

la clef et bien reconnué :

tutur@yargl:~$ lsusb
Bus 001 Device 005: ID eb1a:2870 eMPIA Technology, Inc. Pinnacle PCTV Stick

Mais quand je vais un scan de chaines avec w_scan il renvois ça :

tutur@yargl:~$ w_scan -c FR -X > channels.conf
w_scan version 20090808 (compiled for DVB API 5.0)
using settings for FRANCE
DVB aerial
DVB-T FR
frontend_type DVB-T, channellist 5
output format czap/tzap/szap/xine
Info: using DVB adapter auto detection.
main:2898: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.

donc pas d'adaptateur DVB pour lui visiblement, idem avec Me-Tv

Une idée ?

Dernière modification par wiltur (Le 17/03/2010, à 12:54)


Microsoft est à l'informatique ce que TF1 est à la culture. :)

Hors ligne

#649 Le 17/03/2010, à 13:14

SamsamTS

Re : Pinnacle PCTV USB Stick et ubuntu

Salut wiltur

Donne nous le résultat de la commande

dmesg | grep -i em28

Hors ligne

#650 Le 17/03/2010, à 13:28

wiltur

Re : Pinnacle PCTV USB Stick et ubuntu

tutur@yargl:~/Bureau$ lsmod | grep -i em28
em28xx_dvb             11172  0 
dvb_core              104528  1 em28xx_dvb
em28xx                 95184  1 em28xx_dvb
ir_common              52740  1 em28xx
v4l2_common            21024  1 em28xx
videodev               43360  2 em28xx,v4l2_common
videobuf_vmalloc        7844  1 em28xx
videobuf_core          21188  2 em28xx,videobuf_vmalloc
tveeprom               14884  1 em28xx

Microsoft est à l'informatique ce que TF1 est à la culture. :)

Hors ligne