[EMAIL PROTECTED]:~# /usr/local/sbin/i2cdetect -f 3
Error: Could not open file `/dev/i2c-3' or `/dev/i2c/3': No such file or directory
[EMAIL PROTECTED]:~# ll /dev/i2c*
ls: /dev/i2c*: No such file or directory


Keith C wrote:
On Jan 26, 2006, at 12:51 PM, Richard Bronosky wrote:

the whole reason I included those probe attempts was to figure out how to probe.  I've heard many people say to do things similar to what you said (result below)  But is seems that the -y and -a command line switches are not valid.

[EMAIL PROTECTED]:~# /usr/local/sbin/i2cdetect -y -a 3
Error: I2CBUS argument not a number!
Syntax: i2cdetect [-f] [-q|-r] I2CBUS [FIRST LAST]
  I2CBUS is an integer
  With -f, scans all addresses (NOT RECOMMENDED)
  With -q, uses only quick write commands for probing (NOT RECOMMENDED)
  With -r, uses only read byte commands for probing (NOT RECOMMENDED)
  If provided, FIRST and LAST limit the probing range.
  i2cdetect -l lists installed busses only
Error: No I2C busses found!
Be sure you have done 'modprobe i2c-dev'
and also modprobed your i2c bus drivers


Strange, might be an old i2cdetect or something.  Looks like your version want to use :
i2cdetect -f 3

Keith C


Keith C wrote:
On Jan 26, 2006, at 11:55 AM, Richard Bronosky wrote:

I need help analyzing PVR-500 logs.

I don't know why I'm not getting any attention on this one.  Seems like
the thing people jump on.  I think I sent it from the wrong account and
it got filtered, so forgive me if this is a double post.

The second tuner on my PVR-500 is not working.

I am using KnoppMyth R5A26.  I manually loaded the firmware following http://ivtvdriver.org/index.php/Firmware  But, I still get the same results.

I'm concerned that I might have what many are calling a "half dead PVR-500".  How can I verify this with a Windows machine?

Logs can be found here: http://bronosky.com/pub/sess.txt  Let me know if
anything is missing.


First, remove this from modprobe :

#options ivtv debug=1
#options tuner type=2
options msp3400 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115;  /sbin/modprobe --ignore-install  ivtv
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner

None of this is needed and might be detrimental.  Next, you'll probably want to upgrade to the 0.4.2 release.

The way you ran i2cdetect was not useful in your logs.  You might have a bad second tuner (the cx25840 is looking at 0x44).  I think the correct syntax to probe your second tuner would be :

/usr/local/sbin/i2cdetect -y -a 3

Keith C

_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users

-- 
Thank you for your time,
--==<< R i c h a r d   B r o n o s k y >>==--

Before posting to a mailing list I check the following locations:
	http://mysettopbox.tv/phpBB2/
	http://ivtvdriver.org/
	http://www.gossamer-threads.com/lists/mythtv/users/
	http://www.gossamer-threads.com/lists/ivtv/devel/
	http://www.gossamer-threads.com/lists/ivtv/users/
	http://knoppmythwiki.org/
I may have missed the answer there, in which case, please point out the article to me, but don't say "check forum X."

Nearly all viruses and spyware are designed to use Microsoft internet products.  Protect yourself by avoiding Internet Explorer & Outlook/Outlook Express.
_______________________________________________
ivtv-users mailing list


_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users

-- 
Thank you for your time,
--==<< R i c h a r d   B r o n o s k y >>==--

Before posting to a mailing list I check the following locations:
	http://mysettopbox.tv/phpBB2/
	http://ivtvdriver.org/
	http://www.gossamer-threads.com/lists/mythtv/users/
	http://www.gossamer-threads.com/lists/ivtv/devel/
	http://www.gossamer-threads.com/lists/ivtv/users/
	http://knoppmythwiki.org/
I may have missed the answer there, in which case, please point out the article to me, but don't say "check forum X."

Nearly all viruses and spyware are designed to use Microsoft internet products.  Protect yourself by avoiding Internet Explorer & Outlook/Outlook Express.
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to