bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.19k stars 249 forks source link

Error getting dongle information #138

Closed ndragon798 closed 4 years ago

ndragon798 commented 4 years ago

When running rtlamr I'm getting this error. This error is occuring when I'm passing the usb through esxi to an ubuntu server 16.04 host.

./rtlamr
15:51:51.433096 main.go:85: Error getting dongle information: EOF
rcvr.Connect
main.(*Receiver).NewReceiver
        /home/talos/Projects/go/src/github.com/bemasher/rtlamr/main.go:85
main.main
        /home/talos/Projects/go/src/github.com/bemasher/rtlamr/main.go:325
runtime.main
        /usr/lib/go-1.6/src/runtime/proc.go:188
runtime.goexit
        /usr/lib/go-1.6/src/runtime/asm_amd64.s:1998

Here is the output from rtl_tcp

talos@Talos:~/Projects/go/bin$ rtl_tcp 
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
Tuned to 100000000 Hz.
listening...
Use the device argument 'rtl_tcp=127.0.0.1:1234' in OsmoSDR (gr-osmosdr) source
to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...).

Anyone got any ideas what maybe happening?

ndragon798 commented 4 years ago

Never mind I'm stupid and had an nginx server running on 1234