R. Geoffrey Newbury wrote:
What do mean "not as part of them"? You mean not in modprobe?On Tue, 29 Nov 2005 08:45:08 -0800, Brad Fuller wrote: My modprobe.conf: ==== alias char-major-61 lirc_i2c alias eth0 via-rhine alias scsi_hostadapter sata_via alias snd-card-0 snd-via82xx options snd-card-0 index=0 options snd-via82xx index=0 remove snd-via82xx { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd alias ieee1394-controller ohci1394 # # ivtv modules setup alias char-major-81-0 ivtv alias tveeprom tveeprom-ivtv alias msp3400 msp3400-ivtv # # nvidia kernel module alias char-major-195 nvidia-1_0-7676 alias nvidia nvidia-1_0-7676 # lirc - at bottom to ensure ivtv is loaded before lirc_i2c install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c install cx88-dvb ==== cx88-dvb is the last loaded. But, the PC still just loads the V4L drivers. I still have to manually: /sbin/modprobe cx-88 Yeah.. it does when I manually "modprobe cx88-dvb"Your card should show up at /dev/dvb/adapter0 with subfolders. It seems to be recognized as card=22. Here's the dmesg:If your card does not want to show up, try adding 'card=22' to the modprobe line. ---------------------------- Linux video capture interface: v1.00 cx2388x blackbird driver version 0.0.5 loaded cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV [card=22,autodetected] TV tuner 52 at 0x1fe, Radio tuner -1 at 0x1fe cx2388x v4l2 driver version 0.0.5 loaded ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV [card=22,autodetected] TV tuner 52 at 0x1fe, Radio tuner -1 at 0x1fe cx88[0]/0: found at 0000:00:0b.0, rev: 5, irq: 11, latency: 32, mmio: 0xea000000 : chip found @ 0xc2 (cx88[0]) tuner 1-0061: type set to 52 (Thomson DDT 7610 (ATSC/NTSC)) cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 cx88[0]/0: registered device radio0 ---------------------------- What do you mean "against the ivtv driver"?It is clear that you are loading the card against the ivtv driver (version .5....which is why it almost works...). I guess I'm not understanding the integration of tveeprom for dvb and ivtv that you explained before. Is that my problem? thanks for your help! brad |
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
