Hmm,didn't work. I even re-booted Windows style.
I'm still getting "Could not open card #0!". I did compile mythtv with the DVB flag so i don't why it can't open the card?
I think i have all the drivers loaded:
Module Size Used by

snd_pcm_oss 50080 0

snd_mixer_oss 18944 1 snd_pcm_oss

snd_seq_oss 36096 0

snd_seq_midi_event 7168 1 snd_seq_oss

snd_seq 53648 4 snd_seq_oss,snd_seq_midi_event

snd_seq_device 8332 2 snd_seq_oss,snd_seq

ohci_hcd 20360 0

dvb_ttpci 85296 0

dvb_core 79400 1 dvb_ttpci

saa7146_vv 48000 1 dvb_ttpci

saa7146 16684 2 dvb_ttpci,saa7146_vv

v4l1_compat 14852 1 saa7146_vv

ves1820 6532 1 dvb_ttpci

stv0299 10884 1 dvb_ttpci

tda8083 6788 1 dvb_ttpci

stv0297 9728 1 dvb_ttpci

sp8870 8204 1 dvb_ttpci

ves1x93 7428 1 dvb_ttpci

ttpci_eeprom 3456 1 dvb_ttpci

nvidia 3919100 12

snd_intel8x0 30528 0

snd_ac97_codec 76536 1 snd_intel8x0

snd_pcm 85380 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec

snd_timer 22916 2 snd_seq,snd_pcm

snd 50660 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer

soundcore 8672 1 snd

snd_page_alloc 8836 2 snd_intel8x0,snd_pcm

ehci_hcd 30344 0

usbhid 26496 0

uhci_hcd 31248 0

usbcore 108152 5 ohci_hcd,ehci_hcd,usbhid,uhci_hcd

video_buf 18564 1 saa7146_vv

firmware_class 8960 2 dvb_ttpci,sp8870

v4l2_common 5760 1 saa7146_vv

btcx_risc 5000 0

lirc_i2c 8196 1

lirc_dev 12812 1 lirc_i2c

msp3400 28728 0

saa7127 13852 0

saa7115 13336 0

tuner 21540 0

tveeprom 12340 0

ivtv 819172 2

i2c_algo_bit 9992 1 ivtv

i2c_core 19968 15 dvb_ttpci,ves1820,stv0299,tda8083,stv0297,sp8870,ves1x93,ttpci_eeprom,lirc_i2c,msp3400,saa7127,saa7115,tuner,tveeprom,i2c_algo_bit

videodev 8704 2 saa7146_vv,ivtv

sk98lin 175584 0


----- Original Message ----- From: "David Armstrong" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" <[email protected]>
Sent: Sunday, May 22, 2005 10:52 PM
Subject: Re: [mythtv-users] DVB Devices


I had the same problem on FC3, i'm guessing you are running udev.

I solved it by putting the following in my rules file (/etc/udev/rules.d/50-udev.rules)

KERNEL="dvb"  Name="dvb0"

KERNEL="dvb0.dvr*",        NAME="dvb/adapter0/dvr%n"
KERNEL="dvb0.demux*",      NAME="dvb/adapter0/demux%n"
KERNEL="dvb0.frontend*",   NAME="dvb/adapter0/frontend%n"
KERNEL="dvb0.audio*",      NAME="dvb/adapter0/audio%n"
KERNEL="dvb0.ca*",         NAME="dvb/adapter0/ca%n"
KERNEL="dvb0.osd*",        NAME="dvb/adapter0/osd%n"
KERNEL="dvb0.net*",        NAME="dvb/adapter0/net%n"
KERNEL="dvb0.video*",      NAME="dvb/adapter0/video%n"

There's probably a cleaner solution, but it works for me (only one tuner card, I expect extra bits needed otherwise).

David.



A Thomson wrote:

I just moved my MythTV to a faster box.In doing so i used the new Gentoo which has set up the DVB card as "/dev/dvb0.frontend" etc instead of "/dev/dvb/adaptor0/frontend".
 Mythtv-setup cannot find the card now.
I tried making the directory "/dev/dvb/adaptor0/" and dropping some symlinks back to "/dev/dvb0.etc" but the card is still not found.
 I get the feeling i need to use "MAKEDEV" but i'm unsure how i do that.
 Thanks in advance.

------------------------------------------------------------------------

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to