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.

#1 Le 03/11/2006, à 13:31

tomlohave

hvr1110 = hvr1100 + saa713x, installation ici

La carte hauppauge hvr 1100 vendue depuis le /01/09/06 est en fait une hvr1110
les anciennes cartes hvr1100 étaient basées sur le chipset connexant, les nouvelles sont basées sur le saa7131E

Pour faire fonctionner cette carte, il faut d'abord la dernière version de v4l :

(INUTILE POUR FEISTY et versions suivantes, tout est intégré dans le noyau)

en ligne de commande :

sudo apt-get install build-essential mercurial linux-headers-`uname -r` dvb-utils
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make
sudo make install

Ne pas oublier le firmware pour la carte  (DANS TOUS LES CAS)
http://perso.orange.fr/tomlohave/linux/ … da10046.fw
à copier dans  :
/lib/firmware     
(en tant que root)

Redémarrer l'ordinateur

Vous pouvez tester la tnt, la radio, la tv, les sources d'aquisitions et la télécommande.

Exemple pour la tnt :

scan fr-'votreville'

où 'fr-votreville' est un fichier que vous aurez préalablement créé à partir de cette documentation et placé dans votre répertoire personnel :
http://doc.ubuntu-fr.org/materiel/tnt

Si vous avez trouvé des chaines, c'est gagné
Pour rendre ceci permanent :

sudo -s
echo "saa7134-dvb" >> /etc/modules

Pour la télécommande :
c'est la même configuration que la carte hvr1100, aller par ici, milieu de page (#36) :
http://forum.ubuntu-fr.org/viewtopic.php?id=34412&p=2

Si vous avez des problèmes avec le event qui change à chaque démarrage, ajoutez la règle suivante à udev :

KERNEL=="event*", SYSFS{name}=="HVR 1110", SYMLINK+="input/remotehvr1110"

ce qui créera un lien vers le bon event


Edit 1 : 05/11/06
Patch integré : carte détectée avec le numéro 104

Edit 2 : 25/11/06
Support de la télécommande
Support de la capture video via les prises s-video et composite

le patch  : http://linuxtv.org/pipermail/linux-dvb/ … 14525.html

Edit 3 : 30/11/06
patch pour la télécommande, s-video et composite commité ici :
http://linuxtv.org/hg/~mkrufky/v4l-dvb? … yle=gitweb
Dans quelques jours je pense dans le main.

Edit 4 : 02/12/06
Patch dans le main :
http://linuxtv.org/hg/v4l-dvb?cmd=chang … yle=gitweb

Dernière modification par tomlohave (Le 29/02/2008, à 16:40)

Hors ligne

#2 Le 05/11/2006, à 13:27

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

update :

mon patch vient d'être intégré dans v4l (mais pas encore dans le main)

donc:

sudo apt-get install build-essential mercurial linux-headers-`uname -r`dvb-utils
hg clone http://linuxtv.org/hg/~mkrufky/v4l-dvb
cd v4l-dvb
make
sudo make install
sudo -s

puis,

echo "saa7134-dvb" >> /etc/modules

et voila tongue

NB : Ne pas oublier le firmware pour la carte
http://thadathil.net:8000/dvb/fw/dvb-fe-tda10046.fw
à copier dans  :
/lib/firmware/2.6.17-10-generic/
(en tant que root)

sudo reboot

Dernière modification par tomlohave (Le 05/11/2006, à 23:11)

Hors ligne

#3 Le 05/11/2006, à 16:20

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

J'ai ce message
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Que dois je faire?

Hors ligne

#4 Le 05/11/2006, à 17:24

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

tu as adept ou synaptic qui tourne, ferme cette (ces) application(s)

Hors ligne

#5 Le 05/11/2006, à 18:24

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

N'y arrivant pas j'ai installé les paquetage avec synaptic puis j'ai continué par 
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make
sudo make install
Apparent je les installais
Mais je narrive pas à scanner les chaines
bernard@bernard-desktop:~$ scan 'fr-paris'
scanning fr-paris
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
bernard@bernard-desktop:~$

Hors ligne

#6 Le 05/11/2006, à 20:28

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

