Mailing List Archive

Configure Bttv TV Card
I can not get my tuner bttv card to show up under the backend configuration of Mythtv. When I open Capture Cards nothing shows up beside Video device: or VBI device. I am not sure what VBI stands for or what hardware does that function. An audio device does show up though. My tv card shows up under harddrake (Mandrake 9.1 device manager). Any ideas, I am new to Linux so I am not that knowledgeable as to how devices are referred to under the /dev folder. My audio is set to /dev/dsp, but I do not see a dsp folder under /dev. For my audio I can choose from /dev/dsp, /dev/dspW, /dev/sound/dsp, /dev/sound/dspW. Which one do i choose? I have a sound blaster sound card. I know my sound card works I have played mp3 on this linux system using this sound card. Thank you for any help. Wesley


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
RE: Configure Bttv TV Card [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

type:

$ dmesg |grep bttv

and paste in the results here.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPqVXcvc1NpCTlP0JEQK5KQCfXzBKo2iVhhcSajZJ1SMZYgMxKEoAn3G9
SfThufyPHWMzEW7vjE8Wd2mP
=Xz40
-----END PGP SIGNATURE-----
RE: Configure Bttv TV Card [ In reply to ]
dmesg | grep bttv returned no results, but the card is shown under harddrake under TVcard and Multimedia device as bt878

Robert Kulagowski <rkulagowski@thrupoint.net> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

type:

$ dmesg |grep bttv

and paste in the results here.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use

iQA/AwUBPqVXcvc1NpCTlP0JEQK5KQCfXzBKo2iVhhcSajZJ1SMZYgMxKEoAn3G9
SfThufyPHWMzEW7vjE8Wd2mP
=Xz40
-----END PGP SIGNATURE-----

_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
RE: Configure Bttv TV Card [ In reply to ]
$ su
# modprobe bttv
# lsmod
# dmesg | grep bttv

paste in the results.
RE: Configure Bttv TV Card [ In reply to ]
Hi Wesley,

dmesg sometimes doesn't capture this stuff under mandrake.. try:
su -c 'cat /var/log/messages' | grep -i 'bttv'

and see if that returns anything.. you might also do:
su -c '/sbin/lsmod'

and see if you have bttv / videodev listed in there. Harddrake seems to
work based on what's in /proc/pci, not what's currently bound to a
kernel driver.

FYI.. /dev/vbi is the closed-caption device. :)

Cheers,
Aaron

-----Original Message-----
From: mythtv-users-bounces@snowman.net
[mailto:mythtv-users-bounces@snowman.net] On Behalf Of Wesley Belk
Sent: Tuesday, April 22, 2003 11:00 AM
To: Discussion about mythtv
Subject: RE: [mythtv-users] Configure Bttv TV Card


dmesg | grep bttv returned no results, but the card is shown under
harddrake under TVcard and Multimedia device as bt878

Robert Kulagowski <rkulagowski@thrupoint.net> wrote:


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

type:

$ dmesg |grep bttv

and paste in the results here.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use

iQA/AwUBPqVXcvc1NpCTlP0JEQK5KQCfXzBKo2iVhhcSajZJ1SMZYgMxKEoAn3G9
SfThufyPHWMzEW7vjE8Wd2mP
=Xz40
-----END PGP SIGNATURE-----

_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users




_____

Do you Yahoo!?
The New
<http://us.rd.yahoo.com/search/mailsig/*http://search.yahoo.com> Yahoo!
Search - Faster. Easier. Bingo.
RE: Configure Bttv TV Card [ In reply to ]
At 01:23 PM 4/22/2003 -0500, Robert Kulagowski wrote:
>$ su
># modprobe bttv
># lsmod
># dmesg | grep bttv
>
>paste in the results.

I suggest also
# lspci |grep video

Just to check that this is a bt848 or bt878 card (Wesley didn't actually
say, and he did emphasize his newness to Linux).
Re: Configure Bttv TV Card [ In reply to ]
Ray Olszewski wrote:
...
> I suggest also
> # lspci |grep video

Ray, I assumed that what Robert is looking for is that the
bttv.o kernel module got installed. "lspci" and the Mandrake
GUI can report that there is a card on the bus but that doesn't
mean that the driver is ready for the v4l devices to be probed.

-- bjm
Re: Configure Bttv TV Card [ In reply to ]
Wesley Belk wrote:
> I can not get my tuner bttv card to show up under the backend
> configuration of Mythtv. When I open Capture Cards nothing shows up
> beside Video device: or VBI device. I am not sure what VBI stands for
> or what hardware does that function. An audio device does show up
> though. My tv card shows up under harddrake (Mandrake 9.1 device
> manager). Any ideas, I am new to Linux so I am not that knowledgeable
> as to how devices are referred to under the /dev folder. My audio is
> set to /dev/dsp, but I do not see a dsp folder under /dev. For my audio
> I can choose from /dev/dsp, /dev/dspW, /dev/sound/dsp, /dev/sound/dspW.
> Which one do i choose? I have a sound blaster sound card. I know my
> sound card works I have played mp3 on this linux system using this sound
> card. Thank you for any help. Wesley

