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

Haupauge WinTv Primio FM problems
http://forum.linhes.org/viewtopic.php?f=2&t=12803
Page 1 of 1

Author:  supergong [ Fri Dec 01, 2006 10:41 am ]
Post subject:  Haupauge WinTv Primio FM problems

hello,

iam having problems getting my second card a wintv primio fm model 34614 to work properly....since iam not a linux expert i could use some help from u guys plz:

here are some logs:

Code:
root@majestix:~# dmesg |grep cx88
CORE cx88[0]: subsystem: 0070:3400, board: Hauppauge WinTV 34xxx models [card=1,autodetected]
tuner 3-0061: chip found @ 0xc2 (cx88[0])
cx88[0]: warning: unknown hauppauge model #34614
cx88[0]: hauppauge eeprom: model=34614
input: cx88 IR (Hauppauge WinTV 34xxx  as /class/input/input2
cx88[0]/0: found at 0000:01:09.0, rev: 3, irq: 20, latency: 32, mmio: 0xdf000000
cx88[0]/0: registered device video1 [v4l2]
cx88[0]/0: registered device vbi1
cx88[0]/0: registered device radio0
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards


a cat /var/log/messages|grep cx88
Code:
Dec  1 16:59:31 majestix kernel: CORE cx88[0]: subsystem: 0070:3400, board: Hauppauge WinTV 34xxx models [card=1,autodetected]
Dec  1 16:59:31 majestix kernel: tuner 3-0061: chip found @ 0xc2 (cx88[0])
Dec  1 16:59:31 majestix kernel: cx88[0]: warning: unknown hauppauge model #34614
Dec  1 16:59:31 majestix kernel: cx88[0]: hauppauge eeprom: model=34614
Dec  1 16:59:31 majestix kernel: input: cx88 IR (Hauppauge WinTV 34xxx  as /class/input/input2
Dec  1 16:59:32 majestix kernel: cx88[0]/0: found at 0000:01:09.0, rev: 3, irq: 20, latency: 32, mmio: 0xdf000000
Dec  1 16:59:32 majestix kernel: cx88[0]/0: registered device video1 [v4l2]
Dec  1 16:59:32 majestix kernel: cx88[0]/0: registered device vbi1
Dec  1 16:59:32 majestix kernel: cx88[0]/0: registered device radio0
Dec  1 16:59:47 majestix pci.agent[4942]:      cx8800: already loaded
Dec  1 16:59:48 majestix kernel: cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
Dec  1 16:59:48 majestix pci.agent[4970]:      cx88-alsa: loaded successfully


a cat /var/log/messages|grep tuner:
Code:
Dec  1 16:59:31 majestix kernel: TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe
Dec  1 16:59:31 majestix kernel: tuner 3-0061: chip found @ 0xc2 (cx88[0])
Dec  1 16:59:31 majestix kernel: tveeprom 3-0050: tuner model is LG TP18PSB01D (idx 47, type 28)
Dec  1 16:59:32 majestix kernel: tuner 3-0061: tuner type not set
Dec  1 16:59:54 majestix kernel: tuner 3-0061: tuner type not set

I would like to set the right tuner and card somewhere but dont know where the right modules.conf ...or something is located.
I know the tuner is a LG type=28 and msp3425 type=15. The card is autodetected as card=1 for card 34xxx haupage cards....seems that the system knows the tuner and the types but dont sets them......
And can somebody tell me for what the 3-0061 or 3-0050 stands for??
So since iam a linux noob where do i have to make changes.......
BTW: my first card is a wintv go bttv card that already works! And iam using R5D1!
Thx for any help, if you want additonal info or logs plz tell me...
Supergong

Author:  supergong [ Fri Dec 01, 2006 2:51 pm ]
Post subject: 

Anyone know where to put my:

options tuner type=28
options msp type=15

for conexant23881 cause i dont know if the cx2388x family belongs to the bttv..or is it simply the /etc/mythv/modules/bttv1 where i should add this ....i tried it there but i still get the:

tuner 3-0061:tuner type not set

message

I searched the forum and the wiki but i cant find any info...
Thx for getting any help in advance....
Supergong

Author:  cesman [ Fri Dec 01, 2006 3:44 pm ]
Post subject: 

/etc/mythv/modules/bttv

Author:  supergong [ Fri Dec 01, 2006 5:22 pm ]
Post subject: 

Quote:
/etc/mythv/modules/bttv


Also for the second card???I thougt that bttv0 is for the first and bttv1 is for the second card....but i will try and add the options in /etc/mythtv/modules/bttv!
Thx for your reply!
Supergong

Edit: Tried the following options in /etc/mythtv/modules/bttv and /etc/mythtv/modules/bttv1:

options tuner type=28
options msp type=15

But no difference to my first post....Is the cx2388 really configured in bttv??? Cause my first card a Bt878 is mentioned in dmesg-output as
bttv0:
and my wintv primio fm as
cx88[0]:
See my first post...
Dont know what to do now....plz help a noob!
Thx
Supergong

Author:  cesman [ Fri Dec 01, 2006 6:18 pm ]
Post subject: 

options tuner=card1,card2
options msp=0,15

Do you get the idea?

Author:  supergong [ Sun Dec 03, 2006 5:09 pm ]
Post subject: 

Quote:
options tuner=card1,card2
options msp=0,15

Do you get the idea?


i got the idea, thx , and it works but only if i manually remove and add the tuner-module after boot:
Code:
modprobe -r tuner
modprobe tuner


after that its working to some point....nice picture(way better than my wintv-go, tuner is set to 28 ),nice sound (have to use cable) and cant figure out why i cant tune to higher channels....the first 15 channels are working ...perhaps i have done something wrong in mythtv-setup! Dont know if the cx88-alsa is working cause I dont know how to setup the card to use the cx88-alsa-device for audio instead of the cable, or if that works at all.....but i feel like getting there......need some more reading in this very helpful forum!
Thx
Supergong

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