[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#568428: linux-source-2.6.32: Unable to use MagicPro ProTV DMB-TH usb Tuner (Conexant DMB-TH Stick)



Package: linux-source-2.6.32
Version: 2.6.32-5
Severity: normal

Without comment out the following line related to draining video/message,  I'm not able to view/scan any channel for my tuner.


--- cxusb.c.orig	2009-12-03 11:51:21.000000000 +0800
+++ cxusb.c	2010-02-05 02:08:41.000000000 +0800
@@ -370,7 +370,7 @@
 {
 	if (onoff) {
 		u8 buf[2] = { 0x03, 0x00 };
-		cxusb_d680_dmb_drain_video(adap->dev);
+//		cxusb_d680_dmb_drain_video(adap->dev);
 		return cxusb_ctrl_msg(adap->dev, CMD_STREAMING_ON,
 			buf, sizeof(buf), NULL, 0);
 	} else {
@@ -1135,8 +1135,8 @@
 
 	/* Drain USB pipes to avoid hang after reboot */
 	for (n = 0;  n < 5;  n++) {
-		cxusb_d680_dmb_drain_message(d);
-		cxusb_d680_dmb_drain_video(d);
+//		cxusb_d680_dmb_drain_message(d);
+//		cxusb_d680_dmb_drain_video(d);
 		msleep(200);
 	}


However i'm not sure if this will break other user.





-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'transitional'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_HK.UTF-8, LC_CTYPE=zh_HK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.32 depends on:
ii  binutils                      2.20-5     The GNU assembler, linker and bina
ii  bzip2                         1.0.5-4    high-quality block-sorting file co

Versions of packages linux-source-2.6.32 recommends:
ii  gcc                           4:4.4.2-3  The GNU C compiler
ii  libc6-dev [libc-dev]          2.10.2-5   Embedded GNU C Library: Developmen
ii  make                          3.81-7     An utility for Directing compilati

Versions of packages linux-source-2.6.32 suggests:
ii  kernel-package            12.032         A utility for building Linux kerne
ii  libncurses5-dev [ncurses- 5.7+20090803-2 developer's libraries and docs for
ii  libqt3-mt-dev             3:3.3.8b-6     Qt development files (Threaded)

-- no debconf information



Reply to: