[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2016-02-03 Thread Ben Stanley
psalter, I have just reproduced the fix you described in post #17. I am now able to use my Dvico Fusion Dual Digital 4 again! I installed the packages linux-image-generic-lts-vivid linux-headers-generic-lts-vivid The net result is linux-image-generic-3.19.0-49-generic

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2016-01-26 Thread psalter
Thanks to the details above I was able to get my Dvico Fusion Dual Digital 4 working on Mythbuntu Trusty 14.04.3 . The problem was solved at kernel 3.19. Problem is related to cxusb.c where the #define MAX_XFER_SIZE 80 was changed from 64 to 80. Details of change are at LinuxTV.org:

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-30 Thread Blowdesign
Ok, I've changed my default boot kernel to come back to the kernel 3.2.0.29 (Ubuntu 12.04.1 LTS april 2017) and it works fine, it's less expensive than change the card ;-) The problem is since the kernel 3.13 (Ubuntu 12.04.5) Thanks for your help. -- You received this bug notification because

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-28 Thread Blowdesign
Thanks for your reply. I think I'll use the old kernel. Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291459 Title: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4

Re: [Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-28 Thread Ben Stanley
Sounds like a good solution. On 28 August 2014 6:21:25 PM Blowdesign 1291...@bugs.launchpad.net wrote: Thanks for your reply. I think I'll use the old kernel. Regards -- You received this bug notification because you are subscribed to the bug report.

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-27 Thread Blowdesign
Hi, How do fix this issue ? I've the same error : 3242.308051] xc2028 0-0061: i2c output error: rc = -95 (should be 64) [ 3242.308055] xc2028 0-0061: -95 returned from send [ 3242.317961] xc2028 0-0061: Error -22 while loading base firmware [ 3242.352112] xc2028 1-0061: Loading firmware for

Re: [Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-27 Thread Ben Stanley
It turns out that a much deeper fix is necessary, and I have not created it. My current solution is to blacklist the driver. I plan to replace the card. Alternatively, you could big the guys at Linux tv.org, the ones who write the drivers in the first place. Launched doesn't seem to be where

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-30 Thread Ben Stanley
After further work and testing, I have found that changing drivers/media/tuners/tuner-xc2028.c:28 #define MAX_XFER_SIZE 80 to #define MAX_XFER_SIZE 61 is enough to fix the problem. I have confirmed that with this change the firmware loads and I am able to watch TV using me-tv. -- You received

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-30 Thread Ben Stanley
The details of how the problem was traced are contained in the attached Notes_xc2028.txt file. ** Attachment added: Notes on tracing the calls that produce the log messages. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291459/+attachment/4101603/+files/Notes_xc2028.txt -- You

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-29 Thread Ben Stanley
I have poked around in the source code and found some inconsistencies. = Summary: There are multiple definitions of MAX_XFER_SIZE in the drivers/media sub-directory, containing values such as 64, 80, 128, 256. The definition that appears to matter is in

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-29 Thread Ben Stanley
Unfortunately, that change had no effect. The errors found in the log previously still occur, but they are delayed from the initially successful output posted previously. More investigation is required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-26 Thread Vince McIntyre
I see the same firmware loading issue. I assumed the problem was in tuner_xc2028, as I don't see any related messages in dmesg after the firmware blob fails to load: Mar 26 22:03:20 localhost kernel: [ 11.567369] xc2028 0-0061: Loading firmware for type=BASE F8MHZ (3), id 0 000.

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-26 Thread Vince McIntyre
Not seeing the issue on linux-image-generic-lts-raring v3.8.0.37.37 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291459 Title: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-13 Thread Ben Stanley
** Tags removed: kernel-fixed-upstream ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291459 Title: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-13 Thread Ben Stanley
Furhter testing has revealed that the DViCO FusionHDTV tuners don't work with mythtv or with me-tv (running upstream 3.14 kernel). The Budget-CI card is working OK with me-tv. It appears that the firmware loading problems are real. -- You received this bug notification because you are a member