<div dir="ltr"><div>Hi all!</div><div><br></div><div>I hope, someone has an idea regarding my issue..</div><div><br></div><div>I've bought this:</div><div><a href="http://dx.com/p/rtl2832u-r820t-mini-dvb-t-dab-fm-usb-digital-tv-dongle-black-170541">http://dx.com/p/rtl2832u-r820t-mini-dvb-t-dab-fm-usb-digital-tv-dongle-black-170541</a></div>

<div>The chips inside are RTL2832U and R820T.</div><div><br></div><div>With latest rtl-sdr from git as well as keenerd's branch , I get (as root):</div><div><br></div><div>Found 1 device(s):</div><div>  0:  ezcap USB 2.0 DVB-T/DAB/FM dongle</div>

<div><br></div><div>Using device 0: ezcap USB 2.0 DVB-T/DAB/FM dongle</div><div>No supported tuner found</div><div>Enabled direct sampling mode, input 1</div><div><br></div><div>Current configuration:</div><div>__________________________________________</div>

<div>Vendor ID:              0x0bda</div><div>Product ID:             0x2838</div><div>Manufacturer:           Realtek</div><div>Product:                RTL2838UHIDIR</div><div>Serial number:          00000001</div><div>
Serial number enabled:  yes</div>
<div>IR endpoint enabled:    yes</div><div>Remote wakeup enabled:  no</div><div><br></div><div>Well, rtl_fm is making noises, but in direct sampling mode, I think I have no chance to listen to the radio at all.</div><div>

<br></div><div>in librtlsdr.c, after</div><div>        reg = rtlsdr_i2c_read_reg(dev, R820T_I2C_ADDR, R82XX_CHECK_ADDR);</div><div>        if (reg == R82XX_CHECK_VAL) {</div><div>                fprintf(stderr, "Found Rafael Micro R820T tuner</div>

<div>        (reg=%08X, should be %08X)\n",reg,R82XX_CHECK_VAL);</div><div>        dev->tuner_type = RTLSDR_TUNER_R820T; goto found;</div><div>        }</div><div><br></div><div>reg is zero instead of R82XX_CHECK_VAL</div>

<div><br></div><div>I tried to force it to be a R820T, but "pll not locked" or so..<br></div><div><br></div><div>It's standard debian wheezy with /dev/bus/usb and without /proc/bus/usb.</div><div>usb messages seem to work:</div>

<div><div>11606 ioctl(6, USBDEVFS_SUBMITURB or USBDEVFS_SUBMITURB32, 0x2133490) = 0</div><div>11606 ioctl(6, USBDEVFS_REAPURBNDELAY or USBDEVFS_REAPURBNDELAY32, 0x7fffed8a4dd8) = 0</div></div><div><br></div><div>Many thx,</div>

<div>Markus</div></div>