Re: Carte tuner Miro PCTV

2002-07-18 Par sujet Romuald DELAVERGNE

Le 2002.07.18 01:00, Jean-Charles Preaux a écrit :

Bonjour

je viens d'installer une carte tuner Miro PCTV sur une sid.
Quand je lance v4l-conf, il me dit qu'il n'y a pas de /dev/video0
j'essaye alors avec l'option -c pour specifier le device /dev/video.
Cela ne change rien.
Je suis un peu perdu


Regarde si tu as les fichiers du device video:

# ll /dev/video*


S'il n'y en a pas, crées en un :

# mknod /dev/video0 c 81 0
# chmod 660 /dev/video0
# chown root:video /dev/video0
# ln -s video0 /dev/video


Ensuite ajoute toi au groupe video :

# adduser 'ton user' video


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Carte tuner Miro PCTV

2002-07-17 Par sujet Jean-Charles Preaux
Bonjour

je viens d'installer une carte tuner Miro PCTV sur une sid.
Quand je lance v4l-conf, il me dit qu'il n'y a pas de /dev/video0
j'essaye alors avec l'option -c pour specifier le device /dev/video.
Cela ne change rien.
Je suis un peu perdu
Pourtant le noyau detecte bien la carte, pour preuve un morceau de mon
/var/log/messages :


Jul 18 00:28:58 zion kernel: bttv0: Bt878 (rev 17) at 00:09.0, irq: 0,
latency: 32, memory: 0xed00
Jul 18 00:28:58 zion kernel: bttv0: detected: Pinnacle PCTV [card=39],
PCI subsystem ID is bd11:1200
Jul 18 00:28:58 zion kernel: bttv0: using: BT878(Pinnacle PCTV
Studio/Ra) [card=39,autodetected]
Jul 18 00:29:42 zion kernel: i2c-core.o: driver i2c TV tuner driver
registered.
zion:/dev# tail -f /var/log/messages
Jul 18 00:28:58 zion kernel: bttv: using 2 buffers with 2080k (4160k
total) for capture
Jul 18 00:28:58 zion kernel: bttv: Host bridge is PCI device 10b9:1647
(Acer Laboratories Inc. [ALi])
Jul 18 00:28:58 zion kernel: bttv: Bt8xx card found (0).

J'aurais besoin d'un peu d'aide pour configurer celle-ci .
merci d'avance.

Jean-Charles Preaux
http://analogx.dyndns.org



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]