Pagina 1 di 2
acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 8:59
da stefanoa
ciao a tutti, possiedo un Acer aspire 7720g,
mi è stata data in dotazione una antenna DVB-T, ho ubuntu come S.o, come faccio a farla funzionare???
grazie
Stefano
Re: acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 9:51
da FioPos
Per prima cosa dovresti cercare il modello della tua scheda tv e installare i pacchetti richiesti per farla funzionare, seguendo una di queste guide:
http://wiki.ubuntu-it.org/Hardware/SchedeTv
Poi devi installare un programma che permetta la gestione del sintonizzatore dvb-t e la visione dei contenuti, uno dei più diffusi è kaffeine.
Ti anticipo però di non aspettarti miracoli con l'antennina fornita dai produttori, io con la mia (hp) becco 5-6 canali... penso decisamente meglio con antenna esterna seria ma non ho mai provato
Re: acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 14:11
da stefanoa
grazie mille ... ci provo...
e se non dovessi trovare la scheda tv tra quelle nell'elenco???
grazie
ste
Re: acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 14:15
da stefanoa
tipo c'è scritto così... io non ho capito molto...
Digital( DVB-T) TV-tuner supporta hardware MPEG-2 stream encoding e DVB-T (Digital Video Broadcasting-Terrestrial) standard (6 fino 8 MHz)
grazie mille

Re: acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 18:13
da FioPos
quelle sono info generiche poco utili purtroppo...
per sapere il modello esatto di scheda dai da terminale:
spera il responso sia che la tua scheda è tra quelle elencate nel wiki, altrimenti dovrai iniziare a smanettare parecchio temo, e non saprei aiutarti un granchè

Re: acer e Dvb-t -nuovo
Inviato: martedì 28 aprile 2009, 21:28
da stefanoa
ho provato ma non mi da nulla, poi ho installato w_scan e mi restituisce questo
w_scan version 20081106
Info: using DVB adapter auto detection.
main

FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
aiutoooo,.... come faccio??? grazie
Re: acer e Dvb-t -nuovo
Inviato: mercoledì 29 aprile 2009, 10:57
da FioPos
pare che non hai nessuna scheda tv sul tuo notebook... magari ho sbagliato a darlo x scontato, ma hai un tv-tuner integrato nel computer o uno esterno da collegare via usb?
Re: acer e Dvb-t -nuovo
Inviato: mercoledì 29 aprile 2009, 11:24
da stefanoa
integrato, con antennina fornita dall'acer....
cosa posso fare??? ??? ::) >:(
grazie mille
Re: acer e Dvb-t -nuovo
Inviato: mercoledì 29 aprile 2009, 20:18
da FioPos
ciao ho ricontrollato e ricordavo male, in effetti dando lspci non esce neanche da me la scheda tv... e questo perche viene visto come device usb.
Prova a dare da terminale:
da me la trovo al primo posto nella lista che esce, se non capisci qual'è la scheda tv posta il risultato
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 10:48
da stefanoa
appena torno a casa, lo provo e poi posto il risultato...
grazie mille...

Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 18:29
da stefanoa
non ci ho capito molto....
Bus 002 Device 002: ID 064e:a101 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 07ca:a310 AVerMedia Technologies, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 045e:00a4 Microsoft Corp.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 18:37
da stefanoa
trovato ... è Avermedia, c'è sul wiki, bene provo e poi vediamo
grazie di tutto, davvero (b2b)
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 19:04
da stefanoa
Copiare il firmware all'interno del kernel, digitare:
sudo cp dvb-usb-af9015.fw /lib/firmware/$(uname -r)/
non ho capito come fare ----??? se do il comando non esce nulla .... che faccio???
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 19:33
da stefanoa
adesso ho capito
ecco alcune info utili
HowTo: watch TV with AVerMedia A309
Hi,
after a few month of trying to get my TV Tuner to work I finnaly made it and though there was no guide for ubuntu i wrote this.
(I hope my english is good enough)
install v4l-dvb
First you need to install v4l-dvb using the following commands:
Code:
sudo apt-get install mercurial
hg clone
http://linuxtv.org/hg/v4l-dvb
cd ./v4l-dvb/
make
sudo make install
sudo reboot
After rebooting check if the hardware is recognized.
Code:
dmesg | grep dvb
[ 14.847900] dvb-usb: found a 'AVerMedia A309' in cold state, will try to load a firmware
[ 14.847919] firmware: requesting dvb-usb-af9015.fw
[ 17.827545] dvb-usb: did not find the firmware file. (dvb-usb-af9015.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
[ 17.827591] dvb_usb_af9015: probe of 2-1:1.0 failed with error -2
[ 17.827635] usbcore: registered new interface driver dvb_usb_af9015
You should now see that the hardware is recognized but that the firmware is missing.
install firmware
With google i found the requestet dvb-usb-af9015.fw file at
http://www.otit.fi/~crope/v4l-dvb/af901 ... ware_files
You can install it by executing:
Code:
cd /lib/firmware/
sudo wget
http://www.otit.fi/~crope/v4l-dvb/af901 ... -af9015.fw
sudo reboot
After rebooting check again.
Code:
dmesg | grep dvb
[ 8.890750] dvb-usb: found a 'AVerMedia A309' in cold state, will try to load a firmware
[ 8.890768] firmware: requesting dvb-usb-af9015.fw
[ 11.499561] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
[ 12.364604] dvb-usb: found a 'AVerMedia A309' in warm state.
[ 12.377766] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 14.502408] dvb-usb: AVerMedia A309 successfully initialized and connected.
[ 14.662594] usbcore: registered new interface driver dvb_usb_af9015
You should now see that the firmware was found. Now you can use the Hardware to watch TV, first you need to scan for channels with scan or w_scan, i personally prefer w_scan.
install w_scan
You can find w_scan on the Projectpage(german).
This will install w_scan on your system:
Code:
cd ~
wget
http://wirbel.htpc-forum.de/w_scan/w_sc ... 06.tar.bz2
tar xfj w_scan-20081106.tar.bz2
cd ./w_scan-20081106
sudo cp w_scan /usr/local/bin/
scan channels with w_scan
To scan for channels just execute the following command:
Code:
cd ~
w_scan -X > channels.conf
watch TV with vlc
I like to watch TV with vlc but you could use other programms too like me-tv. You can watch TV with vlc by executing:
Code:
cd ~
vlc ./channels.conf
The playlist will list all found channels.
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 20:57
da FioPos
vedo solo ora... cmq vedo che ce l'hai fatta
cmq a me (io ho la a309 però, tu la a310) la guida del wiki era stata sufficiente...
Buona visione (per modo di dire, da me si becca quasi nulla con l'antennina fornita da hp ???)
Re: acer e Dvb-t -nuovo
Inviato: giovedì 30 aprile 2009, 23:42
da stefanoa
si infatti anch'io con l'antennina Acer non prendo molto bene... ma esistono antennine "potenziate"...???
grazie mille cmq...
Re: acer e Dvb-t -nuovo
Inviato: sabato 2 maggio 2009, 11:29
da FioPos
penso che l'unica sia procurarsi un'antenna esterna di quella da usare anche con le tv, oppure ancor meglio collegarsi direttamente a un presa dell'antenna principale della casa... però non ho mai provato quindi non so dirti di preciso quanti canali si prenderebbero

Re: acer e Dvb-t -nuovo
Inviato: martedì 7 luglio 2009, 21:12
da Drummo
Ciao a tutti !
Grazie per la guida ottima !!
io ho un acer aspire 5920G con : " Bus 001 Device 003: ID 07ca:a310 AVerMedia Technologies, Inc. " " AVerMedia A310 "
grazie alla guida sono riuscito a vedere la tv perfettamente per parecchi giorni ... purtroppo oggi ... collegata l'antenna ...vado a cercare i canali e mi dice :
Codice: Seleziona tutto
Linux:~$ w_scan -ft -c IT >> dvb-channels3.conf
w_scan version 20090502 (compiled for DVB API 5.0)
using settings for ITALY
DVB aerial
DVB-T Europe
frontend_type DVB-T, channellist 4
output format vdr-1.6
Info: using DVB adapter auto detection.
main:2877: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
che soluzione proponete ??
aiuto
grazie ancora. >:(
Re: acer e Dvb-t -nuovo
Inviato: martedì 7 luglio 2009, 21:39
da FioPos
non saprei purtroppo... sembra che non veda più la scheda tv, non ho idea del perchè :-[
invece, a che guida ti riferisci di preciso?
Re: acer e Dvb-t -nuovo
Inviato: mercoledì 8 luglio 2009, 14:58
da Drummo
Allora mi spiego meglio, sul mio acer aspire 5920G per vedere la tv con il mitico ubuntu ,ho seguito come a sopra:
Codice: Seleziona tutto
install v4l-dvb
First you need to install v4l-dvb using the following commands:
Code:
sudo apt-get install mercurial
hg clone http://linuxtv.org/hg/v4l-dvb
cd ./v4l-dvb/
make
sudo make install
sudo reboot
After rebooting check if the hardware is recognized.
Code:
dmesg | grep dvb
[ 14.847900] dvb-usb: found a 'AVerMedia A309' in cold state, will try to load a firmware
[ 14.847919] firmware: requesting dvb-usb-af9015.fw
[ 17.827545] dvb-usb: did not find the firmware file. (dvb-usb-af9015.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
[ 17.827591] dvb_usb_af9015: probe of 2-1:1.0 failed with error -2
[ 17.827635] usbcore: registered new interface driver dvb_usb_af9015
You should now see that the hardware is recognized but that the firmware is missing.
install firmware
With google i found the requestet dvb-usb-af9015.fw file at http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files
You can install it by executing:
Code:
cd /lib/firmware/
sudo wget http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-...
sudo reboot
After rebooting check again.
Code:
dmesg | grep dvb
[ 8.890750] dvb-usb: found a 'AVerMedia A309' in cold state, will try to load a firmware
[ 8.890768] firmware: requesting dvb-usb-af9015.fw
[ 11.499561] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
[ 12.364604] dvb-usb: found a 'AVerMedia A309' in warm state.
[ 12.377766] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 14.502408] dvb-usb: AVerMedia A309 successfully initialized and connected.
[ 14.662594] usbcore: registered new interface driver dvb_usb_af9015
You should now see that the firmware was found. Now you can use the Hardware to watch TV, first you need to scan for channels with scan or w_scan, i personally prefer w_scan.
Tutto Ha funzionato come doveva ... tutto ok.
ieri purtroppo vado ad eseguire nuovamente la scanzione con W_scan e mi dice :
Codice: Seleziona tutto
Linux:~$ w_scan -ft -c IT >> dvb-channels3.conf
w_scan version 20090502 (compiled for DVB API 5.0)
using settings for ITALY
DVB aerial
DVB-T Europe
frontend_type DVB-T, channellist 4
output format vdr-1.6
Info: using DVB adapter auto detection.
main:2877: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
nn mi vede più il dvb ... come devo comportarmi ??
se faccio LSUSB:
Codice: Seleziona tutto
Linux:~$ lsusb
...
Bus 001 Device 003: ID 07ca:a310 AVerMedia Technologies, Inc.
MA quando vado a fare:
Linux:~$ dmesg | grep dvb
Linux:~$
da come risultato nulla .....
Ho provato allora a fare :
Codice: Seleziona tutto
Linux:~$ lsusb | grep AVerMedia
Bus 001 Device 003: ID 07ca:a310 AVerMedia Technologies, Inc.
Quindi ... cosa è cambiato secondo voi .. perchè prima funzionava benissimo ed ora no ???
grazie ancora.
>:(