Configurazione TVTIME con scheda PCTV 72e (usb)

[quote=Caterpillar]$ tvtime --device /dev/video0
posta sempre l’output della console[/quote]

[italman71@bingobongo ~]$ tvtime --device /dev/video0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Driver won't tell us its norm: ioctl non appropriata per il device
videoinput: Can't get tuner info: ioctl non appropriata per il device

    Your capture card driver: uvcvideo [UVC Camera (046d:081d)/usb-0000:00:12.2-1/200192]
    does not support full size studio-quality images required by tvtime.
    This is true for many low-quality webcams.  Please select a
    different video device for tvtime to use with the command line
    option --device.

mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.

Ieri sera riuscivo a vedere correttamente le immagini acquisite dalla webcam.
Michele

Ho capito ma dalla lista dei device hai solo video0 e video1. Il primo è la webcam, il secondo non si capisce. Quindi a quanto affermi tu hai due dispositivi di acquisizione video: dvb-s su slot pci e dvd-t su usb. Quindi dovrebbero esserci tre /dev/video…]

[quote=Caterpillar][quote=italman71]
ho eseguito i comandi da te indicati e mi ha installato diversi pacchetti.
Non vedo ancora il segnale video ma ho l’impressione che tvtime acceda alla scheda pci dvb-s e non a quella dvd-t usb.
[/quote]
Ho capito ma dalla lista dei device hai solo video0 e video1. Il primo è la webcam, il secondo non si capisce. Quindi a quanto affermi tu hai due dispositivi di acquisizione video: dvb-s su slot pci e dvd-t su usb. Quindi dovrebbero esserci tre /dev/video…][/quote]

Credo di non aver impostato correttamente il device.

[italman71@bingobongo ~]$ dmesg|tail
   30.551224] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
   31.390877] r8169 0000:04:00.0 p10p1: link down
   31.390906] r8169 0000:04:00.0 p10p1: link down
   31.390948] IPv6: ADDRCONF(NETDEV_UP): p10p1: link is not ready
   33.086137] r8169 0000:04:00.0 p10p1: link up
   33.086146] IPv6: ADDRCONF(NETDEV_CHANGE): p10p1: link becomes ready
   43.153380] fuse init (API version 7.22)
   47.087580] Bluetooth: RFCOMM TTY layer initialized
   47.087594] Bluetooth: RFCOMM socket layer initialized
   47.087596] Bluetooth: RFCOMM ver 1.11


[italman71@bingobongo ~]$  dmesg|grep Pinnacle
    3.560273] usb 8-1: Product: Pinnacle 72e
    7.590500] dvb-usb: found a 'Pinnacle PCTV 72e' in warm state.
    7.590633] DVB: registering new adapter (Pinnacle PCTV 72e)
    7.990586] dvb-usb: Pinnacle PCTV 72e successfully initialized and connected.


[italman71@bingobongo ~]$ dmesg|grep DiB
    7.780255] usb 8-1: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
    7.968961] DiB0070: successfully identified

Può essere utile?
Michele

La Pinnacle è correttamente configurata.
Non avevo fatto caso a

/dev/dvb

prova

$ tvtime --device /dev/dvb

[quote=Caterpillar]La Pinnacle è correttamente configurata.
Non avevo fatto caso a

/dev/dvb

prova

$ tvtime --device /dev/dvb

Non funziona

[italman71@bingobongo ~]$ tvtime --device /dev/dvb
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/dvb: È una directory
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.


[italman71@bingobongo ~]$ ll /dev/dvb/
totale 0
drwxr-xr-x 2 root root 120 18 feb 22.56 adapter0
drwxr-xr-x 2 root root 120 18 feb 22.56 adapter1
# ls /dev/dvb/

[root@bingobongo italman71]# ls /dev/dvb/
adapter0  adapter1

Prova entrambi

$ tvtime --device /dev/dvb/adapter0
$ tvtime --device /dev/dvb/adapter1

[quote=Caterpillar]Prova entrambi

$ tvtime --device /dev/dvb/adapter0
$ tvtime --device /dev/dvb/adapter1

[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/dvb/adapter0: È una directory
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.

[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter1
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/dvb/adapter1: È una directory
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.

Non ho segnale video.

# tree /dev/dvb
[root@bingobongo italman71]# tree /dev/dvb
/dev/dvb
|-- adapter0
|   |-- demux0
|   |-- dvr0
|   |-- frontend0
|   `-- net0
`-- adapter1
    |-- demux0
    |-- dvr0
    |-- frontend0
    `-- net0

2 directories, 8 files
$ tvtime --device /dev/dvb/adapter0/frontend0
$ tvtime --device /dev/dvb/adapter1/frontend0

Se non funzionano prova

$ tvtime --device /dev/dvb/adapter0/dvr0
$ tvtime --device /dev/dvb/adapter1/dvr0

Se neanche questi funzionano, visto che ci siamo prova

$ tvtime --device /dev/dvb/adapter0/demux0
$ tvtime --device /dev/dvb/adapter1/demux0

[quote=Caterpillar]$ tvtime --device /dev/dvb/adapter0/frontend0

$ tvtime --device /dev/dvb/adapter1/frontend0

Se non funzionano prova

$ tvtime --device /dev/dvb/adapter0/dvr0
$ tvtime --device /dev/dvb/adapter1/dvr0

Se neanche questi funzionano, visto che ci siamo prova

$ tvtime --device /dev/dvb/adapter0/demux0
$ tvtime --device /dev/dvb/adapter1/demux0
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter0/frontend0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: /dev/dvb/adapter0/frontend0 is not a video4linux device.
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter1/frontend0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: /dev/dvb/adapter1/frontend0 is not a video4linux device.
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter0/dvr0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/dvb/adapter0/dvr0: Operazione non supportata
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter1/dvr0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/dvb/adapter1/dvr0: Operazione non supportata
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter0/demux0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: /dev/dvb/adapter0/demux0 is not a video4linux device.
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.
[italman71@bingobongo ~]$ tvtime --device /dev/dvb/adapter1/demux0
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/italman71/.tvtime/tvtime.xml
videoinput: /dev/dvb/adapter1/demux0 is not a video4linux device.
mixer: find error: Successo
mixer: Can't open mixer default, mixer volume and mute unavailable.
mixer: Can't open device default/Line, mixer volume and mute unavailable.
Thank you for using tvtime.

Non funziona.

Ciao,

potrebbe essere V4L da configurare?
Michele

Ora devo andare, domani riproviamo.
Per Video4Linux prova a chiedere nel canale di chat #v4l su server irc.freenode.net

[quote=Caterpillar]Ora devo andare, domani riproviamo.
Per Video4Linux prova a chiedere nel canale di chat #v4l su server irc.freenode.net[/quote]

Anche io.
Notte.

[quote=italman71][quote=Caterpillar]Ora devo andare, domani riproviamo.
Per Video4Linux prova a chiedere nel canale di chat #v4l su server irc.freenode.net[/quote]

Anche io.
Notte.[/quote]

Ciao,

puoi darmi supporto?
Grazie.

Michele

Nuovi sviluppi da ieri?

Ciao,

nessun aggiornamento.
Puoi darmi qualche consiglio?
Tu conosci Virus?

Michele

Se quel Virus viene da urano è il “nostro” http://forum.fedoraonline.it/profile.php?id=2911 e se ti ha dato qualche consiglio seguilo pure tranquillamente.