Re: [linux-dvb] Trying to setup PCTV HD Card 800i

2008-03-12 Thread Brandon Rader
Alright, here is the new dmesg output http://pastebin.com/m35d1137d.

Brandon

On Tue, Mar 11, 2008 at 8:11 AM, Chaogui Zhang [EMAIL PROTECTED] wrote:

 On Tue, Mar 11, 2008 at 3:36 AM, Brandon Rader [EMAIL PROTECTED]
 wrote:
  I tried the different repo that you suggested, and get the same error.
  Here
  is my new dmesg output http://pastebin.com/m4d43d4ef
 
  Brandon
 
 

 Please do not drop the list from the cc. Use the reply to all
 function of your email client instead of just reply.

 It seems the i2c bus is not working the way it should. Can you try the
 following? (With the current v4l-dvb tree)

 First, unload all the modules related to your card (cx88-*, s5h1409,
 xc5000).
 Then, load cx88xx with options i2c_debug=1 and i2c_scan=1
 Post the relevant dmesg output to the list.

 --
 Chaogui Zhang

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

Re: [linux-dvb] Trying to setup PCTV HD Card 800i

2008-03-11 Thread Chaogui Zhang
On Tue, Mar 11, 2008 at 3:36 AM, Brandon Rader [EMAIL PROTECTED] wrote:
 I tried the different repo that you suggested, and get the same error.  Here
 is my new dmesg output http://pastebin.com/m4d43d4ef

 Brandon



Please do not drop the list from the cc. Use the reply to all
function of your email client instead of just reply.

It seems the i2c bus is not working the way it should. Can you try the
following? (With the current v4l-dvb tree)

First, unload all the modules related to your card (cx88-*, s5h1409, xc5000).
Then, load cx88xx with options i2c_debug=1 and i2c_scan=1
Post the relevant dmesg output to the list.

-- 
Chaogui Zhang

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


Re: [linux-dvb] Trying to setup PCTV HD Card 800i

2008-03-09 Thread Chaogui Zhang
On Sun, Mar 9, 2008 at 1:31 AM, Brandon Rader [EMAIL PROTECTED] wrote:
 On Sat, Mar 8, 2008 at 8:50 PM, Chaogui Zhang [EMAIL PROTECTED] wrote:



  On Fri, Mar 7, 2008 at 1:18 AM, Brandon Rader [EMAIL PROTECTED]
   wrote:
Hello,
   
 I bought the PCTV HD 800i tuner from woot.com, and waited until drivers
   had
 been developed for it. I followed the guide from
 LinuxTV
   http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Card_%28800i%29
 .
   
 My dmesg and lspci outputs are below. The dmesg output has some errors
   in
 it, and the lspci looks like it is an entry short compared to some of
   the
 other lspci outputs I've seen for this card. When I try to modprobe
 cx88_dvb:
   
 $ sudo modprobe cx88_dvb
 FATAL: Error inserting cx88_dvb
 (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/cx88/cx88-
   dvb.ko):
 No such device
   
 lspci output:
 lspci | grep -i cx
 06:07.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video
   and
 Audio Decoder [MPEG Port] (rev 05)
 06:07.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and
   Audio
 Decoder [Audio Port] (rev 05)
   
 dmesg output:
 dmesg | grep -i cx
snipped
  
   Did you reboot after installing the new driver? If not, try that first.
   If you did reboot and got the error, can you paste your *complete*
   dmesg output to http://pastebin.com and post the generated link here?
  
   BTW, I added cc to the linux-dvb list, which is the more appropriate place
   for your question.
  
   --
   Chaogui Zhang
  



  I did restart after installing it.  Here is the link to my dmesg output:
  http://pastebin.com/m19aa6aa4


A couple of strange things showed up in the dmesg output:

1. The i2c bus seems somehow corrupted, as suggested by the repeated
i2c read error and the tveeprom read error
2. The xc5000 driver was never loaded, probably due to the i2c read problems.

At the moment, I don't know what might have gone wrong. Can you try to
use the following repo instead and see what happens?

http://linuxtv.org/hg/~stoth/v4l-dvb/

This is not the most up to date code, but contains most that are
needed for the 800i. I suspect some recent patch might have introduced
minor bugs for the i2c bus. If the above repo proves to be working for
you, then we can start looking at what caused the i2c problem.

-- 
Chaogui Zhang

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


Re: [linux-dvb] Trying to setup PCTV HD Card 800i

2008-03-08 Thread Chaogui Zhang
On Fri, Mar 7, 2008 at 1:18 AM, Brandon Rader [EMAIL PROTECTED] wrote:
 Hello,

  I bought the PCTV HD 800i tuner from woot.com, and waited until drivers had
  been developed for it. I followed the guide from
  
 LinuxTVhttp://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Card_%28800i%29
  .

  My dmesg and lspci outputs are below. The dmesg output has some errors in
  it, and the lspci looks like it is an entry short compared to some of the
  other lspci outputs I've seen for this card. When I try to modprobe
  cx88_dvb:

  $ sudo modprobe cx88_dvb
  FATAL: Error inserting cx88_dvb
  (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/cx88/cx88-dvb.ko):
  No such device

  lspci output:
  lspci | grep -i cx
  06:07.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and
  Audio Decoder [MPEG Port] (rev 05)
  06:07.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio
  Decoder [Audio Port] (rev 05)

  dmesg output:
  dmesg | grep -i cx
 snipped

Did you reboot after installing the new driver? If not, try that first.
If you did reboot and got the error, can you paste your *complete*
dmesg output to http://pastebin.com and post the generated link here?

BTW, I added cc to the linux-dvb list, which is the more appropriate place
for your question.

-- 
Chaogui Zhang

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