Aver media A850 under ubuntu 14How to make an Avermedia AverTV Volar Green HD work?Iptv ub310-dvbt driver for...
How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?
The effects of magnetism in radio transmissions
insert EOF statement before the last line of file
How to explain planetary rings pulsating?
What is the wife of a henpecked husband called?
How would a Dictatorship make a country more successful?
Can a person refuse a presidential pardon?
Grade 10 Analytic Geometry Question 23- Incredibly hard
Pre-1980's science fiction short story: alien disguised as a woman shot by a gangster, has tentacles coming out of her breasts when remaking her body
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Parsing a string of key-value pairs as a dictionary
Contest math problem about crossing out numbers in the table
Broken patches on a road
What is the purpose of easy combat scenarios that don't need resource expenditure?
What kind of hardware implements Fourier transform?
What does Cypher mean when he says Neo is "gonna pop"?
Dilemma of explaining to interviewer that he is the reason for declining second interview
Can you earn endless XP using a Flameskull and its self-revival feature?
Is there some relative to Dutch word "kijken" in German?
How should I handle players who ignore the session zero agreement?
Citing paywalled articles accessed via illegal web sharing
Explain the objections to these measures against human trafficking
Why do neural networks need so many training examples to perform?
Where are a monster’s hit dice found in the stat block?
Aver media A850 under ubuntu 14
How to make an Avermedia AverTV Volar Green HD work?Iptv ub310-dvbt driver for ubuntuhow can install SkyStar 2 PCI DVB on ubuntu 14.04 x86_64?DVB adapter under kernel 3.13.0-35 and aboveMygica t119 DVB-T USB TV Stick on Ubuntu 14.04DVBLink and DVBSky / Install a DVBs PCIE car on UbuntuTVheadend Ubuntu 17.04 Suspend Resume Script SkyDVB - Script Doesn't RunHow to install driver for DVB-T2 USB TUNER EVOLVEO SIGMA T2 on UBUNTU 17.10 (or newer ubuntu rls.)?How to install a Mantis dvb-s card on ubuntu 18.04How to watch digital TV (ISDB-T) on ubuntu?
I am familiar with the gui interface but am a reluctant user of terminal for lots of reasons.
I can see my device listed when I run lsusb
, but when I run dmesg
I get loads of pages of stuff and can't see my device. The following I have cut and pasted from linuxhardware:
The DVB-T USB stick AverMedia AVerTV Volar Black HD A850 has the USB ID 07ca:850a
:
$ lsusb
Bus 002 Device 002: ID 07ca:850a AVerMedia Technologies, Inc
The stick is supported under Linux since at least the kernel version 2.6.28 (Ubuntu 9.10 Karmic) by the kernel module dvb_usb_af9015
.
A firmware file has to be installed to operate the the. This firmware file is part of the Ubuntu package linux-firmware-nonfree
:
sudo apt-get install linux-firmware-nonfree
The module loads automatically if the stick is plugged in:
$ dmesg
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850))
af9013: firmware version:4.65.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)
I have found the dvb-usbaf9015.fw
firmware but it says it is a bin file and when I look up how to install bin files the nearest is installing ivtv which is not what I want. I think I am very close but just need some advice as to how to load the *.fw
file.
dvb
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am familiar with the gui interface but am a reluctant user of terminal for lots of reasons.
I can see my device listed when I run lsusb
, but when I run dmesg
I get loads of pages of stuff and can't see my device. The following I have cut and pasted from linuxhardware:
The DVB-T USB stick AverMedia AVerTV Volar Black HD A850 has the USB ID 07ca:850a
:
$ lsusb
Bus 002 Device 002: ID 07ca:850a AVerMedia Technologies, Inc
The stick is supported under Linux since at least the kernel version 2.6.28 (Ubuntu 9.10 Karmic) by the kernel module dvb_usb_af9015
.
A firmware file has to be installed to operate the the. This firmware file is part of the Ubuntu package linux-firmware-nonfree
:
sudo apt-get install linux-firmware-nonfree
The module loads automatically if the stick is plugged in:
$ dmesg
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850))
af9013: firmware version:4.65.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)
I have found the dvb-usbaf9015.fw
firmware but it says it is a bin file and when I look up how to install bin files the nearest is installing ivtv which is not what I want. I think I am very close but just need some advice as to how to load the *.fw
file.
dvb
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50
add a comment |
I am familiar with the gui interface but am a reluctant user of terminal for lots of reasons.
I can see my device listed when I run lsusb
, but when I run dmesg
I get loads of pages of stuff and can't see my device. The following I have cut and pasted from linuxhardware:
The DVB-T USB stick AverMedia AVerTV Volar Black HD A850 has the USB ID 07ca:850a
:
$ lsusb
Bus 002 Device 002: ID 07ca:850a AVerMedia Technologies, Inc
The stick is supported under Linux since at least the kernel version 2.6.28 (Ubuntu 9.10 Karmic) by the kernel module dvb_usb_af9015
.
A firmware file has to be installed to operate the the. This firmware file is part of the Ubuntu package linux-firmware-nonfree
:
sudo apt-get install linux-firmware-nonfree
The module loads automatically if the stick is plugged in:
$ dmesg
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850))
af9013: firmware version:4.65.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)
I have found the dvb-usbaf9015.fw
firmware but it says it is a bin file and when I look up how to install bin files the nearest is installing ivtv which is not what I want. I think I am very close but just need some advice as to how to load the *.fw
file.
dvb
I am familiar with the gui interface but am a reluctant user of terminal for lots of reasons.
I can see my device listed when I run lsusb
, but when I run dmesg
I get loads of pages of stuff and can't see my device. The following I have cut and pasted from linuxhardware:
The DVB-T USB stick AverMedia AVerTV Volar Black HD A850 has the USB ID 07ca:850a
:
$ lsusb
Bus 002 Device 002: ID 07ca:850a AVerMedia Technologies, Inc
The stick is supported under Linux since at least the kernel version 2.6.28 (Ubuntu 9.10 Karmic) by the kernel module dvb_usb_af9015
.
A firmware file has to be installed to operate the the. This firmware file is part of the Ubuntu package linux-firmware-nonfree
:
sudo apt-get install linux-firmware-nonfree
The module loads automatically if the stick is plugged in:
$ dmesg
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850))
af9013: firmware version:4.65.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)
I have found the dvb-usbaf9015.fw
firmware but it says it is a bin file and when I look up how to install bin files the nearest is installing ivtv which is not what I want. I think I am very close but just need some advice as to how to load the *.fw
file.
dvb
dvb
edited Jul 29 '14 at 12:49
Luís de Sousa
9,1961752102
9,1961752102
asked Jul 29 '14 at 12:33
Ian RoeIan Roe
613
613
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50
add a comment |
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50
add a comment |
1 Answer
1
active
oldest
votes
From linuxtv.org this Usb DVB-T card should be supported.
So I think that you just need to copy your dvb-usbaf9015.fw
in /lib/firmware/
cp dvb-usbaf9015.fw /lib/firmware/
Then reboot and check that your device is well installed:
ls /dev/dvb
adapter0
If this command returns something like adapter0
=> good
If it returns nothing => not good
So if it is "good", use your TV application to see if the USB TV Tuner is recognized:
I personally use Kaffeine .
In tab Television
| Configure TV
, I get a new tab called Peripherique 1
.
Note that for French TV, it is necessary to set the source with a shift of 167khz.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f504106%2faver-media-a850-under-ubuntu-14%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From linuxtv.org this Usb DVB-T card should be supported.
So I think that you just need to copy your dvb-usbaf9015.fw
in /lib/firmware/
cp dvb-usbaf9015.fw /lib/firmware/
Then reboot and check that your device is well installed:
ls /dev/dvb
adapter0
If this command returns something like adapter0
=> good
If it returns nothing => not good
So if it is "good", use your TV application to see if the USB TV Tuner is recognized:
I personally use Kaffeine .
In tab Television
| Configure TV
, I get a new tab called Peripherique 1
.
Note that for French TV, it is necessary to set the source with a shift of 167khz.
add a comment |
From linuxtv.org this Usb DVB-T card should be supported.
So I think that you just need to copy your dvb-usbaf9015.fw
in /lib/firmware/
cp dvb-usbaf9015.fw /lib/firmware/
Then reboot and check that your device is well installed:
ls /dev/dvb
adapter0
If this command returns something like adapter0
=> good
If it returns nothing => not good
So if it is "good", use your TV application to see if the USB TV Tuner is recognized:
I personally use Kaffeine .
In tab Television
| Configure TV
, I get a new tab called Peripherique 1
.
Note that for French TV, it is necessary to set the source with a shift of 167khz.
add a comment |
From linuxtv.org this Usb DVB-T card should be supported.
So I think that you just need to copy your dvb-usbaf9015.fw
in /lib/firmware/
cp dvb-usbaf9015.fw /lib/firmware/
Then reboot and check that your device is well installed:
ls /dev/dvb
adapter0
If this command returns something like adapter0
=> good
If it returns nothing => not good
So if it is "good", use your TV application to see if the USB TV Tuner is recognized:
I personally use Kaffeine .
In tab Television
| Configure TV
, I get a new tab called Peripherique 1
.
Note that for French TV, it is necessary to set the source with a shift of 167khz.
From linuxtv.org this Usb DVB-T card should be supported.
So I think that you just need to copy your dvb-usbaf9015.fw
in /lib/firmware/
cp dvb-usbaf9015.fw /lib/firmware/
Then reboot and check that your device is well installed:
ls /dev/dvb
adapter0
If this command returns something like adapter0
=> good
If it returns nothing => not good
So if it is "good", use your TV application to see if the USB TV Tuner is recognized:
I personally use Kaffeine .
In tab Television
| Configure TV
, I get a new tab called Peripherique 1
.
Note that for French TV, it is necessary to set the source with a shift of 167khz.
edited Mar 11 '17 at 19:03
Community♦
1
1
answered Jul 29 '14 at 12:56
BorisBoris
3,27773356
3,27773356
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f504106%2faver-media-a850-under-ubuntu-14%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See in this answer the way to install a similar AverMedia Tuner
– Boris
Jul 29 '14 at 12:50