[linux-dvb] Re: Problem: dib7000m don't know my vendor

2006-10-18 Thread Christian Timmer
Am Mittwoch, den 18.10.2006, 09:39 +0200 schrieb Patrick Boettcher:
 Hi,
 
 On Tue, 17 Oct 2006, Christian Timmer wrote:
  Am Dienstag, den 17.10.2006, 14:54 +0200 schrieb Patrick Boettcher:
   Hi,
   
   in my repository (http://linuxtv.org/hg/~pb/v4l-dvb) I just committed a
   first working version of the dib7000m/p-driver along with some
   modifications in the dib0700-driver.
   
   I tested with a first generation Nova-T stick - it works (AverMedia is
   identical). There is a chance that someone has the newer version of those
   devices - it contains a different version of the DiB7000 - I will try to
   release this one as soon as possible.
   
   Please load the dib7000m-driver with debug=1 in case it does not work and 
   reply to this Email but change the subject (like: Problem (was: DiB7000M 
   ...) - success reports (Yes I want them as well) can be replied without 
   changing the subject.
   
   good luck,
   Patrick.
  Hi,
  
  I've just checked out Patrick's repository and give the (new)
  dib7000m-driver a first try. Kernel is 2.6.17-686 (ubuntu edgy). The
  dvb-adapter is a hauppauge wintv nova t usb2. This is what lsusb says: 
  
  Bus 004 Device 003: ID 2040:7050 Hauppauge
  
  And now the syslog:
  
  [17179761.14] usb 4-2: new high speed USB device using ehci_hcd and
  address 3
  [17179761.272000] usb 4-2: configuration #1 chosen from 1 choice
  [17179761.504000] dib0700: loaded with support for 2 different
  device-types
  [17179761.504000] dvb-usb: found a 'Hauppauge Nova-T Stick' in cold
  state, will try to load a firmware
  [17179761.512000] dvb-usb: downloading firmware from file
  'dvb-usb-dib0700-01.fw'
  [17179761.696000] dib0700: firmware started successfully.
  [17179761.80] dvb-usb: found a 'Hauppauge Nova-T Stick' in warm
  state.
  [17179761.80] dvb-usb: will pass the complete MPEG2 transport stream
  to the software demuxer.
  [17179761.80] DVB: registering new adapter (Hauppauge Nova-T Stick).
  [17179761.864000] DiB7000M:-E-  DiB7000M: wrong Vendor ID (read=0x0)
  [17179761.864000] dvb-usb: no frontend was attached by 'Hauppauge Nova-T
  Stick'
  [17179761.864000] dvb-usb: Hauppauge Nova-T Stick successfully
  initialized and connected.
  [17179761.864000] usbcore: registered new driver dvb_usb_dib0700
 
 Can you simply try to replug the device two or three times?
 
 Patrick.

Hi,

I just replugged the device approximately six or seven times with small
differences to the prior posted syslog.

[17181017.824000] usb 4-2: new high speed USB device using ehci_hcd and
address 9
[17181017.956000] usb 4-2: configuration #1 chosen from 1 choice
[17181017.956000] dvb-usb: found a 'Hauppauge Nova-T Stick' in cold
state, will try to load a firmware
[17181017.992000] dvb-usb: downloading firmware from file
'dvb-usb-dib0700-01.fw'
[17181018.168000] dib0700: firmware started successfully.
[17181018.272000] dvb-usb: found a 'Hauppauge Nova-T Stick' in warm
state.
[17181018.272000] dvb-usb: will pass the complete MPEG2 transport stream
to the software demuxer.
[17181018.272000] DVB: registering new adapter (Hauppauge Nova-T Stick).
[17181018.336000] DiB7000M:-E-  DiB7000M: wrong Vendor ID (read=0x0)
[17181018.336000] dvb-usb: no frontend was attached by 'Hauppauge Nova-T
Stick'
[17181018.336000] dvb-usb: Hauppauge Nova-T Stick successfully
initialized and connected.

This row is missing: 
dib0700: loaded with support for 2 different device-types

and the last one is new:
dvb-usb: Hauppauge Nova-T Stick successfully initialized and connected.


Christian


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Re: Problem: dib7000m don't know my vendor

2006-10-18 Thread Christian Timmer
Hi Patrick,

I've just give it a try with your latest commitments.

[17180201.616000] usb 4-2: new high speed USB device using ehci_hcd and
address 3
[17180201.748000] usb 4-2: configuration #1 chosen from 1 choice
[17180201.952000] dvb_usb_dib0700: Unknown symbol
dib7000p_get_i2c_master
[17180201.952000] dvb_usb_dib0700: Unknown symbol dib7000pc_detection

Regards,

Christian


Am Mittwoch, den 18.10.2006, 14:00 +0200 schrieb Patrick Boettcher:
 I just committed something which fixes it for me.
 
 Patrick.
 
 On Wed, 18 Oct 2006, Thomas Pinz - DC2RPT wrote:
 
  Hi Patrick, 
  
  On Wednesday 18 October 2006 12:38, Thomas Pinz - DC2RPT wrote:
   After 3 times plugging/unplugging, the frontend is recognized.
  
   Tonight i'll send you a syslog.
  Just as further info... 
  
  I've the same problem with the Liteon/Toshiba stick with the Dib3000 / 
  MT2060 
  inside, also after some tries, the frontend was finaly found. 
  
  Kind Regards, 
  
  Thomas
  
  ___
  linux-dvb mailing list
  linux-dvb@linuxtv.org
  http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Re: Problem: dib7000m don't know my vendor

2006-10-18 Thread Christian Timmer
Am Mittwoch, den 18.10.2006, 17:52 +0200 schrieb Patrick Boettcher:
 On Wed, 18 Oct 2006, Christian Timmer wrote:
 
  Hi Patrick,
  
  I've just give it a try with your latest commitments.
  
  [17180201.616000] usb 4-2: new high speed USB device using ehci_hcd and
  address 3
  [17180201.748000] usb 4-2: configuration #1 chosen from 1 choice
  [17180201.952000] dvb_usb_dib0700: Unknown symbol
  dib7000p_get_i2c_master
  [17180201.952000] dvb_usb_dib0700: Unknown symbol dib7000pc_detection
 
 You have to load also the dib7000p-module. It is automatic in case you 
 made make install - otherwise you need insmod.
 
 Patrick.
 
 --
   Mail: [EMAIL PROTECTED]
   WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/

Hi Patrick,

this looks so much better:

[17180432.352000] usb 4-3: new high speed USB device using ehci_hcd and
address 4
[17180432.484000] usb 4-3: configuration #1 chosen from 1 choice
[17180432.484000] dvb-usb: found a 'Hauppauge Nova-T Stick' in cold
state, will try to load a firmware
[17180432.604000] dvb-usb: downloading firmware from file
'dvb-usb-dib0700-01.fw'
[17180432.784000] dib0700: firmware started successfully.
[17180433.288000] dvb-usb: found a 'Hauppauge Nova-T Stick' in warm
state.
[17180433.288000] dvb-usb: will pass the complete MPEG2 transport stream
to the software demuxer.
[17180433.288000] DVB: registering new adapter (Hauppauge Nova-T Stick).
[17180433.48] DiB7000P:-D-  DiB7000PC not detected
[17180433.48] DiB7000M:-I-  found DiB7000MA/PA/MB/PB
[17180433.496000] DiB7000M:-D-  gpio dir: : gpio val: 0, gpio pwm
pos: 
[17180433.496000] DiB7000M:-I-  Setting output mode for demod c88f6000
to 0
[17180433.50] DiB7000M:-D-  Using default timf
[17180433.516000] DVB: registering frontend 0 (DiBcom
7000MA/MB/PA/PB/MC)...
[17180433.516000] MT2060: successfully identified (IF1 = 1220)
[17180433.98] dvb-usb: Hauppauge Nova-T Stick successfully
initialized and connected.


Thanks!

Christian


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Problem: dib7000m don't know my vendor

2006-10-17 Thread Christian Timmer
Am Dienstag, den 17.10.2006, 14:54 +0200 schrieb Patrick Boettcher:
 Hi,
 
 in my repository (http://linuxtv.org/hg/~pb/v4l-dvb) I just committed a
 first working version of the dib7000m/p-driver along with some
 modifications in the dib0700-driver.
 
 I tested with a first generation Nova-T stick - it works (AverMedia is
 identical). There is a chance that someone has the newer version of those
 devices - it contains a different version of the DiB7000 - I will try to
 release this one as soon as possible.
 
 Please load the dib7000m-driver with debug=1 in case it does not work and 
 reply to this Email but change the subject (like: Problem (was: DiB7000M 
 ...) - success reports (Yes I want them as well) can be replied without 
 changing the subject.
 
 good luck,
 Patrick.
 
 --
   Mail: [EMAIL PROTECTED]
   WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/
 
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Hi,

I've just checked out Patrick's repository and give the (new)
dib7000m-driver a first try. Kernel is 2.6.17-686 (ubuntu edgy). The
dvb-adapter is a hauppauge wintv nova t usb2. This is what lsusb says: 

Bus 004 Device 003: ID 2040:7050 Hauppauge

And now the syslog:

[17179761.14] usb 4-2: new high speed USB device using ehci_hcd and
address 3
[17179761.272000] usb 4-2: configuration #1 chosen from 1 choice
[17179761.504000] dib0700: loaded with support for 2 different
device-types
[17179761.504000] dvb-usb: found a 'Hauppauge Nova-T Stick' in cold
state, will try to load a firmware
[17179761.512000] dvb-usb: downloading firmware from file
'dvb-usb-dib0700-01.fw'
[17179761.696000] dib0700: firmware started successfully.
[17179761.80] dvb-usb: found a 'Hauppauge Nova-T Stick' in warm
state.
[17179761.80] dvb-usb: will pass the complete MPEG2 transport stream
to the software demuxer.
[17179761.80] DVB: registering new adapter (Hauppauge Nova-T Stick).
[17179761.864000] DiB7000M:-E-  DiB7000M: wrong Vendor ID (read=0x0)
[17179761.864000] dvb-usb: no frontend was attached by 'Hauppauge Nova-T
Stick'
[17179761.864000] dvb-usb: Hauppauge Nova-T Stick successfully
initialized and connected.
[17179761.864000] usbcore: registered new driver dvb_usb_dib0700


Christian


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] dib0700 with hauppauge wintv nova t usb2

2006-10-12 Thread Christian Timmer
Hi,

I've build latest sources from v4l-dvb and had also a try with this
patch: http://www.spinics.net/lists/linux-dvb/msg13250.html

The usb-id of my device is: 2040:7050
Ubuntu edgy with 2.6.17

My problem is that no frontend will be associated. The firmware is in
the right place and loaded.

Today there is a new problem. I updated with mercury v4l-dvb and now
that's what the kernel-log say's if I plug in the device:

[17186935.544000] usb 4-3: new high speed USB device using ehci_hcd and
address 5
[17186935.676000] usb 4-3: configuration #1 chosen from 1 choice
[17186935.98] dvb_usb_dib0700: Unknown symbol dvb_usb_get_hexline
[17186935.98] dvb_usb_dib0700: Unknown symbol
dib3000mc_i2c_enumeration
[17186935.98] dvb_usb_dib0700: Unknown symbol
dib3000mc_get_tuner_i2c_master
[17186935.98] dvb_usb_dib0700: disagrees about version of symbol
dvb_usb_device_init
[17186935.98] dvb_usb_dib0700: Unknown symbol dvb_usb_device_init
[17187355.388000] usb 4-3: USB disconnect, address 5
[17187520.688000] usb 4-3: new high speed USB device using ehci_hcd and
address 6
[17187520.82] usb 4-3: configuration #1 chosen from 1 choice
[17187521.044000] dvb_usb_dib0700: Unknown symbol dvb_usb_get_hexline
[17187521.044000] dvb_usb_dib0700: Unknown symbol
dib3000mc_i2c_enumeration
[17187521.044000] dvb_usb_dib0700: Unknown symbol
dib3000mc_get_tuner_i2c_master
[17187521.044000] dvb_usb_dib0700: disagrees about version of symbol
dvb_usb_device_init
[17187521.044000] dvb_usb_dib0700: Unknown symbol dvb_usb_device_init
[17187551.696000] usb 4-3: USB disconnect, address 6
[17187730.604000] usb 4-3: new high speed USB device using ehci_hcd and
address 7
[17187730.736000] usb 4-3: configuration #1 chosen from 1 choice
[17187731.064000] dvb_usb_dib0700: Unknown symbol dvb_usb_get_hexline
[17187731.068000] dvb_usb_dib0700: disagrees about version of symbol
dvb_usb_device_init
[17187731.068000] dvb_usb_dib0700: Unknown symbol dvb_usb_device_init
[17187752.036000] usb 4-3: USB disconnect, address 7
[17188248.464000] usb 4-3: new high speed USB device using ehci_hcd and
address 8
[17188248.596000] usb 4-3: configuration #1 chosen from 1 choice
[17188249.076000] dvb_usb_dib0700: Unknown symbol dvb_usb_get_hexline
[17188249.08] dvb_usb_dib0700: disagrees about version of symbol
dvb_usb_device_init
[17188249.08] dvb_usb_dib0700: Unknown symbol dvb_usb_device_init


Thanks!

Christian Timmer



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] dib0700 with hauppauge wintv nova t usb2

2006-10-12 Thread Christian Timmer
Am Donnerstag, den 12.10.2006, 09:01 -0400 schrieb Michael Krufky:
 Patrick Boettcher wrote:
  On Thu, 12 Oct 2006, [EMAIL PROTECTED] wrote:
 
  Today there is a new problem. I updated with mercury v4l-dvb and now
  that's what the kernel-log say's if I plug in the device:
  
  You probably mixed up older modules with newer modules and modules from 
  /lib/modules automatically loaded.
  
  [17186935.98] dvb_usb_dib0700: disagrees about version of symbol
  dvb_usb_device_init
 
 The easiest way to fix this is:
 
 make distclean  make  sudo make install
 
 -Mike
 
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Thanks for your answers! Fortunately the last problem is not a problem
any longer. A clean rebuild of the v4l-dvb tree did it.
 It seems though that I will have to wait for the dib7700p in order to
solve my main problem.

Thanks!


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb