Man-wai Chang said:
Anyone?
"The RTL2832U is a high-performance DVB-T COFDM demodulator that supports a USB 2.0 interface."
"The RTL2832U supports tuners at IF (Intermediate Frequency, 36.125MHz), low-IF (4.57MHz),
or Zero-IF output using a 28.8MHz crystal, and includes FM/DAB/DAB+ Radio Support.
Embedded with an advanced ADC (Analog-to-Digital Converter), the RTL2832U features
high stability in portable reception."
"Applications
* Portable DTV device
* USB dongle"
*******
The USB dongle will have multiple chips in it. There will be
a serial EEPROM with config data, and identities for the other
hardware components. If there is a silicon tuner, it won't
necessarily have its own plug and play.
In short, the driver comes from the dongle manufacturer, and
no one else. Otherwise, a generic driver is going to need
a "big table of tuners", in order to understand all the
different designs possible.
The serial EEPROM, may also include a custom VID and PID, and
searching on those on the web, may uncover a driver. Or rather,
a bunch of drivers, of which only one will work properly. You
can use UVCView to get the VID and PID.
You can also try Device Manager (devmgmt.msc). Find the
USB entry in Device Manager, then select the "Details" tab.
When I do that here, for my USB to RS232 adapter, the VID
and PID are listed for me.
If you know the brand of the device, it's probably faster
to go to the dongle manufacturers site and get the driver
for it there.
There are some VID and PID values listed here, but this
list is far from complete, because it is not an "official"
list. The official list is secret.
http://www.linux-usb.org/usb.ids
Paul