Astrometa DVB-T2 linux no driver? WARNING device dvb0.frontend1 not found
I bought astrometa DVB-T2 usb tuner. On windows 10 everything working perfect.
I want to use in Ubuntu, but seems there is some problem, but don't know what:
Please help me figure out what is the problem.
W_scan :
~$ w_scan -ft -c GE
w_scan -ft -c GE
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for GEORGIA
Country identifier GE not defined. Using defaults.
scan type TERRESTRIAL, channellist 4
output format vdr-2.0
WARNING: could not guess your codepage. Falling back to 'UTF-8'
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
main:4007: FATAL: ***** NO USEABLE TERRESTRIAL CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
$ lsmod | grep dvb
dvb_usb_rtl28xxu 40960 1
dvb_usb_v2 40960 1 dvb_usb_rtl28xxu
dvb_core 126976 2 dvb_usb_v2,rtl2832
rc_core 36864 5 lirc_dev,ir_lirc_codec,dvb_usb_v2,dvb_usb_rtl28xxu
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
**Bus 003 Device 007: ID 15f4:0131 HanfTek** << this device
Bus 003 Device 004: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 003: ID 0bda:818b Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo dmesg -t | grep dvb
[sudo] password for ggg:
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
usbcore: registered new interface driver dvb_usb_rtl28xxu
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
dvb_usb_rtl28xxu: probe of 3-1:1.0 failed with error -110
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-7: Product: dvbt2
usb 3-7: Manufacturer: astrometadvbt2
usb 3-7: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-7: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-7: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-7: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb-fe-tool -a 0 -f 0
Device Realtek RTL2832 (DVB-T) (/dev/dvb/adapter0/frontend0) capabilities:
CAN_FEC_1_2
CAN_FEC_2_3
CAN_FEC_3_4
CAN_FEC_5_6
CAN_FEC_7_8
CAN_FEC_AUTO
CAN_GUARD_INTERVAL_AUTO
CAN_HIERARCHY_AUTO
CAN_INVERSION_AUTO
CAN_MUTE_TS
CAN_QAM_16
CAN_QAM_64
CAN_QAM_AUTO
CAN_QPSK
CAN_RECOVER
CAN_TRANSMISSION_MODE_AUTO
DVB API Version 5.10, Current v5 delivery system: DVBT
Supported delivery system:
[DVBT]
dvb-fe-tool -a 0 -f 1
WARNING device dvb0.frontend1 not found
dvb dvb-t
New contributor
add a comment |
I bought astrometa DVB-T2 usb tuner. On windows 10 everything working perfect.
I want to use in Ubuntu, but seems there is some problem, but don't know what:
Please help me figure out what is the problem.
W_scan :
~$ w_scan -ft -c GE
w_scan -ft -c GE
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for GEORGIA
Country identifier GE not defined. Using defaults.
scan type TERRESTRIAL, channellist 4
output format vdr-2.0
WARNING: could not guess your codepage. Falling back to 'UTF-8'
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
main:4007: FATAL: ***** NO USEABLE TERRESTRIAL CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
$ lsmod | grep dvb
dvb_usb_rtl28xxu 40960 1
dvb_usb_v2 40960 1 dvb_usb_rtl28xxu
dvb_core 126976 2 dvb_usb_v2,rtl2832
rc_core 36864 5 lirc_dev,ir_lirc_codec,dvb_usb_v2,dvb_usb_rtl28xxu
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
**Bus 003 Device 007: ID 15f4:0131 HanfTek** << this device
Bus 003 Device 004: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 003: ID 0bda:818b Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo dmesg -t | grep dvb
[sudo] password for ggg:
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
usbcore: registered new interface driver dvb_usb_rtl28xxu
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
dvb_usb_rtl28xxu: probe of 3-1:1.0 failed with error -110
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-7: Product: dvbt2
usb 3-7: Manufacturer: astrometadvbt2
usb 3-7: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-7: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-7: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-7: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb-fe-tool -a 0 -f 0
Device Realtek RTL2832 (DVB-T) (/dev/dvb/adapter0/frontend0) capabilities:
CAN_FEC_1_2
CAN_FEC_2_3
CAN_FEC_3_4
CAN_FEC_5_6
CAN_FEC_7_8
CAN_FEC_AUTO
CAN_GUARD_INTERVAL_AUTO
CAN_HIERARCHY_AUTO
CAN_INVERSION_AUTO
CAN_MUTE_TS
CAN_QAM_16
CAN_QAM_64
CAN_QAM_AUTO
CAN_QPSK
CAN_RECOVER
CAN_TRANSMISSION_MODE_AUTO
DVB API Version 5.10, Current v5 delivery system: DVBT
Supported delivery system:
[DVBT]
dvb-fe-tool -a 0 -f 1
WARNING device dvb0.frontend1 not found
dvb dvb-t
New contributor
add a comment |
I bought astrometa DVB-T2 usb tuner. On windows 10 everything working perfect.
I want to use in Ubuntu, but seems there is some problem, but don't know what:
Please help me figure out what is the problem.
W_scan :
~$ w_scan -ft -c GE
w_scan -ft -c GE
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for GEORGIA
Country identifier GE not defined. Using defaults.
scan type TERRESTRIAL, channellist 4
output format vdr-2.0
WARNING: could not guess your codepage. Falling back to 'UTF-8'
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
main:4007: FATAL: ***** NO USEABLE TERRESTRIAL CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
$ lsmod | grep dvb
dvb_usb_rtl28xxu 40960 1
dvb_usb_v2 40960 1 dvb_usb_rtl28xxu
dvb_core 126976 2 dvb_usb_v2,rtl2832
rc_core 36864 5 lirc_dev,ir_lirc_codec,dvb_usb_v2,dvb_usb_rtl28xxu
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
**Bus 003 Device 007: ID 15f4:0131 HanfTek** << this device
Bus 003 Device 004: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 003: ID 0bda:818b Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo dmesg -t | grep dvb
[sudo] password for ggg:
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
usbcore: registered new interface driver dvb_usb_rtl28xxu
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
dvb_usb_rtl28xxu: probe of 3-1:1.0 failed with error -110
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-7: Product: dvbt2
usb 3-7: Manufacturer: astrometadvbt2
usb 3-7: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-7: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-7: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-7: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb-fe-tool -a 0 -f 0
Device Realtek RTL2832 (DVB-T) (/dev/dvb/adapter0/frontend0) capabilities:
CAN_FEC_1_2
CAN_FEC_2_3
CAN_FEC_3_4
CAN_FEC_5_6
CAN_FEC_7_8
CAN_FEC_AUTO
CAN_GUARD_INTERVAL_AUTO
CAN_HIERARCHY_AUTO
CAN_INVERSION_AUTO
CAN_MUTE_TS
CAN_QAM_16
CAN_QAM_64
CAN_QAM_AUTO
CAN_QPSK
CAN_RECOVER
CAN_TRANSMISSION_MODE_AUTO
DVB API Version 5.10, Current v5 delivery system: DVBT
Supported delivery system:
[DVBT]
dvb-fe-tool -a 0 -f 1
WARNING device dvb0.frontend1 not found
dvb dvb-t
New contributor
I bought astrometa DVB-T2 usb tuner. On windows 10 everything working perfect.
I want to use in Ubuntu, but seems there is some problem, but don't know what:
Please help me figure out what is the problem.
W_scan :
~$ w_scan -ft -c GE
w_scan -ft -c GE
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for GEORGIA
Country identifier GE not defined. Using defaults.
scan type TERRESTRIAL, channellist 4
output format vdr-2.0
WARNING: could not guess your codepage. Falling back to 'UTF-8'
output charset 'UTF-8', use -C <charset> to override
Info: using DVB adapter auto detection.
main:4007: FATAL: ***** NO USEABLE TERRESTRIAL CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
$ lsmod | grep dvb
dvb_usb_rtl28xxu 40960 1
dvb_usb_v2 40960 1 dvb_usb_rtl28xxu
dvb_core 126976 2 dvb_usb_v2,rtl2832
rc_core 36864 5 lirc_dev,ir_lirc_codec,dvb_usb_v2,dvb_usb_rtl28xxu
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
**Bus 003 Device 007: ID 15f4:0131 HanfTek** << this device
Bus 003 Device 004: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 003: ID 0bda:818b Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo dmesg -t | grep dvb
[sudo] password for ggg:
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
usbcore: registered new interface driver dvb_usb_rtl28xxu
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
dvb_usb_rtl28xxu: probe of 3-1:1.0 failed with error -110
usb 3-1: Product: dvbt2
usb 3-1: Manufacturer: astrometadvbt2
usb 3-1: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-1: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-1: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb_usb_v2: 'Astrometa DVB-T2:3-1' successfully deinitialized and disconnected
usb 3-7: Product: dvbt2
usb 3-7: Manufacturer: astrometadvbt2
usb 3-7: dvb_usb_v2: found a 'Astrometa DVB-T2' in warm state
usb 3-7: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
dvbdev: DVB: registering new adapter (Astrometa DVB-T2)
lirc lirc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
usb 3-7: dvb_usb_v2: schedule remote query interval to 200 msecs
usb 3-7: dvb_usb_v2: 'Astrometa DVB-T2' successfully initialized and connected
dvb-fe-tool -a 0 -f 0
Device Realtek RTL2832 (DVB-T) (/dev/dvb/adapter0/frontend0) capabilities:
CAN_FEC_1_2
CAN_FEC_2_3
CAN_FEC_3_4
CAN_FEC_5_6
CAN_FEC_7_8
CAN_FEC_AUTO
CAN_GUARD_INTERVAL_AUTO
CAN_HIERARCHY_AUTO
CAN_INVERSION_AUTO
CAN_MUTE_TS
CAN_QAM_16
CAN_QAM_64
CAN_QAM_AUTO
CAN_QPSK
CAN_RECOVER
CAN_TRANSMISSION_MODE_AUTO
DVB API Version 5.10, Current v5 delivery system: DVBT
Supported delivery system:
[DVBT]
dvb-fe-tool -a 0 -f 1
WARNING device dvb0.frontend1 not found
dvb dvb-t
dvb dvb-t
New contributor
New contributor
New contributor
asked 9 hours ago
GeorgerGeorger
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Georger is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1117748%2fastrometa-dvb-t2-linux-no-driver-warning-device-dvb0-frontend1-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Georger is a new contributor. Be nice, and check out our Code of Conduct.
Georger is a new contributor. Be nice, and check out our Code of Conduct.
Georger is a new contributor. Be nice, and check out our Code of Conduct.
Georger is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1117748%2fastrometa-dvb-t2-linux-no-driver-warning-device-dvb0-frontend1-not-found%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