If your mp3s played okay it's probably the default "/dev/dsp".
However, there are probably a few other issues you are likely
to encounter before MythTV is running smoothly.

I'd suggest installing "xawtv" if it isn't installed already.
Running this is a good first step to seeing that you can get
realtime TV audio and video. Once xawtv works correctly, the
next step is to make sure you can record and playback audio.

http://www.mythtv.org/docs/mythtv-HOWTO-18.html#ss18.11

Once these details are worked out, you will have a much easier
time getting started.

-- bjm
Re: Configure Bttv TV Card [ In reply to ]
At 01:35 PM 4/22/2003 -0700, Bruce Markey wrote:
>Ray Olszewski wrote:
>...
>>I suggest also
>> # lspci |grep video
>
>Ray, I assumed that what Robert is looking for is that the
>bttv.o kernel module got installed. "lspci" and the Mandrake
>GUI can report that there is a card on the bus but that doesn't
>mean that the driver is ready for the v4l devices to be probed.


I understand that. What lspci does do, though, is tell us something about
the identity of the card, information lacking in the original posting ...
he only calls it a "Bttv TV card" ... combined with his stated newness to
Linux, I hesitate to rely in this as an indication that the card uses a
bttv driver. This way, if bttv is NOT finding it, we may be in a better
position to tell the original poster why it fails and what to do about it.

Put another way ... Robert is offering a stock formula for first-stage
troubleshooting of this sort of problem. It's a good formula. I'm just
trying to make it a bit better.
Re: Configure Bttv TV Card [ In reply to ]
Ray Olszewski wrote:
...
> I understand that. What lspci does do, though, is tell us something
> about the identity of the card, information lacking in the original
> posting ... he only calls it a "Bttv TV card" ...

Fair enough. I was working on the assumption that it really
is a bttv card but it makes sense to verify that before
looking any further.

-- bjm
RE: Configure Bttv TV Card [ In reply to ]
First I would like to thank everyone for their posts.


To establish a known I have a KWorld TV878RF-PRO TV
tuner card with a Conexant 878a chip. I have posted
my results below. I see these errors at startup.
They started after I last recompiled my kernel. I am
new to Linux (Mandrake 9.1) so I probaly made a
mistake in recompiling. Do I need to recompile my
kernel? Thanks.

Wesley

[root@localhost admwc]# modprobe bttv
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol i2c_bit_del_bus_Rdd11c972
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol i2c_master_send_R85828c3a
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol video_register_device_Raffe3c89
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol i2c_bit_add_bus_R8ca8253b
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol i2c_master_recv_Reffb2cf3
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol video_unregister_device_R71bb9769
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o:
unresolved symbol video_usercopy_R0d65e05f
modprobe: insmod
/lib/modules/2.4.21-0.11mdkcustom/v4l2/bttv.o failed
modprobe: insmod bttv failed
[root@localhost admwc]# lsmod
Module Size Used by Not tainted
isofs 27988 1 (autoclean)
zlib_inflate 21156 0 (autoclean) [isofs]
nls_iso8859-1 3516 1 (autoclean)
udf 90496 0 (autoclean)
sg 34636 0 (autoclean) (unused)
st 29488 0 (autoclean) (unused)
sr_mod 16920 0 (autoclean) (unused)
sd_mod 13100 0 (autoclean) (unused)
scsi_mod 103284 4 (autoclean) [sg st
sr_mod sd_mod]
ide-cd 33824 1 (autoclean)
cdrom 31648 0 (autoclean) [sr_mod
ide-cd]
nfsd 74256 0 (autoclean)
ppp_async 9216 0 (unused)
ppp_generic 24060 0 [ppp_async]
slhc 6564 0 [ppp_generic]
af_packet 14952 1 (autoclean)
floppy 55132 0
eepro100 21684 1 (autoclean)
mii 3832 0 (autoclean)
[eepro100]
supermount 15296 2 (autoclean)
sb 9044 1
sb_lib 41454 0 [sb]
uart401 8196 0 [sb_lib]
sound 70644 1 [sb_lib uart401]
soundcore 6276 0 [sb_lib sound]
usb-uhci 24652 0 (unused)
usbcore 72992 1 [usb-uhci]
rtc 8060 0 (autoclean)
ext3 59916 2
jbd 39004 2 [ext3]
[root@localhost admwc]# dmesg | grep bttv
[root@localhost admwc]#

--- Robert Kulagowski <rkulagowski@thrupoint.net>
wrote:
> $ su
> # modprobe bttv
> # lsmod
> # dmesg | grep bttv
>
> paste in the results.
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com