View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Dec 01, 2006 10:41 am 
Offline
Joined: Sat Feb 04, 2006 5:24 am
Posts: 7
Location: Germany
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


Last edited by supergong on Fri Dec 01, 2006 5:48 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 2:51 pm 
Offline
Joined: Sat Feb 04, 2006 5:24 am
Posts: 7
Location: Germany
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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 3:44 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
/etc/mythv/modules/bttv

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 5:22 pm 
Offline
Joined: Sat Feb 04, 2006 5:24 am
Posts: 7
Location: Germany
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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 6:18 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
options tuner=card1,card2
options msp=0,15

Do you get the idea?

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 03, 2006 5:09 pm 
Offline
Joined: Sat Feb 04, 2006 5:24 am
Posts: 7
Location: Germany
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


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu