<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
R. Geoffrey Newbury wrote:
<blockquote
cite="mid20051129182853.IFZS17350.tomts24-srv.bellnexxia.net@Tor2"
type="cite">
<pre wrap="">On Tue, 29 Nov 2005 08:45:08 -0800, Brad Fuller wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">I wish I could tell you 1, 2, 3 simple steps that would help your
system work, but it may take a bit of trial-and-error on your part to
find the right combination of commands. It took me a few days of
experimenting to come up with the two files that I use now.
</pre>
</blockquote>
<pre wrap="">Much obliged. I'll check them out.
I do think there is something with bootup because I have to modprobe to
get cx88 successfully loaded. But, it IS loaded and I can use mplayer to
view HD channels. And, when going into Mythtv, PVR250 works. That's why
I thought it was a configuration problem inside Mythtv, not a driver issue.
</pre>
</blockquote>
<pre wrap=""><!---->
If you want to watch HD, you need the cx-dvb module. It should be loaded
after the ivtv modules and not as part of them. </pre>
</blockquote>
What do mean "not as part of them"? You mean not in modprobe?<br>
<br>
My modprobe.conf:<br>
<br>
====<br>
alias char-major-61 lirc_i2c<br>
alias eth0 via-rhine<br>
alias scsi_hostadapter sata_via<br>
alias snd-card-0 snd-via82xx<br>
options snd-card-0 index=0<br>
options snd-via82xx index=0<br>
remove snd-via82xx { /usr/sbin/alsactl store 0 >/dev/null
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx<br>
alias usb-controller ehci-hcd<br>
alias usb-controller1 uhci-hcd<br>
alias ieee1394-controller ohci1394<br>
#<br>
# ivtv modules setup<br>
alias char-major-81-0 ivtv<br>
alias tveeprom tveeprom-ivtv<br>
alias msp3400 msp3400-ivtv<br>
#<br>
# nvidia kernel module<br>
alias char-major-195 nvidia-1_0-7676<br>
alias nvidia nvidia-1_0-7676<br>
# lirc - at bottom to ensure ivtv is loaded before lirc_i2c<br>
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
lirc_i2c<br>
install cx88-dvb <br>
====<br>
<br>
cx88-dvb is the last loaded. But, the PC still just loads the V4L
drivers. I still have to manually:<br>
<br>
/sbin/modprobe cx-88<br>
<br>
<br>
<blockquote
cite="mid20051129182853.IFZS17350.tomts24-srv.bellnexxia.net@Tor2"
type="cite">
<pre wrap="">Your card should show up
at /dev/dvb/adapter0 with subfolders.
</pre>
</blockquote>
Yeah.. it does when I manually "modprobe cx88-dvb"<br>
<blockquote
cite="mid20051129182853.IFZS17350.tomts24-srv.bellnexxia.net@Tor2"
type="cite">
<pre wrap="">
If your card does not want to show up, try adding 'card=22' to the
modprobe line.
</pre>
</blockquote>
It seems to be recognized as card=22. Here's the dmesg:<br>
<br>
----------------------------<br>
Linux video capture interface: v1.00<br>
cx2388x blackbird driver version 0.0.5 loaded<br>
cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV
[card=22,autodetected]<br>
TV tuner 52 at 0x1fe, Radio tuner -1 at 0x1fe<br>
cx2388x v4l2 driver version 0.0.5 loaded<br>
ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKC] -> GSI 11
(level, low) -> IRQ 11<br>
cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV
[card=22,autodetected]<br>
TV tuner 52 at 0x1fe, Radio tuner -1 at 0x1fe<br>
cx88[0]/0: found at 0000:00:0b.0, rev: 5, irq: 11, latency: 32, mmio:
0xea000000<br>
: chip found @ 0xc2 (cx88[0])<br>
tuner 1-0061: type set to 52 (Thomson DDT 7610 (ATSC/NTSC))<br>
cx88[0]/0: registered device video0 [v4l2]<br>
cx88[0]/0: registered device vbi0<br>
cx88[0]/0: registered device radio0<br>
----------------------------<br>
<blockquote
cite="mid20051129182853.IFZS17350.tomts24-srv.bellnexxia.net@Tor2"
type="cite">
<pre wrap="">
It is clear that you are loading the card against the ivtv driver (version
.5....which is why it almost works...).
</pre>
</blockquote>
What do you mean "against the ivtv driver"?<br>
<br>
I guess I'm not understanding the integration of tveeprom for dvb and
ivtv that you explained before. Is that my problem?<br>
<br>
thanks for your help!<br>
<br>
brad<br>
</body>
</html>