[linux-dvb] DVB tuning in JNI does not work

2007-11-07 Thread Ben Bucksch
I'm trying to write a DVB recording application in Java. I chose JNI and a small native C/C++ function for tuning. However, I can't get tuning to work - I get no tuning lock and nothing on dvr either. As a test, I also copied the szap code verbatim into my file and just called zap_to() instead of

Re: [linux-dvb] DVB tuning in JNI does not work (solved)

2007-11-07 Thread Ben Bucksch
Duh. 2 days of hunting, and I find the problem right after I post - typical. I used the wrong order of magnitude for the frequencies (incl. LNB) and symbol rate. And that although I in the beginning tried to make extra sure they are correct, remembering that it was a major problem a few years