missing DIB9000 if MEDIA_SUBDRV_AUTOSELECT in Kconfig

2015-08-05 Thread Eddi De Pieri
Hi, Please can you confirm that is correct the missing of select DVB_DIB9000 if MEDIA_SUBDRV_AUTOSELECT in drivers/media/usb/dvb-usb/Kconfig? config DVB_USB_DIB0700 tristate DiBcom DiB0700 USB DVB devices (see help for supported devices) depends on DVB_USB select

Re: Terratec H7 with yet another usb ID

2014-12-05 Thread Eddi De Pieri
Hi, I got a sample usb tuner with similar issue with following vendor/product 13d3:0ccd. Onboard it have: CY7C68013A-56PVXC and a SI2168-40. The tuner isn't visible since is covered by a shield. I've tried to patch the az6007 to make it working. si2168 4-0064: Silicon Labs Si2168 successfully

Re: Terratec H7 with yet another usb ID

2014-12-05 Thread Eddi De Pieri
: Moikka Take USB sniffs and generate driver C-code from that sniff. Then copypaste that code to driver until is starts working. After that, you could remove all the code until you find minimum set of needed changes (error and trial). regards Antti On 12/05/2014 04:51 PM, Eddi De Pieri wrote

[PATCH] media_build update IS_ENABLED macro

