Open EasyNetDev opened 1 year ago
Try tuning to a service first - does that solve it?
Hi,
I tried this:
# dvbtune -c0 -f 338000000 -s 6900
Using DVB card "Silicon Labs Si2168"
tuning DVB-C to 338000000, srate=6900000
polling....
Getting frontend event
FE_STATUS:
polling....
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
Event: Frequency: 348600000
SymbolRate: 6900000
FEC_inner: 9
Bit error rate: 0
Signal strength: 0
SNR: 0
FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC
Then:
# dvbtee -a0 -f0 -e
# dvbtee v0.6.8 - http://github.com/mkrufky/libdvbtee
start_feed: using /dev/dvb/adapter0/demux0
DMX_SET_PES_FILTER failed: Invalid argument
or
# dvbtee -a0 -f0 -s
# dvbtee v0.6.8 - http://github.com/mkrufky/libdvbtee
open_fe: using /dev/dvb/adapter0/frontend0
frontend is not a supported device type!
Which is very strange because tools like: w_scan or w_scan_cpp are working.
I have 4 tuners from Digital Devices, 6 from TechnoTrend and 2 from AVerMedia Technologies.
for your first command, don't pass -c 0
- there is no channel zero
the other two commands wont work either because they don't tune the frontend
Hi,
I've compiled the dvbtee and when I'm trying to run over a specific device always I'm getting this error.
Even is installed fully on my computer and removed the Debian libdvbpsi lib.