Hi Hartmut,
Hartmut Hackmann schrieb:
> Hi, Pierre
>
> Hartmut Hackmann schrieb:
>> Hi, Pierre
>>
>> Pierre Willenbrock schrieb:
>>> Hi Hartmut,
>>>
>>> Hartmut Hackmann schrieb:
>>>> Hi, Pierre
>>>>
>>>> Pierre Willenbrock schrieb:
>>>>> Hartmut Hackmann schrieb:
>>>>>> Hi,
>>>>>>
>>>>>> Aapo Tahkola schrieb:
>>>>>>> On Sat, 3 Mar 2007 03:10:41 +0200
>>>>>>> Aapo Tahkola <[EMAIL PROTECTED]> wrote:
>>>>>>>
>>>>>>>> On Fri, 02 Mar 2007 23:06:15 +0100
>>>>>>>> Pierre Willenbrock <[EMAIL PROTECTED]> wrote:
>>>>>>>>
>>>>>>>>> Michael Krufky schrieb:
>>>>>>>>>> Pierre Willenbrock wrote:
>>>>>>>>>>> Hi list,
>>>>>>>>>>>
>>>>>>>>>>> I am owner of a "MSI DIGIVOX mini-II". I got it to work using the
>>>>>>>>>>> attached patch and firmware. The patch and firmware are the
>>>>>>>>>>> result of analyzing some usb logs from windows.
>>>>>>>>>>>
>>>>>>>>>>> The patch breaks all users of tda10046, as i don't understand how
>>>>>>>>>>> that chip is supposed to work. The same goes for my driver
>>>>>>>>>>> implementation of the Philips 8275a.
>>>>>>>>>>>
>>>>>>>>>>> So this mess needs to be fixed before it can go into the
>>>>>>>>>>> repository.
>>>>>>>>>>>
>>>>>>>>>>> The patch is against a fresh hg checkout from
>>>>>>>>>>> http://linuxtv.org/hg/v4l-dvb at 2007-02-22 21:00 UTC.
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> Pierre
>>>>>>>>>> Pierre-
>>>>>>>>>>
>>>>>>>>>> I am very happy to hear that you got this device working...
>>>>>>>>>> Interestingly enough, we have already created a new tda827x dvb fe
>>>>>>>>>> module, which might be better for your device... This new tda827x
>>>>>>>>>> module has not yet been merged into the master v4l-dvb repository,
>>>>>>>>>> but it will be soon. Could you try to use the code located in:
>>>>>>>>>>
>>>>>>>>>> http://linuxtv.org/hg/~hhackmann/v4l-dvb
>>>>>>>>>>
>>>>>>>>>> The tda827x module will be able to detect the difference between
>>>>>>>>>> the tda8275 and the tda8275a ... You do not have to fill the
>>>>>>>>>> callback functions in the config struct -- that is really meant as
>>>>>>>>>> a hack for some required GPIO handling in the saa7134-dvb driver
>>>>>>>>>> for input switching.
>>>>>>>>>>
>>>>>>>>>> If you can generate a new patch against the repository above, it
>>>>>>>>>> would make it _much_ easier to integrate your patch into the
>>>>>>>>>> sources. After you get that done, we can work out the tda1004x
>>>>>>>>>> differences.
>>>>>>>>>>
>>>>>>>>>> You might also want to speak to aett and friedrich, regulars of
>>>>>>>>>> the #linuxtv irc chat room on irc.freenode.net ... aet is the
>>>>>>>>>> author of the m920x driver, and friedrich has the same device
>>>>>>>>>> that you have. They have been working on it, but haven't yet
>>>>>>>>>> gotten successful results.
>>>>>>>>>>
>>>>>>>>>> Good work! Hopefully we can clean this up after you generate a
>>>>>>>>>> new patch using the tda827x module from hhackmann's repository.
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Mike Krufky
>>>>>>>>>>
>>>>>>>>> Hi Mike and Hartmut,
>>>>>>>>>
>>>>>>>>> this time, the patch does not change tda827x.c at all. I fiddled
>>>>>>>>> with the PHY2 value in tda1004x.c and found it to be related to the
>>>>>>>>> IF(there seems to be some factor between the IF and PHY2 introduced
>>>>>>>>> somewhere else). This leaves some differences in tda1004x.c. I don't
>>>>>>>>> know what to do with these, so i would be glad to get any hints.
>>>>>>>> Updated patch. I'm fine with these m920x changes.
>>>>>>>>
>>>>>>> Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]>
>>>>>>>
>>>>>> PHY2 indeed defines the IF frequency relative to the sampling frequency.
>>>>>> If you need a different value here, the reason most probably is the
>>>>>> following:
>>>>>> In some countries, i.e. Britain, France and Australia, the tranmitters
>>>>>> are +/- 166kHz off the channel center frequency. This isn't documented.
>>>>>> You can compensate this by simply tuning to the actually used channel
>>>>>> center frequency.
>>>>>>
>>>>> The windows driver used an IF of 4.75MHz for UHF, so i resorted to
>>>>> hardcoding it to 4.75MHz in tda827x.c, while using PHY2, WREF and the
>>>>> other settings from an usb log. After changing PHY2 the hack in
>>>>> tda827x.c is no longer needed. This leaves me with these settings for
>>>>> UHF(cannot test VHF -- i don't get any channels in that range):
>>>>>
>>>>> CONFPLL2=7 //52MHz sampling clock?
>>>> yes
>>>>
>>>>> FREQ_PHY2=0xc4f
>>>>> TIME_WREF1..5=0x5b, 0x02, 0xd0, 0x2d, 0x03
>>>>>
>>>> This gives a IF center frequency of 5.0MHz and a bandwidth of 8MHz.
>>>>
>>>>>> A note: Some channel decoders can compensate this offset automatically.
>>>>>> The tda10046 needs assistance from the driver for this. This is not
>>>>>> built in yet.
>>>>>>
>>>>>> Hartmut
>>>>> Regards,
>>>>> Pierre
>>>>>
>>>> The only difference is that you use a sampling clock of 52MHz while the
>>>> original driver uses 48MHz. This btw is the same as the Philips default
>>>> driver for windows uses.
>>>> We could have a long discussion now about ideal sampling frequencies but
>>>> believe me: as long as your board does not have a weird interference
>>>> problem, 48MHz is the better choice for the sampling clock and adding a
>>>> additional one would only make life more difficult.
>>> I thought i checked that it does not easily work with 48MHz, but
>>> obviously i did not. The reception part works now perfectly without any
>>> modifications.
>>>
>> Ok, fine.
>>
>>> This leaves me with a last difference:
>>>
>>> CONF_TRISTATE1 must be -0-- -0-1 (binary, msb first, - is don't care) in
>>> tda10046_init.
>>>
>> The only difference i see here is bit 6 which enables the serial TS output.
>> All known applications yet use the parallel output but this can be different
>> in your case.
>>
>> RFC: should we make this a configuration option?
>> I would tend to add an entry "ts_mode" to tda1004x_config
>> which defaults to parallel (0) to remain backward compatible. At least
>> the standard modes should turn the other output off to avoid noise.
>> I can prepare a experimental patch for this to cross-check.
>>
>>> In case this helps, i am using AGC_IFO_AUTO_NEG and GPTRI, but
>>> CONF_POLARITY = 0x20 instead of 0x60 works, too, as well as
>>> CONFADC2=0x34 instead of 0x38.
>>>
>> You should use TDA10046_AGC_TDA827X, its a recommendation from Philips.
>> It reduces the AGC threshold to avoid distortion.
>>
>>> Regards,
>>> Pierre
>>>
>>> PS: A quick guess: 48MHz is said to interfere with the USB frequency?
>>> How does the tda10046 generate its clocks, anyway?
>>>
>> Hm, I have no idea about the spectral distribution on the USB interface.
>> The tda10046 generates its sampling (and processing) clock with a PLL
>> from a reference - either a crystal or from external source. Most probably
>> it uses the tuner reference (16MHz) in your case.
>> This clock MUST be very stable. This is one explaination why 48 MHz is a
>> good choice: it is a integer multiple of the reference.
>>
>> Hartmut
>>
> Here is the experimental patch i promised:
> The struct tda1004x_config has a new entry: .ts_mode
> Possible values are TDA10046_TS_PARALLEL or TDA10046_TS_SERIAL
> There always is only one interface active, default is parallel.
> Can you please give it a try?
>
> Hartmut
my usb device works perfectly with your patch. I attached my current
changeset, against http://linuxtv.org/hg/~mkrufky/m920x with your patch
applied.
Regards,
Pierre
Changelog:
Add support for Anubis Electronics "Lifeview"(USB-ID: 0x10fd:0x1513)
Signed-off-by: Pierre Willenbrock <[EMAIL PROTECTED]>
diff -r bdada40a24a1 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sat Mar 17 23:02:07 2007 +0100
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Tue Mar 06 22:54:55 2007 +0100
@@ -37,6 +37,7 @@
#define USB_VID_ULTIMA_ELECTRONIC 0x05d8
#define USB_VID_UNIWILL 0x1584
#define USB_VID_WIDEVIEW 0x14aa
+#define USB_VID_ANUBIS_ELECTRONIC 0x10fd
/* Product IDs */
#define USB_PID_ADSTECH_USB2_COLD 0xa333
@@ -140,6 +141,7 @@
#define USB_PID_GENPIX_8PSK_COLD 0x0200
#define USB_PID_GENPIX_8PSK_WARM 0x0201
#define USB_PID_SIGMATEK_DVB_110 0x6610
+#define USB_PID_ANUBIS_ELECTRONIC_MSI_DIGI_VOX_MINI_II 0x1513
#endif
diff -r bdada40a24a1 linux/drivers/media/dvb/dvb-usb/m920x.c
--- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 17 23:02:07 2007 +0100
+++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 17 23:42:00 2007 +0100
@@ -14,6 +14,8 @@
#include "mt352.h"
#include "mt352_priv.h"
#include "qt1010.h"
+#include "tda1004x.h"
+#include "tda827x.h"
/* debug */
static int dvb_usb_m920x_debug;
@@ -414,8 +416,61 @@ static int megasky_qt1010_tuner_attach(s
return 0;
}
+static struct tda1004x_config digivox_tda10046_config = {
+ /* the demodulator's i2c address */
+ .demod_address = 0x08,
+
+ /* does the "inversion" need inverted? */
+ .invert = 0,
+
+ /* Does the OCLK signal need inverted? */
+ .invert_oclk = 0,
+
+ /* parallel or serial transport stream */
+ .ts_mode = TDA10046_TS_SERIAL,
+
+ /* Xtal frequency, 4 or 16MHz*/
+ .xtal_freq = TDA10046_XTAL_16M,
+
+ /* IF frequency */
+ .if_freq = TDA10046_FREQ_045,/*currently doing our own*/
+
+ /* AGC configuration */
+// .agc_config = TDA10046_AGC_IFO_AUTO_NEG,
+ .agc_config = TDA10046_AGC_TDA827X,
+
+ /* setting of GPIO1 and 3 */
+ .gpio_config = TDA10046_GPTRI,
+
+ /* request firmware for device */
+ /* set this to NULL if the card has a firmware EEPROM */
+ .request_firmware = NULL,/*uses firmware EEPROM*/
+};
+
+static int digivox_tda10046_frontend_attach(struct dvb_usb_adapter *adap)
+{
+ deb_rc("digivox_tda10046_frontend_attach!\n");
+
+ if ((adap->fe = dvb_attach(tda10046_attach, &digivox_tda10046_config, &adap->dev->i2c_adap)) == NULL)
+ return -EIO;
+
+ return 0;
+}
+
+static struct tda827x_config digivox_tda8275_config = {
+};
+
+static int digivox_tda8275_tuner_attach(struct dvb_usb_adapter *adap)
+{
+ if (dvb_attach(tda827x_attach, adap->fe, 0x60, &adap->dev->i2c_adap,
+ &digivox_tda8275_config) == NULL)
+ return -ENODEV;
+ return 0;
+}
+
/* DVB USB Driver stuff */
static struct dvb_usb_device_properties megasky_properties;
+static struct dvb_usb_device_properties digivox_properties;
static int m920x_probe(struct usb_interface *intf,
const struct usb_device_id *id)
@@ -427,6 +482,9 @@ static int m920x_probe(struct usb_interf
deb_rc("Probed!\n");
if ((ret = dvb_usb_device_init(intf, &megasky_properties, THIS_MODULE, &d)) == 0)
+ goto found;
+
+ if ((ret = dvb_usb_device_init(intf, &digivox_properties, THIS_MODULE, &d)) == 0)
goto found;
return ret;
@@ -451,6 +509,8 @@ found:
static struct usb_device_id m920x_table [] = {
{ USB_DEVICE(USB_VID_MSI, USB_PID_MSI_MEGASKY580) },
+ { USB_DEVICE(USB_VID_ANUBIS_ELECTRONIC,
+ USB_PID_ANUBIS_ELECTRONIC_MSI_DIGI_VOX_MINI_II) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb, m920x_table);
@@ -500,6 +560,55 @@ static struct dvb_usb_device_properties
{ "MSI Mega Sky 580 DVB-T USB2.0",
{ &m920x_table[0], NULL },
{ NULL },
+ }
+ }
+};
+
+static struct dvb_usb_device_properties digivox_properties = {
+ .caps = DVB_USB_IS_AN_I2C_ADAPTER,
+
+ .usb_ctrl = DEVICE_SPECIFIC,
+ .firmware = "dvb-usb-digivox-02.fw",
+ .download_firmware = m9206_firmware_download,
+
+/* .rc_interval = 100,
+ .rc_key_map = digivox_rc_keys,
+ .rc_key_map_size = ARRAY_SIZE(digivox_rc_keys),
+ .rc_query = m9206_rc_query,*/
+
+ .size_of_priv = sizeof(struct m9206_state),
+
+ .identify_state = m920x_identify_state,
+ .num_adapters = 1,
+ .adapter = {{
+ .caps = DVB_USB_ADAP_HAS_PID_FILTER |
+ DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
+
+ .pid_filter_count = 8,
+ .pid_filter = m9206_pid_filter,
+ .pid_filter_ctrl = m9206_pid_filter_ctrl,
+
+ .frontend_attach = digivox_tda10046_frontend_attach,
+ .tuner_attach = digivox_tda8275_tuner_attach,
+
+ .stream = {
+ .type = USB_BULK,
+ .count = 8,
+ .endpoint = 0x81,
+ .u = {
+ .bulk = {
+ .buffersize = 0x4000,
+ }
+ }
+ },
+ }},
+ .i2c_algo = &m9206_i2c_algo,
+
+ .num_device_descs = 1,
+ .devices = {
+ { "MSI DIGI VOX mini II DVB-T USB2.0",
+ { &m920x_table[1], NULL },
+ { NULL },
},
}
};
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb