You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example to reproduce:
First start dvblast:
dvblast -u -d 127.0.0.1:25000 -f 12100000 -s 27500000 -m psk_8 -n 0 -a 0 -r /tmp/dvblast.sock
Next launch dvblastctl:
dvblastctl -r /tmp/dvblast.sock -x xml fe_status
During execution of dvblastctl, dvblast throws the following errors and no signal strength, SNR and BER values are returned:
error: ioctl FE_READ_BER failed (Operation not supported)
error: ioctl FE_READ_SIGNAL_STRENGTH failed (Operation not supported)
error: ioctl FE_READ_SNR failed (Operation not supported)
Will this be corrected ?
Thanks for any comment!
Michel Vanden Broecke
The text was updated successfully, but these errors were encountered:
mvandenbroecke
changed the title
dvblast returns ioctl errors when when dvblastctl is used to get front-end statistics
dvblast returns ioctl errors when dvblastctl is used to get front-end statistics
Feb 19, 2024
Seen with latest dvblast version 3.4.
Example to reproduce:
First start dvblast:
dvblast -u -d 127.0.0.1:25000 -f 12100000 -s 27500000 -m psk_8 -n 0 -a 0 -r /tmp/dvblast.sock
Next launch dvblastctl:
dvblastctl -r /tmp/dvblast.sock -x xml fe_status
During execution of dvblastctl, dvblast throws the following errors and no signal strength, SNR and BER values are returned:
error: ioctl FE_READ_BER failed (Operation not supported)
error: ioctl FE_READ_SIGNAL_STRENGTH failed (Operation not supported)
error: ioctl FE_READ_SNR failed (Operation not supported)
Looks like deprecated kernel calls are used in "dvb_FrontendStatus", see:
https://github.com/gfto/dvblast/blob/master/dvb.c#L1493
Will this be corrected ?
Thanks for any comment!
Michel Vanden Broecke
The text was updated successfully, but these errors were encountered: