Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvblast returns ioctl errors when dvblastctl is used to get front-end statistics #28

Open
mvandenbroecke opened this issue Feb 19, 2024 · 0 comments

Comments

@mvandenbroecke
Copy link

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

@mvandenbroecke 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant