forked from pinkavaj/rtl-sdr
Permalink
Show file tree
Hide file tree
4 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a0b6131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
after latest patches rtl_sdr stop working for me:
set freq 120875000
r82xx_write: i2c wr failed=-9 reg=14 len=7
[R82XX] Batch error in PLL for 126875000 Hz!
r82xx_set_freq: failed=-9
a0b6131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How exactly was that error generated?
rtl_sdr -f 120875000 - > /dev/null
works fine here. Do you have a repeatable way of creating the error?a0b6131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I meant rtl_tcp.
I use rtl_tcp on Raspberry PI as server and SDR# on windows laptop as client.
rtl_tcp crashes after few frequency changes in SDR# or AGC switching:
set gain mode 1
set gain mode 0
r82xx_write: i2c wr failed=-9 reg=05 len=1
a0b6131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems the latest commit 9ed9ffa
solved this issue.
Thanks.