Linux

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Hauppauge WinTV Go2

    12 answers - 326 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Sun, 12 Nov 2006, tom wrote:
    i opened a thread in ubuntu forum, but till now no answer, could
    somebody please advise me in the right direction?
    Are you sure the tuner = 50? Because the last time I checked the card the
    only way to get the tuner working was hardcoding 56 in the module source.
    Stefan
  • No.1 | | 801 bytes | |

    Hi Stefan,

    no im not sure :-)
    i gues it should be 56 as you said, i read here about harcoding this
    stuff in cx88-core.c and cx88-i2c.c but i've no idea how to do this
    under ubuntu edgy, i tought edgy has this fix :-(

    ok, if i hardcode this vaule in the source files, what comes next?
    Kernel recompile? modules compile?

    thanks for your help

    regards
    tom

    Am Sonntag, den 12.11.2006, 02:22 +0100 schrieb Stefan de Konink:
    Sun, 12 Nov 2006, tom wrote:

    i opened a thread in ubuntu forum, but till now no answer, could
    somebody please advise me in the right direction?

    Are you sure the tuner = 50? Because the last time I checked the card the
    only way to get the tuner working was hardcoding 56 in the module source.

    Stefan
  • No.2 | | 491 bytes | |

    Stefan,

    did you mean hardcoding like descriped in this post?

    regards
    tom

    Am Sonntag, den 12.11.2006, 02:22 +0100 schrieb Stefan de Konink:
    Sun, 12 Nov 2006, tom wrote:

    i opened a thread in ubuntu forum, but till now no answer, could
    somebody please advise me in the right direction?

    Are you sure the tuner = 50? Because the last time I checked the card the
    only way to get the tuner working was hardcoding 56 in the module source.

    Stefan
  • No.3 | | 792 bytes | |

    tom wrote:
    no im not sure :-)
    i gues it should be 56 as you said, i read here about harcoding this
    stuff in cx88-core.c and cx88-i2c.c but i've no idea how to do this
    under ubuntu edgy, i tought edgy has this fix :-(

    ok, if i hardcode this vaule in the source files, what comes next?
    Kernel recompile? modules compile?

    Modules compile, if it is the same kernel. The thing I did was just
    check out the hg sources of V4L and compiled them a few times. Gives you
    the latest development and no kernel pain ;)

    core->tuner_type = 56; (line: 1156 of core)
    tun_setup.type = 56; (line: 132 of i2c)

    The only 'issue' I had was the tuner starts with NTSC instead of PAL-BG.
    But that is easy solvable, isn't it?

    Stefan
  • No.4 | | 173 bytes | |

    tom wrote:
    did you mean hardcoding like descriped in this post?
    Yes, but is is easyer now as I just mailed, that is the only thing
    you need to do.
    Stefan
  • No.5 | | 491 bytes | |

    ok, so i've get the newest modules or are they in edgy new enough?

    hmm i'm a v4l newbie so im not sure howe easy it is to change from ntsc
    to pal, maybee with v4lctl setnorm?

    many thanks for you're help
    tom

    Am Sonntag, den 12.11.2006, 02:53 +0100 schrieb Stefan de Konink:
    tom wrote:
    did you mean hardcoding like descriped in this post?

    Yes, but is is easyer now as I just mailed, that is the only thing
    you need to do.

    Stefan
  • No.6 | | 282 bytes | |

    btw my edgy has kernel 2.6.17-10
    Am Sonntag, den 12.11.2006, 02:53 +0100 schrieb Stefan de Konink:
    tom wrote:
    did you mean hardcoding like descriped in this post?
    Yes, but is is easyer now as I just mailed, that is the only thing
    you need to do.
    Stefan
  • No.7 | | 1272 bytes | |

    ok found these 2 lines in my sources

    cx88-core.ccore->tuner_type = is on line 1107

    and

    cx88-i2c.ctun setup_type = on line 115

    changed them to value 56

    now, sorry stupid question how can i compile modules only without kernel
    recompile?

    and, is there any need for special tweaking in my /etc/modprobe.d/ after
    hardcoding these values?

    regards
    tom

    Am Sonntag, den 12.11.2006, 02:51 +0100 schrieb Stefan de Konink:
    tom wrote:
    no im not sure :-)
    i gues it should be 56 as you said, i read here about harcoding this
    stuff in cx88-core.c and cx88-i2c.c but i've no idea how to do this
    under ubuntu edgy, i tought edgy has this fix :-(

    ok, if i hardcode this vaule in the source files, what comes next?
    Kernel recompile? modules compile?

    Modules compile, if it is the same kernel. The thing I did was just
    check out the hg sources of V4L and compiled them a few times. Gives you
    the latest development and no kernel pain ;)

    core->tuner_type = 56; (line: 1156 of core)
    tun_setup.type = 56; (line: 132 of i2c)

    The only 'issue' I had was the tuner starts with NTSC instead of PAL-BG.
    But that is easy solvable, isn't it?

    Stefan
  • No.8 | | 1154 bytes | |

    ok, i've downloaded the following package
    v4l-dvb-f48b072c5676.tar.bz2

    followed the instructions on the website:
    How to build the v4l-dvb kernel modules

    now my log looks like this in the attachement cx88xx.txt
    made with dmesg | grep -iE "cx|tv|tun" cx88xx.txt

    Am Sonntag, den 12.11.2006, 02:51 +0100 schrieb Stefan de Konink:
    tom wrote:
    no im not sure :-)
    i gues it should be 56 as you said, i read here about harcoding this
    stuff in cx88-core.c and cx88-i2c.c but i've no idea how to do this
    under ubuntu edgy, i tought edgy has this fix :-(

    ok, if i hardcode this vaule in the source files, what comes next?
    Kernel recompile? modules compile?

    Modules compile, if it is the same kernel. The thing I did was just
    check out the hg sources of V4L and compiled them a few times. Gives you
    the latest development and no kernel pain ;)

    core->tuner_type = 56; (line: 1156 of core)
    tun_setup.type = 56; (line: 132 of i2c)

    The only 'issue' I had was the tuner starts with NTSC instead of PAL-BG.
    But that is easy solvable, isn't it?

    Stefan
  • No.9 | | 1013 bytes | |

    Hi Stefan,

    let me say thank you for your help

    i downloaded v4l-dvb-5375ca4bb13b and made a make and sudo make install

    in /etc/modules
    tda9887
    cx88xx

    in /etc/modprobe.d/tvtuner
    # i2c
    alias char-major-89 i2c-dev
    options i2c-algo-bit bit_test=1
    # card
    alias char-major-81 videodev
    alias char-major-81-0 cx8800

    i attached a message.txt where you see my /var/log/message output

    and a hw.txt where the output of scantv -hwscan is

    aber a reboot i started zapping and tried to scan and ups what's this it
    works :-)

    so where should i report this and which file / output should i provide
    that support for this card comes out of the box :-)

    many thansk and best regards
    tom

    Am Sonntag, den 12.11.2006, 02:53 +0100 schrieb Stefan de Konink:
    tom wrote:
    did you mean hardcoding like descriped in this post?

    Yes, but is is easyer now as I just mailed, that is the only thing
    you need to do.

    Stefan
  • No.10 | | 848 bytes | |

    Hi Stefan,

    let me say thank you for your help

    Your welcome!

    i downloaded v4l-dvb-5375ca4bb13b and made a make and sudo make install

    in /etc/modules
    tda9887
    cx88xx

    in /etc/modprobe.d/tvtuner
    # i2c
    alias char-major-89 i2c-dev
    options i2c-algo-bit bit_test=1
    # card
    alias char-major-81 videodev
    alias char-major-81-0 cx8800
    --
    i attached a message.txt where you see my /var/log/message output

    and a hw.txt where the output of scantv -hwscan is

    aber a reboot i started zapping and tried to scan and ups what's this it
    works :-)
    --
    so where should i report this and which file / output should i provide
    that support for this card comes out of the box :-)

    What I suggest: write your experiences on the V4L Wiki page.

    %28cx2388x%29

    Stefan
  • No.11 | | 1281 bytes | |

    Am Montag, den 13.11.2006, 00:54 +0100 schrieb Stefan de Konink:
    Hi Stefan,

    let me say thank you for your help

    Your welcome!

    i downloaded v4l-dvb-5375ca4bb13b and made a make and sudo make install

    in /etc/modules
    tda9887
    cx88xx

    in /etc/modprobe.d/tvtuner
    # i2c
    alias char-major-89 i2c-dev
    options i2c-algo-bit bit_test=1
    # card
    alias char-major-81 videodev
    alias char-major-81-0 cx8800
    --
    i attached a message.txt where you see my /var/log/message output

    and a hw.txt where the output of scantv -hwscan is

    aber a reboot i started zapping and tried to scan and ups what's this it
    works :-)
    --
    so where should i report this and which file / output should i provide
    that support for this card comes out of the box :-)

    What I suggest: write your experiences on the V4L Wiki page.

    %28cx2388x%29

    Stefan

    Hi,

    that it works now is no wonder.

    There were two new tuners found initially on the G so far.
    The TCL 2002MI 3 was added in this round.
    ;node=8b01ccd1620e;style=gitweb

    The idx 113 Hans added in June this year.
    ;style=gitweb

    Report only tuners still not detected with current v4l-dvb mercurial.

    Cheers,
    Hermann
  • No.12 | | 1347 bytes | |

    Am Montag, den 13.11.2006, 02:16 +0100 schrieb hermann pitton:
    Am Montag, den 13.11.2006, 00:54 +0100 schrieb Stefan de Konink:
    Hi Stefan,

    let me say thank you for your help

    Your welcome!

    i downloaded v4l-dvb-5375ca4bb13b and made a make and sudo make install

    in /etc/modules
    tda9887
    cx88xx

    in /etc/modprobe.d/tvtuner
    # i2c
    alias char-major-89 i2c-dev
    options i2c-algo-bit bit_test=1
    # card
    alias char-major-81 videodev
    alias char-major-81-0 cx8800
    --
    i attached a message.txt where you see my /var/log/message output

    and a hw.txt where the output of scantv -hwscan is

    aber a reboot i started zapping and tried to scan and ups what's this it
    works :-)
    --
    so where should i report this and which file / output should i provide
    that support for this card comes out of the box :-)

    What I suggest: write your experiences on the V4L Wiki page.

    %28cx2388x%29

    Stefan

    Hi,

    that it works now is no wonder.

    There were two new tuners found initially on the G so far.
    The TCL 2002MI 3 was added in this round.
    ;node=8b01ccd1620e;style=gitweb

    The idx 113 Hans added in June this year.
    ;style=gitweb

    Report only tuners still not detected with current v4l-dvb mercurial.

    Cheers,
    Hermann

Re: Hauppauge WinTV Go2


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Linux"

EMSDN.COM