After finally getting my DVB-T dongle recognised by FreeBSD,
I can now run
Running
Sometimes it finds stations, and sometimes it ends up with
Can anyone explain the differences?
I have no idea what QAM_AUTO or QAM_64 means.
webcmd
seemed to work without knowingly doing anything different...
usbconfig -d ugen0.3
Code:
ugen0.3: <USB Deivce ITE Technologies, Inc.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
webcamd -d ugen0.3
Code:
Attached to ugen0.3[0]
Creating /dev/dvb/adapter0/demux0
Creating /dev/dvb/adapter0/dvr0
Creating /dev/dvb/adapter0/frontend0
Creating /dev/input/event0
I can now run
w_scan
but get inconsistant results... Sometimes it scans and picks up numerous stations, but sometimes it doesn't find anything...Running
w_scan -ft -c PL
*sometimes* produces output such as:-
Code:
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for POLAND
DVB aerial
DVB-T Europe
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.
root@Test:~ # w_scan -ft -c PL
w_scan -ft -c PL
w_scan version 20170107 (compiled for DVB API 5.10)
using settings for POLAND
DVB aerial
DVB-T Europe
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.
/dev/dvb/adapter0/frontend0 -> TERRESTRIAL "Afatech AF9033 (DVB-T)": good :-)
Using TERRESTRIAL frontend (adapter /dev/dvb/adapter0/frontend0)
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.10
frontend 'Afatech AF9033 (DVB-T)' supports
INVERSION_AUTO
QAM_AUTO
TRANSMISSION_MODE_AUTO
GUARD_INTERVAL_AUTO
HIERARCHY_AUTO
FEC_AUTO
BANDWIDTH_AUTO not supported, trying 6/7/8 MHz.
FREQ (174.00MHz ... 862.00MHz)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
Scanning DVB-T...
Scanning 8MHz frequencies...
474000: (time: 00:00.410)
482000: (time: 00:02.421)
490000: (time: 00:04.437)
498000: (time: 00:06.482)
506000: (time: 00:07.042)
514000: (time: 00:07.605) signal ok: QAM_AUTO f = 514000 kHz I999B8C999D99
9T999G999Y999 (0:0:0)
QAM_AUTO f = 514000 kHz I999B8C999D999T999G999Y999 (0:0:0) : updating transport_stream_id: -> (0:0:3)
QAM_AUTO f = 514000 kHz I999B8C999D999T999G999Y999 (0:0:3) : updating network_id -> (0:13338:3)
updating transponder:
(QAM_AUTO f = 514000 kHz I999B8C999D999T999G999Y999 (0:13338:3)) 0x0000
to (QAM_64 f = 514000 kHz I999B8C56D0T8G4Y0 (8808:13338:3)) 0x405A
522000: (time: 00:09.283)
530000: (time: 00:10.450)
538000: (time: 00:12.453)
546000: (time: 00:13.032)
554000: (time: 00:15.050)
562000: (time: 00:17.067)
570000: (time: 00:17.593)
578000: (time: 00:19.640)
586000: (time: 00:24.243)
594000: (time: 00:24.826) signal ok: QAM_AUTO f = 594000 kHz I999B8C999D999T999G999Y999 (0:0:0)
QAM_AUTO f = 594000 kHz I999B8C999D999T999G999Y999 (0:0:0) : updating transport_stream_id: -> (0:0:3)
QAM_AUTO f = 594000 kHz I999B8C999D999T999G999Y999 (0:0:3) : updating network_id -> (0:13342:3)
updating transponder:
(QAM_AUTO f = 594000 kHz I999B8C999D999T999G999Y999 (0:13342:3)) 0x0000
to (QAM_64 f = 594000 kHz I999B8C56D0T8G4Y0 (8808:13342:3)) 0x405A
602000: (time: 00:33.301)
610000: (time: 00:34.042)
618000: (time: 00:34.885)
626000: (time: 00:36.932)
634000: (time: 00:38.947)
642000: (time: 00:39.519)
650000: (time: 00:41.525)
658000: (time: 00:42.103)
Sometimes it finds stations, and sometimes it ends up with
Code:
ERROR: Sorry - i couldn't get any working frequency/transponder
Nothing to scan!!
Can anyone explain the differences?
I have no idea what QAM_AUTO or QAM_64 means.