LinHES Forums
http://forums.linhes.org/

NVIDIA MX4000 + Hauppauge WinTV 150, KnoppMyth R5A26
http://forums.linhes.org/viewtopic.php?f=9&t=7458
Page 1 of 1

Author:  so_ [ Tue Dec 20, 2005 3:30 pm ]
Post subject:  NVIDIA MX4000 + Hauppauge WinTV 150, KnoppMyth R5A26

Added this to videocard Device section in my /etc/X11/XF86Config-4
Code:
Option "NoLogo" "yes"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "NTSC-M"


Error:
Code:
cx25840 2-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
i2c_adapter i2c-2: sendbytes: error - bailout.
cx25840 2-0044: 333MHz i2c firmware load failed
cx25840 2-0044: firmware /lib/modules/HcwMakoA.ROM load failed


Added this to /etc/modprobe.d/ivtv and ran "update-modules"
Code:
options cx25840 fastfw=0


Error:
Code:
ivtv0 warning: ENC Stream 0 OVERFLOW #227304: Stealing a Buffer, 512 currently available


Added this to /etc/modprobe.d/ivtv and then ran "updates-modules"
Code:
options ivtv mpg_buffers=8 max_mpg_buffers=32


The rest of my changes had to do with adding a Network Everywhere WUSB11 wireless network adapter
http://www.qbik.ch/usb/devices/search_r ... ern=wusb11
http://at76c503a.berlios.de/distro_debian.html

and probing for the right remote code for my Starchoice receiver
http://mysettopbox.tv/phpBB2/viewtopic. ... ighlight=&
http://www.blushingpenguin.com/mark/blog/?p=19

Other than that, the Nvidia driver installation went smoothly, and the rest of my experience has been very positive with this newest version of Knoppmyth as lots of the code that needed to be patched in was done for me already.

I had problems with the weather autodetection putting "X" for my locale, I reset this to 90210 and it would bring up Hollywood's weather and then I set it to my locale.

Code:
root@mythtv:~# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 163 to server version: 4.0.22-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> connect mythconverg;
mysql> update settings set data = '90210' where value = 'locale';


Some other code that might be useful:
See your locate setting:
Code:
mysql> connect mythconverg;
mysql> select * from settings where value = 'locale';


Set my locate to Edmonton, Canada (which I set via the GUI)
Code:
mysql> connect mythconverg;
mysql> update settings set data = 'CAXX0126' where value = 'locale';

Author:  tjc [ Tue Dec 20, 2005 5:07 pm ]
Post subject: 

More hardware details please!!! These are supposed to be recommendations of specific hardware so people can use them as a model for their own systems.

Author:  so_ [ Tue Dec 20, 2005 5:16 pm ]
Post subject:  Hardware Details

What level of details would you like?

Donated system,
Celeron 1.0 Ghz
256 Mb Ram
Onboard sound

WD800 - Western Digital 8mb cache 80G harddrive
MSI MX4000-T64,64M DDR,S-TV_out
Hauppauge WinTV-PVR 150 model 1047 w/IR Blaster and Remote

Author:  tjc [ Tue Dec 20, 2005 6:47 pm ]
Post subject: 

My signature in the posting above is a fairly barebones example. Maker and model numbers for at least the motherboard and TV card(s) (Hauppauge PVR-150 model 1045 right?), preferably the video card too. We get lots of folks with "what is good hardware" or "will this hardware work" or even "how do I make this hardware work" questions and and best way to answer those is being able to point them to a posting like this with a working configuration.

Thanks!

Author:  so_ [ Wed Dec 21, 2005 12:48 am ]
Post subject:  Getting the remote to work without resetting/crashing

The remote/receiver would lock up from time to time and get reset in dmesg ...
Code:
i2c_adapter i2c-2: sendbytes: error - bailout.
lirc_pvr150: i2c_master_send failed with -14
lirc_pvr150: polling the IR receiver chip failed, trying reset
lirc_pvr150: i2c_master_send failed with -121
lirc_pvr150: polling the IR receiver chip failed, trying reset


Trying this fix for it:
http://www.blushingpenguin.com/mark/blog/?p=23
Code:
# svn co http://ivtvdriver.org/svn/ivtv/tags/0.4.0
# cd 0.4.0/driver
# wget -O i2c-0.4.0.patch http://ivtvdriver.org/trac/attachment/ticket/29/i2c-0.4.0.patch?format=raw
# patch -p0 < i2c-0.4.0.patch
# make && make install
# reboot

Author:  Archer [ Tue Dec 27, 2005 2:43 pm ]
Post subject: 

Thank you for the code. I saw the article, but was a little apprehensive to try it. It just looked complicated. I will have to try this tonight when I get home.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/