I've noticed that Kaffeine tunes a channel up to the nearest kHz, while
scan generate a channels.conf with frequency exact to 1 Hz.
That implies that when I watch TV with Kaffeine I get this error from
rb-download
[andrea@thinkpad tmp]$ rb-download -vv 4164
Getting frontend info
Adapter 0 is a 'DiBcom 3000MC/P' DVB-T card
Trying to open /home/andrea/.tzap/channels.conf
Unable to open '/dev/dvb/adapter0/frontend0' read/write; you will not be
able to retune
Getting frontend info
Searching channels.conf for service_id 4164
BBC
ONE:505833330:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:600:601:4164
Current frequency 505833000; needed 505833330; first_time=0
Retuning to frequency 505833330
Unable to retune: ioctl FE_SET_FRONTEND: Operation not permitted
We might need to have a less strict check on the frequency, where we
only check "frequency / 1000".
What do you think?
|