il te manque

sudo modprobe saa7134-dvb

Hors ligne

#7 Le 05/11/2006, à 21:00

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

Tous dabort je tiens a te remercier pour ton aide précieuse.
Peu tu me dire si dans ce qui suit tu voie une erreur

bernard@bernard-desktop:~$ lspci | grep SAA
02:09.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
bernard@bernard-desktop:~$
bernard@bernard-desktop:~$  lsmod | grep saa
saa7134_dvb            19844  0
dvb_pll                15748  1 saa7134_dvb
video_buf_dvb           7684  1 saa7134_dvb
tda1004x               17284  1 saa7134_dvb
saa7134_alsa           15264  0
saa7134               124128  2 saa7134_dvb,saa7134_alsa
video_buf              27396  4 saa7134_dvb,video_buf_dvb,saa7134_alsa,saa7134
compat_ioctl32          2304  1 saa7134
ir_kbd_i2c             10128  1 saa7134
ir_common              30596  2 saa7134,ir_kbd_i2c
videodev               26880  1 saa7134
v4l1_compat            14980  2 saa7134,videodev
v4l2_common            24320  3 tuner,saa7134,videodev
i2c_core               23424  7 saa7134_dvb,dvb_pll,tda1004x,tuner,saa7134,ir_kbd_i2c,i2c_ec
snd_pcm                84612  5 saa7134_alsa,snd_cmipci,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd                    58372  15 saa7134_alsa,snd_cmipci,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
bernard@bernard-desktop:~$
bernard@bernard-desktop:~$  lsmod | grep saa
saa7134_dvb            19844  0
dvb_pll                15748  1 saa7134_dvb
video_buf_dvb           7684  1 saa7134_dvb
tda1004x               17284  1 saa7134_dvb
saa7134_alsa           15264  0
saa7134               124128  2 saa7134_dvb,saa7134_alsa
video_buf              27396  4 saa7134_dvb,video_buf_dvb,saa7134_alsa,saa7134
compat_ioctl32          2304  1 saa7134
ir_kbd_i2c             10128  1 saa7134
ir_common              30596  2 saa7134,ir_kbd_i2c
videodev               26880  1 saa7134
v4l1_compat            14980  2 saa7134,videodev
v4l2_common            24320  3 tuner,saa7134,videodev
i2c_core               23424  7 saa7134_dvb,dvb_pll,tda1004x,tuner,saa7134,ir_kbd_i2c,i2c_ec
snd_pcm                84612  5 saa7134_alsa,snd_cmipci,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd                    58372  15 saa7134_alsa,snd_cmipci,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
bernard@bernard-desktop:~$ dmesg | grep saa
[17179630.240000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17179630.240000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17179630.240000] saa7133[0]: subsystem: 0070:6701, board: UNKNOWN/GENERIC [card=0,autodetected]
[17179630.240000] saa7133[0]: board init: gpio is 6400000
[17179630.376000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17179630.376000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: registered device video0 [v4l2]
[17179630.376000] saa7133[0]: registered device vbi0
[17179630.396000] saa7134 ALSA driver for DMA sound loaded
[17179630.396000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17180289.476000] saa7134 ALSA driver for DMA sound unloaded
[17180302.280000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17180302.288000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17180302.288000] saa7133[0]: subsystem: 0070:6701, board: Proteus Pro [philips reference design] [card=1,insmod option]
[17180302.288000] saa7133[0]: board init: gpio is 6400000
[17180302.428000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17180302.428000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.540000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17180302.544000] saa7133[0]: registered device video0 [v4l2]
[17180302.544000] saa7133[0]: registered device vbi0
[17180302.548000] saa7133[0]: registered device radio0
[17180302.732000] saa7134 ALSA driver for DMA sound loaded
[17180302.732000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
bernard@bernard-desktop:~$

Merci pour l'aide

Hors ligne

#8 Le 05/11/2006, à 21:09

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

UNKNOWN/GENERIC [card=0,autodetected]

la carte n'est pas détectée ...

as tu installé le dernier dépot comme précisé dans mon deuxième post ?
j'ai un doute au regard de la réponse ci-dessus.

donc, ouvre une console

cd
rm -R v4l-dvb/
hg clone http://linuxtv.org/hg/~mkrufky/v4l-dvb
cd v4l-dvb
make
sudo make install
sudo reboot

et repost le resultat de dmesg (utilise la balise Code, Merci)

Hors ligne

#9 Le 05/11/2006, à 21:29

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

root@bernard-desktop:~# hg clone http://linuxtv.org/hg/~mkrufky/v4l-dvb
requesting all changes
adding changesets
adding manifests
adding file changes
added 4807 changesets with 13748 changes to 1097 files
818 files updated, 0 files merged, 0 files removed, 0 files unresolved
root@bernard-desktop:~#
Est ce que c'est bon jusqu'a la

Hors ligne

#10 Le 05/11/2006, à 21:34

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

oui smile

Hors ligne

#11 Le 05/11/2006, à 21:51

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

J'ai fait
Make
make install
Comment savoir si ma carte et correctement installer

Merci

Hors ligne

#12 Le 05/11/2006, à 22:02

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

root@bernard-desktop:~/v4l-dvb# make install
make -C /root/v4l-dvb/v4l install
make[1]: entrant dans le répertoire « /root/v4l-dvb/v4l »
Stripping debug info from files:
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/dvb-usb files:
dvb-usb-nova-t-usb2.ko dvb-usb-cxusb.ko dvb-usb-vp7045.ko dvb-usb-dtt200u.ko dvb-usb-dib0700.ko dvb-usb-a800.ko dvb-usb-gp8psk.ko dvb-usb-umt-010.ko dvb-usb-vp702x.ko dvb-usb-dibusb-mb.ko dvb-usb-dibusb-common.ko dvb-usb-digitv.ko dvb-usb.ko dvb-usb-dibusb-mc.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/ttpci files:
dvb-ttpci.ko budget-patch.ko ttpci-eeprom.ko budget-av.ko budget.ko budget-core.ko budget-ci.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/et61x251 files:
et61x251.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/cpia2 files:
cpia2.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/cinergyT2 files:
cinergyT2.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/b2c2 files:
b2c2-flexcop-pci.ko b2c2-flexcop.ko b2c2-flexcop-usb.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/frontends files:
nxt6000.ko dib7000m.ko mt2060.ko s5h1420.ko nxt200x.ko mt352.ko sp887x.ko dibx000_common.ko isl6421.ko mt312.ko or51132.ko dib3000mb.ko tda1004x.ko dib3000mc.ko sp8870.ko l64781.ko dib7000p.ko ves1x93.ko tda8083.ko ves1820.ko stv0297.ko cx22700.ko tda10086.ko zl10353.ko cx24110.ko stv0299.ko dvb-pll.ko lgdt330x.ko cx24123.ko cx22702.ko lnbp21.ko tua6100.ko bcm3510.ko tda10021.ko or51211.ko tda826x.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/bt8xx files:
bttv.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/cx88 files:
cx8802.ko cx8800.ko cx88-blackbird.ko cx88-alsa.ko cx88xx.ko cx88-vp3054-i2c.ko cx88-dvb.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/pluto2 files:
pluto2.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/usbvideo files:
ibmcam.ko usbvideo.ko vicam.ko ultracam.ko konicawc.ko quickcam_messenger.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/sn9c102 files:
sn9c102.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/dvb-core files:
dvb-core.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video files:
vpx3220.ko pms.ko bt856.ko upd64083.ko stradis.ko tda9840.ko saa7191.ko cx2341x.ko wm8775.ko meye.ko w9968cf.ko saa7185.ko tuner.ko ks0127.ko stv680.ko tvaudio.ko tea6420.ko bt866.ko saa5246a.ko msp3400.ko video-buf.ko zr36016.ko wm8739.ko dpc7146.ko saa5249.ko cpia_pp.ko tda7432.ko w9966.ko upd64031a.ko ir-kbd-i2c.ko ov511.ko tuner-3036.ko tea6415c.ko dabusb.ko bt819.ko cpia_usb.ko videodev.ko zr36060.ko tda9875.ko adv7175.ko mxb.ko video-buf-dvb.ko vivi.ko cs53l32a.ko btcx-risc.ko se401.ko saa7110.ko saa7115.ko saa6588.ko saa7111.ko tvmixer.ko v4l2-common.ko saa7114.ko hexium_orion.ko hexium_gemini.ko tvp5150.ko adv7170.ko videocodec.ko ov7670.ko saa7127.ko zr36067.ko v4l1-compat.ko compat_ioctl32.ko zr36050.ko c-qcam.ko tveeprom.ko cpia.ko tlv320aic23b.ko bw-qcam.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/common files:
saa7146_vv.ko ir-common.ko saa7146.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/em28xx files:
em28xx.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/pvrusb2 files:
pvrusb2.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/radio files:
dsbr100.ko radio-maestro.ko radio-zoltrix.ko radio-terratec.ko radio-aimslab.ko radio-maxiradio.ko radio-gemtek.ko radio-trust.ko radio-sf16fmr2.ko radio-typhoon.ko radio-cadet.ko radio-aztech.ko radio-sf16fmi.ko radio-rtrack2.ko radio-gemtek-pci.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/bt8xx files:
dst_ca.ko dvb-bt8xx.ko bt878.ko dst.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/cx25840 files:
cx25840.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/ttusb-dec files:
ttusbdecfe.ko ttusb_dec.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/dvb/ttusb-budget files:
dvb-ttusb-budget.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/pwc files:
pwc.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/ovcamchip files:
ovcamchip.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/saa7134 files:
saa6752hs.ko saa7134-empress.ko saa7134-alsa.ko saa7134-dvb.ko saa7134.ko
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/zc0301 files:
zc0301.ko
/sbin/depmod -a 2.6.17-10-generic
-e
Installing /lib/modules/2.6.17-10-generic/kernel/drivers/media/video/ivtv files:

/sbin/depmod -a 2.6.17-10-generic
make[1]: quittant le répertoire « /root/v4l-dvb/v4l »
root@bernard-desktop:~/v4l-dvb#

Hors ligne

#13 Le 05/11/2006, à 22:03

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

si tu n'as pas redémarrer, il FAUT le faire.
Ensuite :

dmesg | grep saa

et poste le résultat

Hors ligne

#14 Le 05/11/2006, à 22:06

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

Peux tu mettre tes copier coller entre les balises [*code] [*/code] (il faut enlever les *)

Hors ligne

#15 Le 05/11/2006, à 22:29

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

/code
root@bernard-desktop:~/v4l-dvb# dmesg | grep saa
[17179630.240000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17179630.240000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17179630.240000] saa7133[0]: subsystem: 0070:6701, board: UNKNOWN/GENERIC [card=0,autodetected]
[17179630.240000] saa7133[0]: board init: gpio is 6400000
[17179630.376000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17179630.376000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: registered device video0 [v4l2]
[17179630.376000] saa7133[0]: registered device vbi0
[17179630.396000] saa7134 ALSA driver for DMA sound loaded
[17179630.396000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17180289.476000] saa7134 ALSA driver for DMA sound unloaded
[17180302.280000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17180302.288000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17180302.288000] saa7133[0]: subsystem: 0070:6701, board: Proteus Pro [philips reference design] [card=1,insmod option]
[17180302.288000] saa7133[0]: board init: gpio is 6400000
[17180302.428000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17180302.428000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.540000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17180302.544000] saa7133[0]: registered device video0 [v4l2]
[17180302.544000] saa7133[0]: registered device vbi0
[17180302.548000] saa7133[0]: registered device radio0
[17180302.732000] saa7134 ALSA driver for DMA sound loaded
[17180302.732000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17181649.632000] saa7134 ALSA driver for DMA sound unloaded
[17181673.236000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17181673.240000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17181673.240000] saa7133[0]: subsystem: 0070:6701, board: LifeView FlyVIDEO3000 [card=2,insmod option]
[17181673.244000] saa7133[0]: board init: gpio is 6400000
[17181673.244000] saa7133[0]: there are different flyvideo cards with different tuners
[17181673.244000] saa7133[0]: out there, you might have to use the tuner=<nr> insmod
[17181673.244000] saa7133[0]: option to override the default value.
[17181673.248000] input: saa7134 IR (LifeView FlyVIDEO30 as /class/input/input4
[17181673.544000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17181673.592000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17181673.596000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17181673.604000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17181673.608000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17181673.616000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17181673.620000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.620000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.620000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.724000] saa7133[0]: registered device video0 [v4l2]
[17181673.724000] saa7133[0]: registered device vbi0
[17181673.728000] saa7133[0]: registered device radio0
[17181673.828000] saa7134 ALSA driver for DMA sound loaded
[17181673.832000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
root@bernard-desktop:~/v4l-dvb#
/code

Hors ligne

#16 Le 05/11/2006, à 22:36

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

[17180302.288000] saa7133[0]: subsystem: 0070:6701, board: Proteus Pro [philips reference design] [card=1,insmod option]

hum

tu as effectueé quelque chose du genre modprobe saa7134 card=1

pourrais tu faire :

modprobe -r saa7134-alsa saa7134-dvb saa7134
modprobe saa7134 card=104

et poster de nouveau ton dmesg

de nouveau :
[*code] ton text de dmesg [*/code] (en enlevant les * et sans oublier les crochets.)

Dernière modification par tomlohave (Le 05/11/2006, à 22:37)

Hors ligne

#17 Le 05/11/2006, à 22:43

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

Ce qui est bizarre, c'est que après avoir redémarré, sans rien toucher, juste en ouvrant une console et en tapant dmesg, tu devrais obtenir :

[17182034.804000] Linux video capture interface: v2.00
[17182034.884000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17182034.892000] ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKB] -> GSI 12 (level, low) -> IRQ 12
[17182034.892000] saa7133[0]: found at 0000:00:12.0, rev: 209, irq: 12, latency: 32, mmio: 0xe7101000
[17182034.892000] saa7133[0]: subsystem: 0070:6701, board: Hauppauge WinTV-HVR1110 DVB-T/Hybrid [card=104,autodetected]

je viens de recompiler en te donnant les manips et pas de soucis ...

Hors ligne

#18 Le 05/11/2006, à 22:48

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

Modes dmesg
[*code]
root@bernard-desktop:~/v4l-dvb# dmesg | grep saa
[17179630.240000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17179630.240000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17179630.240000] saa7133[0]: subsystem: 0070:6701, board: UNKNOWN/GENERIC [card=0,autodetected]
[17179630.240000] saa7133[0]: board init: gpio is 6400000
[17179630.376000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17179630.376000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17179630.376000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179630.376000] saa7133[0]: registered device video0 [v4l2]
[17179630.376000] saa7133[0]: registered device vbi0
[17179630.396000] saa7134 ALSA driver for DMA sound loaded
[17179630.396000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17180289.476000] saa7134 ALSA driver for DMA sound unloaded
[17180302.280000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17180302.288000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17180302.288000] saa7133[0]: subsystem: 0070:6701, board: Proteus Pro [philips reference design] [card=1,insmod option]
[17180302.288000] saa7133[0]: board init: gpio is 6400000
[17180302.428000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17180302.428000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17180302.428000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.428000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17180302.540000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17180302.544000] saa7133[0]: registered device video0 [v4l2]
[17180302.544000] saa7133[0]: registered device vbi0
[17180302.548000] saa7133[0]: registered device radio0
[17180302.732000] saa7134 ALSA driver for DMA sound loaded
[17180302.732000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17181649.632000] saa7134 ALSA driver for DMA sound unloaded
[17181673.236000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17181673.240000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17181673.240000] saa7133[0]: subsystem: 0070:6701, board: LifeView FlyVIDEO3000 [card=2,insmod option]
[17181673.244000] saa7133[0]: board init: gpio is 6400000
[17181673.244000] saa7133[0]: there are different flyvideo cards with different tuners
[17181673.244000] saa7133[0]: out there, you might have to use the tuner=<nr> insmod
[17181673.244000] saa7133[0]: option to override the default value.
[17181673.248000] input: saa7134 IR (LifeView FlyVIDEO30 as /class/input/input4
[17181673.544000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17181673.592000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17181673.596000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17181673.604000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17181673.608000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17181673.616000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17181673.620000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.620000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.620000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17181673.724000] saa7133[0]: registered device video0 [v4l2]
[17181673.724000] saa7133[0]: registered device vbi0
[17181673.728000] saa7133[0]: registered device radio0
[17181673.828000] saa7134 ALSA driver for DMA sound loaded
[17181673.832000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
[17188379.544000] saa7134 ALSA driver for DMA sound unloaded
[17188402.300000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17188402.304000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17188402.304000] saa7133[0]: subsystem: 0070:6701, board: Hauppauge WinTV-HVR1110 DVB-T/Hybrid [card=104,insmod option]
[17188402.304000] saa7133[0]: board init: gpio is 6408000
[17188402.480000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17188402.668000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17188402.668000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17188402.668000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17188402.668000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17188402.668000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17188402.668000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17188402.668000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17188402.668000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17188405.096000] saa7133[0]: registered device video0 [v4l2]
[17188405.096000] saa7133[0]: registered device vbi0
[17188405.100000] saa7133[0]: registered device radio0
[17188405.260000] saa7134 ALSA driver for DMA sound loaded
[17188405.260000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
root@bernard-desktop:~/v4l-dvb#
[*/code]

Hors ligne

#19 Le 05/11/2006, à 22:51

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

bien, card=104, c'est bon

bon maintenant :

sudo modprobe saa7134-dvb
scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/fr-Paris

Je pense que tu es de Paris ...
et normalement, cela devrait fonctionner.

Dernière modification par tomlohave (Le 05/11/2006, à 22:53)

Hors ligne

#20 Le 05/11/2006, à 23:07

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

il peut également te manquer ceci : le firmware pour ta carte (désolé, je n'y pensais plus ...)
http://thadathil.net:8000/dvb/fw/dvb-fe-tda10046.fw
à copier dans  :
/lib/firmware/2.6.17-10-generic/
(en tant que root)

Dernière modification par tomlohave (Le 05/11/2006, à 23:07)

Hors ligne

#21 Le 05/11/2006, à 23:13

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

Ce n'ai pas grave d'avoir oublié .
C'ai fait

Hors ligne

#22 Le 05/11/2006, à 23:15

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

Au fait, détruis le fichier /etc/modprobe.d/saa7134 :

sudo rm /etc/modprobe.d/saa7134

Hors ligne

#23 Le 05/11/2006, à 23:18

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

Ci j'ai bien compris
Quand je fait dmesg | grep saa
je ne devrai pas avoir
board: UNKNOWN/GENERIC [card=0,autodetected]

Hors ligne

#24 Le 05/11/2006, à 23:24

tomlohave

Re : hvr1110 = hvr1100 + saa713x, installation ici

oui
après un redémarrage ...

Hors ligne

#25 Le 05/11/2006, à 23:33

bjm

Re : hvr1110 = hvr1100 + saa713x, installation ici

REDEMARAGE DU PC
et
bernard@bernard-desktop:~$ dmesg | grep saa

[17179630.920000] saa7130/34: v4l2 driver version 0.2.14 loaded
[17179630.920000] saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 209, latency: 66, mmio: 0xfe201000
[17179630.920000] saa7133[0]: subsystem: 0070:6701, board: Hauppauge WinTV-HVR1110 DVB-T/Hybrid [card=104,autodetected]
[17179630.920000] saa7133[0]: board init: gpio is 6400000
[17179631.056000] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[17179631.056000] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[17179631.056000] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[17179631.056000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[17179631.056000] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[17179631.056000] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179631.056000] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179631.056000] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[17179631.176000] tuner 0-004b: chip found @ 0x96 (saa7133[0])
[17179631.336000] saa7133[0]: registered device video0 [v4l2]
[17179631.336000] saa7133[0]: registered device vbi0
[17179631.336000] saa7133[0]: registered device radio0
[17179631.364000] saa7134 ALSA driver for DMA sound loaded
[17179631.364000] saa7133[0]/alsa: saa7133[0] at 0xfe201000 irq 209 registered as card -1
bernard@bernard-desktop:~$

Hors ligne