2013-02-06 Thread Eddi De Pieri
Fix media_build by updating IS_ENABLED macro Signed-off-by: Eddi De Pieri e...@depieri.net diff --git a/v4l/compat.h b/v4l/compat.h index 8ef90aa..fd0d139 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1102,7 +1102,7 @@ static inline void i2c_unlock_adapter(struct i2c_adapter *adapter

Re: [PATCH] media_build update IS_ENABLED macro

2013-02-06 Thread Eddi De Pieri
Sorry ignore my patch.. it's broken Regards Eddi On Wed, Feb 6, 2013 at 9:48 PM, Eddi De Pieri e...@depieri.net wrote: Fix media_build by updating IS_ENABLED macro Signed-off-by: Eddi De Pieri e...@depieri.net diff --git a/v4l/compat.h b/v4l/compat.h index 8ef90aa..fd0d139 100644

IS_ENABLED media_build issue

2013-02-06 Thread Eddi De Pieri
Hi, I'm backporting media_tree drivers to linux 3.3.6. For a strange reason, IS_ENABLED macro fails. I had to force definition of NEED_IS_ENABLED to make drivers to build. Any idea? Regards, Eddi -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

[PATCH] Support Digivox Mini HD (rtl2832)

2013-01-14 Thread Eddi De Pieri
Add support for Digivox Mini HD (rtl2832) The tuner works, but with worst performance then realtek linux driver, due to incomplete implementation of fc2580.c Signed-off-by: Eddi De Pieri e...@depieri.net Tested-by: Lorenzo Dongarrà lorenzo...@katamail.com diff --git a/drivers/media/usb/dvb-usb

Re: [PATCH] Support Digivox Mini HD (rtl2832)

2013-01-14 Thread Eddi De Pieri
usb 1-2.2: DVB: registering adapter 1 frontend 0 (Realtek RTL2832 (DVB-T))... i2c i2c-4: fc2580: FCI FC2580 successfully identified usb 1-2.2: dvb_usb_v2: 'Digivox Micro Hd' successfully initialized and connected On Mon, Jan 14, 2013 at 11:21 PM, Eddi De Pieri e...@depieri.net wrote: Add support

[PATCH] Support Avermedia A835B

2012-12-22 Thread Eddi De Pieri
Add support for Avermedia A835B Signed-off-by: Eddi De Pieri e...@depieri.net diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h index 26c4481..84d7759 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -231,6

Re: [PATCH] v3 Add support to Avermedia Twinstar double tuner in af9035

2012-12-18 Thread Eddi De Pieri
on line 535 mxl5007t_set_params: error -140 on line 666 It seems that no_reset and no_probe configuration parameter added by jose is needed for mxl5007t initialization. I suppose that the initialization is already done by the af9035 firmware. Regards Eddi De Pieri On Sun, Sep 23, 2012 at 6:29 PM

dvb_usbv2, pid filtering and adapter caps with af9035

2012-12-12 Thread Eddi De Pieri
Hi Antti, I'm using a af9035 based usb devices on mips device but may affect other usb tuner.. In dmesg I get a lot of usb 1-2: dvb_usbv2: pid_filter() failed=-929852640 usb 1-2: dvb_usbv2: pid_filter() failed=-929852640 usb 1-2: dvb_usbv2: pid_filter() failed=-929852640 usb 1-2: dvb_usbv2:

Re: possible bug in http://git.linuxtv.org/mchehab/experimental-v4l-utils.git

2012-03-01 Thread Eddi De Pieri
Hi Mauro, I've aplied the dvb code at the main v4l-utils tree some time ago. Since then, I'm applying the fixes directly there. So, please check if the issue you're pointing weren't fix yet there. If not, please send me a patch. The code is still unchanged. I prefere you double check my

Re: [PATCH] smsdvb - fix UNDEFINED delivery on driver hotplug

2012-02-14 Thread Eddi De Pieri
Someone can confirm my changes? Regards, Eddi On Thu, Feb 2, 2012 at 10:13 AM, Eddi De Pieri e...@depieri.net wrote: #dvb-fe-tool -a 1 -d DVBT Device Siano Mobile Digital MDTV Receiver (/dev/dvb/adapter1/frontend0) capabilities:     CAN_FEC_1_2 CAN_FEC_2_3 CAN_FEC_3_4 CAN_FEC_5_6

Re: [PATCH 00/35] Add a driver for Terratec H7

2012-02-13 Thread Eddi De Pieri
Hi Jason, I didn't test dvb-t terrestrial, but under /dev/dvb i have only one adapter. Is there no need for two, one for cable, another for terrestrial? Try using dvb-fe-tool from following git: http://git.linuxtv.org/mchehab/experimental-v4l-utils.git/shortlog/refs/heads/dvbv5-0.0.1; This

Re: HVR-930C DVB-T mode report

2011-12-12 Thread Eddi De Pieri
Hi to all, with latest git, w_scan partially working only if adding -t2 or t3. It seems that scan quality of w_scan is lower if compared to dvb_app scan # w_scan -f t -t2 -x it-Venice-w # w_scan -f t -t2 -I it-Venice-w stdout wc -l stdout 73 # w_scan -f t -t3 stdout 130 it-Venice-w.stdout

Re: HVR-930C DVB-T mode report

2011-12-09 Thread Eddi De Pieri
Hi Mauro, drxk driver seems to have 2 issue with w_scan: - dvb-t tune error while scanning (solved by forcing w_scan to open dvb-t fe without autoscan) - dvb-t scan fail so... we should have an issue that when the driver release dvb-c adapter drxk (or xc5000?) stay in dvb-c mode Can you check

Re: [PATCHv2] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Eddi De Pieri
Hi, v2: Use mfe_shared on hvr930c this patch solve the commutation issue of frontend. still persist same issue like Fredrik on w_scan. scan still works perfectly... root@depieri1lnx:~# w_scan -f t -c IT w_scan version 20110616 (compiled for DVB API 5.3) using settings for ITALY DVB aerial

Re: HVR-930C DVB-T mode report

2011-12-08 Thread Eddi De Pieri
Hi Mauro... I applied your patch... the patch seems good using scan, but still some issue with w_scan: tune to: 17750:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE 0x 0x0d49: pmt_pid 0x0102 RAI -- Rai 1 (running) 0x

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Eddi De Pieri
Sorry, I think I applied follow patch on my tree while I developed the driver trying to fix tuner initialization. http://patchwork.linuxtv.org/patch/6617/ I forgot to remove from my tree after I see that don't solve anything. Regards Eddi On Mon, Dec 5, 2011 at 9:01 PM, Devin Heitmueller

Re: Hauppauge HVR-930C problems

2011-12-05 Thread Eddi De Pieri
try using scan from dvb-apps and not w_scan. Actually It seems to me w_scan isn't compatible with this driver due some missing lock. On Fri, Dec 2, 2011 at 8:45 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Dec 2, 2011 at 2:41 PM, Fredrik Lingvall fredrik.lingv...@gmail.com

Re: [PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-21 Thread Eddi De Pieri
Attached the patch for for get_firmware Signed-off-by: Eddi De Pieri e...@depieri.net Regards, Eddi diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index c466f58..503d70f 100755 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb

Re: [PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-20 Thread Eddi De Pieri
Attached the patch for for get_firmware Regards, Eddi On Sun, Nov 20, 2011 at 1:57 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 19-11-2011 13:37, Eddi De Pieri escreveu: With this patch I try again to add initial support for HVR930C. Tested only DVB-T, since in Italy Analog

[PATCH] initial support for HAUPPAUGE HVR-930C again...

2011-11-19 Thread Eddi De Pieri
With this patch I try again to add initial support for HVR930C. Tested only DVB-T, since in Italy Analog service is stopped. Actually scan -a0 -f1, find only about 50 channel while 400 should be available. Signed-off-by: Eddi De Pieri e...@depieri.net Regards Eddi diff -u -N -r linux/drivers

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Eddi De Pieri
2011/7/28 Benjamin Larsson benja...@southpole.se: 0x82 is the address of the chip handling the analog signals(?) Micronas AVF 4910BA1 maybe. I don't have the schematic of hauppauge card, so I can't say you if 082 is the AVF 4910 So change the names so it is clear that this part sends

Trying to support for HAUPPAUGE HVR-930C

2011-07-28 Thread Eddi De Pieri
-by: Eddi De Pieri e...@depieri.net regards hauppauge-hvr930c_r0.patch Description: Binary data

PATCH add drx firmware extraction routine for hauppauge 930c

2011-07-17 Thread Eddi De Pieri
I'm trying to get this device supported starting from Mauro's work on H5 Here is the firmware extraction for hauppauge hvr930c hardware Signed-off-by: Eddi De Pieri e...@depieri.net get_dvb_firmware.diff Description: Binary data