View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: 2 bttv cards
PostPosted: Fri Apr 09, 2004 2:02 pm 
Offline
Joined: Mon Feb 16, 2004 7:06 pm
Posts: 309
Location: Toronto
Problem #1

In my current setup i have a TV Wonder Pro, to get it working i had to add

options bttv autoload=1 card=63 radio=0 pll=1 tuner=2

to my /etc/mythtv/modules/bttv file.

i recently got a TV wonder VE so i changed the

/etc/mythtv/modules/bttv0 to include
options bttv autoload=1 card=64 radio=0 pll=1 tuner=2

and the /etc/mythtv/modules/bttv1 to include
options bttv autoload=1 card=63 radio=0 pll=1 tuner=2

i know that this is right because the svideo is being detected on the TV Wonder Pro.

the problem is when the TV Wonder VE is loaded, the tuner=19 and i can't change channels or record because this card is the card that is used by default for live TV.

Here is the valid portion of /var/log/messages

Apr 9 15:27:36 mediabox kernel: bttv: driver version 0.7.104 loaded
Apr 9 15:27:36 mediabox kernel: bttv: using 4 buffers with 2080k (8320k total) for capture
Apr 9 15:27:36 mediabox kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Apr 9 15:27:36 mediabox kernel: bttv: Bt8xx card found (0).
Apr 9 15:27:36 mediabox kernel: PCI: Found IRQ 9 for device 00:0b.0
Apr 9 15:27:36 mediabox kernel: PCI: Sharing IRQ 9 with 00:0b.1
Apr 9 15:27:36 mediabox kernel: bttv0: Bt878 (rev 17) at 00:0b.0, irq: 9, latency: 32, mmio: 0xef000000
Apr 9 15:27:36 mediabox kernel: bttv0: detected: ATI TV Wonder/VE [card=64], PCI subsystem ID is 1002:0003
Apr 9 15:27:36 mediabox kernel: bttv0: using: BT878(ATI TV-Wonder) [card=63,insmod option]
Apr 9 15:27:36 mediabox kernel: i2c-core.o: adapter bt848 #0 registered as adapter 0.
Apr 9 15:27:36 mediabox kernel: bttv0: using tuner=2
Apr 9 15:27:36 mediabox kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
Apr 9 15:27:36 mediabox kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Apr 9 15:27:36 mediabox kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Apr 9 15:27:36 mediabox kernel: i2c-core.o: driver i2c TV tuner driver registered.
Apr 9 15:27:36 mediabox kernel: tuner: probing bt848 #0 i2c adapter [id=0x10005]
Apr 9 15:27:36 mediabox kernel: tuner: chip found @ 0xc0
Apr 9 15:27:36 mediabox kernel: tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
Apr 9 15:27:36 mediabox kernel: i2c-core.o: client [Philips NTSC (FI1236,FM1236 and ] registered to adapter [bt848 #0](pos. 0).
Apr 9 15:27:36 mediabox kernel: usb-uhci.c: interrupt, status 3, frame# 771
Apr 9 15:27:36 mediabox kernel: bttv0: PLL: 28636363 => 35468950 .bInterval=10
Apr 9 15:27:36 mediabox kernel: bttv0: registered device video0
Apr 9 15:27:36 mediabox kernel: bttv0: registered device vbi0
Apr 9 15:27:36 mediabox kernel: bttv: Bt8xx card found (1).
Apr 9 15:27:36 mediabox kernel: PCI: Found IRQ 10 for device 00:0e.0
Apr 9 15:27:36 mediabox kernel: PCI: Sharing IRQ 10 with 00:0e.1
Apr 9 15:27:36 mediabox kernel: bttv1: Bt878 (rev 17) at 00:0e.0, irq: 10, latency: 32, mmio: 0xee000000
Apr 9 15:27:36 mediabox kernel: bttv1: detected: ATI TV Wonder/VE [card=64], PCI subsystem ID is 1002:0003
Apr 9 15:27:36 mediabox kernel: bttv1: using: BT878(ATI TV-Wonder VE) [card=64,autodetected]
Apr 9 15:27:36 mediabox kernel: tuner: probing bt848 #1 i2c adapter [id=0x10005]
Apr 9 15:27:36 mediabox kernel: tuner: chip found @ 0xc0
Apr 9 15:27:36 mediabox kernel: i2c-core.o: client [(tuner unset)] registered to adapter [bt848 #1](pos. 0).
Apr 9 15:27:36 mediabox kernel: i2c-core.o: adapter bt848 #1 registered as adapter 1.
Apr 9 15:27:36 mediabox kernel: bttv1: using tuner=19
Apr 9 15:27:36 mediabox kernel: tuner: type set to 19 (Temic PAL* auto (4006 FN5))
Apr 9 15:27:36 mediabox kernel: bttv1: i2c: checking for TDA9875 @ 0xb0... not found
Apr 9 15:27:36 mediabox kernel: bttv1: i2c: checking for TDA7432 @ 0x8a... not found
Apr 9 15:27:36 mediabox kernel: bttv1: PLL: 28636363 => 35468950 .. ok
Apr 9 15:27:36 mediabox kernel: bttv1: registered device video1
Apr 9 15:27:36 mediabox kernel: bttv1: registered device vbi1


Problem #2

Both cards use external audio cables for the card to the sound card inputs.
Is it possible to use the mic input for sound??
and if so how do i do it?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 09, 2004 2:11 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You should make the change to:
/etc/mythtv/modules/bttv
It should look something like this:
options bttv autoload=1 card=63,64 radio=0 pll=1 tuner=2,2

You shouldn't change bttv0 or bttv1.

You'll need two soundcards or a tuner that supports btaudio.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 09, 2004 2:29 pm 
Offline
Joined: Mon Feb 16, 2004 7:06 pm
Posts: 309
Location: Toronto
According to
http://mysettopbox.tv/phpBB2/viewtopic. ... ht=modules

the Tv Wonder Pro supports btaudio, the setting are:

options btaudio rate=32000 dsp1=1 dsp2=2 mixer=1 debug=2
alias sound-slot-1 btaudio


what would i have to change to have the input be the microphone and will this affect the other tunercard being that they are configured in the same bttv file?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 09, 2004 3:14 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
If you use btaudio then you don't need the patch cord. Use aumix and select mic as source to record.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 09, 2004 3:36 pm 
Offline
Joined: Mon Feb 16, 2004 7:06 pm
Posts: 309
Location: Toronto
I got the Tuner cards detecting corectly, to do this i had to remove the lines

include /etc/mythtv/modules/bttv0
include /etc/mythtv/modules/bttv1

and add

include /etc/mythtv/modules/bttv

to /etc/modutils/Knoppmyth.

btaudio will not work for reasons of my own stupidity(lets not discuss this), so i put in a sblive 5.1 gamer i had lying around, it doesn't load automatically. after checking the loaded modules and seeing it wasn't there i loaded it manually with

insmod emu10k1

and i get

root@mediabox:/usr/src/linux # insmod emu10k1
Using /lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol sound_unload_mididev
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_hw_control
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_panning
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol ac97_probe_codec
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol sound_alloc_mididev
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_ioctl
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_start_note
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_kill_note
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol sequencer_init
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_devs
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_reset
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_aftertouch
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_close
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_set_instr
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_send_sysex
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_controller
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_bender
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol ac97_read_proc
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_open
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_setup_voice
/lib/modules/2.4.21-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol midi_synth_load_patch

any suggestions?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 09, 2004 4:07 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Assuming you are using 2 sound cards, someone has posted instructions on getting two cards to work. Please search the forum.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 12, 2004 9:02 am 
Offline
Joined: Mon Feb 16, 2004 7:06 pm
Posts: 309
Location: Toronto
After a little hassel getting 2 sound cards installed i finally have the alsa drivers working with my snd-82xx and snd-emu10k1 cards. But not matter what imput i choose for the sound sound on the second card (/dev/dsp1; /dev/dsp2 or /dev/dsp3) there is no sound on the second tuner card.

I've search high and low, i need some help!!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 12, 2004 9:41 am 
Offline
Joined: Fri Dec 26, 2003 2:25 pm
Posts: 244
Are you sure your capture device is selected? In alsamixer, key over to the slider you want and press the space bar on it. The top of the slider should now say 'CAPTR' or something similar. Also, make sure that the device is not muted. You should be able to access the second device using 'alsamixer -c 1'

I had problems getting my line in to work on the second card, but the mic worked fine. I think I might have a broken solder joint on my line in, but I've been too lazy to pull the card to check.


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 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