All of lore.kernel.org
 help / color / mirror / Atom feed
* DVB driver for TerraTec H7 - how do I install them?
@ 2010-12-31 21:45 Torfinn Ingolfsen
  2011-01-11 19:47 ` Torfinn Ingolfsen
  0 siblings, 1 reply; 9+ messages in thread
From: Torfinn Ingolfsen @ 2010-12-31 21:45 UTC (permalink / raw)
  To: linux-media

Ok,
I downloaded drivers for the TerraTec H7 from here: http://linux.terratec.de/
This file to be exact: http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz
Which supposedly contains drivers for the H7.

I am running Xubuntu 10.04:
tingo@kg-htpc:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:        10.04
Codename:       lucid
tingo@kg-htpc:~$ uname -a
Linux kg-htpc 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC
2010 i686 GNU/Linux

I followed this guide[1] to get and install a new v4l-dvb, which worked fine.
Then I did 'make distclean' and copied the files from the
TERRATEC_H7_Linux.tar.gz file to where I thought they should be, and
tried recompiling the v4l-dvb tree.
That didn't work, the compilation aborted:
 CC [M]  /home/tingo/work/v4l-dvb/v4l/au6610.o
 CC [M]  /home/tingo/work/v4l-dvb/v4l/az6007.o
In file included from /home/tingo/work/v4l-dvb/v4l/az6007.c:11:
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function 'tuner_MT2063_Open':
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error:
'DVBFE_TUNER_OPEN' undeclared (first use in this function)
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: (Each undeclared
identifier is reported only once
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: for each function
it appears in.)
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
'tuner_MT2063_SoftwareShutdown':
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:83: error:
'DVBFE_TUNER_SOFTWARE_SHUTDOWN' undeclared (first use in this
function)
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
'tuner_MT2063_ClearPowerMaskBits':
/home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:104: error:
'DVBFE_TUNER_CLEAR_POWER_MASKBITS' undeclared (first use in this
function)
/home/tingo/work/v4l-dvb/v4l/az6007.c: At top level:
/home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: excess elements in
struct initializer
/home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: (near
initialization for 'az6007_rc_keys[0]')
/home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: excess elements in
struct initializer
/home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: (near
initialization for 'az6007_rc_keys[1]')
/home/tingo/work/v4l-dvb/v4l/az6007.c:535: error:
'USB_PID_AZUREWAVE_6007' undeclared here (not in a function)
/home/tingo/work/v4l-dvb/v4l/az6007.c:536: error:
'USB_PID_TERRATEC_H7' undeclared here (not in a function)
make[3]: *** [/home/tingo/work/v4l-dvb/v4l/az6007.o] Error 1
make[2]: *** [_module_/home/tingo/work/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-27-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/tingo/work/v4l-dvb/v4l'
make: *** [all] Error 2

So obviously I'm doing something wrong.
How do I install those drivers for the TerraTec H7?

Oh, and best wishes for the new year to everyone!

References:
1) http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
--
Regards,
Torfinn Ingolfsen
Norway

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2010-12-31 21:45 DVB driver for TerraTec H7 - how do I install them? Torfinn Ingolfsen
@ 2011-01-11 19:47 ` Torfinn Ingolfsen
  2011-01-25 23:29   ` Torfinn Ingolfsen
  0 siblings, 1 reply; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-01-11 19:47 UTC (permalink / raw)
  To: linux-media

Hi,

On Fri, Dec 31, 2010 at 10:45 PM, Torfinn Ingolfsen <tingox@gmail.com> wrote:
> Ok,
> I downloaded drivers for the TerraTec H7 from here: http://linux.terratec.de/
> This file to be exact: http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz
> Which supposedly contains drivers for the H7.
>
> I am running Xubuntu 10.04:
> tingo@kg-htpc:~$ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 10.04.1 LTS
> Release:        10.04
> Codename:       lucid
> tingo@kg-htpc:~$ uname -a
> Linux kg-htpc 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC
> 2010 i686 GNU/Linux
>
> I followed this guide[1] to get and install a new v4l-dvb, which worked fine.
> Then I did 'make distclean' and copied the files from the
> TERRATEC_H7_Linux.tar.gz file to where I thought they should be, and
> tried recompiling the v4l-dvb tree.
> That didn't work, the compilation aborted:
>  CC [M]  /home/tingo/work/v4l-dvb/v4l/au6610.o
>  CC [M]  /home/tingo/work/v4l-dvb/v4l/az6007.o
> In file included from /home/tingo/work/v4l-dvb/v4l/az6007.c:11:
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function 'tuner_MT2063_Open':
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error:
> 'DVBFE_TUNER_OPEN' undeclared (first use in this function)
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: (Each undeclared
> identifier is reported only once
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: for each function
> it appears in.)
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
> 'tuner_MT2063_SoftwareShutdown':
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:83: error:
> 'DVBFE_TUNER_SOFTWARE_SHUTDOWN' undeclared (first use in this
> function)
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
> 'tuner_MT2063_ClearPowerMaskBits':
> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:104: error:
> 'DVBFE_TUNER_CLEAR_POWER_MASKBITS' undeclared (first use in this
> function)
> /home/tingo/work/v4l-dvb/v4l/az6007.c: At top level:
> /home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: excess elements in
> struct initializer
> /home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: (near
> initialization for 'az6007_rc_keys[0]')
> /home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: excess elements in
> struct initializer
> /home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: (near
> initialization for 'az6007_rc_keys[1]')
> /home/tingo/work/v4l-dvb/v4l/az6007.c:535: error:
> 'USB_PID_AZUREWAVE_6007' undeclared here (not in a function)
> /home/tingo/work/v4l-dvb/v4l/az6007.c:536: error:
> 'USB_PID_TERRATEC_H7' undeclared here (not in a function)
> make[3]: *** [/home/tingo/work/v4l-dvb/v4l/az6007.o] Error 1
> make[2]: *** [_module_/home/tingo/work/v4l-dvb/v4l] Error 2
> make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-27-generic'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/home/tingo/work/v4l-dvb/v4l'
> make: *** [all] Error 2
>
> So obviously I'm doing something wrong.
> How do I install those drivers for the TerraTec H7?
>
> Oh, and best wishes for the new year to everyone!
>
> References:
> 1) http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
> --
> Regards,
> Torfinn Ingolfsen
> Norway
>

Nobody has any idea?

-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-11 19:47 ` Torfinn Ingolfsen
@ 2011-01-25 23:29   ` Torfinn Ingolfsen
  2011-01-25 23:55     ` Devin Heitmueller
  0 siblings, 1 reply; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-01-25 23:29 UTC (permalink / raw)
  To: linux-media

On Tue, Jan 11, 2011 at 8:47 PM, Torfinn Ingolfsen <tingox@gmail.com> wrote:
> Hi,
>
> On Fri, Dec 31, 2010 at 10:45 PM, Torfinn Ingolfsen <tingox@gmail.com> wrote:
>> Ok,
>> I downloaded drivers for the TerraTec H7 from here: http://linux.terratec.de/
>> This file to be exact: http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz
>> Which supposedly contains drivers for the H7.
>>
>> I am running Xubuntu 10.04:
>> tingo@kg-htpc:~$ lsb_release -a
>> No LSB modules are available.
>> Distributor ID: Ubuntu
>> Description:    Ubuntu 10.04.1 LTS
>> Release:        10.04
>> Codename:       lucid
>> tingo@kg-htpc:~$ uname -a
>> Linux kg-htpc 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC
>> 2010 i686 GNU/Linux
>>
>> I followed this guide[1] to get and install a new v4l-dvb, which worked fine.
>> Then I did 'make distclean' and copied the files from the
>> TERRATEC_H7_Linux.tar.gz file to where I thought they should be, and
>> tried recompiling the v4l-dvb tree.
>> That didn't work, the compilation aborted:
>>  CC [M]  /home/tingo/work/v4l-dvb/v4l/au6610.o
>>  CC [M]  /home/tingo/work/v4l-dvb/v4l/az6007.o
>> In file included from /home/tingo/work/v4l-dvb/v4l/az6007.c:11:
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function 'tuner_MT2063_Open':
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error:
>> 'DVBFE_TUNER_OPEN' undeclared (first use in this function)
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: (Each undeclared
>> identifier is reported only once
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:62: error: for each function
>> it appears in.)
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
>> 'tuner_MT2063_SoftwareShutdown':
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:83: error:
>> 'DVBFE_TUNER_SOFTWARE_SHUTDOWN' undeclared (first use in this
>> function)
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h: In function
>> 'tuner_MT2063_ClearPowerMaskBits':
>> /home/tingo/work/v4l-dvb/v4l/mt2063_cfg.h:104: error:
>> 'DVBFE_TUNER_CLEAR_POWER_MASKBITS' undeclared (first use in this
>> function)
>> /home/tingo/work/v4l-dvb/v4l/az6007.c: At top level:
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: excess elements in
>> struct initializer
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:157: warning: (near
>> initialization for 'az6007_rc_keys[0]')
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: excess elements in
>> struct initializer
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:158: warning: (near
>> initialization for 'az6007_rc_keys[1]')
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:535: error:
>> 'USB_PID_AZUREWAVE_6007' undeclared here (not in a function)
>> /home/tingo/work/v4l-dvb/v4l/az6007.c:536: error:
>> 'USB_PID_TERRATEC_H7' undeclared here (not in a function)
>> make[3]: *** [/home/tingo/work/v4l-dvb/v4l/az6007.o] Error 1
>> make[2]: *** [_module_/home/tingo/work/v4l-dvb/v4l] Error 2
>> make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-27-generic'
>> make[1]: *** [default] Error 2
>> make[1]: Leaving directory `/home/tingo/work/v4l-dvb/v4l'
>> make: *** [all] Error 2
>>
>> So obviously I'm doing something wrong.
>> How do I install those drivers for the TerraTec H7?
>>
>> Oh, and best wishes for the new year to everyone!
>>
>> References:
>> 1) http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
>> --
>> Regards,
>> Torfinn Ingolfsen
>> Norway
>>
>
> Nobody has any idea?
>
> --
> Regards,
> Torfinn Ingolfsen
>

Anybody?

-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-25 23:29   ` Torfinn Ingolfsen
@ 2011-01-25 23:55     ` Devin Heitmueller
  2011-01-26  9:45       ` Torfinn Ingolfsen
  0 siblings, 1 reply; 9+ messages in thread
From: Devin Heitmueller @ 2011-01-25 23:55 UTC (permalink / raw)
  To: Torfinn Ingolfsen; +Cc: linux-media

On Tue, Jan 25, 2011 at 6:29 PM, Torfinn Ingolfsen <tingox@gmail.com> wrote:
> Anybody?

If Terratec provided the driver, any support related questions should
be directed to them, not to this list.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-25 23:55     ` Devin Heitmueller
@ 2011-01-26  9:45       ` Torfinn Ingolfsen
  2011-01-26 17:35         ` Bjørn Mork
  0 siblings, 1 reply; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-01-26  9:45 UTC (permalink / raw)
  To: linux-media

Hello,

On Wed, Jan 26, 2011 at 12:55 AM, Devin Heitmueller
<dheitmueller@kernellabs.com> wrote:
> On Tue, Jan 25, 2011 at 6:29 PM, Torfinn Ingolfsen <tingox@gmail.com> wrote:
>> Anybody?
>
> If Terratec provided the driver, any support related questions should
> be directed to them, not to this list.

That is the point: TerraTec states that these are third-party drivers,
and they provide no support (as far as "we can't give you a better
answer").
So I am just trying to find out where those drivers came from, and if
somebody has any experience / a how-to or something.

This list seemed to to be the logical place to ask.
-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-26  9:45       ` Torfinn Ingolfsen
@ 2011-01-26 17:35         ` Bjørn Mork
  2011-01-26 20:51           ` Torfinn Ingolfsen
  2011-01-29  0:22           ` Torfinn Ingolfsen
  0 siblings, 2 replies; 9+ messages in thread
From: Bjørn Mork @ 2011-01-26 17:35 UTC (permalink / raw)
  To: linux-media

Torfinn Ingolfsen <tingox@gmail.com> writes:

> That is the point: TerraTec states that these are third-party drivers,
> and they provide no support (as far as "we can't give you a better
> answer").
> So I am just trying to find out where those drivers came from, and if
> somebody has any experience / a how-to or something.
>
> This list seemed to to be the logical place to ask.

Sure is.  But even if you get past the build errors, you'll soon
discover that Terratec "forgot" to include the necessary firmware as
well.  You can find it and some other hints in this thread:
http://www.vdr-portal.de/board/thread.php?threadid=103040


Bjørn



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-26 17:35         ` Bjørn Mork
@ 2011-01-26 20:51           ` Torfinn Ingolfsen
  2011-01-29  0:22           ` Torfinn Ingolfsen
  1 sibling, 0 replies; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-01-26 20:51 UTC (permalink / raw)
  To: linux-media

Hi,

On Wed, Jan 26, 2011 at 6:35 PM, Bjørn Mork <bjorn@mork.no> wrote:
> Sure is.  But even if you get past the build errors, you'll soon
> discover that Terratec "forgot" to include the necessary firmware as
> well.  You can find it and some other hints in this thread:
> http://www.vdr-portal.de/board/thread.php?threadid=103040
>

At least I know more now, even if it doesn't help me. :-)
Thanks!
-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-26 17:35         ` Bjørn Mork
  2011-01-26 20:51           ` Torfinn Ingolfsen
@ 2011-01-29  0:22           ` Torfinn Ingolfsen
  2011-05-14 22:39             ` Torfinn Ingolfsen
  1 sibling, 1 reply; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-01-29  0:22 UTC (permalink / raw)
  To: linux-media

Update:

On Wed, Jan 26, 2011 at 6:35 PM, Bjørn Mork <bjorn@mork.no> wrote:
>
> Sure is.  But even if you get past the build errors, you'll soon
> discover that Terratec "forgot" to include the necessary firmware as
> well.  You can find it and some other hints in this thread:
> http://www.vdr-portal.de/board/thread.php?threadid=103040

I just installed yaVDR 0.3.0 on a machine and connected the TerraTec
H7 to it, in the hope that the necessary drivers was included with
yaVDR already (I'm not very good at reading german). Yes, I did copy
the firmware  to /lib/firmware first.
Unfortunately, it doesn't look like the drivers for H7 are included. I
have now posted a question on the vdr-portal.de forum, I'll post here
if it leads to anything.
-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: DVB driver for TerraTec H7 - how do I install them?
  2011-01-29  0:22           ` Torfinn Ingolfsen
@ 2011-05-14 22:39             ` Torfinn Ingolfsen
  0 siblings, 0 replies; 9+ messages in thread
From: Torfinn Ingolfsen @ 2011-05-14 22:39 UTC (permalink / raw)
  To: linux-media

Update:
There is a new / updated driver for the H7 over at TerraTec's site:
http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz

and this time, it includes instructions. Using these instructions and
Xubuntu 10.10 with this kernel:
tingo@vm:~$ uname -a
Linux vm 2.6.35-28-generic-pae #50-Ubuntu SMP Fri Mar 18 20:43:15 UTC
2011 i686 GNU/Linux

I was able to get the H7 recognized. From /var/log/messages:
May 14 23:59:26 vm kernel: [ 4226.560048] usb 1-2: new high speed USB
device using ehci_hcd and address 3
May 14 23:59:27 vm kernel: [ 4227.007366] az6007: henry :: az6007 usb
module init
May 14 23:59:27 vm kernel: [ 4227.007551] az6007: usb in operation failed. (-32)
May 14 23:59:27 vm kernel: [ 4227.007795] az6007: FW GET_VERSION length: -32
May 14 23:59:27 vm kernel: [ 4227.007796]
May 14 23:59:27 vm kernel: [ 4227.007798] az6007: cold: 1
May 14 23:59:27 vm kernel: [ 4227.007798]
May 14 23:59:27 vm kernel: [ 4227.007800] dvb-usb: found a 'TerraTec
DTV StarBox DVB-T/C USB2.0 (az6007)' in cold state, will try to load a
firmware
May 14 23:59:27 vm kernel: [ 4227.009825] dvb-usb: downloading
firmware from file 'dvb-usb-az6007-03.fw'
May 14 23:59:27 vm kernel: [ 4227.084577] dvb-usb: found a 'TerraTec
DTV StarBox DVB-T/C USB2.0 (az6007)' in warm state.
May 14 23:59:27 vm kernel: [ 4227.084674] dvb-usb: will pass the
complete MPEG2 transport stream to the software demuxer.
May 14 23:59:27 vm kernel: [ 4227.302655] DVB: registering new adapter
(TerraTec DTV StarBox DVB-T/C USB2.0 (az6007))
May 14 23:59:27 vm kernel: [ 4227.311991] dvb-usb: MAC address:
c2:cd:0c:a3:10:00
May 14 23:59:27 vm kernel: [ 4227.312475] az6007:
az6007_frontend_poweron adap=f34ee88c adap->dev=f34ee000
May 14 23:59:27 vm kernel: [ 4227.312478]
May 14 23:59:28 vm kernel: [ 4227.720338] az6007: az6007_frontend_poweron
May 14 23:59:28 vm kernel: [ 4227.720343]
May 14 23:59:28 vm kernel: [ 4227.720349] az6007:
az6007_frontend_reset adap=f34ee88c adap->dev=f34ee000
May 14 23:59:28 vm kernel: [ 4227.720352]
May 14 23:59:28 vm kernel: [ 4228.332027] az6007: reset az6007 frontend
May 14 23:59:28 vm kernel: [ 4228.332032]
May 14 23:59:28 vm kernel: [ 4228.332036] az6007: az6007_frontend_attach
May 14 23:59:28 vm kernel: [ 4228.332038]
May 14 23:59:28 vm kernel: [ 4228.332040] az6007: az6007_drxk3913_config_DVBT
May 14 23:59:28 vm kernel: [ 4228.332042]
May 14 23:59:28 vm kernel: [ 4228.332046] state->frontend.ops =
drxk3913_ops_dvbt
May 14 23:59:28 vm kernel: [ 4228.332053] mt2063_attach: Attaching MT2063
May 14 23:59:28 vm kernel: [ 4228.332057] az6007: found STB6100
DVB-C/DVB-T frontend @0xc0
May 14 23:59:28 vm kernel: [ 4228.332059]
May 14 23:59:28 vm kernel: [ 4228.332066] DVB: registering adapter 0
frontend 0 (DRXK3913 Multistandard DVB_T)...
May 14 23:59:28 vm kernel: [ 4228.332278] input: IR-receiver inside an
USB DVB receiver as
/devices/pci0000:00/0000:00:13.5/usb1/1-2/input/input4
May 14 23:59:28 vm kernel: [ 4228.332335] dvb-usb: schedule remote
query interval to 400 msecs.
May 14 23:59:28 vm kernel: [ 4228.332341] dvb-usb: TerraTec DTV
StarBox DVB-T/C USB2.0 (az6007) successfully initialized and
connected.
May 14 23:59:28 vm kernel: [ 4228.332385] usbcore: registered new
interface driver dvb_usb_az6007

Unfortunately, I am not able to test if the driver works just now,
because currently the driver only supports DVB-T, and I only have
DVB-C.
-- 
Regards,
Torfinn Ingolfsen

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-14 22:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-31 21:45 DVB driver for TerraTec H7 - how do I install them? Torfinn Ingolfsen
2011-01-11 19:47 ` Torfinn Ingolfsen
2011-01-25 23:29   ` Torfinn Ingolfsen
2011-01-25 23:55     ` Devin Heitmueller
2011-01-26  9:45       ` Torfinn Ingolfsen
2011-01-26 17:35         ` Bjørn Mork
2011-01-26 20:51           ` Torfinn Ingolfsen
2011-01-29  0:22           ` Torfinn Ingolfsen
2011-05-14 22:39             ` Torfinn Ingolfsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.